  .lfm-guides-page {
    --lfm-black: #101012;
    --lfm-ink: #15111d;
    --lfm-text: #392f49;
    --lfm-muted: #756c80;
    --lfm-line: #e8e3f0;
    --lfm-soft: #f7f5fb;
    --lfm-purple: #761ee8;
    --lfm-purple-2: #a528f4;
    --lfm-cyan: #05dff2;
    --lfm-max: 1160px;
    color: var(--lfm-text);
    background: var(--lfm-soft);
    font-family: Inter, Gilroy, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  }

  .lfm-guides-page * { box-sizing: border-box; }
  .lfm-guides-page a { color: inherit; text-decoration: none; }
  .lfm-guides-wrap { width: min(var(--lfm-max), calc(100% - 48px)); margin: 0 auto; }

  .lfm-guides-hero {
    padding: 104px 0 82px;
    background:
      radial-gradient(circle at 80% 10%, rgba(5, 223, 242, .16), transparent 32%),
      radial-gradient(circle at 12% 92%, rgba(118, 30, 232, .18), transparent 34%),
      linear-gradient(180deg, #fff, #f4effd 100%);
  }

  .lfm-guides-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) 420px;
    gap: 82px;
    align-items: center;
  }

  .lfm-guides-hero-grid > * { min-width: 0; }

  .lfm-guides-eyebrow {
    margin: 0 0 22px;
    color: #6a5a80;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .lfm-guides-page h1,
  .lfm-guides-page h2,
  .lfm-guides-page h3,
  .lfm-guides-page p { margin-top: 0; }

  .lfm-guides-page h1 {
    max-width: 720px;
    margin-bottom: 24px;
    color: var(--lfm-ink);
    font-size: clamp(50px, 5.5vw, 82px);
    line-height: .98;
    font-weight: 800;
  }

  .lfm-guides-lead {
    max-width: 650px;
    margin-bottom: 34px;
    color: #71677d;
    font-size: 24px;
    line-height: 1.45;
  }

  .lfm-guides-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
  }

  .lfm-guides-btn-primary,
  .lfm-guides-btn-secondary {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 800;
  }

  .lfm-guides-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--lfm-purple), var(--lfm-purple-2));
    box-shadow: 0 14px 28px rgba(118, 30, 232, .24);
  }

  .lfm-guides-btn-secondary {
    color: #2f155d;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(54, 26, 109, .12);
    box-shadow: 0 12px 26px rgba(25, 18, 45, .06);
  }

  .lfm-guides-art {
    position: relative;
    min-height: 386px;
  }

  .lfm-guides-art-card {
    position: absolute;
    width: 224px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 24px 52px rgba(41, 22, 78, .18);
  }

  .lfm-guides-art-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .lfm-guides-art-card.is-dark,
  .lfm-guides-art-card.is-light {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }

  .lfm-guides-art-card.is-dark {
    left: 26px;
    top: 38px;
    z-index: 2;
    color: #fff;
    background:
      radial-gradient(circle at 86% 18%, rgba(5, 223, 242, .18), transparent 34%),
      linear-gradient(145deg, #110721, #1b0b38);
    transform: rotate(-4deg);
  }

  .lfm-guides-art-card.is-light {
    right: 8px;
    top: 90px;
    z-index: 3;
    color: var(--lfm-ink);
    background:
      radial-gradient(circle at 78% 12%, rgba(5, 223, 242, .20), transparent 36%),
      #fff;
    transform: rotate(3deg);
  }

  .lfm-guides-art-card.is-photo {
    left: 116px;
    bottom: 18px;
    z-index: 4;
    transform: rotate(2deg);
  }

  .lfm-guides-art-label {
    color: #7d37ef;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .lfm-guides-art-card.is-dark .lfm-guides-art-label { color: var(--lfm-cyan); }

  .lfm-guides-art-title {
    display: block;
    margin-top: 16px;
    font-size: 28px;
    line-height: 1.02;
    font-weight: 800;
  }

  .lfm-guides-art-sub {
    display: block;
    max-width: 160px;
    color: rgba(117, 108, 128, .88);
    font-size: 14px;
    line-height: 1.35;
  }

  .lfm-guides-art-card.is-dark .lfm-guides-art-sub { color: rgba(255, 255, 255, .64); }

  .lfm-guides-art-bars {
    display: flex;
    align-items: end;
    gap: 7px;
    height: 46px;
  }

  .lfm-guides-art-bars span {
    display: block;
    width: 9px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--lfm-cyan), var(--lfm-purple-2));
  }

  .lfm-guides-art-bars span:nth-child(1) { height: 30%; }
  .lfm-guides-art-bars span:nth-child(2) { height: 72%; }
  .lfm-guides-art-bars span:nth-child(3) { height: 48%; }
  .lfm-guides-art-bars span:nth-child(4) { height: 88%; }
  .lfm-guides-art-bars span:nth-child(5) { height: 58%; }
  .lfm-guides-art-card.is-light .lfm-guides-art-bars span { background: linear-gradient(180deg, var(--lfm-purple-2), var(--lfm-cyan)); }

  .lfm-guides-section { padding: 86px 0; background: var(--lfm-soft); }
  .lfm-guides-section.is-white { background: #fff; }

  .lfm-guides-section-head {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(280px, .5fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 34px;
  }

  .lfm-guides-section-head h2 {
    margin-bottom: 0;
    color: var(--lfm-ink);
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.02;
    font-weight: 800;
  }

  .lfm-guides-section-head p {
    margin-bottom: 4px;
    color: var(--lfm-muted);
    font-size: 19px;
    line-height: 1.45;
  }

  .lfm-guides-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .lfm-guides-card {
    min-height: 254px;
    padding: 26px;
    border: 1px solid var(--lfm-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 16px 38px rgba(31, 21, 50, .06);
  }

  .lfm-guides-tag {
    display: inline-flex;
    margin-bottom: 24px;
    color: #6c49a6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .lfm-guides-card h3 {
    margin-bottom: 14px;
    color: var(--lfm-ink);
    font-size: 30px;
    line-height: 1.05;
    font-weight: 800;
  }

  .lfm-guides-card p {
    color: var(--lfm-muted);
    font-size: 17px;
    line-height: 1.46;
  }

  .lfm-guides-text-link {
    display: inline-flex;
    margin-top: 14px;
    color: #32106b;
    font-weight: 800;
  }

  .lfm-guides-format-panel {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(340px, 1fr);
    gap: 44px;
    padding: 42px;
    color: #fff;
    background:
      radial-gradient(circle at 80% 20%, rgba(5, 223, 242, .16), transparent 32%),
      radial-gradient(circle at 15% 85%, rgba(118, 30, 232, .28), transparent 34%),
      #080414;
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(9, 4, 24, .18);
  }

  .lfm-guides-format-panel h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(38px, 4vw, 64px);
    line-height: 1;
    font-weight: 800;
  }

  .lfm-guides-format-panel p { color: rgba(255, 255, 255, .68); font-size: 20px; line-height: 1.5; }

  .lfm-guides-format-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-content: center;
  }

  .lfm-guides-format-link {
    min-height: 150px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
  }

  .lfm-guides-format-link .lfm-guides-tag { margin-bottom: 18px; color: var(--lfm-cyan); }
  .lfm-guides-format-link strong { display: block; margin-bottom: 8px; color: #fff; font-size: 24px; line-height: 1.05; }
  .lfm-guides-format-link span:last-child { color: rgba(255, 255, 255, .62); font-size: 15px; line-height: 1.4; }

  .lfm-guides-cta {
    padding: 82px 0;
    color: #fff;
    background: radial-gradient(circle at 76% 18%, rgba(118, 30, 232, .24), transparent 30%), linear-gradient(180deg, #070310, #10051f);
    text-align: center;
  }

  .lfm-guides-cta h2 { max-width: 780px; margin: 0 auto 18px; color: #fff; font-size: clamp(40px, 4.6vw, 62px); line-height: 1.04; font-weight: 800; }
  .lfm-guides-cta p { max-width: 720px; margin: 0 auto 28px; color: rgba(255, 255, 255, .68); font-size: 20px; line-height: 1.45; }
  .lfm-guides-cta .lfm-guides-actions { justify-content: center; }

  .lfm-guides-page .lfm-guides-btn-primary { color: #fff !important; }
  .lfm-guides-page .lfm-guides-btn-secondary { color: #2f155d !important; }

  body.page-id-282859 .gtranslate_wrapper,
  body.page-id-282859 .gt_float_switcher,
  body.page-id-282859 [id^="gt_float_wrapper"],
  body.page-id-282859 [class*="gt_float"],
  body.page-id-282859 [class*="gtranslate"] {
    display: none !important;
  }

  @media (max-width: 1080px) {
    .lfm-guides-hero-grid { grid-template-columns: minmax(0, .95fr) 350px; gap: 42px; }
    .lfm-guides-art { min-height: 330px; max-width: 360px; }
    .lfm-guides-art-card { width: 176px; }
    .lfm-guides-art-card.is-dark,
    .lfm-guides-art-card.is-light { padding: 20px; }
    .lfm-guides-art-title { font-size: 23px; }
    .lfm-guides-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lfm-guides-format-panel,
    .lfm-guides-section-head { grid-template-columns: 1fr; }
  }

  @media (max-width: 900px) {
    .lfm-guides-hero-grid { grid-template-columns: 1fr; }
    .lfm-guides-art { max-width: 440px; }
    .lfm-guides-art-card { width: 190px; }
  }

  @media (max-width: 740px) {
    .lfm-guides-wrap { width: min(100% - 34px, 356px); }
    .lfm-guides-hero { padding: 72px 0 58px; }
    .lfm-guides-page h1 { font-size: 38px; line-height: 1.02; overflow-wrap: anywhere; }
    .lfm-guides-lead { max-width: 100%; font-size: 18px; line-height: 1.45; }
    .lfm-guides-actions { align-items: stretch; }
    .lfm-guides-btn-primary,
    .lfm-guides-btn-secondary { width: 100%; }
    .lfm-guides-art { min-height: 300px; }
    .lfm-guides-art-card { width: 150px; }
    .lfm-guides-art-card.is-dark { left: 2px; top: 6px; }
    .lfm-guides-art-card.is-light { right: 0; top: 50px; }
    .lfm-guides-art-card.is-photo { left: 84px; bottom: 28px; }
    .lfm-guides-art-card.is-dark,
    .lfm-guides-art-card.is-light { padding: 16px; }
    .lfm-guides-art-title { font-size: 19px; }
    .lfm-guides-art-sub { font-size: 12px; }
    .lfm-guides-section { padding: 62px 0; }
    .lfm-guides-grid,
    .lfm-guides-format-list { grid-template-columns: 1fr; }
    .lfm-guides-card { min-height: 0; }
    .lfm-guides-format-panel { padding: 28px; }
  }
