/* Lalmano global stylesheet - production bundle.
   Consolidated from shared CSS modules to avoid render-blocking import waterfalls.
   Source modules are kept beside this file for maintainable future edits. */

/* ===== lalmano-header-v2.css ===== */
/* Lalmano Header v2 - shared navigation layer */
.lal-header,
.lal-header * {
  box-sizing: border-box;
}

.lal-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.9rem, 2.4vw, 2rem);
  min-height: 72px;
  padding: 0.92rem clamp(1.1rem, 5vw, 5.5rem);
  background:
    linear-gradient(180deg, rgba(248, 245, 241, 0.98), rgba(248, 245, 241, 0.92));
  border-bottom: 1px solid rgba(23, 22, 14, 0.09);
  color: var(--text, var(--ink, #17160e));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.lal-header.scrolled,
.lal-header.up,
.lal-header.is-open {
  background:
    linear-gradient(180deg, rgba(248, 245, 241, 0.99), rgba(248, 245, 241, 0.96));
  border-bottom-color: rgba(23, 22, 14, 0.11);
  box-shadow: 0 18px 48px rgba(23, 22, 14, 0.08);
}

.lal-header a {
  text-decoration: none;
}

.lal-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  flex: 0 0 auto;
  color: var(--text, var(--ink, #17160e));
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(1.16rem, 1.7vw, 1.34rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.lal-header__logo-dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: var(--accent, var(--gold, #b88a4d));
  box-shadow: 0 0 0 0.55rem rgba(184, 138, 77, 0.12);
}

.lal-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.35rem, 1.2vw, 0.7rem);
  flex: 1 1 auto;
  min-width: 0;
}

.lal-header__item {
  position: relative;
  display: flex;
  align-items: center;
}

.lal-header__item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -0.6rem;
  right: -0.6rem;
  height: 1rem;
}

.lal-header__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 42px;
  border-radius: 999px;
  padding: 0.62rem 0.82rem;
  color: var(--text-muted, var(--muted, #6b6560));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.74rem;
  font-weight: 560;
  letter-spacing: 0.065em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.lal-header__link::after {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.62;
  transition: transform 0.2s ease;
}

.lal-header__item:hover .lal-header__link,
.lal-header__item:focus-within .lal-header__link,
.lal-header__link.is-active {
  color: var(--text, var(--ink, #17160e));
  background: rgba(184, 138, 77, 0.1);
}

.lal-header__item:hover .lal-header__link::after,
.lal-header__item:focus-within .lal-header__link::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.lal-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid rgba(184, 138, 77, 0.38);
  border-radius: 999px;
  padding: 0.72rem 1.25rem;
  background: rgba(255, 255, 255, 0.42);
  color: var(--text, var(--ink, #17160e));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.82rem;
  font-weight: 580;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lal-header__cta:hover,
.lal-header__cta:focus-visible {
  border-color: var(--accent, var(--gold, #b88a4d));
  background: var(--accent, var(--gold, #b88a4d));
  color: #fff;
  transform: translateY(-1px);
}

.lal-header__menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(23, 22, 14, 0.11);
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.56);
  color: var(--text, var(--ink, #17160e));
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lal-header__menu:hover {
  border-color: rgba(184, 138, 77, 0.42);
  background: rgba(184, 138, 77, 0.11);
}

.lal-header__menu-line {
  display: block;
  width: 20px;
  height: 1.5px;
  margin: 4px 0;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lal-header.is-open .lal-header__menu-line:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}

.lal-header.is-open .lal-header__menu-line:nth-child(2) {
  opacity: 0;
}

.lal-header.is-open .lal-header__menu-line:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

.lal-mega {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  z-index: 2;
  width: min(820px, calc(100vw - 2rem));
  max-height: min(72vh, 620px);
  overflow: auto;
  border: 1px solid rgba(229, 224, 216, 0.98);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 241, 0.98));
  box-shadow: 0 28px 80px rgba(23, 22, 14, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lal-header__item:hover .lal-mega,
.lal-header__item:focus-within .lal-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.lal-mega__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.1rem;
  padding: 1.15rem;
}

.lal-mega__section {
  min-width: 0;
  border-radius: 16px;
  padding: 0.9rem;
  background: rgba(248, 245, 241, 0.62);
}

.lal-mega__title {
  display: inline-flex;
  margin-bottom: 0.72rem;
  color: var(--accent, var(--gold, #b88a4d));
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.2;
}

.lal-mega__links {
  display: grid;
  gap: 0.28rem;
}

.lal-mega__links a,
.lal-mobile__links a {
  border-radius: 12px;
  color: var(--text-muted, var(--muted, #6b6560));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.9rem;
  line-height: 1.35;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.lal-mega__links a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.62rem 0.68rem;
}

.lal-mega__links a::after {
  content: ">";
  color: var(--accent, var(--gold, #b88a4d));
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.lal-mega__links a:hover,
.lal-mega__links a:focus-visible,
.lal-mobile__links a:hover,
.lal-mobile__links a:focus-visible {
  background: rgba(184, 138, 77, 0.1);
  color: var(--text, var(--ink, #17160e));
}

.lal-mega__links a.is-current,
.lal-mobile__links a.is-current {
  background: rgba(184, 138, 77, 0.13);
  color: var(--text, var(--ink, #17160e));
  font-weight: 600;
}

.lal-mega__links a:hover::after,
.lal-mega__links a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.lal-mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2990;
  display: none;
  background: rgba(23, 22, 14, 0.26);
  backdrop-filter: blur(2px);
}

.lal-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3010;
  display: none;
  width: min(430px, 100vw);
  height: 100vh;
  padding: 88px 1.15rem 1.4rem;
  border-left: 1px solid rgba(229, 224, 216, 0.96);
  background:
    radial-gradient(circle at top right, rgba(232, 220, 200, 0.72), transparent 38%),
    linear-gradient(180deg, rgba(248, 245, 241, 0.99), rgba(255, 255, 255, 0.98));
  box-shadow: -26px 0 70px rgba(23, 22, 14, 0.16);
  overflow: auto;
  transform: translateX(0);
}

body.lal-nav-open {
  overflow: hidden;
}

body.lal-nav-open .lal-mobile-backdrop {
  display: block;
}

body.lal-nav-open .lal-mobile-drawer {
  display: block;
}

.lal-mobile__intro {
  margin: 0 0 1rem;
  color: var(--text-muted, var(--muted, #6b6560));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.92rem;
  line-height: 1.55;
}

.lal-mobile__cta {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
  border-radius: 999px;
  padding: 0.88rem 1rem;
  background: var(--accent, var(--gold, #b88a4d));
  color: #fff;
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.9rem;
  font-weight: 620;
  letter-spacing: 0.02em;
}

.lal-mobile-goals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0 0 1rem;
}

.lal-mobile-goal {
  display: grid;
  gap: 0.25rem;
  min-height: 86px;
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 18px;
  padding: 0.82rem;
  background:
    radial-gradient(circle at top left, rgba(184, 138, 77, 0.11), transparent 8rem),
    rgba(255, 255, 255, 0.72);
  color: var(--text, var(--ink, #17160e));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.lal-mobile-goal strong {
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.15;
}

.lal-mobile-goal span {
  color: var(--text-muted, var(--muted, #6b6560));
  font-size: 0.76rem;
  line-height: 1.35;
}

.lal-mobile-goal:hover,
.lal-mobile-goal:focus-visible,
.lal-mobile-goal.is-current {
  border-color: rgba(184, 138, 77, 0.5);
  background: rgba(184, 138, 77, 0.12);
  transform: translateY(-1px);
}

.lal-mobile__group {
  border-top: 1px solid rgba(23, 22, 14, 0.09);
}

.lal-mobile__group:last-of-type {
  border-bottom: 1px solid rgba(23, 22, 14, 0.09);
}

.lal-mobile__group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  color: var(--text, var(--ink, #17160e));
  cursor: pointer;
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: 1.16rem;
  font-weight: 400;
  list-style: none;
}

.lal-mobile__group summary::-webkit-details-marker {
  display: none;
}

.lal-mobile__group summary::after {
  content: "+";
  color: var(--accent, var(--gold, #b88a4d));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 1.1rem;
}

.lal-mobile__group[open] summary::after {
  content: "-";
}

.lal-mobile__group.is-active summary {
  color: var(--accent, var(--gold, #b88a4d));
}

.lal-mobile__links {
  display: grid;
  gap: 0.16rem;
  padding: 0 0 0.85rem;
}

.lal-mobile__links a {
  display: block;
  padding: 0.68rem 0.74rem;
}

.lal-header a:focus-visible,
.lal-header button:focus-visible,
.lal-mobile-drawer a:focus-visible,
.lal-mobile-drawer summary:focus-visible {
  outline: 2px solid var(--accent, var(--gold, #b88a4d));
  outline-offset: 4px;
}

.lal-header + .breadcrumb {
  padding-top: 1.5rem !important;
}

@media (max-width: 1180px) {
  .lal-header {
    gap: 0.85rem;
    padding-inline: clamp(1rem, 3vw, 2.5rem);
  }

  .lal-header__link {
    padding-inline: 0.62rem;
    font-size: 0.7rem;
  }

  .lal-header__cta {
    padding-inline: 0.95rem;
  }
}

@media (max-width: 980px) {
  .lal-header {
    min-height: 68px;
    padding: 0.82rem 1.1rem;
  }

  .lal-header__nav,
  .lal-header__cta {
    display: none;
  }

  .lal-header__menu {
    display: inline-flex;
  }
}

@media (max-width: 520px) {
  .lal-header__logo {
    font-size: 1.12rem;
  }

  .lal-mobile-drawer {
    padding-inline: 1rem;
  }

  .lal-mobile-goals {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lal-header,
  .lal-header *,
  .lal-mobile-drawer {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* ===== lalmano-footer-v2.css ===== */
/* Lalmano Footer v2 - shared footer navigation */
.lal-footer,
.lal-footer * {
  box-sizing: border-box;
}

.lal-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(229, 224, 216, 0.82);
  background:
    radial-gradient(circle at 8% 0%, rgba(184, 138, 77, 0.13), transparent 26rem),
    linear-gradient(180deg, #fffaf3 0%, #f8f5f1 100%);
  color: var(--text, var(--ink, #17160e));
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 5.5rem) 2rem;
}

.lal-footer a {
  text-decoration: none;
}

.lal-footer__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.lal-footer__top {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) repeat(5, minmax(145px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
}

.lal-footer__brand {
  display: grid;
  gap: 0.85rem;
}

.lal-footer__logo {
  display: none;
  align-items: center;
  gap: 0.68rem;
  width: fit-content;
  color: var(--text, var(--ink, #17160e));
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.lal-footer__logo-dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: var(--accent, var(--gold, #b88a4d));
  box-shadow: 0 0 0 0.55rem rgba(184, 138, 77, 0.12);
}

.lal-footer__claim {
  max-width: 28ch;
  margin: 0;
  color: var(--text-muted, var(--muted, #6b6560));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.96rem;
  line-height: 1.65;
}

.lal-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 0.3rem;
  border: 1px solid rgba(184, 138, 77, 0.42);
  border-radius: 999px;
  padding: 0.75rem 1.05rem;
  background: var(--accent, var(--gold, #b88a4d));
  color: #fff;
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.86rem;
  font-weight: 620;
  letter-spacing: 0.02em;
  transition: transform 0.18s ease, background 0.18s ease;
}

.lal-footer__cta:hover,
.lal-footer__cta:focus-visible {
  background: #9f7038;
  transform: translateY(-1px);
}

.lal-footer__col {
  display: grid;
  gap: 0.72rem;
}

.lal-footer__title {
  margin: 0 0 0.24rem;
  color: var(--accent, var(--gold, #b88a4d));
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.2;
}

.lal-footer__link {
  width: fit-content;
  color: var(--text-muted, var(--muted, #6b6560));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.18s ease, transform 0.18s ease;
}

.lal-footer__link:hover,
.lal-footer__link:focus-visible {
  color: var(--text, var(--ink, #17160e));
  transform: translateX(2px);
}

.lal-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(2.25rem, 5vw, 4rem);
  border-top: 1px solid rgba(229, 224, 216, 0.92);
  padding-top: 1.25rem;
  color: var(--text-muted, var(--muted, #6b6560));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.8rem;
}

.lal-footer__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.lal-footer__meta a {
  color: inherit;
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.18s ease;
}

.lal-footer__meta a:hover,
.lal-footer__meta a:focus-visible {
  color: var(--text, var(--ink, #17160e));
}

.lal-footer a:focus-visible {
  outline: 2px solid var(--accent, var(--gold, #b88a4d));
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .lal-footer__top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lal-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .lal-footer {
    padding-inline: 1.1rem;
  }

  .lal-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .lal-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .lal-footer__top {
    grid-template-columns: 1fr;
  }
}

/* ===== lalmano-contact-form.css ===== */
/* Lalmano contact forms - shared static form layer */
.lal-contact-panel,
.lal-contact-panel * {
  box-sizing: border-box;
}

.lal-contact-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8rem) var(--px, clamp(1.5rem, 6vw, 6.5rem));
  background:
    radial-gradient(circle at 12% 14%, rgba(191, 132, 74, 0.12), transparent 24rem),
    linear-gradient(180deg, var(--cream, #f3efe6) 0%, var(--cream-deep, #ebe5d9) 100%);
  color: var(--ink, #17160e);
}

.lal-contact-panel__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  width: min(100%, 1120px);
  margin: 0 auto;
  align-items: start;
}

.lal-contact-panel__eyebrow {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 1.1rem;
  color: var(--gold, #bf844a);
  font-family: var(--sans, var(--font-body), system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lal-contact-panel__eyebrow::before {
  content: "";
  width: 1.8rem;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.lal-contact-panel__title {
  margin: 0;
  color: var(--ink, #17160e);
  font-family: var(--serif, var(--font-headings), system-ui, sans-serif);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.lal-contact-panel__title em {
  color: var(--gold, #bf844a);
  font-style: italic;
}

.lal-contact-panel__text {
  max-width: 34rem;
  margin: 1.4rem 0 0;
  color: var(--muted, #6c6660);
  font-family: var(--sans, var(--font-body), system-ui, sans-serif);
  font-size: 1rem;
  line-height: 1.75;
}

.lal-contact-panel__methods {
  display: grid;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.lal-contact-method {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(23, 22, 14, 0.08);
}

.lal-contact-method__label {
  color: var(--gold, #bf844a);
  font-family: var(--sans, var(--font-body), system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lal-contact-method__value {
  width: fit-content;
  color: var(--ink, #17160e);
  font-family: var(--serif, var(--font-headings), system-ui, sans-serif);
  font-size: 1.15rem;
  font-weight: 400;
  text-decoration: none;
}

.lal-contact-method__value:hover,
.lal-contact-method__value:focus-visible {
  color: var(--gold, #bf844a);
}

.lal-form {
  display: grid;
  gap: 1.15rem;
  border: 1px solid rgba(23, 22, 14, 0.1);
  border-radius: 1.4rem;
  padding: clamp(1.25rem, 3.6vw, 2.4rem);
  background: rgba(255, 250, 243, 0.9);
  box-shadow: 0 28px 80px rgba(23, 22, 14, 0.08);
  backdrop-filter: blur(14px);
}

.lal-form,
.lal-form * {
  cursor: auto;
}

.lal-form__intro {
  display: none;
}

.lal-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lal-form__field {
  display: grid;
  gap: 0.45rem;
}

.lal-form__field--full {
  grid-column: 1 / -1;
}

.lal-form__field--trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lal-form label {
  color: var(--ink, #17160e);
  font-family: var(--sans, var(--font-body), system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
}

.lal-form input,
.lal-form select,
.lal-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 22, 14, 0.14);
  border-radius: 0.9rem;
  padding: 0.9rem 1rem;
  background: #fff;
  color: var(--ink, #17160e);
  font: inherit;
  line-height: 1.35;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.lal-form textarea {
  min-height: 9.5rem;
  resize: vertical;
}

.lal-form input:focus,
.lal-form select:focus,
.lal-form textarea:focus {
  outline: none;
  border-color: var(--gold, #bf844a);
  box-shadow: 0 0 0 4px rgba(191, 132, 74, 0.14);
  background: #fffdf9;
}

.lal-form__hint {
  margin: 0;
  color: var(--muted, #6c6660);
  font-size: 0.78rem;
  line-height: 1.55;
}

.lal-form__privacy {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 0.25rem;
  color: var(--muted, #6c6660);
  font-size: 0.82rem;
  line-height: 1.55;
}

.lal-form__privacy input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.2rem;
  accent-color: var(--gold, #bf844a);
  flex: 0 0 auto;
}

.lal-form__privacy a {
  color: var(--ink, #17160e);
  text-decoration-color: rgba(191, 132, 74, 0.45);
  text-underline-offset: 0.18em;
}

.lal-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 0.35rem;
}

.lal-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.1rem;
  border: 1px solid var(--gold, #bf844a);
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  background: var(--gold, #bf844a);
  color: #fff;
  font-family: var(--sans, var(--font-body), system-ui, sans-serif);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.lal-form__button:hover,
.lal-form__button:focus-visible {
  background: #9f7038;
  transform: translateY(-1px);
}

.lal-form__button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.lal-form__status {
  min-height: 1.2rem;
  margin: 0;
  color: var(--muted, #6c6660);
  font-size: 0.82rem;
  line-height: 1.5;
}

.lal-form__status.is-success {
  color: #28724f;
}

.lal-form__status.is-error {
  color: #9d3f2f;
}

.lal-contact-panel--compact {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.lal-contact-panel--compact .lal-contact-panel__inner {
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(2rem, 5vw, 4rem);
  width: min(100%, 1080px);
}

.lal-contact-panel--compact .lal-contact-panel__title {
  font-size: clamp(2.25rem, 4.4vw, 3.65rem);
}

.lal-contact-panel--compact .lal-contact-panel__text {
  max-width: 28rem;
  margin-top: 1rem;
  font-size: 0.95rem;
}

.lal-contact-panel--compact .lal-contact-panel__methods {
  gap: 0;
  margin-top: 1.4rem;
}

.lal-contact-panel--compact .lal-contact-method {
  padding: 0.82rem 0;
}

.lal-contact-panel--compact .lal-contact-method__value {
  font-size: 1.05rem;
}

.lal-contact-panel--compact .lal-form {
  position: relative;
  overflow: hidden;
  border-color: rgba(248, 245, 241, 0.1);
  border-radius: 2rem;
  padding: clamp(1.15rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(191, 132, 74, 0.32), transparent 18rem),
    radial-gradient(circle at 0% 100%, rgba(248, 245, 241, 0.07), transparent 18rem),
    linear-gradient(135deg, #17160e 0%, #242217 100%);
  box-shadow: 0 34px 90px rgba(23, 22, 14, 0.24);
  color: #f8f5f1;
  isolation: isolate;
}

.lal-contact-panel--compact .lal-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--gold, #bf844a), rgba(191, 132, 74, 0));
}

.lal-contact-panel--compact .lal-form::after {
  content: "send";
  position: absolute;
  right: -0.6rem;
  bottom: -1.2rem;
  z-index: -1;
  color: rgba(248, 245, 241, 0.035);
  font-family: var(--serif, var(--font-headings), system-ui, sans-serif);
  font-size: clamp(5rem, 12vw, 9rem);
  font-style: italic;
  line-height: 1;
}

.lal-contact-panel--compact .lal-form__intro {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 0.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(248, 245, 241, 0.1);
}

.lal-contact-panel--compact .lal-form__intro span {
  color: var(--gold, #bf844a);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lal-contact-panel--compact .lal-form__intro strong {
  color: #f8f5f1;
  font-family: var(--serif, var(--font-headings), system-ui, sans-serif);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.lal-contact-panel--compact .lal-form__grid {
  gap: 0.9rem;
}

.lal-contact-panel--compact .lal-form__field {
  gap: 0.5rem;
}

.lal-contact-panel--compact .lal-form label:not(.lal-form__privacy) {
  color: rgba(248, 245, 241, 0.78);
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lal-contact-panel--compact .lal-form input,
.lal-contact-panel--compact .lal-form select,
.lal-contact-panel--compact .lal-form textarea {
  border-color: rgba(248, 245, 241, 0.14);
  border-radius: 1.05rem;
  background: rgba(248, 245, 241, 0.08);
  color: #f8f5f1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.lal-contact-panel--compact .lal-form input::placeholder,
.lal-contact-panel--compact .lal-form textarea::placeholder {
  color: rgba(248, 245, 241, 0.44);
}

.lal-contact-panel--compact .lal-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.8rem;
  background:
    linear-gradient(45deg, transparent 50%, #f8f5f1 50%) calc(100% - 1.25rem) 50% / 0.42rem 0.42rem no-repeat,
    linear-gradient(135deg, #f8f5f1 50%, transparent 50%) calc(100% - 0.98rem) 50% / 0.42rem 0.42rem no-repeat,
    rgba(248, 245, 241, 0.08);
}

.lal-contact-panel--compact .lal-form select option {
  color: #17160e;
  background: #f8f5f1;
}

.lal-contact-panel--compact .lal-form input:focus,
.lal-contact-panel--compact .lal-form select:focus,
.lal-contact-panel--compact .lal-form textarea:focus {
  border-color: var(--gold, #bf844a);
  background: rgba(248, 245, 241, 0.12);
  box-shadow: 0 0 0 4px rgba(191, 132, 74, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lal-contact-panel--compact .lal-form textarea {
  min-height: 8rem;
}

.lal-contact-panel--compact .lal-form__hint,
.lal-contact-panel--compact .lal-form__status {
  color: rgba(248, 245, 241, 0.55);
}

.lal-contact-panel--compact .lal-form .lal-form__privacy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  border: 1px solid rgba(248, 245, 241, 0.1);
  border-radius: 1rem;
  padding: 0.85rem;
  background: rgba(248, 245, 241, 0.045);
  color: rgba(248, 245, 241, 0.64);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.lal-contact-panel--compact .lal-form__privacy input {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-items: center;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.15rem;
  border: 1px solid rgba(248, 245, 241, 0.34);
  border-radius: 0.28rem;
  background: rgba(248, 245, 241, 0.08);
}

.lal-contact-panel--compact .lal-form__privacy input::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.16rem;
  background: var(--gold, #bf844a);
  opacity: 0;
  transform: scale(0.55);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.lal-contact-panel--compact .lal-form__privacy input:checked::after {
  opacity: 1;
  transform: scale(1);
}

.lal-contact-panel--compact .lal-form__privacy a {
  color: #f8f5f1;
  text-decoration-color: rgba(191, 132, 74, 0.72);
}

.lal-contact-panel--compact .lal-form__actions {
  gap: 0.9rem;
  align-items: center;
}

.lal-contact-panel--compact .lal-form__button {
  min-width: 14rem;
  border-color: var(--gold, #bf844a);
  background: var(--gold, #bf844a);
  box-shadow: 0 16px 36px rgba(191, 132, 74, 0.22);
}

.lal-contact-panel--compact .lal-form__button span {
  transition: transform 0.18s ease;
}

.lal-contact-panel--compact .lal-form__button:hover span,
.lal-contact-panel--compact .lal-form__button:focus-visible span {
  transform: translateX(3px);
}

.lal-contact-panel--premium {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 14% 12%, rgba(191, 132, 74, 0.14), transparent 24rem),
    linear-gradient(180deg, var(--cream, #f3efe6) 0%, var(--cream-deep, #ebe5d9) 100%);
}

.lal-contact-panel--premium .lal-contact-panel__inner {
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2rem, 5.5vw, 5.5rem);
  width: min(100%, 1140px);
}

.lal-contact-panel--premium .lal-contact-panel__title {
  font-size: clamp(2.3rem, 4.5vw, 3.9rem);
}

.lal-contact-panel--premium .lal-contact-panel__text {
  max-width: 30rem;
  margin-top: 1.1rem;
  font-size: 0.96rem;
}

.lal-contact-panel--premium .lal-contact-panel__methods {
  gap: 0;
  margin-top: 1.55rem;
}

.lal-contact-panel--premium .lal-contact-method {
  padding: 0.84rem 0;
}

.lal-contact-panel--premium .lal-contact-method__value {
  font-size: 1.05rem;
}

.lal-contact-panel--premium .lal-contact-panel__trust {
  margin-top: 1.45rem;
}

.lal-contact-panel--premium .lal-form {
  position: relative;
  overflow: hidden;
  border-color: rgba(248, 245, 241, 0.1);
  border-radius: 2rem;
  padding: clamp(1.2rem, 3vw, 2.15rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(191, 132, 74, 0.34), transparent 19rem),
    radial-gradient(circle at 0% 100%, rgba(248, 245, 241, 0.07), transparent 18rem),
    linear-gradient(135deg, #17160e 0%, #242217 100%);
  box-shadow: 0 34px 90px rgba(23, 22, 14, 0.24);
  color: #f8f5f1;
  isolation: isolate;
}

.lal-contact-panel--premium .lal-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--gold, #bf844a), rgba(191, 132, 74, 0));
}

.lal-contact-panel--premium .lal-form::after {
  content: "plan";
  position: absolute;
  right: -0.7rem;
  bottom: -1.1rem;
  z-index: -1;
  color: rgba(248, 245, 241, 0.035);
  font-family: var(--serif, var(--font-headings), system-ui, sans-serif);
  font-size: clamp(5rem, 12vw, 9rem);
  font-style: italic;
  line-height: 1;
}

.lal-contact-panel--premium .lal-form__intro {
  display: grid;
  gap: 0.28rem;
  margin-bottom: 0.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(248, 245, 241, 0.1);
}

.lal-contact-panel--premium .lal-form__intro span {
  color: var(--gold, #bf844a);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lal-contact-panel--premium .lal-form__intro strong {
  color: #f8f5f1;
  font-family: var(--serif, var(--font-headings), system-ui, sans-serif);
  font-size: clamp(1.65rem, 2.7vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lal-contact-panel--premium .lal-form__grid {
  gap: 0.9rem;
}

.lal-contact-panel--premium .lal-form__field {
  gap: 0.5rem;
}

.lal-contact-panel--premium .lal-form label:not(.lal-form__privacy) {
  color: rgba(248, 245, 241, 0.78);
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lal-contact-panel--premium .lal-form input,
.lal-contact-panel--premium .lal-form select,
.lal-contact-panel--premium .lal-form textarea {
  border-color: rgba(248, 245, 241, 0.14);
  border-radius: 1.05rem;
  background: rgba(248, 245, 241, 0.08);
  color: #f8f5f1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.lal-contact-panel--premium .lal-form input::placeholder,
.lal-contact-panel--premium .lal-form textarea::placeholder {
  color: rgba(248, 245, 241, 0.44);
}

.lal-contact-panel--premium .lal-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.8rem;
  background:
    linear-gradient(45deg, transparent 50%, #f8f5f1 50%) calc(100% - 1.25rem) 50% / 0.42rem 0.42rem no-repeat,
    linear-gradient(135deg, #f8f5f1 50%, transparent 50%) calc(100% - 0.98rem) 50% / 0.42rem 0.42rem no-repeat,
    rgba(248, 245, 241, 0.08);
}

.lal-contact-panel--premium .lal-form select option {
  color: #17160e;
  background: #f8f5f1;
}

.lal-contact-panel--premium .lal-form input:focus,
.lal-contact-panel--premium .lal-form select:focus,
.lal-contact-panel--premium .lal-form textarea:focus {
  border-color: var(--gold, #bf844a);
  background: rgba(248, 245, 241, 0.12);
  box-shadow: 0 0 0 4px rgba(191, 132, 74, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lal-contact-panel--premium .lal-form textarea {
  min-height: 8rem;
}

.lal-contact-panel--premium .lal-form__hint,
.lal-contact-panel--premium .lal-form__status {
  color: rgba(248, 245, 241, 0.55);
}

.lal-contact-panel--premium .lal-form .lal-form__privacy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  border: 1px solid rgba(248, 245, 241, 0.1);
  border-radius: 1rem;
  padding: 0.85rem;
  background: rgba(248, 245, 241, 0.045);
  color: rgba(248, 245, 241, 0.64);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.lal-contact-panel--premium .lal-form__privacy input {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-items: center;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.15rem;
  border: 1px solid rgba(248, 245, 241, 0.34);
  border-radius: 0.28rem;
  background: rgba(248, 245, 241, 0.08);
}

.lal-contact-panel--premium .lal-form__privacy input::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.16rem;
  background: var(--gold, #bf844a);
  opacity: 0;
  transform: scale(0.55);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.lal-contact-panel--premium .lal-form__privacy input:checked::after {
  opacity: 1;
  transform: scale(1);
}

.lal-contact-panel--premium .lal-form__privacy a {
  color: #f8f5f1;
  text-decoration-color: rgba(191, 132, 74, 0.72);
}

.lal-contact-panel--premium .lal-form__actions {
  gap: 0.9rem;
  align-items: center;
}

.lal-contact-panel--premium .lal-form__button {
  min-width: 15.5rem;
  border-color: var(--gold, #bf844a);
  background: var(--gold, #bf844a);
  box-shadow: 0 16px 36px rgba(191, 132, 74, 0.22);
}

.lal-contact-panel--premium .lal-form__button span {
  transition: transform 0.18s ease;
}

.lal-contact-panel--premium .lal-form__button:hover span,
.lal-contact-panel--premium .lal-form__button:focus-visible span {
  transform: translateX(3px);
}

@media (max-width: 920px) {
  .lal-contact-panel__inner {
    grid-template-columns: 1fr;
  }

  .lal-contact-panel--compact .lal-contact-panel__inner {
    grid-template-columns: 1fr;
  }

  .lal-contact-panel--premium .lal-contact-panel__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lal-form__grid {
    grid-template-columns: 1fr;
  }

  .lal-form__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lal-form__button {
    width: 100%;
  }

  .lal-contact-panel--compact {
    padding-inline: 1rem;
  }

  .lal-contact-panel--compact .lal-form {
    border-radius: 1.35rem;
  }

  .lal-contact-panel--compact .lal-form__button {
    min-width: 0;
    width: 100%;
  }

  .lal-contact-panel--premium {
    padding-inline: 1rem;
  }

  .lal-contact-panel--premium .lal-form {
    border-radius: 1.35rem;
  }

  .lal-contact-panel--premium .lal-form__button {
    min-width: 0;
    width: 100%;
  }
}

/* ===== lalmano-whatsapp.css ===== */
/* Shared sticky WhatsApp contact button */
.swa {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 2600;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.26);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.swa:hover,
.swa:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.34);
  filter: saturate(1.06);
}

.swa:focus-visible {
  outline: 2px solid rgba(184, 138, 77, 0.65);
  outline-offset: 3px;
}

.swa svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.swa-tip {
  position: absolute;
  top: 50%;
  right: 54px;
  transform: translateY(-50%);
  padding: 0.46rem 0.72rem;
  border-radius: 10px;
  background: var(--text, var(--ink, #17160e));
  color: #fff;
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 10px 26px rgba(23, 22, 14, 0.16);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.swa:hover .swa-tip,
.swa:focus-visible .swa-tip {
  opacity: 1;
  transform: translate(-2px, -50%);
}

@media (max-width: 720px) {
  .swa {
    width: 40px;
    height: 40px;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
  }

  .swa svg {
    width: 19px;
    height: 19px;
  }

  .swa-tip {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .swa,
  .swa-tip {
    transition: none;
  }
}

/* ===== lalmano-trust.css ===== */
/* Shared trust strip for source and update transparency. */
.lal-trust-strip,
.lal-trust-strip * {
  box-sizing: border-box;
}

.lal-trust-strip {
  position: relative;
  z-index: 1;
  padding: clamp(2.4rem, 5vw, 4rem) clamp(1.1rem, 5vw, 5.5rem);
  background:
    linear-gradient(180deg, var(--bg, var(--cream, #f8f5f1)) 0%, #f1eadf 100%);
  border-top: 1px solid rgba(229, 224, 216, 0.72);
  color: var(--text-muted, var(--muted, #6b6560));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
}

.lal-trust-strip__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: 1rem clamp(1.2rem, 4vw, 2.2rem);
  align-items: start;
  overflow: hidden;
  width: min(100%, 1180px);
  margin: 0 auto;
  border: 1px solid rgba(229, 224, 216, 0.96);
  border-radius: 24px;
  padding: clamp(1.15rem, 2.8vw, 1.65rem) clamp(1.15rem, 3.6vw, 2rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(184, 138, 77, 0.13), transparent 18rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(23, 22, 14, 0.055);
}

.lal-trust-strip__inner::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--accent, var(--gold, #b88a4d)), rgba(184, 138, 77, 0.24));
}

.lal-trust-strip__eyebrow {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin: 0;
  color: var(--accent, var(--gold, #b88a4d));
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.lal-trust-strip__eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
  flex: 0 0 auto;
}

.lal-trust-strip p {
  margin: 0;
  max-width: 86ch;
  font-size: 0.92rem;
  line-height: 1.72;
}

.lal-trust-strip strong {
  color: var(--text, var(--ink, #17160e));
  font-weight: 760;
}

.lal-trust-strip a {
  color: var(--accent, var(--gold, #b88a4d));
  font-weight: 700;
  text-decoration: none;
}

.lal-trust-strip a:hover,
.lal-trust-strip a:focus-visible {
  color: var(--text, var(--ink, #17160e));
  text-decoration: underline;
}

.lal-trust-strip a:focus-visible {
  outline: 2px solid var(--accent, var(--gold, #b88a4d));
  outline-offset: 3px;
}

.lal-trust-strip--compact {
  padding-block: 1.2rem;
}

.lal-trust-strip--compact .lal-trust-strip__inner {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  border-radius: 18px;
  padding: 0.85rem 1.2rem;
  box-shadow: none;
}

.lal-trust-strip--compact p {
  font-size: 0.82rem;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .lal-trust-strip {
    padding-inline: 1rem;
  }

  .lal-trust-strip__inner {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
}

/* ===== lalmano-templates.css ===== */
/* Shared conversion and template primitives for Lalmano pages. */
.lal-template-section,
.lal-template-section * {
  box-sizing: border-box;
}

.lal-template-section {
  --lal-ink: var(--ink, var(--text, #17160e));
  --lal-cream: var(--cream, var(--bg, #f8f5f1));
  --lal-card: var(--bg-card, #fffaf3);
  --lal-gold: var(--gold, var(--accent, #b88a4d));
  --lal-muted: var(--muted, var(--text-muted, #6b6560));
  --lal-border: var(--border, #e5e0d8);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.1rem, 6vw, 6.5rem);
  background: var(--lal-cream);
  color: var(--lal-ink);
}

.lal-template-section--tight {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.lal-template-section--ink {
  background:
    radial-gradient(circle at 12% 0%, rgba(184, 138, 77, 0.18), transparent 28rem),
    linear-gradient(135deg, #17160e 0%, #242015 100%);
  color: #f8f5f1;
}

.lal-template-section__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.lal-template-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  color: var(--lal-gold);
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lal-template-kicker::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.lal-template-heading {
  max-width: 12ch;
  margin: 0;
  color: inherit;
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.lal-template-heading em {
  color: var(--lal-gold);
  font-style: italic;
}

.lal-template-lead {
  max-width: 62ch;
  margin: 1.1rem 0 0;
  color: var(--lal-muted);
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.75;
}

.lal-template-section--ink .lal-template-lead {
  color: rgba(248, 245, 241, 0.72);
}

.lal-template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.lal-template-card {
  border: 1px solid rgba(229, 224, 216, 0.9);
  border-radius: 20px;
  padding: clamp(1.1rem, 2.4vw, 1.55rem);
  background:
    radial-gradient(circle at top left, rgba(184, 138, 77, 0.1), transparent 14rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 46px rgba(23, 22, 14, 0.055);
}

.lal-template-card__tag {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--lal-gold);
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lal-template-card h3,
.lal-template-card h4 {
  margin: 0 0 0.55rem;
  color: var(--lal-ink);
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.16;
}

.lal-template-card p {
  margin: 0;
  color: var(--lal-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

body[data-lal-top="true"] .phero {
  min-height: 0;
  display: grid;
  align-items: center;
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  background:
    radial-gradient(circle at 12% 10%, rgba(184, 138, 77, 0.18), transparent 30rem),
    radial-gradient(circle at 86% 24%, rgba(23, 22, 14, 0.1), transparent 28rem),
    linear-gradient(180deg, #f8f5f1 0%, #ece4d7 100%);
}

body[data-lal-top="true"] .phero__layout {
  align-items: center;
  gap: clamp(2.2rem, 7vw, 8rem);
}

body[data-lal-top="true"] .phero__headline {
  max-width: 11ch;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

body[data-lal-top="true"] .phero__sub {
  max-width: 46rem;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

body[data-lal-top="true"] .phero__right {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(23, 22, 14, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 138, 77, 0.12), transparent 18rem),
    rgba(255, 255, 255, 0.46);
  box-shadow: 0 24px 70px rgba(23, 22, 14, 0.055);
}

body[data-lal-top="true"] .phero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(229, 224, 216, 0.96);
  border-radius: 18px;
  background: rgba(229, 224, 216, 0.96);
}

body[data-lal-top="true"] .phero__meta-item {
  min-height: 6rem;
  justify-content: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.lal-premium-entry,
.lal-premium-entry * {
  box-sizing: border-box;
}

.lal-premium-entry {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.1rem, 6vw, 6.5rem);
  background:
    radial-gradient(circle at 18% 18%, rgba(184, 138, 77, 0.13), transparent 28rem),
    linear-gradient(135deg, #17160e 0%, #211f16 100%);
  color: #f8f5f1;
  isolation: isolate;
}

.lal-premium-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 400px 400px;
}

.lal-premium-entry__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.lal-premium-entry__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.lal-premium-entry__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: var(--gold, var(--accent, #b88a4d));
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lal-premium-entry__kicker::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.lal-premium-entry__title {
  max-width: 13ch;
  margin: 0;
  color: #f8f5f1;
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(2.35rem, 5.6vw, 5.3rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.lal-premium-entry__title em {
  color: var(--gold, var(--accent, #b88a4d));
  font-style: italic;
}

.lal-premium-entry__lead {
  margin: 0;
  color: rgba(248, 245, 241, 0.66);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.75;
}

.lal-premium-entry__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(248, 245, 241, 0.07);
  background: rgba(248, 245, 241, 0.07);
}

.lal-premium-card {
  position: relative;
  min-height: 18rem;
  padding: clamp(1.35rem, 3vw, 2.25rem);
  background: #1c1b13;
  transition: transform 0.28s ease, background 0.28s ease;
}

.lal-premium-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: var(--gold, var(--accent, #b88a4d));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.lal-premium-card:hover {
  background: #242217;
  transform: translateY(-2px);
}

.lal-premium-card:hover::before {
  transform: scaleX(1);
}

.lal-premium-card__num {
  display: block;
  margin-bottom: clamp(2rem, 4vw, 4.2rem);
  color: rgba(184, 138, 77, 0.18);
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.lal-premium-card__tag {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--gold, var(--accent, #b88a4d));
  font-size: 0.62rem;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lal-premium-card h3 {
  max-width: 13ch;
  margin: 0 0 0.85rem;
  color: rgba(248, 245, 241, 0.9);
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 400;
  line-height: 1.12;
}

.lal-premium-card p {
  margin: 0;
  color: rgba(248, 245, 241, 0.52);
  font-size: 0.94rem;
  line-height: 1.65;
}

.lal-premium-entry__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: clamp(1.6rem, 4vw, 2.4rem);
}

.lal-premium-entry__cta-note {
  margin: 0;
  color: rgba(248, 245, 241, 0.46);
  font-size: 0.82rem;
  line-height: 1.5;
}

.lal-quickcheck {
  margin-top: -1px;
}

.lal-quickcheck__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(560px, 1.26fr);
  gap: clamp(1.6rem, 4vw, 4.2rem);
  align-items: start;
}

.lal-quickcheck__form {
  position: relative;
  display: grid;
  gap: clamp(1.15rem, 2vw, 1.65rem);
  overflow: hidden;
  border: 1px solid rgba(248, 245, 241, 0.08);
  border-radius: 34px;
  padding: clamp(1.2rem, 3vw, 2.15rem);
  background:
    radial-gradient(circle at 92% 0%, rgba(184, 138, 77, 0.34), transparent 18rem),
    radial-gradient(circle at 0% 100%, rgba(248, 245, 241, 0.07), transparent 20rem),
    linear-gradient(135deg, #17160e 0%, #242217 100%);
  box-shadow: 0 32px 90px rgba(23, 22, 14, 0.2);
  color: #f8f5f1;
  isolation: isolate;
}

.lal-quickcheck__form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--lal-gold), rgba(184, 138, 77, 0));
}

.lal-quickcheck__form::after {
  content: "check";
  position: absolute;
  right: -0.4rem;
  bottom: -1.1rem;
  z-index: -1;
  color: rgba(248, 245, 241, 0.035);
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(5rem, 12vw, 9rem);
  font-style: italic;
  line-height: 1;
}

.lal-quickcheck__form-head {
  display: grid;
  gap: 0.35rem;
  padding-bottom: clamp(0.85rem, 2vw, 1.2rem);
  border-bottom: 1px solid rgba(248, 245, 241, 0.1);
}

.lal-quickcheck__form-head span {
  color: var(--lal-gold);
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lal-quickcheck__form-head strong {
  color: #f8f5f1;
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lal-quickcheck__form-head p {
  max-width: 34rem;
  margin: 0;
  color: rgba(248, 245, 241, 0.62);
  font-size: 0.93rem;
  line-height: 1.6;
}

.lal-quickcheck__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(248, 245, 241, 0.09);
  border-radius: 24px;
  background: rgba(248, 245, 241, 0.09);
  counter-reset: quickcheck-field;
}

.lal-quickcheck__field {
  position: relative;
  display: grid;
  gap: 0.78rem;
  padding: 1.05rem;
  background: rgba(248, 245, 241, 0.045);
  backdrop-filter: blur(18px);
}

.lal-quickcheck__field label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(248, 245, 241, 0.82);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.02em;
}

.lal-quickcheck__field label::before {
  counter-increment: quickcheck-field;
  content: "0" counter(quickcheck-field);
  color: rgba(184, 138, 77, 0.78);
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: 1.18rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.lal-quickcheck__field select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 3.55rem;
  border: 1px solid rgba(248, 245, 241, 0.14);
  border-radius: 18px;
  padding: 0.9rem 2.25rem 0.9rem 0.92rem;
  background:
    linear-gradient(45deg, transparent 50%, #f8f5f1 50%) calc(100% - 1.12rem) 50% / 0.42rem 0.42rem no-repeat,
    linear-gradient(135deg, #f8f5f1 50%, transparent 50%) calc(100% - 0.85rem) 50% / 0.42rem 0.42rem no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(248, 245, 241, 0.04));
  color: #f8f5f1;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 680;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lal-quickcheck__field select:hover {
  border-color: rgba(184, 138, 77, 0.55);
  background-color: rgba(248, 245, 241, 0.03);
}

.lal-quickcheck__field select:focus {
  outline: none;
  border-color: var(--lal-gold);
  box-shadow: 0 0 0 4px rgba(184, 138, 77, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.lal-quickcheck__field select option {
  color: #17160e;
  background: #f8f5f1;
}

.lal-quickcheck__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.lal-quickcheck__button,
.lal-template-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  border: 1px solid var(--lal-ink);
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  background: var(--lal-ink);
  color: #fff;
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.86rem;
  font-weight: 760;
  letter-spacing: 0.035em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.lal-quickcheck__button {
  min-width: 15rem;
  border-color: rgba(248, 245, 241, 0.92);
  background: #f8f5f1;
  color: #17160e;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.lal-quickcheck__button span {
  transition: transform 0.18s ease;
}

.lal-quickcheck__button:hover,
.lal-quickcheck__button:focus-visible,
.lal-template-button:hover,
.lal-template-button:focus-visible {
  border-color: var(--lal-gold);
  background: var(--lal-gold);
  transform: translateY(-1px);
}

.lal-quickcheck__button:hover span,
.lal-quickcheck__button:focus-visible span {
  transform: translateX(3px);
}

.lal-template-button--ghost {
  background: transparent;
  color: var(--lal-ink);
  border-color: rgba(23, 22, 14, 0.16);
}

.lal-template-button--ghost:hover,
.lal-template-button--ghost:focus-visible {
  color: #fff;
}

.lal-quickcheck__hint {
  margin: 0;
  max-width: 21rem;
  color: rgba(248, 245, 241, 0.58);
  font-size: 0.84rem;
  line-height: 1.55;
}

.lal-quickcheck__direct-link:hover,
.lal-quickcheck__direct-link:focus-visible {
  color: #f8f5f1;
  outline: none;
}

.lal-quickcheck__progress {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
}

.lal-quickcheck__back,
.lal-quickcheck__reset {
  border: 0;
  background: transparent;
  color: rgba(248, 245, 241, 0.62);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.18s ease, transform 0.18s ease;
}

.lal-quickcheck__back:hover,
.lal-quickcheck__back:focus-visible,
.lal-quickcheck__reset:hover,
.lal-quickcheck__reset:focus-visible {
  color: #f8f5f1;
  outline: none;
  transform: translateY(-1px);
}

.lal-quickcheck__back:disabled {
  color: rgba(248, 245, 241, 0.24);
  cursor: not-allowed;
  transform: none;
}

.lal-quickcheck__bar {
  overflow: hidden;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(248, 245, 241, 0.1);
}

.lal-quickcheck__bar span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lal-gold), #f8d9a6);
  transition: width 0.28s ease;
}

.lal-quickcheck__count {
  color: rgba(248, 245, 241, 0.56);
  font-size: 0.78rem;
  font-weight: 760;
}

.lal-quickcheck__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.lal-quickcheck__summary span {
  border: 1px solid rgba(248, 245, 241, 0.12);
  border-radius: 999px;
  padding: 0.42rem 0.66rem;
  color: rgba(248, 245, 241, 0.52);
  font-size: 0.76rem;
  line-height: 1;
}

.lal-quickcheck__summary span.is-filled {
  border-color: rgba(184, 138, 77, 0.42);
  background: rgba(184, 138, 77, 0.12);
  color: #f8f5f1;
}

.lal-quickcheck__step {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.lal-quickcheck__step[hidden],
.lal-quickcheck__loading[hidden],
.lal-quickcheck__error[hidden] {
  display: none;
}

.lal-quickcheck__question {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.2rem 0.72rem;
  align-items: start;
  width: 100%;
  margin: 0 0 0.95rem;
  padding: 0;
  color: #f8f5f1;
}

.lal-quickcheck__question span {
  grid-row: span 2;
  color: rgba(184, 138, 77, 0.9);
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.lal-quickcheck__question strong {
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.25;
}

.lal-quickcheck__question small {
  color: rgba(248, 245, 241, 0.58);
  font-size: 0.82rem;
  line-height: 1.45;
}

.lal-quickcheck__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.lal-quickcheck__options--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lal-quickcheck__option {
  position: relative;
  cursor: pointer;
}

.lal-quickcheck__option input {
  position: absolute;
  inset: 1rem auto auto 1rem;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.lal-quickcheck__option span {
  display: grid;
  min-height: 6.4rem;
  gap: 0.34rem;
  align-content: start;
  border: 1px solid rgba(248, 245, 241, 0.12);
  border-radius: 20px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(248, 245, 241, 0.095), rgba(248, 245, 241, 0.035));
  color: #f8f5f1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.lal-quickcheck__option span::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 0.72rem;
  height: 0.72rem;
  border: 1px solid rgba(248, 245, 241, 0.28);
  border-radius: 999px;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.lal-quickcheck__option strong {
  padding-right: 1.1rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.25;
}

.lal-quickcheck__option small {
  color: rgba(248, 245, 241, 0.58);
  font-size: 0.78rem;
  line-height: 1.42;
}

.lal-quickcheck__option:hover span {
  border-color: rgba(184, 138, 77, 0.5);
  transform: translateY(-1px);
}

.lal-quickcheck__option input:focus-visible + span {
  outline: 2px solid rgba(248, 217, 166, 0.8);
  outline-offset: 3px;
}

.lal-quickcheck__option input:checked + span {
  border-color: rgba(184, 138, 77, 0.78);
  background:
    radial-gradient(circle at 88% 18%, rgba(184, 138, 77, 0.24), transparent 7rem),
    linear-gradient(135deg, rgba(248, 245, 241, 0.13), rgba(248, 245, 241, 0.055));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lal-quickcheck__option input:checked + span::after {
  border-color: var(--lal-gold);
  background: var(--lal-gold);
  box-shadow: 0 0 0 4px rgba(184, 138, 77, 0.16);
}

.lal-quickcheck__error {
  margin: -0.35rem 0 0;
  border-left: 2px solid #d96b5f;
  padding-left: 0.75rem;
  color: #ffd8d2;
  font-size: 0.84rem;
  line-height: 1.5;
}

.lal-quickcheck__loading {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  border: 1px solid rgba(248, 245, 241, 0.1);
  border-radius: 18px;
  padding: 0.9rem 1rem;
  background: rgba(248, 245, 241, 0.06);
}

.lal-quickcheck__loading span {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(248, 245, 241, 0.18);
  border-top-color: var(--lal-gold);
  border-radius: 999px;
  animation: lalQuickcheckSpin 0.72s linear infinite;
}

.lal-quickcheck__loading p {
  margin: 0;
  color: rgba(248, 245, 241, 0.68);
  font-size: 0.86rem;
  line-height: 1.45;
}

@keyframes lalQuickcheckSpin {
  to {
    transform: rotate(360deg);
  }
}

.lal-quickcheck__form.has-result .lal-quickcheck__steps,
.lal-quickcheck__form.has-result .lal-quickcheck__actions,
.lal-quickcheck__form.has-result .lal-quickcheck__error,
.lal-quickcheck__form.has-result .lal-quickcheck__loading {
  display: none;
}

.lal-quickcheck__form.has-result .lal-quickcheck__progress {
  opacity: 0.78;
}

.lal-quickcheck__form.has-result .lal-quickcheck__bar span {
  width: 100%;
}

.lal-quickcheck__result {
  display: none;
  border: 1px solid rgba(184, 138, 77, 0.38);
  border-radius: 22px;
  padding: clamp(1rem, 2.4vw, 1.45rem);
  background:
    linear-gradient(135deg, rgba(23, 22, 14, 0.96), rgba(41, 35, 24, 0.96));
  color: #f8f5f1;
}

.lal-quickcheck__result.is-visible {
  display: block;
}

.lal-quickcheck__result-label {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--lal-gold);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lal-quickcheck__result h3 {
  margin: 0 0 0.5rem;
  color: #fff;
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-weight: 400;
}

.lal-quickcheck__result p {
  margin: 0 0 1rem;
  color: rgba(248, 245, 241, 0.72);
  font-size: 0.95rem;
  line-height: 1.65;
}

.lal-quickcheck__plan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
  gap: 1rem;
  margin: 1rem 0 1.2rem;
}

.lal-quickcheck__mini-label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--lal-gold);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lal-quickcheck__plan,
.lal-quickcheck__docs {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(248, 245, 241, 0.82);
  font-size: 0.88rem;
  line-height: 1.5;
}

.lal-quickcheck__docs {
  list-style: square;
}

.lal-quickcheck__sources {
  padding-left: 0;
  list-style: none;
}

.lal-quickcheck__sources a {
  display: inline-flex;
  border: 1px solid rgba(248, 245, 241, 0.13);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  color: rgba(248, 245, 241, 0.82);
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.lal-quickcheck__sources a:hover,
.lal-quickcheck__sources a:focus-visible {
  border-color: rgba(184, 138, 77, 0.72);
  background: rgba(184, 138, 77, 0.12);
  color: #fff;
  outline: none;
}

.lal-quickcheck__risk {
  border-left: 2px solid var(--lal-gold);
  padding-left: 0.85rem;
}

.lal-quickcheck__privacy {
  color: rgba(248, 245, 241, 0.5);
  font-size: 0.78rem;
}

.lal-quickcheck__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.lal-quickcheck__result-actions .lal-template-button {
  border-color: var(--lal-gold);
  background: var(--lal-gold);
}

.lal-quickcheck__result-actions .lal-template-button--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(248, 245, 241, 0.28);
}

.lal-quickcheck__reset {
  padding: 0.75rem 0.4rem;
}

.lal-conversion-band {
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.lal-conversion-band__grid {
  margin-top: 2rem;
}

.lal-conversion-card {
  cursor: pointer;
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.lal-conversion-card:hover,
.lal-conversion-card:focus-visible {
  border-color: rgba(184, 138, 77, 0.55);
  box-shadow: 0 24px 58px rgba(23, 22, 14, 0.08);
  transform: translateY(-2px);
}

.lal-conversion-card__link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--lal-gold);
  font-size: 0.82rem;
  font-weight: 760;
  text-decoration: none;
}

.lal-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 20px;
  background: rgba(229, 224, 216, 0.95);
}

.lal-proof-item {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.lal-proof-item strong {
  display: block;
  color: var(--lal-ink);
  font-size: 0.92rem;
}

.lal-proof-item span {
  display: block;
  margin-top: 0.25rem;
  color: var(--lal-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.lal-contact-panel__trust {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.lal-contact-panel__trust-item {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  color: var(--muted, #6c6660);
  font-size: 0.88rem;
  line-height: 1.55;
}

.lal-contact-panel__trust-item::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: var(--gold, #bf844a);
  box-shadow: 0 0 0 0.35rem rgba(191, 132, 74, 0.11);
  flex: 0 0 auto;
}

body[data-lal-template]:not([data-lal-template="home"]) .phero {
  border-bottom: 1px solid rgba(184, 138, 77, 0.16);
  background:
    radial-gradient(circle at 14% 10%, rgba(184, 138, 77, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(23, 22, 14, 0.08), transparent 24rem),
    linear-gradient(180deg, #f8f5f1 0%, #efe8dc 100%);
}

body[data-lal-template]:not([data-lal-template="home"]) .phero__headline em,
body[data-lal-template]:not([data-lal-template="home"]) .phero__meta-num,
body[data-lal-template]:not([data-lal-template="home"]) .phero__eyebrow-text {
  color: var(--gold, var(--accent, #b88a4d));
}

body[data-lal-template]:not([data-lal-template="home"]) .guide,
body[data-lal-template]:not([data-lal-template="home"]) .related,
body[data-lal-template]:not([data-lal-template="home"]) .closing {
  scroll-margin-top: 96px;
}

body[data-lal-contact="compact"] .phero {
  min-height: 0;
  padding-block: clamp(3rem, 6vw, 5.25rem);
}

body[data-lal-contact="compact"] .r {
  opacity: 1;
  transform: none;
}

body[data-lal-consultation="premium"] .r {
  opacity: 1;
  transform: none;
}

body[data-lal-contact="compact"] .phero__eyebrow-line {
  width: 3rem;
}

body[data-lal-consultation="premium"] .phero__eyebrow-line {
  width: 3rem;
}

body[data-lal-consultation="premium"] .phero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.35rem;
}

body[data-lal-consultation="premium"] .phero__btn,
body[data-lal-consultation="premium"] .phero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border-radius: 999px;
  padding: 0.86rem 1.35rem;
  font-family: var(--sans, var(--font-sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.85rem;
  font-weight: 760;
  letter-spacing: 0.035em;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body[data-lal-consultation="premium"] .phero__btn {
  border: 1px solid var(--ink, #17160e);
  background: var(--ink, #17160e);
  color: #fff;
}

body[data-lal-consultation="premium"] .phero__link {
  border: 1px solid rgba(23, 22, 14, 0.14);
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink, #17160e);
}

body[data-lal-consultation="premium"] .phero__btn:hover,
body[data-lal-consultation="premium"] .phero__btn:focus-visible,
body[data-lal-consultation="premium"] .phero__link:hover,
body[data-lal-consultation="premium"] .phero__link:focus-visible {
  border-color: var(--gold, var(--accent, #b88a4d));
  background: var(--gold, var(--accent, #b88a4d));
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

body[data-lal-contact="compact"] .phero__layout {
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

body[data-lal-contact="compact"] .phero__headline {
  max-width: 10ch;
  font-size: clamp(3rem, 6.6vw, 5.8rem);
  line-height: 0.98;
}

body[data-lal-contact="compact"] .phero__sub {
  max-width: 30rem;
}

body[data-lal-contact="compact"] .phero__meta-label {
  word-break: break-word;
}

body[data-lal-template] table {
  width: 100%;
}

/* Legacy pages had inline dark tables; keep the information, but render them in the premium factual style. */
body[data-lal-template] :is(.guide__table, table)[style*="#1c1b13"],
body[data-lal-template] :is(.guide__table, table)[style*="background:#1c1b13"],
body[data-lal-template] :is(.guide__table, table)[style*="background: #1c1b13"] {
  overflow: hidden;
  border: 1px solid rgba(184, 138, 77, 0.18) !important;
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 0%, rgba(184, 138, 77, 0.12), transparent 14rem),
    rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 22px 64px rgba(23, 22, 14, 0.06);
}

body[data-lal-template] :is(.guide__table, table)[style*="#1c1b13"] :is(th, td),
body[data-lal-template] :is(.guide__table, table)[style*="background:#1c1b13"] :is(th, td),
body[data-lal-template] :is(.guide__table, table)[style*="background: #1c1b13"] :is(th, td) {
  border-bottom: 1px solid rgba(229, 224, 216, 0.92) !important;
  color: var(--muted, var(--text-muted, #6b6560)) !important;
}

body[data-lal-template] :is(.guide__table, table)[style*="#1c1b13"] th,
body[data-lal-template] :is(.guide__table, table)[style*="background:#1c1b13"] th,
body[data-lal-template] :is(.guide__table, table)[style*="background: #1c1b13"] th,
body[data-lal-template] :is(.guide__table, table)[style*="#1c1b13"] td:first-child,
body[data-lal-template] :is(.guide__table, table)[style*="background:#1c1b13"] td:first-child,
body[data-lal-template] :is(.guide__table, table)[style*="background: #1c1b13"] td:first-child {
  color: var(--ink, var(--text, #17160e)) !important;
}

body[data-lal-consultation="premium"] .related {
  padding: clamp(4rem, 7vw, 6rem) clamp(1.1rem, 6vw, 6.5rem);
  background:
    radial-gradient(circle at 14% 8%, rgba(184, 138, 77, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(248, 245, 241, 0.07), transparent 24rem),
    linear-gradient(135deg, #111109 0%, #1f1c13 100%);
}

body[data-lal-consultation="premium"] .related__label,
body[data-lal-consultation="premium"] .related__grid {
  width: min(100%, 1180px);
  margin-inline: auto;
}

body[data-lal-consultation="premium"] .related__label {
  margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
  opacity: 1;
  transform: none;
}

body[data-lal-consultation="premium"] .related__label::before {
  width: 2.25rem;
}

body[data-lal-consultation="premium"] .related__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(248, 245, 241, 0.08);
  border-radius: 28px;
  background: rgba(248, 245, 241, 0.08);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.26);
}

body[data-lal-consultation="premium"] .related .rcard {
  min-height: clamp(13rem, 18vw, 16.5rem);
  padding: clamp(1.35rem, 2.6vw, 2rem);
  border: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(184, 138, 77, 0.16), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #19170f;
  opacity: 1 !important;
  transform: none !important;
}

body[data-lal-consultation="premium"] .related .rcard:hover,
body[data-lal-consultation="premium"] .related .rcard:focus-visible {
  background:
    radial-gradient(circle at 20% 0%, rgba(184, 138, 77, 0.22), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    #201e15;
  outline: none;
}

body[data-lal-consultation="premium"] .related .rcard::before {
  opacity: 0.55;
  transform: scaleX(1);
}

body[data-lal-consultation="premium"] .related .rcard::after {
  content: "→";
  position: absolute;
  right: clamp(1.25rem, 2.4vw, 1.9rem);
  bottom: clamp(1.1rem, 2.2vw, 1.7rem);
  color: rgba(184, 138, 77, 0.78);
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 0.28s var(--ease, cubic-bezier(.22,1,.36,1)), color 0.28s ease;
}

body[data-lal-consultation="premium"] .related .rcard:hover::after,
body[data-lal-consultation="premium"] .related .rcard:focus-visible::after {
  color: var(--gold, var(--accent, #b88a4d));
  transform: translateX(0.28rem);
}

body[data-lal-consultation="premium"] .related .rcard__tag {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 auto;
  color: var(--gold, var(--accent, #b88a4d));
  font-family: var(--sans, var(--font-sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[data-lal-consultation="premium"] .related .rcard__title {
  max-width: 11ch;
  margin: clamp(2.2rem, 4vw, 3.4rem) 0 0;
  color: var(--cream, #f8f5f1);
  font-family: var(--serif, var(--font-serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

body[data-lal-consultation="premium"] .related .rcard__text {
  max-width: 20rem;
  margin: 0.75rem 0 2.1rem;
  color: rgba(248, 245, 241, 0.58);
  font-size: 0.92rem;
  line-height: 1.65;
}

.lal-page-bridge,
.lal-author-box,
.lal-page-bridge *,
.lal-author-box * {
  box-sizing: border-box;
}

.lal-page-bridge {
  position: relative;
  padding: clamp(4rem, 7vw, 6.5rem) clamp(1.1rem, 6vw, 6.5rem);
  background:
    radial-gradient(circle at 78% 0%, rgba(184, 138, 77, 0.15), transparent 23rem),
    linear-gradient(180deg, #f8f5f1 0%, #f1eadf 100%);
  color: var(--ink, var(--text, #17160e));
}

.lal-page-bridge__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: stretch;
  width: min(100%, 1120px);
  margin: 0 auto;
}

.lal-page-bridge__copy h2,
.lal-author-box h2 {
  margin: 0;
  color: var(--ink, var(--text, #17160e));
  font-family: var(--serif, var(--font-serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(2rem, 4.8vw, 4rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.lal-page-bridge__copy h2 em,
.lal-author-box h2 em {
  color: var(--gold, var(--accent, #b88a4d));
  font-style: italic;
}

.lal-page-bridge__copy p,
.lal-page-bridge__panel p,
.lal-author-box p {
  margin: 1rem 0 0;
  color: var(--muted, var(--text-muted, #6b6560));
  font-size: 1rem;
  line-height: 1.75;
}

.lal-page-bridge__panel {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  border: 1px solid rgba(229, 224, 216, 0.95);
  border-radius: 28px;
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    radial-gradient(circle at top right, rgba(184, 138, 77, 0.14), transparent 14rem),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(23, 22, 14, 0.07);
}

.lal-page-bridge__num {
  color: var(--gold, var(--accent, #b88a4d));
  font-family: var(--serif, var(--font-serif, var(--font-headings), system-ui, sans-serif));
  font-size: 2rem;
  font-style: italic;
  line-height: 1;
}

.lal-page-bridge__panel h3 {
  margin: 0;
  color: var(--ink, var(--text, #17160e));
  font-family: var(--serif, var(--font-serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 400;
}

.lal-page-bridge__panel .lal-template-button {
  width: fit-content;
  margin-top: 0.55rem;
}

.lal-author-box {
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.1rem, 6vw, 6.5rem);
  background: #fffaf3;
  border-top: 1px solid rgba(229, 224, 216, 0.95);
  border-bottom: 1px solid rgba(229, 224, 216, 0.95);
}

.lal-author-box__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 1.6rem);
  width: min(100%, 1120px);
  margin: 0 auto;
  align-items: start;
}

.lal-author-box__avatar {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--gold, var(--accent, #b88a4d));
  color: #fff;
  font-family: var(--serif, var(--font-serif, var(--font-headings), system-ui, sans-serif));
  font-size: 1.6rem;
  font-style: italic;
}

.lal-author-box__kicker {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold, var(--accent, #b88a4d));
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lal-source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.lal-source-list a {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  border: 1px solid rgba(23, 22, 14, 0.12);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  color: var(--ink, var(--text, #17160e));
  font-size: 0.82rem;
  font-weight: 760;
  text-decoration: none;
}

.lal-source-list a:hover,
.lal-source-list a:focus-visible {
  border-color: var(--gold, var(--accent, #b88a4d));
  color: var(--gold, var(--accent, #b88a4d));
}

.lal-editorial-panel,
.lal-editorial-panel * {
  box-sizing: border-box;
}

.lal-editorial-panel {
  --lal-editorial-ink: var(--text, #17160e);
  --lal-editorial-muted: var(--text-secondary, #6b6560);
  --lal-editorial-soft: #f8f3ea;
  --lal-editorial-line: rgba(23, 22, 14, 0.14);
  --lal-editorial-accent: var(--accent, #b87938);
  padding: clamp(0.9rem, 2vw, 1.1rem);
  background:
    radial-gradient(circle at 88% 7%, rgba(184, 121, 56, 0.12), transparent 18rem),
    linear-gradient(180deg, #efe8dc 0%, #f6f1e8 100%);
  color: var(--lal-editorial-ink);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
}

.lal-editorial-panel__hero {
  display: grid;
  grid-template-columns: minmax(4rem, 6rem) minmax(0, 1fr) minmax(10rem, 14rem);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  width: min(100%, 1180px);
  margin: 0 auto;
  min-height: clamp(15rem, 23vw, 16.5rem);
  padding: clamp(2rem, 5vw, 4rem) clamp(1.6rem, 5vw, 3.6rem);
  border: 1px solid var(--lal-editorial-line);
  background:
    radial-gradient(circle at 92% 0%, rgba(184, 121, 56, 0.1), transparent 16rem),
    rgba(255, 251, 244, 0.7);
}

.lal-editorial-panel__mark {
  display: grid;
  place-items: center;
  width: clamp(4.1rem, 6vw, 4.8rem);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 121, 56, 0.22);
  border-radius: 1.25rem;
  background: rgba(255, 251, 244, 0.84);
  box-shadow: 0 18px 46px rgba(23, 22, 14, 0.06);
}

.lal-editorial-panel__mark span {
  position: relative;
  display: block;
  width: 2.1rem;
  height: 1.55rem;
  border: 1.5px solid rgba(23, 22, 14, 0.22);
  background:
    linear-gradient(135deg, transparent 42%, var(--lal-editorial-ink) 43% 47%, transparent 48%),
    linear-gradient(45deg, transparent 42%, var(--lal-editorial-ink) 43% 47%, transparent 48%);
}

.lal-editorial-panel__mark span::before,
.lal-editorial-panel__mark span::after {
  content: "";
  position: absolute;
  background: var(--lal-editorial-accent);
}

.lal-editorial-panel__mark span::before {
  left: 0.36rem;
  right: 0.36rem;
  bottom: 0.34rem;
  height: 2px;
}

.lal-editorial-panel__mark span::after {
  left: 0.78rem;
  bottom: 0.34rem;
  width: 2px;
  height: 0.46rem;
}

.lal-editorial-panel__copy {
  max-width: 52rem;
}

.lal-editorial-panel__kicker {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin: 0 0 0.55rem;
  color: var(--lal-editorial-accent);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-size: var(--text-xs, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lal-editorial-panel__kicker::before {
  content: "";
  flex: 0 0 clamp(1.8rem, 3vw, 2.2rem);
  height: 1px;
  background: currentColor;
}

.lal-editorial-panel h2 {
  margin: 0;
  color: var(--lal-editorial-ink);
  font-family: var(--font-headings, "Manrope", system-ui, sans-serif);
  font-size: clamp(2.55rem, 5.4vw, 4.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.lal-editorial-panel__copy p {
  max-width: 63rem;
  margin: 1.05rem 0 0;
  color: var(--lal-editorial-muted);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-size: clamp(0.96rem, 1.35vw, 1.08rem);
  line-height: 1.72;
}

.lal-editorial-panel .lal-source-list {
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.lal-editorial-panel .lal-source-list a {
  min-height: 2.1rem;
  padding: 0.46rem 0.84rem;
  border-color: rgba(23, 22, 14, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: var(--lal-editorial-ink);
  font-size: var(--text-xs, 0.78rem);
}

.lal-editorial-panel__date {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 0.55rem;
  padding-left: clamp(1.4rem, 3vw, 2rem);
  border-left: 1px solid rgba(23, 22, 14, 0.1);
}

.lal-editorial-panel__date span,
.lal-editorial-panel__privacy span {
  color: var(--text-tertiary, #8b8378);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-size: var(--text-xs, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lal-editorial-panel__date strong {
  color: var(--lal-editorial-accent);
  font-family: var(--font-headings, "Manrope", system-ui, sans-serif);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
}

.lal-editorial-panel__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1180px);
  margin: 0 auto;
  border-top: 1px solid var(--lal-editorial-line);
  border-right: 1px solid var(--lal-editorial-line);
  border-bottom: 1px solid var(--lal-editorial-line);
  border-left: 1px solid var(--lal-editorial-line);
}

.lal-editorial-card {
  min-height: clamp(14.5rem, 19vw, 15.8rem);
  padding: clamp(1.25rem, 2.6vw, 1.55rem) clamp(1.25rem, 3vw, 1.75rem);
  border-right: 1px solid var(--lal-editorial-line);
  background: rgba(255, 251, 244, 0.5);
}

.lal-editorial-card:last-child {
  border-right: 0;
}

.lal-editorial-card__num {
  display: block;
  margin-bottom: 1rem;
  color: rgba(184, 121, 56, 0.36);
  font-family: var(--font-headings, "Manrope", system-ui, sans-serif);
  font-size: clamp(1.65rem, 3.1vw, 2.05rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.lal-editorial-card h3 {
  margin: 0;
  color: var(--lal-editorial-ink);
  font-family: var(--font-headings, "Manrope", system-ui, sans-serif);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.22;
}

.lal-editorial-card p {
  margin: 0.72rem 0 0;
  color: var(--lal-editorial-muted);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-size: var(--text-sm, 0.9rem);
  line-height: 1.58;
}

.lal-editorial-card--dark {
  background:
    radial-gradient(circle at 82% 12%, rgba(184, 121, 56, 0.14), transparent 13rem),
    #17160e;
}

.lal-editorial-card--dark .lal-editorial-card__num {
  color: rgba(184, 121, 56, 0.5);
}

.lal-editorial-card--dark h3 {
  color: #f8f3ea;
}

.lal-editorial-card--dark p {
  color: rgba(248, 243, 234, 0.62);
}

.lal-editorial-card--dark a {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin-top: 0.95rem;
  color: var(--lal-editorial-accent);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-size: var(--text-xs, 0.78rem);
  font-weight: 800;
  text-decoration: none;
}

.lal-editorial-card--dark a::after {
  content: "→";
}

.lal-editorial-panel__privacy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  width: min(100%, 1180px);
  margin: clamp(1rem, 2.4vw, 1.15rem) auto 0;
  padding: clamp(1.3rem, 2.8vw, 1.65rem) clamp(1.35rem, 4vw, 2rem);
  border: 1px solid rgba(23, 22, 14, 0.11);
  background: rgba(255, 251, 244, 0.66);
}

.lal-editorial-panel__privacy span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--lal-editorial-accent);
}

.lal-editorial-panel__privacy span::before {
  content: "";
  flex: 0 0 1.7rem;
  height: 1px;
  background: currentColor;
}

.lal-editorial-panel__privacy p {
  margin: 0;
  color: var(--lal-editorial-muted);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-size: var(--text-sm, 0.9rem);
  line-height: 1.58;
}

.lal-editorial-panel__privacy p strong {
  color: var(--lal-editorial-ink);
}

.lal-editorial-panel__privacy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  border: 1px solid rgba(23, 22, 14, 0.14);
  border-radius: 999px;
  padding: 0.55rem 1.35rem;
  color: var(--lal-editorial-ink);
  background: rgba(255, 255, 255, 0.6);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-size: var(--text-xs, 0.78rem);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.lal-editorial-panel a:hover,
.lal-editorial-panel a:focus-visible {
  border-color: var(--lal-editorial-accent);
  color: var(--lal-editorial-accent);
}

.lal-editorial-panel a:focus-visible {
  outline: 2px solid var(--lal-editorial-accent);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .lal-editorial-panel__hero {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .lal-editorial-panel__date {
    grid-column: 1 / -1;
    align-content: start;
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(23, 22, 14, 0.1);
    border-left: 0;
  }

  .lal-editorial-panel__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lal-editorial-card:nth-child(2n) {
    border-right: 0;
  }

  .lal-editorial-card:nth-child(n + 3) {
    border-top: 1px solid var(--lal-editorial-line);
  }

  .lal-editorial-panel__privacy {
    grid-template-columns: 1fr;
  }

  .lal-editorial-panel__privacy a {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .lal-editorial-panel {
    padding-inline: 0.75rem;
  }

  .lal-editorial-panel__hero {
    grid-template-columns: 1fr;
    padding: 1.45rem;
  }

  .lal-editorial-panel h2 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .lal-editorial-panel__cards {
    grid-template-columns: 1fr;
  }

  .lal-editorial-card,
  .lal-editorial-card:nth-child(2n) {
    border-right: 0;
  }

  .lal-editorial-card:nth-child(n + 2) {
    border-top: 1px solid var(--lal-editorial-line);
  }

  .lal-editorial-panel__privacy {
    padding: 1.2rem;
  }

  .lal-editorial-panel__privacy a {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .lal-quickcheck__layout,
  .lal-quickcheck__fields {
    grid-template-columns: 1fr;
  }

  .lal-quickcheck__options,
  .lal-quickcheck__options--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lal-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lal-quickcheck__plan-grid {
    grid-template-columns: 1fr;
  }

  .lal-page-bridge__inner {
    grid-template-columns: 1fr;
  }

  body[data-lal-consultation="premium"] .related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-lal-top="true"] .phero {
    min-height: auto;
  }

  body[data-lal-top="true"] .phero__layout,
  .lal-premium-entry__head,
  .lal-premium-entry__grid {
    grid-template-columns: 1fr;
  }

  body[data-lal-top="true"] .phero__headline,
  .lal-premium-entry__title {
    max-width: 14ch;
  }

  .lal-premium-card {
    min-height: auto;
  }

  .lal-premium-card__num {
    margin-bottom: 2rem;
  }
}

@media (max-width: 560px) {
  .lal-template-section {
    padding-inline: 1rem;
  }

  .lal-quickcheck__actions,
  .lal-quickcheck__result-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lal-quickcheck__progress {
    grid-template-columns: 1fr auto;
  }

  .lal-quickcheck__back {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .lal-quickcheck__options,
  .lal-quickcheck__options--compact {
    grid-template-columns: 1fr;
  }

  .lal-quickcheck__option span {
    min-height: auto;
  }

  body[data-lal-consultation="premium"] .phero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lal-quickcheck__button,
  .lal-template-button,
  body[data-lal-consultation="premium"] .phero__btn,
  body[data-lal-consultation="premium"] .phero__link {
    width: 100%;
  }

  .lal-proof-strip {
    grid-template-columns: 1fr;
  }

  body[data-lal-template]:not([data-lal-template="home"]) .phero {
    padding-top: 5.5rem;
  }

  body[data-lal-template] table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .lal-page-bridge__panel .lal-template-button {
    width: 100%;
  }

  .lal-author-box__inner {
    grid-template-columns: 1fr;
  }

  body[data-lal-consultation="premium"] .related {
    padding-inline: 1rem;
  }

  body[data-lal-consultation="premium"] .related__grid {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  body[data-lal-consultation="premium"] .related .rcard {
    min-height: 12rem;
  }

  body[data-lal-top="true"] .phero__right {
    border-radius: 20px;
    padding: 1rem;
  }

  body[data-lal-top="true"] .phero__meta {
    grid-template-columns: 1fr;
  }

  .lal-premium-entry {
    padding-inline: 1rem;
  }

  .lal-premium-entry__cta {
    align-items: stretch;
    flex-direction: column;
  }

  .lal-premium-entry__cta .lal-template-button {
    width: 100%;
  }
}

/* Normalize emphasized page cards: avoid brown slabs, keep the Lalmano black-card language from the home page. */
body[data-lal-template] :is(
  .ap-block--highlight,
  .aufbau-block--highlight,
  .beruf-card--highlight,
  .card--highlight,
  .city-col--highlight,
  .dual__col--highlight,
  .fblock--highlight,
  .fcard--highlight,
  .folgcard--key,
  .gb-block--highlight,
  .gblock--highlight,
  .grow--highlight,
  .kb--highlight,
  .kb-block--highlight,
  .kosten-block--highlight,
  .level-card--b2,
  .mrow--highlight,
  .mx-card--highlight,
  .netto-example--highlight,
  .parcard--key,
  .pb-block--highlight,
  .pb-block--hl,
  .pkrit__row--highlight,
  .portal-card--highlight,
  .rahmen__col--highlight,
  .sk-block--highlight,
  .skblock--highlight,
  .stellen-card--highlight,
  .trow--highlight,
  .ublock--highlight,
  .vblock--highlight,
  .vc-card--highlight,
  .visa-card--highlight,
  .vs-col--highlight,
  .vs__col--highlight,
  .wcard--highlight,
  .wcard--uncertain,
  .wzrow--highlight,
  .zblock--highlight
) {
  background: #17160e !important;
  border-color: rgba(243, 239, 230, 0.11) !important;
  box-shadow: inset 0 1px 0 rgba(243, 239, 230, 0.035);
}

body[data-lal-template] :is(
  .ap-block--highlight,
  .aufbau-block--highlight,
  .beruf-card--highlight,
  .card--highlight,
  .city-col--highlight,
  .dual__col--highlight,
  .fblock--highlight,
  .fcard--highlight,
  .folgcard--key,
  .gb-block--highlight,
  .gblock--highlight,
  .grow--highlight,
  .kb--highlight,
  .kb-block--highlight,
  .kosten-block--highlight,
  .level-card--b2,
  .mrow--highlight,
  .mx-card--highlight,
  .netto-example--highlight,
  .parcard--key,
  .pb-block--highlight,
  .pb-block--hl,
  .pkrit__row--highlight,
  .portal-card--highlight,
  .rahmen__col--highlight,
  .sk-block--highlight,
  .skblock--highlight,
  .stellen-card--highlight,
  .trow--highlight,
  .ublock--highlight,
  .vblock--highlight,
  .vc-card--highlight,
  .visa-card--highlight,
  .vs-col--highlight,
  .vs__col--highlight,
  .wcard--highlight,
  .wcard--uncertain,
  .wzrow--highlight,
  .zblock--highlight
):hover {
  background: #1c1b13 !important;
}

body[data-lal-template] :is(
  .ap-block--highlight,
  .aufbau-block--highlight,
  .beruf-card--highlight,
  .card--highlight,
  .city-col--highlight,
  .dual__col--highlight,
  .fblock--highlight,
  .fcard--highlight,
  .folgcard--key,
  .gb-block--highlight,
  .gblock--highlight,
  .grow--highlight,
  .kb--highlight,
  .kb-block--highlight,
  .kosten-block--highlight,
  .level-card--b2,
  .mrow--highlight,
  .mx-card--highlight,
  .netto-example--highlight,
  .parcard--key,
  .pb-block--highlight,
  .pb-block--hl,
  .pkrit__row--highlight,
  .portal-card--highlight,
  .rahmen__col--highlight,
  .sk-block--highlight,
  .skblock--highlight,
  .stellen-card--highlight,
  .trow--highlight,
  .ublock--highlight,
  .vblock--highlight,
  .vc-card--highlight,
  .visa-card--highlight,
  .vs-col--highlight,
  .vs__col--highlight,
  .wcard--highlight,
  .wcard--uncertain,
  .wzrow--highlight,
  .zblock--highlight
)::before {
  background: var(--gold, var(--accent, #b88a4d)) !important;
}

body[data-lal-template] :is([class*="--highlight"], [class*="--key"], [class*="--hl"], .wcard--uncertain, .level-card--b2):not(.decision-card-uncertain) {
  color: rgba(243, 239, 230, 0.62);
}

body[data-lal-template] :is([class*="--highlight"], [class*="--key"], [class*="--hl"], .wcard--uncertain, .level-card--b2):not(.decision-card-uncertain) :where(h1, h2, h3, h4, strong, [class$="__title"], [class$="__name"], [class$="__titel"], [class$="__krit"], [class$="__value"], [class$="__total"]) {
  color: var(--cream, #f3efe6) !important;
}

body[data-lal-template] :is([class*="--highlight"], [class*="--key"], [class*="--hl"], .wcard--uncertain, .level-card--b2):not(.decision-card-uncertain) :where(p, li, td, [class$="__desc"], [class$="__body"], [class$="__para"], [class$="__detail"], [class$="__hinweis"], [class$="__text"]) {
  color: rgba(243, 239, 230, 0.58) !important;
}

body[data-lal-template] :is([class*="--highlight"], [class*="--key"], [class*="--hl"], .wcard--uncertain, .level-card--b2):not(.decision-card-uncertain) :where([class$="__label"], [class$="__tag"], [class$="__cat"], [class$="__sem"], [class$="__pts"]) {
  color: var(--gold, var(--accent, #b88a4d)) !important;
  opacity: 0.82;
}

/* Premium field correction: highlighted facts should feel curated, not like a repeated black error state. */
body[data-lal-template] :is(
  .ap-block--highlight,
  .aufbau-block--highlight,
  .beruf-card--highlight,
  .card--highlight,
  .city-col--highlight,
  .dual__col--highlight,
  .fblock--highlight,
  .fcard--highlight,
  .folgcard--key,
  .gb-block--highlight,
  .gblock--highlight,
  .grow--highlight,
  .kb--highlight,
  .kb-block--highlight,
  .kosten-block--highlight,
  .level-card--b2,
  .mrow--highlight,
  .mx-card--highlight,
  .netto-example--highlight,
  .parcard--key,
  .pb-block--highlight,
  .pb-block--hl,
  .pkrit__row--highlight,
  .portal-card--highlight,
  .rahmen__col--highlight,
  .sk-block--highlight,
  .skblock--highlight,
  .stellen-card--highlight,
  .trow--highlight,
  .ublock--highlight,
  .vblock--highlight,
  .vc-card--highlight,
  .visa-card--highlight,
  .vs-col--highlight,
  .vs__col--highlight,
  .wcard--highlight,
  .wcard--uncertain,
  .wzrow--highlight,
  .zblock--highlight
):not(.decision-card-uncertain) {
  border-color: rgba(184, 138, 77, 0.28) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(184, 138, 77, 0.14), transparent 15rem),
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.84), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 245, 241, 0.88)) !important;
  color: var(--ink, var(--text, #17160e)) !important;
  box-shadow: 0 26px 76px rgba(23, 22, 14, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
}

body[data-lal-template] :is([class*="--highlight"], [class*="--key"], [class*="--hl"], .wcard--uncertain, .level-card--b2):not(.decision-card-uncertain) :where(h1, h2, h3, h4, strong, [class$="__title"], [class$="__name"], [class$="__titel"], [class$="__krit"], [class$="__value"], [class$="__total"]) {
  color: var(--ink, var(--text, #17160e)) !important;
}

body[data-lal-template] :is([class*="--highlight"], [class*="--key"], [class*="--hl"], .wcard--uncertain, .level-card--b2):not(.decision-card-uncertain) :where(p, li, td, [class$="__desc"], [class$="__body"], [class$="__para"], [class$="__detail"], [class$="__hinweis"], [class$="__text"]) {
  color: var(--muted, var(--text-muted, #6b6560)) !important;
}

/* ===== lalmano-premium-fields.css ===== */
/* Lalmano Premium Fields
   Shared polish for highlight/key/uncertain areas across legacy page templates. */

:root {
  --lal-premium-field-ink: var(--ink, var(--text, #17160e));
  --lal-premium-field-muted: var(--muted, var(--text-muted, #6f685f));
  --lal-premium-field-cream: var(--cream, var(--bg, #f8f5f1));
  --lal-premium-field-card: var(--bg-card, #fffaf3);
  --lal-premium-field-gold: var(--gold, var(--accent, #b88a4d));
  --lal-premium-field-gold-soft: var(--gold-l, var(--accent-light, #e8dcc8));
  --lal-premium-field-border: var(--border, #e5e0d8);
}

:is(
  .ap-block--highlight,
  .aufbau-block--highlight,
  .beruf-card--highlight,
  .card--highlight,
  .city-col--highlight,
  .dual__col--highlight,
  .fblock--highlight,
  .fcard--highlight,
  .folcard--key,
  .folgcard--key,
  .gb-block--highlight,
  .gblock--highlight,
  .highlight-box,
  .kb--highlight,
  .kb-block--highlight,
  .kosten-block--highlight,
  .mx-card--highlight,
  .netto-example--highlight,
  .parcard--key,
  .pb-block--highlight,
  .portal-card--highlight,
  .rahmen__col--highlight,
  .sk-block--highlight,
  .skblock--highlight,
  .stellen-card--highlight,
  .ublock--highlight,
  .vblock--highlight,
  .vc-card--highlight,
  .visa-card--highlight,
  .vs-col--highlight,
  .vs__col--highlight,
  .wcard--highlight,
  .wcard--uncertain,
  .zblock--highlight
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--lal-premium-field-gold) 34%, transparent) !important;
  border-radius: clamp(18px, 2.4vw, 28px) !important;
  background:
    radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--lal-premium-field-gold) 15%, transparent), transparent 16rem),
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.84), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, color-mix(in srgb, var(--lal-premium-field-cream) 92%, #fff 8%) 100%) !important;
  color: var(--lal-premium-field-ink) !important;
  box-shadow:
    0 24px 70px rgba(23, 22, 14, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

:is(
  .ap-block--highlight,
  .aufbau-block--highlight,
  .beruf-card--highlight,
  .card--highlight,
  .city-col--highlight,
  .dual__col--highlight,
  .fblock--highlight,
  .fcard--highlight,
  .folgcard--key,
  .gb-block--highlight,
  .gblock--highlight,
  .highlight-box,
  .kb--highlight,
  .kb-block--highlight,
  .kosten-block--highlight,
  .mx-card--highlight,
  .netto-example--highlight,
  .parcard--key,
  .pb-block--highlight,
  .portal-card--highlight,
  .rahmen__col--highlight,
  .sk-block--highlight,
  .skblock--highlight,
  .stellen-card--highlight,
  .ublock--highlight,
  .vblock--highlight,
  .vc-card--highlight,
  .visa-card--highlight,
  .vs-col--highlight,
  .vs__col--highlight,
  .wcard--highlight,
  .wcard--uncertain,
  .zblock--highlight
)::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--lal-premium-field-gold), var(--lal-premium-field-gold-soft), transparent) !important;
  opacity: 1 !important;
}

:is(
  .ap-block--highlight,
  .aufbau-block--highlight,
  .beruf-card--highlight,
  .card--highlight,
  .city-col--highlight,
  .dual__col--highlight,
  .fblock--highlight,
  .fcard--highlight,
  .folgcard--key,
  .gb-block--highlight,
  .gblock--highlight,
  .highlight-box,
  .kb--highlight,
  .kb-block--highlight,
  .kosten-block--highlight,
  .mx-card--highlight,
  .netto-example--highlight,
  .parcard--key,
  .pb-block--highlight,
  .portal-card--highlight,
  .rahmen__col--highlight,
  .sk-block--highlight,
  .skblock--highlight,
  .stellen-card--highlight,
  .ublock--highlight,
  .vblock--highlight,
  .vc-card--highlight,
  .visa-card--highlight,
  .vs-col--highlight,
  .vs__col--highlight,
  .wcard--highlight,
  .wcard--uncertain,
  .zblock--highlight
) :where(h2, h3, h4, strong, b, [class$="__title"], [class$="__titel"], [class$="__headline"], [class$="__value"], [class$="__name"]) {
  color: var(--lal-premium-field-ink) !important;
}

:is(
  .ap-block--highlight,
  .aufbau-block--highlight,
  .beruf-card--highlight,
  .card--highlight,
  .city-col--highlight,
  .dual__col--highlight,
  .fblock--highlight,
  .fcard--highlight,
  .folgcard--key,
  .gb-block--highlight,
  .gblock--highlight,
  .highlight-box,
  .kb--highlight,
  .kb-block--highlight,
  .kosten-block--highlight,
  .mx-card--highlight,
  .netto-example--highlight,
  .parcard--key,
  .pb-block--highlight,
  .portal-card--highlight,
  .rahmen__col--highlight,
  .sk-block--highlight,
  .skblock--highlight,
  .stellen-card--highlight,
  .ublock--highlight,
  .vblock--highlight,
  .vc-card--highlight,
  .visa-card--highlight,
  .vs-col--highlight,
  .vs__col--highlight,
  .wcard--highlight,
  .wcard--uncertain,
  .zblock--highlight
) :where(p, li, small, [class$="__desc"], [class$="__text"], [class$="__copy"], [class$="__hint"], [class$="__para"], [class$="__row-val"]) {
  color: var(--lal-premium-field-muted) !important;
  opacity: 1 !important;
}

:is(
  .ap-block--highlight,
  .aufbau-block--highlight,
  .beruf-card--highlight,
  .card--highlight,
  .city-col--highlight,
  .dual__col--highlight,
  .fblock--highlight,
  .fcard--highlight,
  .folgcard--key,
  .gb-block--highlight,
  .gblock--highlight,
  .highlight-box,
  .kb--highlight,
  .kb-block--highlight,
  .kosten-block--highlight,
  .mx-card--highlight,
  .netto-example--highlight,
  .parcard--key,
  .pb-block--highlight,
  .portal-card--highlight,
  .rahmen__col--highlight,
  .sk-block--highlight,
  .skblock--highlight,
  .stellen-card--highlight,
  .ublock--highlight,
  .vblock--highlight,
  .vc-card--highlight,
  .visa-card--highlight,
  .vs-col--highlight,
  .vs__col--highlight,
  .wcard--highlight,
  .wcard--uncertain,
  .zblock--highlight
) :where([class$="__tag"], [class$="__label"], [class$="__num"], [class$="__icon"], [class$="__step"], [class$="__dauer"], [class$="__gebuehr"], [class$="__badge"]) {
  color: var(--lal-premium-field-gold) !important;
  opacity: 1 !important;
}

:is(
  .ap-block--highlight,
  .aufbau-block--highlight,
  .beruf-card--highlight,
  .city-col--highlight,
  .dual__col--highlight,
  .fblock--highlight,
  .fcard--highlight,
  .folgcard--key,
  .gb-block--highlight,
  .gblock--highlight,
  .kb--highlight,
  .kb-block--highlight,
  .kosten-block--highlight,
  .mx-card--highlight,
  .netto-example--highlight,
  .parcard--key,
  .pb-block--highlight,
  .portal-card--highlight,
  .rahmen__col--highlight,
  .sk-block--highlight,
  .skblock--highlight,
  .stellen-card--highlight,
  .ublock--highlight,
  .vblock--highlight,
  .vc-card--highlight,
  .visa-card--highlight,
  .vs-col--highlight,
  .vs__col--highlight,
  .wcard--highlight,
  .wcard--uncertain,
  .zblock--highlight
):hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--lal-premium-field-gold) 48%, transparent) !important;
  box-shadow:
    0 30px 86px rgba(23, 22, 14, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

:is(
  .grow--highlight,
  .mrow--highlight,
  .pkrit__row--highlight,
  .trow--highlight,
  .wzrow--highlight
) {
  position: relative;
  border-left: 3px solid var(--lal-premium-field-gold) !important;
  background:
    linear-gradient(90deg, rgba(184, 138, 77, 0.16), rgba(255, 255, 255, 0.055) 42%, rgba(255, 255, 255, 0.025)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -1px 0 rgba(184, 138, 77, 0.16) !important;
}

:is(
  .grow--highlight,
  .mrow--highlight,
  .pkrit__row--highlight,
  .trow--highlight,
  .wzrow--highlight
) :where(h3, h4, strong, [class$="__title"], [class$="__titel"], [class$="__name"]) {
  color: var(--cream, var(--bg, #f8f5f1)) !important;
}

:is(
  .grow--highlight,
  .mrow--highlight,
  .pkrit__row--highlight,
  .trow--highlight,
  .wzrow--highlight
) :where(p, li, small, [class$="__desc"], [class$="__text"], [class$="__para"], [class$="__hinweis"], [class$="__gebuehr"]) {
  color: rgba(248, 245, 241, 0.68) !important;
  opacity: 1 !important;
}

:is(
  .grow--highlight,
  .mrow--highlight,
  .pkrit__row--highlight,
  .trow--highlight,
  .wzrow--highlight
) :where([class$="__label"], [class$="__tag"], [class$="__dauer"], [class$="__num"], [class$="__badge"]) {
  color: var(--lal-premium-field-gold) !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  :is(
    .ap-block--highlight,
    .aufbau-block--highlight,
    .beruf-card--highlight,
    .card--highlight,
    .city-col--highlight,
    .dual__col--highlight,
    .fblock--highlight,
    .fcard--highlight,
    .folgcard--key,
    .gb-block--highlight,
    .gblock--highlight,
    .highlight-box,
    .kb--highlight,
    .kb-block--highlight,
    .kosten-block--highlight,
    .mx-card--highlight,
    .netto-example--highlight,
    .parcard--key,
    .pb-block--highlight,
    .portal-card--highlight,
    .rahmen__col--highlight,
    .sk-block--highlight,
    .skblock--highlight,
    .stellen-card--highlight,
    .ublock--highlight,
    .vblock--highlight,
    .vc-card--highlight,
    .visa-card--highlight,
    .vs-col--highlight,
    .vs__col--highlight,
    .wcard--highlight,
    .wcard--uncertain,
    .zblock--highlight
  ) {
    border-radius: 20px !important;
    box-shadow: 0 18px 44px rgba(23, 22, 14, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(
    .ap-block--highlight,
    .aufbau-block--highlight,
    .beruf-card--highlight,
    .city-col--highlight,
    .dual__col--highlight,
    .fblock--highlight,
    .fcard--highlight,
    .folgcard--key,
    .gb-block--highlight,
    .gblock--highlight,
    .kb--highlight,
    .kb-block--highlight,
    .kosten-block--highlight,
    .mx-card--highlight,
    .netto-example--highlight,
    .parcard--key,
    .pb-block--highlight,
    .portal-card--highlight,
    .rahmen__col--highlight,
    .sk-block--highlight,
    .skblock--highlight,
    .stellen-card--highlight,
    .ublock--highlight,
    .vblock--highlight,
    .vc-card--highlight,
    .visa-card--highlight,
    .vs-col--highlight,
    .vs__col--highlight,
    .wcard--highlight,
    .wcard--uncertain,
    .zblock--highlight
  ) {
    transition: none;
  }

  :is(
    .ap-block--highlight,
    .aufbau-block--highlight,
    .beruf-card--highlight,
    .city-col--highlight,
    .dual__col--highlight,
    .fblock--highlight,
    .fcard--highlight,
    .folgcard--key,
    .gb-block--highlight,
    .gblock--highlight,
    .kb--highlight,
    .kb-block--highlight,
    .kosten-block--highlight,
    .mx-card--highlight,
    .netto-example--highlight,
    .parcard--key,
    .pb-block--highlight,
    .portal-card--highlight,
    .rahmen__col--highlight,
    .sk-block--highlight,
    .skblock--highlight,
    .stellen-card--highlight,
    .ublock--highlight,
    .vblock--highlight,
    .vc-card--highlight,
    .visa-card--highlight,
    .vs-col--highlight,
    .vs__col--highlight,
    .wcard--highlight,
    .wcard--uncertain,
    .zblock--highlight
  ):hover {
    transform: none;
  }
}

/* Premium-dark cards: keeps the editorial dark mood, but removes flat black blocks. */
:is(
  .alt-card,
  .ap-block:not(.ap-block--highlight),
  .as-card:not(.as-card--under),
  .aufbau-block:not(.aufbau-block--highlight),
  .beruf-card:not(.beruf-card--highlight),
  .city-col:not(.city-col--highlight),
  .dual__col:not(.dual__col--highlight),
  .einr-card,
  .ergebnis-card:not(.ergebnis-card--voll):not(.ergebnis-card--teil),
  .fblock:not(.fblock--highlight),
  .folgcard:not(.folgcard--key),
  .gb-block:not(.gb-block--highlight),
  .gblock:not(.gblock--highlight),
  .kcard,
  .kb-block:not(.kb-block--highlight),
  .kurs-card,
  .kurse-card,
  .level-card:not(.level-card--active):not(.level-card--b1):not(.level-card--b2):not(.level-card--c1),
  .loes-card,
  .mgcard,
  .mx-card:not(.mx-card--highlight),
  .next__card,
  .parcard:not(.parcard--key),
  .pb-block:not(.pb-block--highlight):not(.pb-block--hl),
  .portal-card:not(.portal-card--highlight),
  .rahmen__col:not(.rahmen__col--highlight),
  .rcard,
  .rs-card,
  .sk-block:not(.sk-block--highlight),
  .skblock:not(.skblock--highlight),
  .spcard,
  .stellen-card:not(.stellen-card--highlight),
  .tcard,
  .ublock:not(.ublock--highlight),
  .vc-card:not(.vc-card--highlight),
  .vblock:not(.vblock--highlight),
  .visa-card:not(.visa-card--highlight),
  .vs-col:not(.vs-col--highlight),
  .vs__col:not(.vs__col--highlight):not(.vs__col--yes):not(.vs__col--no),
  .wcard:not(.wcard--highlight):not(.wcard--uncertain),
  .wzcard
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  opacity: 1 !important;
  transform: translateY(0) !important;
  border: 1px solid rgba(248, 245, 241, 0.08) !important;
  border-radius: clamp(18px, 2.2vw, 28px) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(184, 138, 77, 0.18), transparent 17rem),
    radial-gradient(circle at 100% 12%, rgba(248, 245, 241, 0.075), transparent 16rem),
    linear-gradient(145deg, #232117 0%, #17160e 54%, #111008 100%) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

:is(
  .alt-card,
  .ap-block:not(.ap-block--highlight),
  .as-card:not(.as-card--under),
  .aufbau-block:not(.aufbau-block--highlight),
  .beruf-card:not(.beruf-card--highlight),
  .city-col:not(.city-col--highlight),
  .dual__col:not(.dual__col--highlight),
  .einr-card,
  .ergebnis-card:not(.ergebnis-card--voll):not(.ergebnis-card--teil),
  .fblock:not(.fblock--highlight),
  .folgcard:not(.folgcard--key),
  .gb-block:not(.gb-block--highlight),
  .gblock:not(.gblock--highlight),
  .kcard,
  .kb-block:not(.kb-block--highlight),
  .kurs-card,
  .kurse-card,
  .level-card:not(.level-card--active):not(.level-card--b1):not(.level-card--b2):not(.level-card--c1),
  .loes-card,
  .mgcard,
  .mx-card:not(.mx-card--highlight),
  .next__card,
  .parcard:not(.parcard--key),
  .pb-block:not(.pb-block--highlight):not(.pb-block--hl),
  .portal-card:not(.portal-card--highlight),
  .rahmen__col:not(.rahmen__col--highlight),
  .rcard,
  .rs-card,
  .sk-block:not(.sk-block--highlight),
  .skblock:not(.skblock--highlight),
  .spcard,
  .stellen-card:not(.stellen-card--highlight),
  .tcard,
  .ublock:not(.ublock--highlight),
  .vc-card:not(.vc-card--highlight),
  .vblock:not(.vblock--highlight),
  .visa-card:not(.visa-card--highlight),
  .vs-col:not(.vs-col--highlight),
  .vs__col:not(.vs__col--highlight):not(.vs__col--yes):not(.vs__col--no),
  .wcard:not(.wcard--highlight):not(.wcard--uncertain),
  .wzcard
)::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(184, 138, 77, 0.72), transparent) !important;
  opacity: 0.82 !important;
}

:is(
  .alt-card,
  .ap-block:not(.ap-block--highlight),
  .as-card:not(.as-card--under),
  .aufbau-block:not(.aufbau-block--highlight),
  .beruf-card:not(.beruf-card--highlight),
  .city-col:not(.city-col--highlight),
  .dual__col:not(.dual__col--highlight),
  .einr-card,
  .ergebnis-card:not(.ergebnis-card--voll):not(.ergebnis-card--teil),
  .fblock:not(.fblock--highlight),
  .folgcard:not(.folgcard--key),
  .gb-block:not(.gb-block--highlight),
  .gblock:not(.gblock--highlight),
  .kcard,
  .kb-block:not(.kb-block--highlight),
  .kurs-card,
  .kurse-card,
  .level-card:not(.level-card--active):not(.level-card--b1):not(.level-card--b2):not(.level-card--c1),
  .loes-card,
  .mgcard,
  .mx-card:not(.mx-card--highlight),
  .next__card,
  .parcard:not(.parcard--key),
  .pb-block:not(.pb-block--highlight):not(.pb-block--hl),
  .portal-card:not(.portal-card--highlight),
  .rahmen__col:not(.rahmen__col--highlight),
  .rcard,
  .rs-card,
  .sk-block:not(.sk-block--highlight),
  .skblock:not(.skblock--highlight),
  .spcard,
  .stellen-card:not(.stellen-card--highlight),
  .tcard,
  .ublock:not(.ublock--highlight),
  .vc-card:not(.vc-card--highlight),
  .vblock:not(.vblock--highlight),
  .visa-card:not(.visa-card--highlight),
  .vs-col:not(.vs-col--highlight),
  .vs__col:not(.vs__col--highlight):not(.vs__col--yes):not(.vs__col--no),
  .wcard:not(.wcard--highlight):not(.wcard--uncertain),
  .wzcard
) :where(h2, h3, h4, strong, b, [class$="__title"], [class$="__titel"], [class$="__name"], [class$="__value"]) {
  color: rgba(248, 245, 241, 0.92) !important;
}

:is(
  .alt-card,
  .ap-block:not(.ap-block--highlight),
  .as-card:not(.as-card--under),
  .aufbau-block:not(.aufbau-block--highlight),
  .beruf-card:not(.beruf-card--highlight),
  .city-col:not(.city-col--highlight),
  .dual__col:not(.dual__col--highlight),
  .einr-card,
  .ergebnis-card:not(.ergebnis-card--voll):not(.ergebnis-card--teil),
  .fblock:not(.fblock--highlight),
  .folgcard:not(.folgcard--key),
  .gb-block:not(.gb-block--highlight),
  .gblock:not(.gblock--highlight),
  .kcard,
  .kb-block:not(.kb-block--highlight),
  .kurs-card,
  .kurse-card,
  .level-card:not(.level-card--active):not(.level-card--b1):not(.level-card--b2):not(.level-card--c1),
  .loes-card,
  .mgcard,
  .mx-card:not(.mx-card--highlight),
  .next__card,
  .parcard:not(.parcard--key),
  .pb-block:not(.pb-block--highlight):not(.pb-block--hl),
  .portal-card:not(.portal-card--highlight),
  .rahmen__col:not(.rahmen__col--highlight),
  .rcard,
  .rs-card,
  .sk-block:not(.sk-block--highlight),
  .skblock:not(.skblock--highlight),
  .spcard,
  .stellen-card:not(.stellen-card--highlight),
  .tcard,
  .ublock:not(.ublock--highlight),
  .vc-card:not(.vc-card--highlight),
  .vblock:not(.vblock--highlight),
  .visa-card:not(.visa-card--highlight),
  .vs-col:not(.vs-col--highlight),
  .vs__col:not(.vs__col--highlight):not(.vs__col--yes):not(.vs__col--no),
  .wcard:not(.wcard--highlight):not(.wcard--uncertain),
  .wzcard
) :where(p, li, small, [class$="__desc"], [class$="__text"], [class$="__copy"], [class$="__hint"], [class$="__para"], [class$="__note"], [class$="__action"], [class$="__row-val"]) {
  color: rgba(248, 245, 241, 0.62) !important;
  opacity: 1 !important;
}

:is(
  .alt-card,
  .ap-block:not(.ap-block--highlight),
  .as-card:not(.as-card--under),
  .aufbau-block:not(.aufbau-block--highlight),
  .beruf-card:not(.beruf-card--highlight),
  .city-col:not(.city-col--highlight),
  .dual__col:not(.dual__col--highlight),
  .einr-card,
  .ergebnis-card:not(.ergebnis-card--voll):not(.ergebnis-card--teil),
  .fblock:not(.fblock--highlight),
  .folgcard:not(.folgcard--key),
  .gb-block:not(.gb-block--highlight),
  .gblock:not(.gblock--highlight),
  .kcard,
  .kb-block:not(.kb-block--highlight),
  .kurs-card,
  .kurse-card,
  .level-card:not(.level-card--active):not(.level-card--b1):not(.level-card--b2):not(.level-card--c1),
  .loes-card,
  .mgcard,
  .mx-card:not(.mx-card--highlight),
  .next__card,
  .parcard:not(.parcard--key),
  .pb-block:not(.pb-block--highlight):not(.pb-block--hl),
  .portal-card:not(.portal-card--highlight),
  .rahmen__col:not(.rahmen__col--highlight),
  .rcard,
  .rs-card,
  .sk-block:not(.sk-block--highlight),
  .skblock:not(.skblock--highlight),
  .spcard,
  .stellen-card:not(.stellen-card--highlight),
  .tcard,
  .ublock:not(.ublock--highlight),
  .vc-card:not(.vc-card--highlight),
  .vblock:not(.vblock--highlight),
  .visa-card:not(.visa-card--highlight),
  .vs-col:not(.vs-col--highlight),
  .vs__col:not(.vs__col--highlight):not(.vs__col--yes):not(.vs__col--no),
  .wcard:not(.wcard--highlight):not(.wcard--uncertain),
  .wzcard
) :where([class$="__tag"], [class$="__label"], [class$="__num"], [class$="__icon"], [class$="__badge"], [class$="__frist"]) {
  color: var(--lal-premium-field-gold) !important;
  opacity: 1 !important;
}

:is(
  a.next__card,
  a.rcard,
  a.wcard:not(.wcard--highlight):not(.wcard--uncertain),
  a.portal-card:not(.portal-card--highlight),
  a.visa-card:not(.visa-card--highlight),
  a.vc-card:not(.vc-card--highlight)
):hover {
  transform: translateY(-4px) !important;
  border-color: rgba(184, 138, 77, 0.34) !important;
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

/* Positive/special variants that were named differently in legacy pages. */
:is(
  .as-card--under,
  .ergebnis-card--teil,
  .ergebnis-card--voll,
  .level-card--active,
  .level-card--b1,
  .level-card--b2,
  .level-card--c1,
  .pb-block--hl,
  .pruef-card--main,
  .tn-col--berechtigt,
  .vs__col--yes
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--lal-premium-field-gold) 32%, transparent) !important;
  border-radius: clamp(18px, 2.2vw, 28px) !important;
  background:
    radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--lal-premium-field-gold) 14%, transparent), transparent 15rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), color-mix(in srgb, var(--lal-premium-field-cream) 94%, #fff 6%)) !important;
  color: var(--lal-premium-field-ink) !important;
  box-shadow:
    0 22px 64px rgba(23, 22, 14, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

:is(
  .as-card--under,
  .ergebnis-card--teil,
  .ergebnis-card--voll,
  .level-card--active,
  .level-card--b1,
  .level-card--b2,
  .level-card--c1,
  .pb-block--hl,
  .pruef-card--main,
  .tn-col--berechtigt,
  .vs__col--yes
) :where(h2, h3, h4, strong, b, [class$="__title"], [class$="__titel"], [class$="__name"], [class$="__value"]) {
  color: var(--lal-premium-field-ink) !important;
}

:is(
  .as-card--under,
  .ergebnis-card--teil,
  .ergebnis-card--voll,
  .level-card--active,
  .level-card--b1,
  .level-card--b2,
  .level-card--c1,
  .pb-block--hl,
  .pruef-card--main,
  .tn-col--berechtigt,
  .vs__col--yes
) :where(p, li, small, [class$="__desc"], [class$="__text"], [class$="__copy"], [class$="__hint"], [class$="__para"], [class$="__note"], [class$="__action"], [class$="__row-val"]) {
  color: var(--lal-premium-field-muted) !important;
  opacity: 1 !important;
}

:is(
  .as-card--under,
  .ergebnis-card--teil,
  .ergebnis-card--voll,
  .level-card--active,
  .level-card--b1,
  .level-card--b2,
  .level-card--c1,
  .pb-block--hl,
  .pruef-card--main,
  .tn-col--berechtigt,
  .vs__col--yes
) :where([class$="__tag"], [class$="__label"], [class$="__num"], [class$="__icon"], [class$="__badge"], [class$="__frist"]) {
  color: var(--lal-premium-field-gold) !important;
  opacity: 1 !important;
}

/* ===== lalmano-decision-tools.css ===== */
/* Shared premium decision tools: checks, calculators and conversion panels. */
.lal-decision-tool,
.lal-decision-tool * {
  box-sizing: border-box;
}

.lal-decision-tool {
  --ldt-ink: var(--ink, var(--text, #17160e));
  --ldt-muted: var(--muted, var(--text-muted, #6b6560));
  --ldt-cream: var(--cream, var(--bg, #f8f5f1));
  --ldt-gold: var(--gold, var(--accent, #b88a4d));
  --ldt-border: var(--border, #e5e0d8);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.1rem, 6vw, 6.5rem);
  background:
    radial-gradient(circle at 8% 10%, rgba(184, 138, 77, 0.14), transparent 28rem),
    linear-gradient(180deg, var(--ldt-cream) 0%, #efe6d8 100%);
  color: var(--ldt-ink);
}

.lal-decision-tool--ink {
  background:
    radial-gradient(circle at 82% 4%, rgba(184, 138, 77, 0.22), transparent 28rem),
    linear-gradient(135deg, #17160e 0%, #242217 100%);
  color: #f8f5f1;
}

.lal-decision-tool__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.lal-decision-tool__head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(1.8rem, 4.5vw, 3.2rem);
}

.lal-decision-tool__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 1rem;
  color: var(--ldt-gold);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lal-decision-tool__kicker::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.lal-decision-tool h2 {
  max-width: 13ch;
  margin: 0;
  color: inherit;
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(2.35rem, 5.3vw, 4.85rem);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.99;
}

.lal-decision-tool h2 em {
  color: var(--ldt-gold);
  font-style: italic;
}

.lal-decision-tool__lead {
  margin: 0;
  max-width: 58ch;
  color: var(--ldt-muted);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.7;
}

.lal-decision-tool--ink .lal-decision-tool__lead {
  color: rgba(248, 245, 241, 0.66);
}

.lal-decision-tool__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23, 22, 14, 0.08);
  border-radius: clamp(24px, 3vw, 34px);
  background: rgba(23, 22, 14, 0.08);
  box-shadow: 0 30px 90px rgba(23, 22, 14, 0.1);
}

.lal-decision-tool--ink .lal-decision-tool__shell {
  border-color: rgba(248, 245, 241, 0.08);
  background: rgba(248, 245, 241, 0.08);
  box-shadow: 0 32px 96px rgba(0, 0, 0, 0.24);
}

.lal-tool-form,
.lal-tool-result {
  min-width: 0;
  padding: clamp(1.15rem, 3vw, 2rem);
}

.lal-tool-form {
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 138, 77, 0.13), transparent 18rem),
    rgba(255, 255, 255, 0.86);
}

.lal-decision-tool--ink .lal-tool-form {
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 138, 77, 0.28), transparent 18rem),
    rgba(248, 245, 241, 0.055);
}

.lal-tool-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.lal-tool-field {
  display: grid;
  gap: 0.45rem;
}

.lal-tool-field--full {
  grid-column: 1 / -1;
}

.lal-tool-field label,
.lal-tool-check span {
  color: var(--ldt-ink);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.lal-decision-tool--ink .lal-tool-field label,
.lal-decision-tool--ink .lal-tool-check span {
  color: rgba(248, 245, 241, 0.78);
}

.lal-tool-field input,
.lal-tool-field select {
  width: 100%;
  min-height: 3.35rem;
  border: 1px solid rgba(23, 22, 14, 0.12);
  border-radius: 1rem;
  padding: 0.88rem 1rem;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ldt-ink);
  font: inherit;
  font-weight: 600;
}

.lal-tool-field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.7rem;
  background:
    linear-gradient(45deg, transparent 50%, currentColor 50%) calc(100% - 1.25rem) 50% / 0.42rem 0.42rem no-repeat,
    linear-gradient(135deg, currentColor 50%, transparent 50%) calc(100% - 0.98rem) 50% / 0.42rem 0.42rem no-repeat,
    rgba(255, 255, 255, 0.88);
}

.lal-decision-tool--ink .lal-tool-field input,
.lal-decision-tool--ink .lal-tool-field select {
  border-color: rgba(248, 245, 241, 0.14);
  background-color: rgba(248, 245, 241, 0.08);
  color: #f8f5f1;
}

.lal-decision-tool--ink .lal-tool-field select option {
  color: #17160e;
  background: #f8f5f1;
}

.lal-tool-field input:focus,
.lal-tool-field select:focus {
  outline: none;
  border-color: var(--ldt-gold);
  box-shadow: 0 0 0 4px rgba(184, 138, 77, 0.16);
}

.lal-tool-checks {
  display: grid;
  gap: 0.72rem;
}

.lal-tool-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  border: 1px solid rgba(23, 22, 14, 0.08);
  border-radius: 1rem;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.58);
}

.lal-decision-tool--ink .lal-tool-check {
  border-color: rgba(248, 245, 241, 0.1);
  background: rgba(248, 245, 241, 0.055);
}

.lal-tool-check input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.12rem;
  accent-color: var(--ldt-gold);
}

.lal-tool-check small {
  display: block;
  margin-top: 0.18rem;
  color: var(--ldt-muted);
  font-size: 0.8rem;
  font-weight: 560;
  letter-spacing: normal;
  line-height: 1.45;
  text-transform: none;
}

.lal-decision-tool--ink .lal-tool-check small {
  color: rgba(248, 245, 241, 0.55);
}

.lal-tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.lal-tool-result {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 138, 77, 0.18), transparent 16rem),
    linear-gradient(145deg, #211f16 0%, #17160e 100%);
  color: #f8f5f1;
}

.lal-tool-result__label {
  color: var(--ldt-gold);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lal-tool-result h3 {
  margin: 0;
  color: #f8f5f1;
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.lal-tool-result p {
  margin: 0;
  color: rgba(248, 245, 241, 0.66);
  line-height: 1.65;
}

.lal-tool-result__value {
  color: var(--ldt-gold);
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-style: italic;
  font-weight: 250;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.lal-tool-plan {
  display: grid;
  gap: 0.45rem;
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: tool-plan;
}

.lal-tool-plan li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.65rem;
  color: rgba(248, 245, 241, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
}

.lal-tool-plan li::before {
  counter-increment: tool-plan;
  content: "0" counter(tool-plan);
  color: var(--ldt-gold);
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-style: italic;
}

.lal-tool-note {
  margin: 0;
  color: var(--ldt-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.lal-decision-tool--ink .lal-tool-note {
  color: rgba(248, 245, 241, 0.5);
}

@media (max-width: 900px) {
  .lal-decision-tool__head,
  .lal-decision-tool__shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lal-decision-tool {
    padding-inline: 1rem;
  }

  .lal-decision-tool__shell {
    border-radius: 22px;
  }

  .lal-tool-form__grid {
    grid-template-columns: 1fr;
  }

  .lal-tool-actions .lal-template-button,
  .lal-tool-result .lal-template-button {
    width: 100%;
  }
}

/* ===== lalmano-brand.css ===== */
/* Lalmano brand asset integration.
   The full logo is used as a trust/brand mark; the header keeps the compact wordmark. */
:root {
  --lal-brand-logo: image-set(
    url("./brand/lalmano-logo-160.webp") type("image/webp"),
    url("./brand/lalmano-logo-160.png") type("image/png")
  );
}

.lal-footer__brand::before {
  content: "";
  display: block;
  width: clamp(7.8rem, 12vw, 10rem);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 138, 77, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 138, 77, 0.1), transparent 62%),
    #fffaf3 var(--lal-brand-logo) center / 90% auto no-repeat;
  box-shadow: 0 20px 58px rgba(23, 22, 14, 0.07);
}

.lal-author-box__avatar {
  width: 4.8rem !important;
  height: 4.8rem !important;
  border: 1px solid rgba(184, 138, 77, 0.2);
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 138, 77, 0.12), transparent 62%),
    #fffaf3 var(--lal-brand-logo) center / 88% auto no-repeat !important;
  box-shadow: 0 18px 46px rgba(23, 22, 14, 0.075);
  color: transparent !important;
  overflow: hidden;
}

.lal-trust-strip__inner > * {
  position: relative;
  z-index: 1;
}

.lal-trust-strip__inner::after {
  content: "";
  position: absolute;
  right: clamp(0.8rem, 2vw, 1.4rem);
  bottom: clamp(0.6rem, 1.8vw, 1rem);
  z-index: 0;
  width: clamp(4.5rem, 8vw, 6.5rem);
  aspect-ratio: 1;
  background: var(--lal-brand-logo) center / contain no-repeat;
  opacity: 0.075;
  pointer-events: none;
}

.lal-brand-card,
.lal-brand-card * {
  box-sizing: border-box;
}

.lal-brand-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(0.9rem, 2vw, 1.25rem);
  align-items: center;
  max-width: 32rem;
  border: 1px solid rgba(184, 138, 77, 0.22);
  border-radius: 28px;
  padding: clamp(0.85rem, 2vw, 1.1rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(184, 138, 77, 0.14), transparent 15rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 68px rgba(23, 22, 14, 0.075);
  backdrop-filter: blur(14px);
}

.lal-brand-card img {
  width: clamp(4.6rem, 9vw, 6.2rem);
  height: clamp(4.6rem, 9vw, 6.2rem);
  border-radius: 20px;
  object-fit: contain;
  background: #fffaf3;
}

.lal-brand-card span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--gold, var(--accent, #b88a4d));
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lal-brand-card strong {
  display: block;
  color: var(--ink, var(--text, #17160e));
  font-family: var(--serif, var(--font-serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.lal-brand-card p {
  margin: 0.35rem 0 0;
  color: var(--muted, var(--text-muted, #6b6560));
  font-size: 0.82rem;
  line-height: 1.5;
}

.lal-brand-card--hero {
  margin-bottom: clamp(1.2rem, 3vw, 1.8rem);
}

.lal-brand-card--legal {
  margin: 1rem 0 1.4rem;
}

@media (max-width: 720px) {
  .lal-footer__brand::before {
    width: 7rem;
    border-radius: 20px;
  }

  .lal-trust-strip__inner::after {
    opacity: 0.045;
  }
}

@media (max-width: 520px) {
  .lal-brand-card {
    grid-template-columns: 1fr;
  }
}

/* ===== lalmano-privacy-consent.css ===== */
/* Lalmano privacy and cookie notices */
.lal-dsgvo-note,
.lal-privacy-consent,
.lal-privacy-consent * {
  box-sizing: border-box;
}

.lal-dsgvo-note {
  position: relative;
  z-index: 1;
  background:
    radial-gradient(circle at 12% 10%, rgba(184, 138, 77, 0.11), transparent 24rem),
    linear-gradient(180deg, #fffaf4 0%, #f8f5f1 100%);
  border-top: 1px solid rgba(229, 224, 216, 0.86);
  color: var(--text, var(--ink, #17160e));
  padding: clamp(1.15rem, 2.4vw, 1.6rem) clamp(1.25rem, 5vw, 5.5rem);
}

.lal-dsgvo-note__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(229, 224, 216, 0.86);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(43, 34, 22, 0.06);
  padding: 1rem 1.1rem;
}

.lal-dsgvo-note__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent, var(--gold, #b88a4d));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lal-dsgvo-note__label::before {
  content: "";
  width: 1.95rem;
  height: 1px;
  background: currentColor;
}

.lal-dsgvo-note__text {
  margin: 0;
  color: var(--text-muted, var(--muted, #6b6560));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.9rem;
  line-height: 1.55;
}

.lal-dsgvo-note__text strong {
  color: var(--text, var(--ink, #17160e));
  font-weight: 600;
}

.lal-dsgvo-note__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 138, 77, 0.32);
  border-radius: 999px;
  padding: 0.66rem 0.95rem;
  color: var(--text, var(--ink, #17160e));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.82rem;
  font-weight: 560;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.lal-dsgvo-note__link:hover,
.lal-dsgvo-note__link:focus-visible {
  background: rgba(184, 138, 77, 0.1);
  border-color: rgba(184, 138, 77, 0.56);
  transform: translateY(-1px);
}

.lal-privacy-consent {
  position: fixed;
  right: clamp(4.8rem, 7vw, 6.2rem);
  bottom: clamp(0.9rem, 2vw, 1.4rem);
  z-index: 120;
  width: min(88vw, 380px);
  color: var(--text, var(--ink, #17160e));
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.lal-privacy-consent.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.lal-privacy-consent.is-hiding {
  opacity: 0;
  transform: translateY(14px) scale(0.98);
}

.lal-privacy-consent__card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(229, 224, 216, 0.9);
  border-radius: 18px;
  background:
    radial-gradient(circle at 95% 8%, rgba(184, 138, 77, 0.18), transparent 10rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 243, 0.94));
  box-shadow:
    0 26px 80px rgba(29, 24, 15, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  padding: clamp(0.85rem, 1.4vw, 1.05rem);
}

.lal-privacy-consent__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  bottom: 1.15rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b88a4d, #dfbf80);
}

.lal-privacy-consent__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.42rem;
  color: var(--accent, var(--gold, #b88a4d));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lal-privacy-consent__eyebrow::before {
  content: "";
  width: 1.65rem;
  height: 1px;
  background: currentColor;
}

.lal-privacy-consent__title {
  margin: 0;
  color: var(--text, var(--ink, #17160e));
  font-family: var(--font-serif, var(--serif, var(--font-headings), system-ui, sans-serif));
  font-size: clamp(1.12rem, 2.4vw, 1.42rem);
  font-weight: 400;
  line-height: 1.12;
}

.lal-privacy-consent__text {
  margin: 0.48rem 0 0;
  color: var(--text-muted, var(--muted, #6b6560));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.82rem;
  line-height: 1.42;
}

.lal-privacy-consent__text strong {
  color: var(--text, var(--ink, #17160e));
  font-weight: 600;
}

.lal-privacy-consent__facts {
  display: grid;
  gap: 0.42rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.lal-privacy-consent__facts li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--text-muted, var(--muted, #6b6560));
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.84rem;
  line-height: 1.45;
}

.lal-privacy-consent__facts li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.5rem;
  border-radius: 999px;
  background: var(--accent, var(--gold, #b88a4d));
  box-shadow: 0 0 0 0.32rem rgba(184, 138, 77, 0.12);
}

.lal-privacy-consent__actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.72rem;
}

.lal-privacy-consent__button,
.lal-privacy-consent__link {
  min-height: 2.35rem;
  border-radius: 999px;
  padding: 0.62rem 0.86rem;
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.lal-privacy-consent__button {
  border: 1px solid rgba(184, 138, 77, 0.5);
  background: var(--accent, var(--gold, #b88a4d));
  color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(184, 138, 77, 0.22);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.lal-privacy-consent__button:hover,
.lal-privacy-consent__button:focus-visible {
  background: #9f7038;
  box-shadow: 0 16px 34px rgba(184, 138, 77, 0.28);
  transform: translateY(-1px);
}

.lal-privacy-consent__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 138, 77, 0.28);
  color: var(--text, var(--ink, #17160e));
  background: rgba(255, 255, 255, 0.56);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.lal-privacy-consent__link:hover,
.lal-privacy-consent__link:focus-visible {
  background: rgba(184, 138, 77, 0.1);
  border-color: rgba(184, 138, 77, 0.48);
  transform: translateY(-1px);
}

.lal-dsgvo-note__link:focus-visible,
.lal-privacy-consent__button:focus-visible,
.lal-privacy-consent__link:focus-visible {
  outline: 2px solid var(--accent, var(--gold, #b88a4d));
  outline-offset: 4px;
}

@media (max-width: 780px) {
  .lal-dsgvo-note__inner {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    border-radius: 20px;
  }

  .lal-dsgvo-note__link {
    width: fit-content;
  }
}

@media (max-width: 560px) {
  .lal-privacy-consent {
    left: 0.75rem;
    right: 0.75rem;
    top: calc(72px + 0.75rem);
    bottom: auto;
    width: auto;
  }

  .lal-privacy-consent__card {
    border-radius: 18px;
  }

  .lal-privacy-consent__actions {
    display: flex;
  }

  .lal-privacy-consent__button,
  .lal-privacy-consent__link {
    width: auto;
  }
}

body[data-lal-template="home"] :is(#muster, #loesung, #stimmen, #vergleich, #risiko, #gruender, .lal-page-bridge) {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .lal-dsgvo-note__link,
  .lal-privacy-consent,
  .lal-privacy-consent__button,
  .lal-privacy-consent__link {
    transition: none;
  }
}

/* ===== lalmano-performance.css ===== */
/* Lalmano performance and accessibility overrides.
   Loaded last in the production bundle to reduce layout work and fix low-contrast legacy sections. */

html {
  text-rendering: optimizeLegibility;
}

body,
button,
a,
input,
select,
textarea,
[role="button"] {
  cursor: auto !important;
}

.cursor,
.cursor-ring {
  display: none !important;
}

.progress {
  transition: none !important;
}

main > section:not(.phero),
.lal-trust-strip,
.lal-dsgvo-note,
.lal-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.phero__eyebrow-line,
.closing__rule {
  will-change: transform, opacity;
}

.closing__text,
.warn-band__text {
  color: rgba(243, 239, 230, 0.78) !important;
}

.closing__note,
.footer__copy,
.footer__link,
.nav__link {
  color: rgba(243, 239, 230, 0.62) !important;
}

.footer__link:hover,
.footer__link:focus-visible {
  color: rgba(243, 239, 230, 0.92) !important;
}

.phero__sub,
.phero__para,
.vcard__desc,
.next__card-text,
.guide__text,
.step__text {
  color: var(--muted, var(--text-muted, #5f5954));
}

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

/* ===== Lalmano typography system: Manrope + Inter ===== */
:root {
  --font-headings: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: var(--font-headings);
  --font-sans: var(--font-body);
  --serif: var(--font-headings);
  --sans: var(--font-body);

  --text-primary: #17160e;
  --text-secondary: #5f5952;
  --text-tertiary: #8b8378;
  --ink: #17160e;
  --muted: #5f5952;
  --muted-light: #8b8378;
  --accent: #b87938;
  --gold: #b87938;

  --text-xs: 0.875rem;
  --text-sm: 0.9375rem;
  --text-base: 1.125rem;
  --text-lg: 1.1875rem;
  --text-xl: 1.5rem;
  --text-2xl: 1.875rem;
  --text-3xl: 2rem;
  --text-4xl: 2.625rem;
  --text-5xl: 3.5rem;
  --text-h1: 3.5rem;
  --text-h2: 2.625rem;
  --text-h3: 2rem;
  --text-h4: 1.5rem;
}

html {
  font-family: var(--font-body);
}

body {
  color: var(--text-primary);
  font-family: var(--font-body) !important;
  font-size: var(--text-base);
  line-height: 1.65;
}

p,
li,
td,
th,
label,
input,
select,
textarea,
figcaption,
.guide__body,
.guide__text,
.guide__intro,
.phero__sub,
.hero-subtitle,
.blog-card__excerpt,
.lal-template-lead,
.lal-form,
.lal-footer__claim,
.lal-footer__link,
.lal-footer__copy,
.lal-author-box p,
.lal-trust-strip p {
  font-family: var(--font-body) !important;
}

p,
li,
.guide__body,
.guide__text,
.guide__intro,
.phero__sub,
.hero-subtitle,
.lal-template-lead {
  color: var(--text-secondary);
  font-size: var(--text-base);
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero h1,
.phero__headline,
.guide__headline,
.guide__left-title,
.closing__text,
.lal-template-heading,
.lal-page-bridge h2,
.lal-page-bridge h3,
.lal-author-box h2,
.lal-privacy-consent__title,
.decision-card h3,
.process-card h3,
.proof-content h3,
.faq-question,
.footer__logo,
.lal-footer__logo,
.lal-header__logo,
.nav__logo,
.blog-card__title,
.guide-card__title,
.rcard__title,
.step-row__title,
.wcard__title,
.path__title,
.order__headline,
.order__step-title {
  color: var(--text-primary);
  font-family: var(--font-headings) !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em;
}

h1,
.hero h1,
.phero__headline {
  font-size: var(--text-h1);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h2,
.lal-template-heading,
.guide__headline,
.paths__headline,
.orient__headline,
.psteps-cream__headline {
  font-size: var(--text-h2);
  line-height: 1.2;
}

h3,
.decision-card h3,
.process-card h3,
.proof-content h3,
.guide__left-title,
.blog-card__title {
  font-size: var(--text-h3);
  line-height: 1.25;
}

h4,
.guide__body h4,
.terms-content h4,
.withdrawal-content h4 {
  font-size: var(--text-h4);
  line-height: 1.28;
}

:is(h1, h2, h3, h4, h5, h6, .phero__headline, .hero h1) em {
  font-style: normal;
}

button,
[role="button"],
.magnetic-btn,
.lal-template-button,
.lal-header__link,
.lal-header__cta,
.lal-mobile__cta,
.lal-mobile-goal strong,
.lal-mega__title,
.nav__link,
.nav__cta,
.closing__btn,
.read-more,
.lal-quickcheck__button,
.lal-quickcheck__back,
.lal-quickcheck__reset,
.lal-privacy-consent__button,
.lal-privacy-consent__link,
.eyebrow,
.lal-template-kicker,
.phero__eyebrow-text,
.breadcrumb__inner,
.guide__step-label,
.related__label,
.footer__link,
.lal-footer__link {
  font-family: var(--font-headings) !important;
  font-weight: 600 !important;
}

.eyebrow,
.lal-template-kicker,
.phero__eyebrow-text,
.guide__step-label,
.related__label,
.breadcrumb__inner,
.nav__link,
.lal-header__link {
  letter-spacing: 0.08em;
}

.stat-number,
.hero-bg-text,
.phero__bg,
.decision-card-number,
.proof-number,
.process-icon,
.step-row__num,
.guide__left-num,
.wcard__num,
.path__num,
.order__step-num,
.next__card-num,
.phero__meta-num {
  font-family: var(--font-headings) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

small,
.hero-note,
.lal-form__hint,
.lal-author-box__kicker,
.lal-trust-strip__eyebrow,
.lal-quickcheck__hint,
.footer__copy,
.lal-footer__copy,
.blog-card__meta,
.phero__meta-label {
  color: var(--text-tertiary);
  font-family: var(--font-body) !important;
  font-size: var(--text-sm);
  line-height: 1.55;
}

@media (max-width: 768px) {
  :root {
    --text-xs: 0.8125rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.0625rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.625rem;
    --text-4xl: 2rem;
    --text-5xl: 2.625rem;
    --text-h1: 2.625rem;
    --text-h2: 2rem;
    --text-h3: 1.5rem;
    --text-h4: 1.25rem;
  }

  body,
  p,
  li,
  .guide__body,
  .guide__text,
  .guide__intro,
  .phero__sub,
  .hero-subtitle,
  .lal-template-lead {
    font-size: var(--text-base);
    line-height: 1.72;
  }
}

/* Enforce the typography scale over legacy page-specific hero rules. */
h1,
.hero h1,
.phero__headline,
.guide__headline,
body[data-lal-top="true"] .phero__headline {
  font-size: var(--text-h1) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}

h2,
.lal-template-heading,
.lal-page-bridge h2,
.paths__headline,
.orient__headline,
.psteps-cream__headline {
  font-size: var(--text-h2) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
}

h3,
.lal-page-bridge h3,
.decision-card h3,
.process-card h3,
.proof-content h3,
.guide__left-title,
.blog-card__title {
  font-size: var(--text-h3) !important;
  line-height: 1.25 !important;
}

h4,
.guide__body h4,
.terms-content h4,
.withdrawal-content h4 {
  font-size: var(--text-h4) !important;
  line-height: 1.28 !important;
}

main p,
main li,
.guide__body,
.guide__text,
.guide__intro,
.phero__sub,
.hero-subtitle,
.lal-template-lead {
  font-size: var(--text-base) !important;
  line-height: 1.65 !important;
}

button,
[role="button"],
.magnetic-btn,
.lal-template-button,
.lal-header__link,
.lal-header__cta,
.lal-mobile__cta,
.nav__link,
.nav__cta,
.closing__btn,
.read-more,
.lal-quickcheck__button,
.lal-quickcheck__back,
.lal-quickcheck__reset,
.lal-privacy-consent__button,
.lal-privacy-consent__link,
.footer__link,
.lal-footer__link {
  font-size: var(--text-sm) !important;
  line-height: 1.45 !important;
}

.lal-footer .lal-footer__link {
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)) !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.lal-lang-switcher {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.2rem;
  margin-left: 0.7rem;
  padding: 0.22rem;
  border: 1px solid rgba(184, 121, 56, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(23, 22, 14, 0.06);
}

html[lang="en"] .lal-header,
html[lang="tr"] .lal-header {
  gap: clamp(0.55rem, 1.2vw, 1.25rem);
  padding-inline: clamp(0.9rem, 3vw, 3rem);
}

html[lang="en"] .lal-header__nav,
html[lang="tr"] .lal-header__nav {
  gap: clamp(0.18rem, 0.7vw, 0.45rem);
}

html[lang="en"] .lal-header__link,
html[lang="tr"] .lal-header__link {
  padding-inline: clamp(0.48rem, 0.7vw, 0.68rem);
  font-size: 0.68rem;
  letter-spacing: 0.052em;
}

html[lang="en"] .lal-header__cta,
html[lang="tr"] .lal-header__cta {
  padding-inline: clamp(0.82rem, 1vw, 1rem);
  font-size: 0.78rem;
}

html[lang="en"] .lal-lang-switcher,
html[lang="tr"] .lal-lang-switcher {
  margin-left: 0.25rem;
}

.lal-lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.05rem;
  min-height: 1.75rem;
  padding: 0 0.42rem;
  border-radius: 999px;
  color: var(--text-muted, #5f5952);
  font-family: var(--font-sans, var(--sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.lal-lang-switcher__flag {
  display: block;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", var(--font-sans, sans-serif);
  font-size: 1.05rem;
  line-height: 1;
}

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

.lal-lang-switcher a[aria-current="true"] {
  background: var(--accent, var(--gold, #b87938));
  color: #fffaf3;
}

@media (max-width: 760px) {
  .lal-lang-switcher {
    margin-left: auto;
    margin-right: 0.45rem;
  }

  .lal-lang-switcher a {
    min-width: 1.8rem;
    padding-inline: 0.42rem;
    font-size: 0.68rem;
  }
}

/* Keep text readable on dark editorial sections. */
:where(.section-dark, .closing, .guide--ink, .related, .next, .vergleich, .kern) {
  color: rgba(248, 245, 241, 0.9) !important;
}

:where(.section-dark, .closing, .guide--ink, .related, .next, .vergleich, .kern)
  :where(h1, h2, h3, h4, h5, h6, [class$="__headline"], [class$="__title"], [class$="__text"]) {
  color: rgba(248, 245, 241, 0.9) !important;
}

:where(.section-dark, .closing, .guide--ink, .related, .next, .vergleich, .kern)
  :where(p, li, small, [class$="__desc"], [class$="__copy"], [class$="__note"], [class$="__intro"], [class$="__body"]) {
  color: rgba(248, 245, 241, 0.68) !important;
  opacity: 1 !important;
}

:where(.section-dark, .closing, .guide--ink, .related, .next, .vergleich, .kern)
  :where(em, .accent, [class$="__label"], [class$="__eyebrow"]) {
  color: var(--accent, var(--gold, #b87938)) !important;
}

/* Compact editorial proof block for index.html. */
.lal-editorial-panel--index-compact {
  padding: clamp(0.45rem, 1.3vw, 0.9rem) clamp(0.85rem, 2.4vw, 1.8rem) clamp(0.75rem, 1.7vw, 1rem);
  background:
    radial-gradient(circle at 94% 0%, rgba(184, 121, 56, 0.08), transparent 18rem),
    #f3efe6;
}

.lal-editorial-panel--index-compact .lal-editorial-panel__cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1180px);
  border: 1px solid rgba(23, 22, 14, 0.13);
  background: rgba(255, 251, 244, 0.34);
}

.lal-editorial-panel--index-compact .lal-editorial-card {
  min-height: 132px;
  padding: 0.5rem 0.8rem;
  border-right: 1px solid rgba(23, 22, 14, 0.13);
  border-top: 0;
  background: rgba(255, 251, 244, 0.36);
  box-shadow: none;
}

.lal-editorial-panel--index-compact .lal-editorial-card:nth-child(2n),
.lal-editorial-panel--index-compact .lal-editorial-card:nth-child(n + 3) {
  border-top: 0;
}

.lal-editorial-panel--index-compact .lal-editorial-card:nth-child(2n) {
  border-right: 1px solid rgba(23, 22, 14, 0.13);
}

.lal-editorial-panel--index-compact .lal-editorial-card:last-child {
  border-right: 0;
}

.lal-editorial-panel--index-compact .lal-editorial-card__num {
  margin-bottom: 0.25rem;
  color: rgba(184, 121, 56, 0.42);
  font-size: 1.22rem;
  font-style: italic;
  font-weight: 600;
}

.lal-editorial-panel--index-compact .lal-editorial-card h3 {
  max-width: none;
  color: #17160e;
  font-size: 0.74rem !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em !important;
}

.lal-editorial-panel--index-compact .lal-editorial-card p {
  max-width: 18.5rem;
  margin-top: 0.35rem;
  color: #5f5952;
  font-size: 0.63rem !important;
  line-height: 1.32 !important;
}

.lal-editorial-panel--index-compact .lal-editorial-card--dark {
  background:
    radial-gradient(circle at 82% 10%, rgba(184, 121, 56, 0.16), transparent 12rem),
    #17160e;
}

.lal-editorial-panel--index-compact .lal-editorial-card--dark h3 {
  color: #f8f3ea;
}

.lal-editorial-panel--index-compact .lal-editorial-card--dark p {
  color: rgba(248, 243, 234, 0.62);
}

.lal-editorial-panel--index-compact .lal-editorial-card--dark a {
  margin-top: 0.35rem;
  color: #b87938;
  font-size: 0.62rem;
  line-height: 1.2;
}

.lal-editorial-panel--index-compact .lal-editorial-panel__privacy {
  grid-template-columns: minmax(5.35rem, 6.15rem) minmax(0, 1fr) auto;
  gap: 0.75rem clamp(0.9rem, 2.2vw, 1.2rem);
  width: min(100%, 1180px);
  min-height: 72px;
  margin-top: 0.75rem;
  padding: 0.75rem 1rem 0.75rem clamp(1.1rem, 2.1vw, 1.6rem);
  border: 1px solid rgba(23, 22, 14, 0.11);
  background: rgba(255, 251, 244, 0.58);
}

.lal-editorial-panel--index-compact .lal-editorial-panel__privacy span {
  max-width: 5rem;
  color: #b87938;
  font-size: 0.58rem;
  letter-spacing: 0.23em;
  line-height: 1.15;
}

.lal-editorial-panel--index-compact .lal-editorial-panel__privacy span::before {
  flex-basis: 1.4rem;
}

.lal-editorial-panel--index-compact .lal-editorial-panel__privacy p {
  max-width: 68rem;
  color: #5f5952;
  font-size: 0.65rem !important;
  line-height: 1.32 !important;
}

.lal-editorial-panel--index-compact .lal-editorial-panel__privacy p strong {
  color: #17160e;
  font-weight: 700;
}

.lal-editorial-panel--index-compact .lal-editorial-panel__privacy a {
  min-height: 2rem;
  padding: 0.46rem 1rem;
  border-color: rgba(23, 22, 14, 0.16);
  background: rgba(255, 255, 255, 0.62);
  color: #17160e;
  font-size: 0.66rem;
}

@media (max-width: 760px) {
  .lal-editorial-panel--index-compact .lal-editorial-panel__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lal-editorial-panel--index-compact .lal-editorial-card:nth-child(2n) {
    border-right: 0;
  }

  .lal-editorial-panel--index-compact .lal-editorial-card:nth-child(n + 3) {
    border-top: 1px solid rgba(23, 22, 14, 0.13);
  }

  .lal-editorial-panel--index-compact .lal-editorial-panel__privacy {
    grid-template-columns: 1fr;
    padding: 1.2rem;
  }

  .lal-editorial-panel--index-compact .lal-editorial-panel__privacy a {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .lal-editorial-panel--index-compact {
    padding-inline: 0.75rem;
  }

  .lal-editorial-panel--index-compact .lal-editorial-panel__cards {
    grid-template-columns: 1fr;
  }

  .lal-editorial-panel--index-compact .lal-editorial-card,
  .lal-editorial-panel--index-compact .lal-editorial-card:nth-child(2n) {
    min-height: auto;
    border-right: 0;
  }

  .lal-editorial-panel--index-compact .lal-editorial-card:nth-child(n + 2) {
    border-top: 1px solid rgba(23, 22, 14, 0.13);
  }

  .lal-editorial-panel--index-compact .lal-editorial-panel__privacy a {
    width: 100%;
  }
}

/* Editorial panel needs to stay compact despite global heading scale. */
.lal-editorial-panel__hero {
  min-height: clamp(14.8rem, 20vw, 16.5rem);
  padding: clamp(1.65rem, 2.8vw, 2.2rem) clamp(1.45rem, 4.6vw, 3.4rem);
}

.lal-editorial-panel h2 {
  font-size: clamp(2.75rem, 4.25vw, 3.55rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;
}

.lal-editorial-card {
  min-height: clamp(13.6rem, 17vw, 14.5rem);
  padding: clamp(1.15rem, 2.2vw, 1.35rem) clamp(1.25rem, 2.5vw, 1.5rem);
}

.lal-editorial-card h3 {
  font-size: clamp(0.98rem, 1.2vw, 1.04rem) !important;
  line-height: 1.22 !important;
  letter-spacing: -0.02em !important;
}

.lal-editorial-card p {
  font-size: 0.875rem !important;
  line-height: 1.52 !important;
}

.lal-editorial-panel__copy p {
  font-size: 1rem !important;
  line-height: 1.58 !important;
  margin-top: 0.85rem;
}

.lal-editorial-panel .lal-source-list {
  margin-top: 1rem;
}

.lal-editorial-panel .lal-source-list a {
  min-height: 1.95rem;
  padding: 0.38rem 0.78rem;
}

.lal-editorial-card__num {
  margin-bottom: 0.78rem;
  font-size: clamp(1.6rem, 2.8vw, 1.95rem);
}

.lal-editorial-card--dark a {
  margin-top: 0.72rem;
  font-size: 0.78rem;
  line-height: 1.4;
}

.lal-editorial-panel__privacy {
  padding: clamp(1.1rem, 2.1vw, 1.35rem) clamp(1.25rem, 3.4vw, 1.75rem);
}

.lal-editorial-panel__privacy p {
  font-size: 0.9rem !important;
  line-height: 1.52 !important;
}

/* Full editorial proof system on index.html. */
.lal-editorial-panel--index-premium,
.lal-editorial-panel--index-premium * {
  box-sizing: border-box;
}

.lal-editorial-panel--index-premium {
  --lal-proof-ink: #17160e;
  --lal-proof-paper: #fbf7ef;
  --lal-proof-cream: #f3efe6;
  --lal-proof-gold: #bf844a;
  --lal-proof-gold-dark: #9e672e;
  --lal-proof-muted: #6c6660;
  --lal-proof-line: rgba(23, 22, 14, 0.105);
  --lal-proof-line-gold: rgba(191, 132, 74, 0.42);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(1.3rem, 3vw, 2.4rem) clamp(0.9rem, 1.5vw, 1.5rem) clamp(1.45rem, 3vw, 2.6rem);
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.82) 0%, rgba(243, 239, 230, 0.08) 36%, transparent 58%),
    radial-gradient(circle at 8% 100%, rgba(191, 132, 74, 0.08) 0%, transparent 32%),
    var(--lal-proof-cream);
  color: var(--lal-proof-ink);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
}

.lal-editorial-panel--index-premium::before {
  content: "";
  position: absolute;
  left: -12rem;
  bottom: -16rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(191, 132, 74, 0.13);
  border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(191,132,74,0.12) 0 1px, transparent 1px 18px);
  opacity: 0.28;
  pointer-events: none;
}

.lal-editorial-panel--index-premium :where(svg) {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(7rem, 1fr) auto minmax(7rem, 1fr);
  gap: clamp(1rem, 2.2vw, 3rem);
  align-items: center;
  width: min(100%, 1060px);
  margin: 0 auto;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__stand {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding-top: 0;
  color: var(--lal-proof-gold);
}

.lal-editorial-panel--index-premium .lal-editorial-panel__stand::before {
  content: "";
  width: 1px;
  height: 2.7rem;
  background: linear-gradient(to bottom, rgba(191,132,74,0.7), rgba(191,132,74,0.08));
}

.lal-editorial-panel--index-premium .lal-editorial-panel__stand span {
  display: block;
  margin: 0 0 0.38rem;
  color: var(--lal-proof-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__stand strong {
  display: block;
  color: var(--lal-proof-gold);
  font-size: clamp(0.95rem, 1.35vw, 1.12rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__hero {
  display: none;
  grid-template-columns: 1fr;
  gap: 0;
  justify-items: center;
  align-items: start;
  max-width: 760px;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: 0;
  background: none;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__logo-mark {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  margin: -0.4rem auto 0.75rem;
  border: 1px solid rgba(191, 132, 74, 0.34);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(243,239,230,.42));
  color: var(--lal-proof-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__eyebrow {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  justify-self: center;
  text-align: center;
  margin: 0;
  color: var(--lal-proof-gold-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.36em;
  line-height: 1;
  text-transform: uppercase;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__eyebrow::before,
.lal-editorial-panel--index-premium .lal-editorial-panel__eyebrow::after {
  content: "";
  width: 1.4rem;
  height: 1px;
  background: rgba(191, 132, 74, 0.55);
}

.lal-editorial-panel--index-premium h2 {
  margin: 0;
  color: var(--lal-proof-ink);
  font-family: var(--font-headings, "Manrope", system-ui, sans-serif) !important;
  font-size: clamp(3.35rem, 6.6vw, 5.35rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 0.96 !important;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__hero h2,
.lal-editorial-panel--index-premium .lal-editorial-panel__hero p {
  display: none !important;
}

.lal-editorial-panel--index-premium h2 span {
  color: var(--lal-proof-gold);
}

.lal-editorial-panel--index-premium .lal-editorial-panel__hero p {
  max-width: 760px;
  margin: 1rem auto 0;
  color: var(--lal-proof-muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem) !important;
  line-height: 1.6 !important;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__stamp {
  position: relative;
  display: grid;
  place-items: center;
  justify-self: end;
  width: clamp(4.4rem, 6vw, 5.4rem);
  height: clamp(4.4rem, 6vw, 5.4rem);
  margin-top: 0;
  border: 1px solid rgba(191, 132, 74, 0.18);
  border-radius: 50%;
  color: var(--lal-proof-gold);
  opacity: 0.58;
  text-align: center;
  transform: rotate(18deg);
}

.lal-editorial-panel--index-premium .lal-editorial-panel__stamp::before,
.lal-editorial-panel--index-premium .lal-editorial-panel__stamp::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(191, 132, 74, 0.3);
  inset: 0.55rem;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__stamp::after {
  inset: 0.98rem;
  border-style: solid;
  opacity: 0.45;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__stamp span {
  font-size: 0.43rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__stamp strong {
  position: absolute;
  color: var(--lal-proof-gold);
  font-size: 0.95rem;
  font-weight: 400;
  transform: rotate(-18deg);
}

.lal-editorial-panel--index-premium .lal-editorial-panel__middle {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(250px, 270px) minmax(245px, 285px) minmax(225px, 250px);
  gap: clamp(1.6rem, 4.2vw, 4.6rem);
  align-items: center;
  width: min(100%, 1060px);
  margin: clamp(1rem, 2vw, 1.65rem) auto 0;
}

.lal-editorial-source-panel,
.lal-editorial-care-panel {
  min-height: 148px;
  border: 1px solid rgba(23, 22, 14, 0.08);
  border-radius: 1rem;
  background: rgba(255, 252, 246, 0.78);
  box-shadow: 0 16px 40px rgba(71, 54, 30, 0.08), inset 0 1px 0 rgba(255,255,255,0.72);
}

.lal-editorial-source-panel {
  min-height: 0;
  padding: 1.1rem 1rem 1rem;
}

.lal-editorial-source-panel > span,
.lal-editorial-care-panel > span {
  display: block;
  color: var(--lal-proof-gold-dark);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
}

.lal-editorial-source-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-top: 0.9rem;
}

.lal-editorial-source-pill {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: flex-start;
  min-height: 2.85rem;
  padding: 0.5rem 0.58rem;
  border: 1px solid rgba(23,22,14,0.09);
  border-radius: 0.65rem;
  background: rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 8px 20px rgba(70, 52, 26, 0.05);
}

.lal-editorial-source-pill span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--lal-proof-ink);
  line-height: 1;
}

.lal-editorial-source-pill svg {
  display: block;
  width: 1.18rem;
  height: 1.18rem;
  margin: auto;
}

.lal-editorial-source-pill strong {
  color: var(--lal-proof-ink);
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.12;
}

.lal-editorial-seal {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 13rem;
}

.lal-editorial-seal__line {
  display: none;
}

.lal-editorial-seal__line::before,
.lal-editorial-seal__line::after {
  content: none;
}

.lal-editorial-seal__line::before {
  left: 0;
}

.lal-editorial-seal__line::after {
  right: 0;
}

.lal-editorial-seal__line--left {
  right: calc(100% - 1.2rem);
}

.lal-editorial-seal__line--right {
  left: calc(100% - 1.2rem);
}

.lal-editorial-seal img {
  display: block;
  width: clamp(12rem, 18.5vw, 15.4rem);
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(191, 132, 74, 0.2);
  border-radius: 50%;
  box-shadow: 0 24px 55px rgba(80, 57, 28, 0.12);
}

.lal-editorial-care-panel {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 1.2rem 1.3rem;
  text-align: center;
}

.lal-editorial-care-panel div {
  display: grid;
  place-items: center;
  width: 3.3rem;
  height: 3.3rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(191,132,74,0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 14px 38px rgba(71, 54, 30, 0.09);
  color: var(--lal-proof-ink);
  line-height: 1;
}

.lal-editorial-care-panel div svg {
  display: block;
  margin: auto;
}

.lal-editorial-care-panel p {
  max-width: 15.5rem;
  margin: 0.55rem 0 0;
  color: var(--lal-proof-muted);
  font-size: 0.74rem !important;
  line-height: 1.5 !important;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__cards {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.35rem);
  width: min(100%, 1060px);
  margin: clamp(1.8rem, 3.2vw, 2.5rem) auto 0;
  border: 0;
  background: transparent;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__cards::before {
  content: none;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__cards::after {
  content: none;
}

.lal-editorial-panel--index-premium .lal-editorial-card {
  position: relative;
  min-height: 12.8rem;
  padding: 2.62rem 1.1rem 1.1rem;
  overflow: visible;
  border: 1px solid rgba(23,22,14,0.08);
  border-radius: 0.9rem;
  background: rgba(255, 252, 246, 0.62);
  box-shadow: 0 14px 38px rgba(71, 54, 30, 0.09);
  transition: background 0.32s ease, box-shadow 0.32s ease, transform 0.32s ease;
}

.lal-editorial-panel--index-premium .lal-editorial-card:hover {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 58px rgba(71, 54, 30, 0.14);
  transform: translateY(-0.35rem);
}

.lal-editorial-panel--index-premium .lal-editorial-card::before {
  content: none;
}

.lal-editorial-panel--index-premium .lal-editorial-card__num {
  position: absolute;
  top: -1.35rem;
  left: 50%;
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0;
  border: 1px solid rgba(191,132,74,0.38);
  border-radius: 50%;
  background: var(--lal-proof-paper);
  box-shadow: 0 12px 30px rgba(80, 57, 28, 0.09);
  color: var(--lal-proof-gold-dark);
  font-family: var(--font-headings, "Manrope", system-ui, sans-serif);
  font-size: 1.17rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transform: translateX(-50%);
}

.lal-editorial-panel--index-premium .lal-editorial-card__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(23,22,14,0.08);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.65), rgba(243,239,230,0.46));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.85), 0 10px 24px rgba(80, 57, 28, 0.08);
  color: var(--lal-proof-ink);
  line-height: 1;
}

.lal-editorial-panel--index-premium .lal-editorial-card__icon svg {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  margin: auto;
}

.lal-editorial-panel--index-premium .lal-editorial-card h3 {
  margin: 0;
  color: var(--lal-proof-ink);
  font-family: var(--font-headings, "Manrope", system-ui, sans-serif) !important;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
}

.lal-editorial-panel--index-premium .lal-editorial-card h3::after {
  content: "";
  display: block;
  width: 2.35rem;
  height: 1px;
  margin: 0.58rem 0 0.62rem;
  background: var(--lal-proof-gold);
  opacity: 0.72;
}

.lal-editorial-panel--index-premium .lal-editorial-card p {
  max-width: none;
  margin: 0;
  color: var(--lal-proof-muted);
  font-size: 0.7rem !important;
  line-height: 1.45 !important;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__privacy {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(7rem, 10rem) minmax(0, 1fr) auto;
  gap: 1rem clamp(1.2rem, 3vw, 2rem);
  align-items: center;
  width: min(100%, 1060px);
  min-height: 4.1rem;
  margin: clamp(1.25rem, 2vw, 1.6rem) auto 0;
  padding: 0.8rem 1rem 0.8rem 1.25rem;
  border: 1px solid rgba(23,22,14,0.08);
  border-radius: 0.8rem;
  background: rgba(255, 252, 246, 0.68);
  box-shadow: 0 14px 38px rgba(71, 54, 30, 0.09);
}

.lal-editorial-panel--index-premium .lal-editorial-panel__privacy-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(23,22,14,0.06);
  border-radius: 50%;
  background: rgba(255,255,255,0.56);
  box-shadow: 0 10px 26px rgba(80, 57, 28, 0.08);
  color: var(--lal-proof-gold-dark);
}

.lal-editorial-panel--index-premium .lal-editorial-panel__privacy span:not([aria-hidden]) {
  display: block;
  max-width: none;
  color: var(--lal-proof-gold-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__privacy span:not([aria-hidden])::before {
  content: none;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__privacy p {
  margin: 0;
  padding-left: clamp(1rem, 2vw, 1.8rem);
  border-left: 1px solid rgba(191,132,74,0.3);
  color: var(--lal-proof-muted);
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__privacy p strong {
  color: var(--lal-proof-ink);
  font-weight: 700;
}

.lal-editorial-panel--index-premium .lal-editorial-panel__privacy a {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  min-width: 11.1rem;
  min-height: 3rem;
  padding: 0.82rem 1.35rem;
  border: 1px solid rgba(118, 76, 34, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lal-proof-gold), #b87835 58%, #986126);
  box-shadow: 0 16px 34px rgba(126, 82, 33, 0.22), inset 0 1px 0 rgba(255,255,255,0.2);
  color: var(--lal-proof-paper);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .lal-editorial-panel--index-premium .lal-editorial-panel__top,
  .lal-editorial-panel--index-premium .lal-editorial-panel__middle {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__stand {
    justify-self: start;
    order: 2;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__stamp,
  .lal-editorial-seal__line,
  .lal-editorial-panel--index-premium .lal-editorial-panel__cards::before,
  .lal-editorial-panel--index-premium .lal-editorial-panel__cards::after,
  .lal-editorial-panel--index-premium .lal-editorial-card::before {
    display: none;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__middle {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__privacy {
    grid-template-columns: auto minmax(0, 1fr);
    max-width: 720px;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__privacy p,
  .lal-editorial-panel--index-premium .lal-editorial-panel__privacy a {
    grid-column: 1 / -1;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__privacy p {
    padding-left: 0;
    border-left: 0;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__privacy a {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .lal-editorial-panel--index-premium {
    padding-inline: 1rem;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__hero {
    justify-items: start;
    text-align: left;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__logo-mark {
    margin-left: 0;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__eyebrow {
    letter-spacing: 0.22em;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__eyebrow::after {
    display: none;
  }

  .lal-editorial-panel--index-premium h2 {
    font-size: clamp(3rem, 14vw, 4.1rem) !important;
  }

  .lal-editorial-source-list,
  .lal-editorial-panel--index-premium .lal-editorial-panel__cards,
  .lal-editorial-panel--index-premium .lal-editorial-panel__privacy {
    grid-template-columns: 1fr;
  }

  .lal-editorial-panel--index-premium .lal-editorial-card {
    min-height: auto;
  }

  .lal-editorial-panel--index-premium .lal-editorial-panel__privacy a {
    width: 100%;
  }
}
