.pkgd-hero {
      position: relative;
      overflow: hidden;
      color: #fff;
      min-height: 420px;
      display: flex;
      align-items: center;
    }
    .pkgd-hero__bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    .pkgd-hero__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(105deg, rgba(28, 52, 16, 0.94) 0%, rgba(45, 102, 27, 0.82) 55%, rgba(45, 102, 27, 0.55) 100%);
    }
    .pkgd-hero__inner {
      position: relative;
      z-index: 1;
      padding: 72px 0 80px;
    }
    .pkgd-crumb {
      margin: 0 0 16px;
      font-size: 13px;
      color: rgba(255,255,255,0.82);
    }
    .pkgd-crumb a { color: #aed234; text-decoration: none; }
    .pkgd-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;
    }
    .pkgd-hero h1 {
      margin: 0 0 14px;
      color: #fff;
      font-size: 42px;
      line-height: 1.2;
      font-weight: 700;
    }
    .pkgd-hero p {
      margin: 0 0 22px;
      max-width: 640px;
      color: rgba(255,255,255,0.92);
      font-size: 17px;
      line-height: 1.7;
    }
    .pkgd-pricebox {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      align-items: flex-end;
      margin-bottom: 26px;
    }
    .pkgd-pricebox__now {
      font-size: 40px;
      font-weight: 800;
      line-height: 1;
      color: #aed234;
    }
    .pkgd-pricebox__was {
      color: rgba(255,255,255,0.78);
      font-size: 16px;
    }
    .pkgd-pricebox__was s { color: rgba(255,255,255,0.7); }
    .pkgd-save {
      display: inline-block;
      padding: 6px 12px;
      background: #aed234;
      color: #1c3410;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .pkgd-gender {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-bottom: 26px;
    }
    .pkgd-gender__card {
      min-width: 200px;
      padding: 16px 18px;
      border: 1px solid rgba(255,255,255,0.28);
      background: rgba(255,255,255,0.1);
    }
    .pkgd-gender__label {
      display: block;
      margin-bottom: 8px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #aed234;
    }
    .pkgd-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .pkgd-hero__actions .book-now-btn { margin: 0; text-decoration: none; }
    .pkgd-hero__actions .btn-outline-light,
    .pkgd-value__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;
    }
    .pkgd-hero__actions .btn-outline-light:hover,
    .pkgd-value__actions .btn-outline-light:hover { background: #fff; color: #2d661b; }
    .pkgd-section { padding: 64px 0; }
    .pkgd-section h2 {
      margin: 0 0 12px;
      color: #1c3410;
      font-size: 28px;
      font-weight: 700;
    }
    .pkgd-section h2 span { color: #2d661b; }
    .pkgd-rule {
      width: 64px;
      height: 3px;
      background: #2d661b;
      margin: 0 0 22px;
    }
    .pkgd-copy p {
      margin: 0 0 16px;
      color: #555;
      font-size: 16px;
      line-height: 1.75;
    }
    .pkgd-ideal { background: #f4f8ef; }
    .pkgd-ideal ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 18px;
    }
    .pkgd-ideal li {
      background: #fff;
      border: 1px solid #e5eedc;
      padding: 22px 20px;
      color: #333;
      font-size: 15px;
      line-height: 1.55;
    }
    .pkgd-ideal li::before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      margin-bottom: 12px;
      background: #aed234;
      border-radius: 50%;
    }
    .pkgd-tests { background: #fff; }
    .pkgd-test-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
    }
    .pkgd-test {
      border: 1px solid #e5eedc;
      padding: 24px 22px;
      background: #fff;
    }
    .pkgd-test h3 {
      margin: 0 0 10px;
      color: #2d661b;
      font-size: 18px;
      font-weight: 700;
    }
    .pkgd-test p {
      margin: 0 0 12px;
      color: #555;
      font-size: 14px;
      line-height: 1.6;
    }
    .pkgd-test ul {
      list-style: none;
      padding: 0;
      margin: 0;
      columns: 2;
      column-gap: 18px;
    }
    .pkgd-test li {
      position: relative;
      padding-left: 16px;
      margin-bottom: 8px;
      color: #444;
      font-size: 14px;
      line-height: 1.45;
      break-inside: avoid;
    }
    .pkgd-test li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 7px;
      width: 7px;
      height: 7px;
      background: #aed234;
      border-radius: 50%;
    }
    .pkgd-note {
      background: #fff8e6;
      border: 1px solid #f0d78c;
      color: #5c4a12;
      padding: 18px 20px;
      margin-top: 22px;
      font-size: 15px;
      line-height: 1.65;
    }
    .pkgd-note strong { display: block; margin-bottom: 6px; }
    .pkgd-optional {
      margin-top: 22px;
      border: 1px dashed #2d661b;
      padding: 22px;
      background: #f4f8ef;
    }
    .pkgd-optional h3 {
      margin: 0 0 8px;
      color: #1c3410;
      font-size: 18px;
    }
    .pkgd-optional p { margin: 0; color: #444; }
    .pkgd-areas { background: #f4f8ef; }
    .pkgd-area-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 16px;
    }
    .pkgd-area-group { margin-bottom: 28px; }
    .pkgd-area-group:last-child { margin-bottom: 0; }
    .pkgd-area-group h3 {
      margin: 0 0 14px;
      color: #2d661b;
      font-size: 18px;
      font-weight: 700;
    }
    .pkgd-area {
      background: #fff;
      border: 1px solid #e5eedc;
      padding: 20px 16px;
      min-height: 100%;
    }
    .pkgd-area h3,
    .pkgd-area h4 {
      margin: 0 0 8px;
      color: #1c3410;
      font-size: 15px;
      font-weight: 700;
    }
    .pkgd-area p {
      margin: 0;
      color: #666;
      font-size: 14px;
      line-height: 1.5;
    }
    .pkgd-value {
      background: #2d661b;
      color: #fff;
      padding: 56px 0;
    }
    .pkgd-value h2 { color: #fff; margin: 0 0 10px; }
    .pkgd-value p {
      margin: 0 0 18px;
      color: rgba(255,255,255,0.92);
      max-width: 720px;
    }
    .pkgd-value__prices {
      display: flex;
      flex-wrap: wrap;
      gap: 28px;
      align-items: flex-end;
      margin-bottom: 26px;
    }
    .pkgd-value__now {
      font-size: 36px;
      font-weight: 800;
      color: #aed234;
      line-height: 1;
    }
    .pkgd-value__label {
      display: block;
      font-size: 13px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.75);
      margin-bottom: 6px;
    }
    .pkgd-value__actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .pkgd-value__actions .book-now-btn { margin: 0; text-decoration: none; }
    .whatsapp-float {
      position: fixed;
      bottom: 10em;
      right: 40px;
      z-index: 999;
      background-color: #25D366;
      padding: 10px;
      border-radius: 50%;
      box-shadow: 0 4px 6px rgba(0,0,0,.2);
    }
    @media (max-width: 991px) {
      .pkgd-hero h1 { font-size: 32px; }
      .pkgd-test-grid { grid-template-columns: 1fr; }
      .pkgd-test ul { columns: 1; }
    }
    @media (max-width: 575px) {
      .pkgd-hero { min-height: 0; }
      .pkgd-hero__inner { padding: 48px 0 56px; }
      .pkgd-hero h1 { font-size: 28px; }
      .pkgd-pricebox__now { font-size: 32px; }
      .pkgd-section { padding: 48px 0; }
      .whatsapp-float { bottom: 15px; right: 10px; padding: 8px; }
    }
.pkgd-faq-title {
  margin: 28px 0 16px;
  color: #1c3410;
  font-size: 20px;
  font-weight: 700;
}
.pkgd-faq details {
  border: 1px solid #e5eedc;
  background: #fff;
  padding: 16px 18px;
  margin-bottom: 10px;
}
.pkgd-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #1c3410;
}
.pkgd-faq details p {
  margin: 12px 0 0;
  color: #555;
  line-height: 1.65;
}
