/* Page 2326: styles extracted from inline <style>. */
.po-wrap * { box-sizing: border-box; }
  .po-wrap { color: #ffffff; padding: 0; margin: 0; }

  /* Intro */
  .po-intro {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.75;
    max-width: 720px;
    margin: 0 0 52px 0;
    border-left: 3px solid #E3C083;
    padding-left: 20px;
  }

  /* Section titles */
  .po-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #E3C083;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin: 0 0 8px 0;
  }
  .po-section-lead {
    color: rgba(255,255,255,0.55);
    font-size: 0.95rem;
    margin: 0 0 30px 0;
  }

  /* Feature cards */
  .po-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-bottom: 60px;
  }
  .po-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(227, 192, 131,0.15);
    border-top: 3px solid #E3C083;
    border-radius: 6px;
    padding: 26px 22px;
    transition: background 0.2s, transform 0.2s;
  }
  .po-card.po-card--hero {
    border-top: 3px solid #E3C083;
    background: rgba(227, 192, 131,0.07);
    border-color: rgba(227, 192, 131,0.35);
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 22px;
    align-items: start;
  }
  .po-card.po-card--hero .po-card-icon { font-size: 2.2rem; margin-bottom: 0; margin-top: 4px; }
  .po-card.po-card--hero .po-card-title { font-size: 1.05rem; color: #E3C083; }
  .po-card.po-card--hero .po-card-text { font-size: 0.92rem; color: rgba(255,255,255,0.80); }
  .po-card:hover:not(.po-card--hero) { background: rgba(227, 192, 131,0.06); transform: translateY(-3px); }
  .po-card-icon { font-size: 1.7rem; margin-bottom: 12px; display: block; }
  .po-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .po-card-text {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.70);
    line-height: 1.65;
    margin: 0;
  }

  /* Divider */
  .po-divider {
    height: 1px;
    background: linear-gradient(90deg, #E3C083 0%, rgba(227, 192, 131,0.05) 100%);
    margin: 52px 0;
  }

  /* How it works — steps */
  .po-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 60px;
    position: relative;
  }
  .po-steps::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    background: linear-gradient(180deg, #E3C083 0%, rgba(227, 192, 131,0.1) 100%);
  }
  .po-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 0;
  }
  .po-step-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #E3C083;
    color: #1a1200;
    font-weight: 800;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .po-step-body { padding-top: 8px; }
  .po-step-title {
    font-size: 0.97rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px 0;
  }
  .po-step-text {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
    margin: 0;
    max-width: 600px;
  }

  /* Stats */
  .po-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 16px;
    margin-bottom: 60px;
  }
  .po-stat {
    padding: 22px 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    text-align: center;
  }
  .po-stat-num {
    font-size: 1.9rem;
    font-weight: 800;
    color: #E3C083;
    line-height: 1;
    margin-bottom: 8px;
  }
  .po-stat-label {
    font-size: 0.81rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
  }

  /* Pain block */
  .po-pain { margin: 0 0 56px 0; }
  .po-pain-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 24px 0;
    line-height: 1.3;
  }
  .po-pain-title span { color: #E3C083; }
  .po-pain-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .po-pain-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
  }
  .po-pain-list li .ico { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }

  /* Stack tags */
  .po-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
  }
  .po-tag {
    display: inline-block;
    background: rgba(227, 192, 131,0.10);
    border: 1px solid rgba(227, 192, 131,0.25);
    color: #E3C083;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 6px;
  }

  /* Highlight box */
  .po-highlight {
    background: rgba(227, 192, 131,0.07);
    border: 1px solid rgba(227, 192, 131,0.25);
    border-left: 3px solid #E3C083;
    border-radius: 6px;
    padding: 20px 24px;
    margin-bottom: 32px;
    font-size: 0.92rem;
    color: rgba(255,255,255,0.80);
    line-height: 1.7;
  }
  .po-highlight strong { color: #E3C083; }

  @media (max-width: 560px) {
    .po-stats { grid-template-columns: repeat(2, 1fr); }
    .po-card.po-card--hero { grid-template-columns: 1fr; }
  }

