  .btn-outline-light{background:transparent;color:var(--bg);border:1px solid rgba(255,255,255,0.4)}
  .btn-outline-light:hover{background:rgba(255,255,255,0.08)}

  
  .hero{padding:80px var(--gutter) 80px}
  .hero-inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
  .hero h1{margin-bottom:0}
  .hero-note{font-size:18px;line-height:1.75;color:var(--muted);max-width:480px}
  .hero-note a{
    color:var(--accent);
    text-decoration:underline;
    text-underline-offset:3px;
    font-weight:500;
  }
  .hero-note a:hover{color:var(--accent-hover,#B8954A)}

  
  .ig-section{padding:48px var(--gutter) 120px}
  .ig-container{max-width:var(--container);margin:0 auto}
  .results-disclaimer{font-size:15px;line-height:1.65;color:var(--muted);max-width:720px;margin:0 0 32px}

  
  .ig-grid{
    columns:3;column-gap:20px;
    margin-bottom:56px;
  }
  .ig-card{
    break-inside:avoid;
    background:transparent;border-radius:0;
    overflow:visible;margin-bottom:24px;
    display:flex;flex-direction:column;
    gap:14px;
    border:none;
  }
  .ig-card:hover{transform:none}
  .ig-card--text{gap:0}

  .ig-photo-wrap{
    padding:16px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 2px 12px rgba(26,24,20,.06);
  }
  .ig-photo{
    background:transparent;width:100%;overflow:hidden;
    border-radius:6px;
  }
  .ig-photo img{display:block}
  .ig-photo.tall{height:380px}
  .ig-photo.medium{height:280px}
  .ig-photo.short{height:220px}

  @media (min-width: 769px) {
    .ig-container{max-width:1080px}
    .ig-grid{column-gap:24px}
    .ig-photo.tall,
    .ig-photo.medium,
    .ig-photo.short{
      height:auto;
      display:flex;
      justify-content:center;
      padding:16px 16px 0;
      background:transparent;
    }
    .ig-photo img{
      width:auto;
      max-width:min(100%, 340px);
      height:auto;
      object-fit:contain;
    }
  }

  @media (max-width: 768px) {
    .ig-photo.tall,
    .ig-photo.medium,
    .ig-photo.short{
      height:auto;
      display:flex;
      justify-content:center;
      padding:12px 12px 0;
      background:transparent;
    }
    .ig-photo img{
      width:100%;
      height:auto;
      object-fit:contain;
    }
  }

  
  .ig-review{
    padding:0;
    margin-top:0;
    border-top:none;
    background:transparent;
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .ig-name{
    font-size:15px;
    font-weight:600;
    color:var(--text);
    margin-bottom:10px;
  }

  .ig-comment{
    font-size:14px;line-height:1.65;color:var(--text);
    background:#F5F1EA;
    padding:16px 18px;
    border-radius:10px;
    box-shadow:inset 0 0 0 1px rgba(201,169,97,.18);
  }
  .ig-comment-text{margin:0}

  .ig-reply{
    font-size:13px;line-height:1.6;color:var(--text);
    background:#F0EBE3;
    padding:16px 18px;
    border-radius:10px;
    box-shadow:inset 0 0 0 1px rgba(201,169,97,.14);
  }
  .ig-reply + .ig-reply{
    margin-top:0;
  }
  .ig-reply .handle{
    display:block;margin-bottom:4px;
    color:var(--accent);font-weight:600;font-size:13px;
  }

  .ig-cta{text-align:center}

  
  .ba-cases{
    background:#F7F5EE;
    padding:80px var(--gutter);
  }
  .ba-cases .ba-inner{
    max-width:var(--container);
    margin:0 auto;
  }
  .ba-cases .eyebrow{
    font-family:var(--sans);
    font-weight:500;
    font-size:12px;
    letter-spacing:.05em;
    text-transform:uppercase;
    color:var(--accent);
    margin-bottom:12px;
  }
  .ba-cases .ba-title{
    font-family:var(--serif);
    font-weight:700;
    font-size:48px;
    line-height:1.2;
    color:#45413C;
    margin-bottom:32px;
    max-width:900px;
  }
  .ba-cases .ba-steps{
    max-width:720px;
    margin-bottom:32px;
  }
  .ba-cases .ba-step-title{
    font-family:var(--serif);
    font-weight:700;
    font-size:22px;
    line-height:1.28;
    color:#45413C;
    margin:0 0 8px;
  }
  .ba-cases .ba-step-text{
    font-size:18px;
    line-height:1.5;
    color:var(--muted);
    margin:0;
  }
  .ba-cases .ba-divider{
    height:1px;
    background:#e7e1d5;
    margin:24px 0;
  }
  .ba-cases .ba-telegram-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:52px;
    padding:0 36px;
    border-radius:999px;
    border:1px solid #C9A961;
    background:transparent;
    color:#b08534;
    font-weight:500;
    font-size:18px;
    text-decoration:none;
    transition:background .2s;
  }
  .ba-cases .ba-telegram-btn:hover{
    background:rgba(201,169,97,.08);
  }

  
  .hero{padding:80px var(--gutter) 0}