.sticky-img { width: 150px; }
    @media (max-width: 575.98px) {
      .sticky-img { width: 90px; }
      .header-middle {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background-color: #2d661b;
      }
    }
    .pkg-hero {
      background:
        linear-gradient(105deg, rgba(28, 52, 16, 0.92) 0%, rgba(45, 102, 27, 0.78) 55%, rgba(45, 102, 27, 0.5) 100%),
        url("../img/photos/doctor.jpg") center / cover no-repeat;
      color: #fff;
      padding: 72px 0;
    }
    .pkg-hero__eyebrow {
      display: inline-block;
      margin-bottom: 14px;
      padding: 8px 14px;
      border: 1px solid rgba(255,255,255,0.35);
      background: rgba(255,255,255,0.12);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .pkg-hero h1 {
      margin: 0 0 14px;
      color: #fff;
      font-size: 40px;
      line-height: 1.2;
      font-weight: 700;
    }
    .pkg-hero h1 span { color: #aed234; }
    .pkg-hero p {
      margin: 0 0 24px;
      max-width: 640px;
      color: rgba(255,255,255,0.92);
      font-size: 17px;
      line-height: 1.7;
    }
    .pkg-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .pkg-hero__actions .book-now-btn { margin: 0; text-decoration: none; }
    .pkg-hero__actions .btn-outline-light {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 160px;
      padding: 14px 24px;
      border: 2px solid #fff;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      text-decoration: none;
    }
    .pkg-hero__actions .btn-outline-light:hover { background: #fff; color: #2d661b; }
    .pkg-notice {
      background: #fff8e6;
      border: 1px solid #f0d78c;
      color: #5c4a12;
      padding: 16px 20px;
      margin: -28px auto 0;
      max-width: 920px;
      position: relative;
      z-index: 2;
      font-size: 15px;
      line-height: 1.6;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    }
    .pkg-section { padding: 64px 0; }
    .pkg-section .section-title p {
      color: #2d661b;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 8px;
    }
    .pkg-section .section-title .title { color: #1c3410; margin-bottom: 16px; }
    .pkg-section .section-title .title span { color: #2d661b; }
    .pkg-lead {
      max-width: 720px;
      margin: 0 auto 36px;
      text-align: center;
      color: #555;
      font-size: 16px;
      line-height: 1.7;
    }
    .pkg-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }
    .pkg-card {
      background: #fff;
      border: 1px solid #e5eedc;
      padding: 26px 22px;
      display: flex;
      flex-direction: column;
      min-height: 100%;
      scroll-margin-top: 140px;
    }
    .pkg-card__tag {
      align-self: flex-start;
      margin-bottom: 12px;
      padding: 4px 10px;
      background: #f0f5e8;
      color: #2d661b;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .pkg-card h2 {
      margin: 0 0 8px;
      color: #1c3410;
      font-size: 20px;
      font-weight: 700;
    }
    .pkg-card h2 a {
      color: inherit;
      text-decoration: none;
    }
    .pkg-card h2 a:hover { color: #2d661b; }
    .pkg-card__for {
      margin: 0 0 16px;
      color: #666;
      font-size: 14px;
      line-height: 1.5;
    }
    .pkg-card__price {
      margin: 0 0 14px;
      color: #2d661b;
      font-size: 18px;
      font-weight: 700;
    }
    .pkg-card ul {
      list-style: none;
      padding: 0;
      margin: 0 0 16px;
      flex-grow: 1;
    }
    .pkg-card ul li {
      position: relative;
      padding-left: 18px;
      margin-bottom: 8px;
      color: #444;
      font-size: 14px;
      line-height: 1.45;
    }
    .pkg-card ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 7px;
      width: 7px;
      height: 7px;
      background: #aed234;
      border-radius: 50%;
    }
    .pkg-card__note {
      margin: 0 0 16px;
      font-size: 12px;
      color: #888;
      line-height: 1.45;
      font-style: italic;
    }
    .pkg-card .btn-theme {
      align-self: flex-start;
      text-decoration: none;
    }
    .pkg-card__actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      margin-top: auto;
    }
    .pkg-card .book-now-btn {
      margin: 0;
      padding: 10px 16px;
      font-size: 13px;
      text-decoration: none;
    }
    .pkg-cta {
      background: #2d661b;
      color: #fff;
      text-align: center;
      padding: 48px 0;
    }
    .pkg-cta h2 { color: #fff; margin: 0 0 10px; }
    .pkg-cta p { color: rgba(255,255,255,0.9); margin: 0 0 22px; }
    .pkg-cta__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
    }
    .pkg-cta__actions .btn-outline-light,
    .pkg-cta__actions .book-now-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 160px;
      padding: 14px 24px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px;
      margin: 0;
    }
    .pkg-cta__actions .btn-outline-light {
      border: 2px solid #fff;
      color: #fff;
    }
    @media (max-width: 991px) {
      .pkg-grid { grid-template-columns: 1fr 1fr; }
      .pkg-hero h1 { font-size: 30px; }
    }
    @media (max-width: 575px) {
      .pkg-grid { grid-template-columns: 1fr; }
    }
