/* =========================================================
   Alahmed Course Sections — Unified CSS + Inline SVG Icons
   يوضع مرة واحدة في: سلة > تخصيص متقدم > CSS
   ========================================================= */

:is(#alahmed-hero-v3, #alahmed-why-ai, #alahmed-audience, #alahmed-learning, #alahmed-trust, #alahmed-journey, #alahmed-tools, #alahmed-whatsapp, #alahmed-final-cta),
:is(#alahmed-hero-v3, #alahmed-why-ai, #alahmed-audience, #alahmed-learning, #alahmed-trust, #alahmed-journey, #alahmed-tools, #alahmed-whatsapp, #alahmed-final-cta) * {
  box-sizing: border-box;
}

:is(#alahmed-hero-v3, #alahmed-why-ai, #alahmed-audience, #alahmed-learning, #alahmed-trust, #alahmed-journey, #alahmed-tools, #alahmed-whatsapp, #alahmed-final-cta) {
  --primary: #006c35;
  --primary-dark: #103e2c;
  --white: #ffffff;
  width: 100%;
  font-family: inherit;
}

/* =========================================================
   نظام SVG موحد — لا يعتمد على Emoji أو خطوط خارجية
   ========================================================= */

:is(#alahmed-hero-v3, #alahmed-why-ai, #alahmed-audience, #alahmed-learning, #alahmed-trust, #alahmed-journey, #alahmed-tools, #alahmed-whatsapp, #alahmed-final-cta) .alahmed-svg-icon {
  display: block;
  width: 60%;
  height: 60%;
  max-width: 22px;
  max-height: 22px;
  flex: 0 0 auto;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}

/* الأيقونات الصغيرة داخل الشارات */
:is(
  #alahmed-why-ai .why-label-icon,
  #alahmed-audience .audience-label-icon,
  #alahmed-learning .learning-label-icon,
  #alahmed-trust .trust-label-icon,
  #alahmed-journey .journey-label-icon,
  #alahmed-tools .tools-label-icon,
  #alahmed-whatsapp .whatsapp-label-icon,
  #alahmed-final-cta .final-label-icon,
  #alahmed-hero-v3 .ah-benefit-icon
) .alahmed-svg-icon {
  width: 62%;
  height: 62%;
  max-width: 15px;
  max-height: 15px;
}

/* أيقونات الأزرار */
#alahmed-hero-v3 .ah-button-arrow .alahmed-svg-icon,
#alahmed-final-cta .final-button-icon .alahmed-svg-icon {
  width: 20px;
  height: 20px;
  max-width: none;
  max-height: none;
}

#alahmed-hero-v3 {

      --primary-light: #087443;

      --white-90: rgba(255, 255, 255, 0.9);
      --white-75: rgba(255, 255, 255, 0.75);
      --white-15: rgba(255, 255, 255, 0.15);
      --white-10: rgba(255, 255, 255, 0.1);
      --white-06: rgba(255, 255, 255, 0.06);

      padding: 14px 0;

    }

    #alahmed-hero-v3 .ah-wrapper {
      width: min(1220px, 100%);
      margin: 0 auto;
    }

    #alahmed-hero-v3 .ah-hero-card {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      min-height: 680px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 36px;
      background:
        radial-gradient(
          circle at 8% 8%,
          rgba(255, 255, 255, 0.14),
          transparent 25%
        ),
        radial-gradient(
          circle at 88% 85%,
          rgba(255, 255, 255, 0.1),
          transparent 28%
        ),
        linear-gradient(
          135deg,
          var(--primary-dark) 0%,
          var(--primary) 52%,
          var(--primary-light) 100%
        );
      box-shadow:
        0 35px 90px rgba(16, 62, 44, 0.26),
        0 12px 30px rgba(16, 62, 44, 0.14);
    }

    #alahmed-hero-v3 .ah-hero-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      opacity: 0.35;
      background-image:
        linear-gradient(
          rgba(255, 255, 255, 0.035) 1px,
          transparent 1px
        ),
        linear-gradient(
          90deg,
          rgba(255, 255, 255, 0.035) 1px,
          transparent 1px
        );
      background-size: 44px 44px;
      mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8),
        transparent 85%
      );
      -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8),
        transparent 85%
      );
    }

    #alahmed-hero-v3 .ah-hero-card::after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 480px;
      height: 480px;
      left: -210px;
      bottom: -260px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow:
        0 0 0 55px rgba(255, 255, 255, 0.025),
        0 0 0 110px rgba(255, 255, 255, 0.018);
    }

    #alahmed-hero-v3 .ah-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
      align-items: center;
      gap: clamp(42px, 6vw, 82px);
      min-height: 680px;
      padding: clamp(46px, 6vw, 78px);
    }

    /* المحتوى النصي */

    #alahmed-hero-v3 .ah-content {
      position: relative;
      z-index: 3;
      max-width: 680px;
      animation: ahContentEntry 0.8s ease both;
    }

    #alahmed-hero-v3 .ah-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 25px;
      padding: 9px 15px;
      border: 1px solid var(--white-15);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      color: var(--white);
      font-size: 14px;
      font-weight: 800;
      line-height: 1;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    #alahmed-hero-v3 .ah-brand-mark {
      position: relative;
      display: inline-flex;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--white);
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12);
    }

    #alahmed-hero-v3 .ah-brand-mark::after {
      content: "";
      position: absolute;
      inset: -5px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 50%;
      animation: ahPulse 2.2s ease-out infinite;
    }

    #alahmed-hero-v3 .ah-title {
      max-width: 680px;
      margin: 0;
      color: var(--white);
      font-size: clamp(38px, 5vw, 66px);
      font-weight: 900;
      line-height: 1.24;
      letter-spacing: -1.2px;
    }

    #alahmed-hero-v3 .ah-title-top {
      display: block;
      margin-bottom: 5px;
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.72em;
      font-weight: 700;
      letter-spacing: 0;
    }

    #alahmed-hero-v3 .ah-title-accent {
      position: relative;
      display: inline-block;
      padding-bottom: 16px;
    }

    #alahmed-hero-v3 .ah-title-accent::after {
      content: "";
      position: absolute;
      right: 2px;
      bottom: 2px;
      width: 58%;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(
        90deg,
        var(--white),
        rgba(255, 255, 255, 0.35)
      );
    }

    #alahmed-hero-v3 .ah-description {
      max-width: 630px;
      margin: 24px 0 0;
      color: var(--white-75);
      font-size: clamp(16px, 1.7vw, 19px);
      font-weight: 500;
      line-height: 2;
    }

    /* المزايا */

    #alahmed-hero-v3 .ah-benefits {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 25px;
    }

    #alahmed-hero-v3 .ah-benefit {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 41px;
      padding: 9px 13px;
      border: 1px solid var(--white-15);
      border-radius: 13px;
      background: var(--white-06);
      color: var(--white-90);
      font-size: 13px;
      font-weight: 700;
    }

#alahmed-hero-v3 .ah-benefit-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 7px;
  background: var(--white);
  color: var(--primary);
}


    /* الأرقام */

    #alahmed-hero-v3 .ah-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 27px;
    }

    #alahmed-hero-v3 .ah-stat {
      position: relative;
      overflow: hidden;
      padding: 16px 12px;
      border: 1px solid var(--white-15);
      border-radius: 17px;
      background: rgba(255, 255, 255, 0.075);
      text-align: center;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      transition:
        transform 0.25s ease,
        background 0.25s ease;
    }

    #alahmed-hero-v3 .ah-stat:hover {
      transform: translateY(-3px);
      background: rgba(255, 255, 255, 0.11);
    }

    #alahmed-hero-v3 .ah-stat-number {
      display: block;
      margin-bottom: 5px;
      color: var(--white);
      font-size: clamp(22px, 2.4vw, 30px);
      font-weight: 900;
      line-height: 1;
    }

    #alahmed-hero-v3 .ah-stat-label {
      display: block;
      color: rgba(255, 255, 255, 0.67);
      font-size: 12px;
      font-weight: 600;
      line-height: 1.5;
    }

    /* زر التسجيل */

    #alahmed-hero-v3 .ah-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 15px;
      margin-top: 31px;
    }

    #alahmed-hero-v3 .ah-main-button {
      position: relative;
      overflow: hidden;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 11px;
      min-height: 58px;
      padding: 16px 29px;
      border: 1px solid var(--white);
      border-radius: 16px;
      background: var(--white);
      color: var(--primary);
      text-decoration: none;
      font-size: 17px;
      font-weight: 900;
      line-height: 1;
      box-shadow:
        0 16px 35px rgba(0, 0, 0, 0.19),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
      transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
    }

    #alahmed-hero-v3 .ah-main-button::before {
      content: "";
      position: absolute;
      top: 0;
      left: -110%;
      width: 65%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 108, 53, 0.08),
        transparent
      );
      transform: skewX(-20deg);
      transition: left 0.55s ease;
    }

    #alahmed-hero-v3 .ah-main-button:hover {
      transform: translateY(-3px);
      box-shadow:
        0 22px 44px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    #alahmed-hero-v3 .ah-main-button:hover::before {
      left: 150%;
    }

    #alahmed-hero-v3 .ah-button-arrow {
      display: inline-flex;
      font-size: 21px;
      transition: transform 0.25s ease;
    }

    #alahmed-hero-v3 .ah-main-button:hover .ah-button-arrow {
      transform: translateX(-5px);
    }

    #alahmed-hero-v3 .ah-secure-note {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 13px;
      font-weight: 600;
    }

    #alahmed-hero-v3 .ah-secure-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border: 1px solid var(--white-15);
      border-radius: 9px;
      background: var(--white-06);
      color: var(--white);
      font-size: 13px;
    }

    /* الصورة */

    #alahmed-hero-v3 .ah-visual {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 510px;
      animation: ahVisualEntry 0.9s 0.12s ease both;
    }

    #alahmed-hero-v3 .ah-visual::before {
      content: "";
      position: absolute;
      width: 92%;
      height: 92%;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.14);
      filter: blur(55px);
    }

    #alahmed-hero-v3 .ah-image-frame {
      position: relative;
      width: min(100%, 490px);
      padding: 10px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: 31px;
      background: rgba(255, 255, 255, 0.1);
      box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.29),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      transform: rotate(-1.3deg);
      transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
    }

    #alahmed-hero-v3 .ah-image-frame:hover {
      transform: rotate(0deg) translateY(-6px);
      box-shadow:
        0 43px 95px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.17);
    }

    #alahmed-hero-v3 .ah-course-image {
      display: block;

      height: auto;
      aspect-ratio: 1 / 1;
      border-radius: 22px;
      object-fit: cover;
    }

    /* الشرائح العائمة */

    #alahmed-hero-v3 .ah-floating-card {
      position: absolute;
      z-index: 4;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px 14px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: 15px;
      background: rgba(16, 62, 44, 0.88);
      color: var(--white);
      box-shadow: 0 16px 38px rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    #alahmed-hero-v3 .ah-floating-top {
      top: 42px;
      left: -24px;
      animation: ahFloatOne 4.5s ease-in-out infinite;
    }

    #alahmed-hero-v3 .ah-floating-bottom {
      right: -25px;
      bottom: 45px;
      animation: ahFloatTwo 4.8s ease-in-out infinite;
    }

    #alahmed-hero-v3 .ah-floating-symbol {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      flex: 0 0 35px;
      border-radius: 11px;
      background: var(--white);
      color: var(--primary);
      font-size: 17px;
      font-weight: 900;
    }

    #alahmed-hero-v3 .ah-floating-copy {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 105px;
    }

    #alahmed-hero-v3 .ah-floating-title {
      color: var(--white);
      font-size: 12px;
      font-weight: 800;
      line-height: 1.4;
    }

    #alahmed-hero-v3 .ah-floating-subtitle {
      color: rgba(255, 255, 255, 0.62);
      font-size: 10px;
      font-weight: 500;
    }

    /* الحركات */

    @keyframes ahContentEntry {
      from {
        opacity: 0;
        transform: translateY(25px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes ahVisualEntry {
      from {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
      }

      to {
        opacity: 1;
        transform: scale(1) translateY(0);
      }
    }

    @keyframes ahPulse {
      0% {
        opacity: 0.7;
        transform: scale(0.8);
      }

      70%,
      100% {
        opacity: 0;
        transform: scale(1.8);
      }
    }

    @keyframes ahFloatOne {
      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-8px);
      }
    }

    @keyframes ahFloatTwo {
      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(8px);
      }
    }

    /* الأجهزة المتوسطة */

    @media (max-width: 950px) {
      #alahmed-hero-v3 .ah-hero-card {
        min-height: auto;
        border-radius: 29px;
      }

      #alahmed-hero-v3 .ah-grid {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 46px;
        padding: 52px 34px 64px;
      }

      #alahmed-hero-v3 .ah-content {
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
      }

      #alahmed-hero-v3 .ah-title,
      #alahmed-hero-v3 .ah-description {
        margin-right: auto;
        margin-left: auto;
      }

      #alahmed-hero-v3 .ah-benefits,
      #alahmed-hero-v3 .ah-actions {
        justify-content: center;
      }

      #alahmed-hero-v3 .ah-visual {
        width: min(100%, 530px);
        min-height: auto;
        margin: 0 auto;
      }
    }

    /* الجوال */

    @media (max-width: 620px) {
      #alahmed-hero-v3 {
        padding-top: 7px;
      }

      #alahmed-hero-v3 .ah-hero-card {
        border-radius: 23px;
      }

      #alahmed-hero-v3 .ah-grid {
        gap: 43px;
        padding: 38px 17px 53px;
      }

      #alahmed-hero-v3 .ah-brand {
        margin-bottom: 20px;
        font-size: 13px;
      }

      #alahmed-hero-v3 .ah-title {
        font-size: clamp(33px, 10vw, 45px);
        line-height: 1.3;
        letter-spacing: -0.5px;
      }

      #alahmed-hero-v3 .ah-title-top {
        margin-bottom: 3px;
        font-size: 0.7em;
      }

      #alahmed-hero-v3 .ah-title-accent {
        padding-bottom: 15px;
      }

      #alahmed-hero-v3 .ah-title-accent::after {
        bottom: 1px;
        width: 55%;
      }

      #alahmed-hero-v3 .ah-description {
        margin-top: 19px;
        font-size: 15.5px;
        line-height: 1.95;
      }

      #alahmed-hero-v3 .ah-benefits {
        gap: 7px;
      }

      #alahmed-hero-v3 .ah-benefit {
        flex: 1 1 calc(50% - 7px);
        justify-content: center;
        min-width: 135px;
        padding: 8px;
        font-size: 11.5px;
      }

      #alahmed-hero-v3 .ah-stats {
        gap: 7px;
        margin-top: 22px;
      }

      #alahmed-hero-v3 .ah-stat {
        padding: 13px 5px;
        border-radius: 14px;
      }

      #alahmed-hero-v3 .ah-stat-number {
        font-size: 22px;
      }

      #alahmed-hero-v3 .ah-stat-label {
        font-size: 10px;
      }

      #alahmed-hero-v3 .ah-actions {
        display: block;
        margin-top: 25px;
      }

      #alahmed-hero-v3 .ah-main-button {

        min-height: 57px;
      }

      #alahmed-hero-v3 .ah-secure-note {
        justify-content: center;

        margin-top: 14px;
      }

      #alahmed-hero-v3 .ah-image-frame {
        width: 94%;
        margin: 0 auto;
        padding: 7px;
        border-radius: 24px;
        transform: none;
      }

      #alahmed-hero-v3 .ah-course-image {
        border-radius: 18px;
      }

      #alahmed-hero-v3 .ah-floating-top {
        top: -18px;
        left: 2px;
      }

      #alahmed-hero-v3 .ah-floating-bottom {
        right: 50%;
        bottom: -25px;
        transform: translateX(50%);
        animation: none;
      }

      #alahmed-hero-v3 .ah-floating-card {
        padding: 10px 12px;
        border-radius: 13px;
      }

      #alahmed-hero-v3 .ah-floating-symbol {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
        font-size: 15px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #alahmed-hero-v3 .ah-content,
      #alahmed-hero-v3 .ah-visual,
      #alahmed-hero-v3 .ah-brand-mark::after,
      #alahmed-hero-v3 .ah-floating-card {
        animation: none;
      }

      #alahmed-hero-v3 .ah-stat,
      #alahmed-hero-v3 .ah-main-button,
      #alahmed-hero-v3 .ah-button-arrow,
      #alahmed-hero-v3 .ah-image-frame {
        transition: none;
      }
    }

/* =========================================================
   المرحلة الأولى — نظام الهوامش + Hero جديد (Mobile First)
   أضيفت القواعد في نهاية الملف لضمان التوافق مع CSS الحالي.
   ========================================================= */

:is(
  #alahmed-hero-v3,
  #alahmed-why-ai,
  #alahmed-audience,
  #alahmed-learning,
  #alahmed-trust,
  #alahmed-journey,
  #alahmed-tools,
  #alahmed-whatsapp,
  #alahmed-final-cta
) {
  --alahmed-page-gutter: 16px;
}

:is(
  #alahmed-hero-v3 .ah-wrapper,
  #alahmed-why-ai .why-wrapper,
  #alahmed-audience .audience-wrapper,
  #alahmed-learning .learning-wrapper,
  #alahmed-trust .trust-wrapper,
  #alahmed-journey .journey-wrapper,
  #alahmed-tools .tools-wrapper,
  #alahmed-whatsapp .whatsapp-wrapper,
  #alahmed-final-cta .final-wrapper
) {
  width: min(1220px, calc(100% - (var(--alahmed-page-gutter) * 2)));
  margin-inline: auto;
}

#alahmed-hero-v3 {
  padding: 8px 0 24px;
  overflow: clip;
}

#alahmed-hero-v3 .ah-hero-card {
  min-height: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(circle at 88% 88%, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(145deg, #103e2c 0%, #006c35 54%, #087443 100%);
  box-shadow:
    0 24px 58px rgba(16, 62, 44, 0.22),
    0 8px 22px rgba(16, 62, 44, 0.12);
}

#alahmed-hero-v3 .ah-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  min-height: 0;
  padding: 31px 18px 0;
}

#alahmed-hero-v3 .ah-content {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: right;
}

#alahmed-hero-v3 .ah-brand {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 19px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.35;
}

#alahmed-hero-v3 .ah-brand-separator {
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.25);
}

#alahmed-hero-v3 .ah-brand-course {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

#alahmed-hero-v3 .ah-title {
  max-width: 690px;
  font-size: clamp(32px, 9.6vw, 44px);
  line-height: 1.34;
  letter-spacing: -0.45px;
}

#alahmed-hero-v3 .ah-title-top {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.7em;
  line-height: 1.55;
}

#alahmed-hero-v3 .ah-title-accent {
  padding-bottom: 13px;
}

#alahmed-hero-v3 .ah-title-accent::after {
  right: 1px;
  bottom: 1px;
  width: 48%;
}

#alahmed-hero-v3 .ah-description {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.9;
}

#alahmed-hero-v3 .ah-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 21px;
}

#alahmed-hero-v3 .ah-benefit {
  justify-content: flex-start;
  min-width: 0;
  min-height: 43px;
  padding: 9px 10px;
  font-size: 11.5px;
  line-height: 1.45;
}

#alahmed-hero-v3 .ah-benefit:last-child {
  grid-column: 1 / -1;
}

#alahmed-hero-v3 .ah-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

#alahmed-hero-v3 .ah-stat {
  display: grid;
  align-content: center;
  min-height: 78px;
  padding: 13px 8px;
  border-radius: 14px;
}

#alahmed-hero-v3 .ah-stat-number {
  font-size: 23px;
}

#alahmed-hero-v3 .ah-stat-infinity {
  font-size: 30px;
  line-height: 0.75;
}

#alahmed-hero-v3 .ah-stat-label {
  font-size: 10.5px;
}

#alahmed-hero-v3 .ah-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.085);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#alahmed-hero-v3 .ah-price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#alahmed-hero-v3 .ah-price-label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11.5px;
  font-weight: 700;
}

#alahmed-hero-v3 .ah-price {
  display: flex;
  direction: ltr;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 3px;
  color: #ffffff;
  line-height: 1;
}

#alahmed-hero-v3 .ah-price-number {
  font-size: clamp(40px, 12vw, 51px);
  font-weight: 950;
  letter-spacing: -1.5px;
}

#alahmed-hero-v3 .ah-riyal-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 31px;
  flex: 0 0 27px;
}

#alahmed-hero-v3 .ah-riyal-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: currentColor;
}

#alahmed-hero-v3 .ah-price-note {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10.5px;
  font-weight: 600;
}

#alahmed-hero-v3 .ah-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  margin-top: 0;
}

#alahmed-hero-v3 .ah-main-button {
  width: 100%;
  min-height: 56px;
  padding: 15px 16px;
  border-radius: 15px;
  font-size: 15px;
  line-height: 1.35;
  white-space: nowrap;
}

#alahmed-hero-v3 .ah-main-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}

#alahmed-hero-v3 .ah-secure-note {
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 10.5px;
  line-height: 1.65;
}

#alahmed-hero-v3 .ah-secure-note .ah-benefit-icon {
  margin-top: 1px;
}

#alahmed-hero-v3 .ah-visual {
  order: -1;
  width: 100%;
  min-height: 280px;
  height: 280px;
  margin: 0 auto 12px;
  align-items: flex-end;
}

#alahmed-hero-v3 .ah-visual::before {
  width: 82%;
  height: 72%;
  bottom: 3%;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(44px);
}

#alahmed-hero-v3 .ah-image-frame {
  width: min(100%, 420px);
  min-height: 280px;
  height: 280px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: none;
}

#alahmed-hero-v3 .ah-image-frame:hover {
  transform: none;
  box-shadow: none;
}

#alahmed-hero-v3 .ah-course-image {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 25px rgba(4, 24, 14, 0.28));
}

#alahmed-hero-v3 .ah-portrait-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

#alahmed-hero-v3 .ah-portrait-orbit-one {
  right: 9%;
  bottom: 3%;
  width: 82%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.025);
}

#alahmed-hero-v3 .ah-portrait-orbit-two {
  top: 15%;
  left: 5%;
  width: 32%;
  aspect-ratio: 1;
}

#alahmed-hero-v3 .ah-floating-card {
  z-index: 4;
  max-width: 205px;
  padding: 10px 11px;
  border-radius: 13px;
}

#alahmed-hero-v3 .ah-floating-top {
  top: 104px;
  left: -2px;
}

#alahmed-hero-v3 .ah-floating-bottom {
  right: 0;
  bottom: 65px;
  transform: none;
}

#alahmed-hero-v3 .ah-floating-title {
  font-size: 11px;
}

#alahmed-hero-v3 .ah-floating-subtitle {
  font-size: 9.5px;
  line-height: 1.45;
}

#alahmed-hero-v3 .ah-trainer-caption {
  position: absolute;
  z-index: 5;
  right: 50%;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 88%;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.93);
  color: #006c35;
  box-shadow: 0 12px 30px rgba(7, 32, 20, 0.2);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  transform: translateX(50%);
}

#alahmed-hero-v3 .ah-trainer-caption-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #006c35;
  box-shadow: 0 0 0 4px rgba(0, 108, 53, 0.12);
}

@media (max-width: 620px) {
  #alahmed-hero-v3 .ah-floating-card {
    animation: none;
  }
}

@media (max-width: 370px) {
  :is(
    #alahmed-hero-v3,
    #alahmed-why-ai,
    #alahmed-audience,
    #alahmed-learning,
    #alahmed-trust,
    #alahmed-journey,
    #alahmed-tools,
    #alahmed-whatsapp,
    #alahmed-final-cta
  ) {
    --alahmed-page-gutter: 14px;
  }

  #alahmed-hero-v3 .ah-grid {
    padding-inline: 14px;
  }

  #alahmed-hero-v3 .ah-benefits {
    grid-template-columns: minmax(0, 1fr);
  }

  #alahmed-hero-v3 .ah-benefit:last-child {
    grid-column: auto;
  }

  #alahmed-hero-v3 .ah-floating-card {
    max-width: 176px;
  }

  #alahmed-hero-v3 .ah-floating-subtitle {
    display: none;
  }
}

@media (min-width: 621px) {
  :is(
    #alahmed-hero-v3,
    #alahmed-why-ai,
    #alahmed-audience,
    #alahmed-learning,
    #alahmed-trust,
    #alahmed-journey,
    #alahmed-tools,
    #alahmed-whatsapp,
    #alahmed-final-cta
  ) {
    --alahmed-page-gutter: 24px;
  }

  #alahmed-hero-v3 {
    padding-block: 14px 30px;
  }

  #alahmed-hero-v3 .ah-hero-card {
    border-radius: 30px;
  }

  #alahmed-hero-v3 .ah-grid {
    gap: 8px;
    padding: 46px 36px 0;
  }

  #alahmed-hero-v3 .ah-content {
    max-width: 760px;
    margin-inline: auto;
  }

  #alahmed-hero-v3 .ah-title {
    font-size: clamp(43px, 7vw, 55px);
  }

  #alahmed-hero-v3 .ah-description {
    font-size: 17px;
  }

  #alahmed-hero-v3 .ah-benefits {
    display: flex;
    flex-wrap: wrap;
  }

  #alahmed-hero-v3 .ah-benefit {
    flex: 0 1 auto;
    min-width: 0;
    padding-inline: 13px;
    font-size: 12px;
  }

  #alahmed-hero-v3 .ah-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #alahmed-hero-v3 .ah-offer {
    grid-template-columns: minmax(155px, 0.62fr) minmax(300px, 1.38fr);
    align-items: center;
    gap: 20px;
    padding: 18px 20px;
  }

  #alahmed-hero-v3 .ah-main-button {
    min-height: 58px;
    font-size: 16px;
  }

  #alahmed-hero-v3 .ah-visual,
  #alahmed-hero-v3 .ah-image-frame {
    min-height: 400px;
    height: 400px;
  }

  #alahmed-hero-v3 .ah-visual {
    margin: 0 auto 18px;
  }

  #alahmed-hero-v3 .ah-floating-top {
    top: 176px;
    left: 5%;
  }

  #alahmed-hero-v3 .ah-floating-bottom {
    right: 6%;
    bottom: 95px;
  }
}

@media (min-width: 951px) {
  :is(
    #alahmed-hero-v3,
    #alahmed-why-ai,
    #alahmed-audience,
    #alahmed-learning,
    #alahmed-trust,
    #alahmed-journey,
    #alahmed-tools,
    #alahmed-whatsapp,
    #alahmed-final-cta
  ) {
    --alahmed-page-gutter: 32px;
  }

  #alahmed-hero-v3 .ah-hero-card {
    min-height: 700px;
    border-radius: 36px;
  }

  #alahmed-hero-v3 .ah-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(370px, 0.88fr);
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
    min-height: 700px;
    padding: 52px clamp(42px, 5vw, 68px) 0;
  }

  #alahmed-hero-v3 .ah-content {
    max-width: 690px;
    margin: 0;
  }

  #alahmed-hero-v3 .ah-title {
    font-size: clamp(48px, 4.2vw, 61px);
  }

  #alahmed-hero-v3 .ah-description {
    font-size: 17.5px;
  }

  #alahmed-hero-v3 .ah-visual,
  #alahmed-hero-v3 .ah-image-frame {
    width: min(100%, 475px);
    min-height: 620px;
    height: 620px;
    margin-top: 0;
  }

  #alahmed-hero-v3 .ah-visual {
    order: 0;
    margin-bottom: 0;
  }

  #alahmed-hero-v3 .ah-floating-top {
    top: 100px;
    left: -24px;
  }

  #alahmed-hero-v3 .ah-floating-bottom {
    right: -18px;
    bottom: 116px;
  }

  #alahmed-hero-v3 .ah-image-frame:hover {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #alahmed-hero-v3 .ah-image-frame:hover {
    transform: none;
  }
}

/* =========================================================
   بقية الصفحة الرئيسية — نسخة نظيفة Mobile First
   ========================================================= */

.hp-section {
  --hp-ink: #103e2c;
  --hp-primary: #006c35;
  --hp-primary-2: #087443;
  --hp-soft: #f3f8f3;
  --hp-line: rgba(0, 108, 53, 0.13);
  --hp-gutter: 16px;
  position: relative;
  width: 100%;
  padding: 8px 0;
  color: var(--hp-ink);
  font-family: inherit;
  line-height: 1.75;
}

.hp-section,
.hp-section * {
  box-sizing: border-box;
}

.hp-section h2,
.hp-section h3,
.hp-section p,
.hp-section ul,
.hp-section ol {
  margin: 0;
}

.hp-section ul,
.hp-section ol {
  padding: 0;
}

.hp-shell {
  width: min(1220px, calc(100% - (var(--hp-gutter) * 2)));
  margin-inline: auto;
}

.hp-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 30px 18px;
  border-radius: 24px;
}

.hp-card::before,
.hp-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.hp-card--light {
  border: 1px solid rgba(0, 108, 53, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(8, 116, 67, 0.08), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #f8fcf9 100%);
  box-shadow: 0 18px 46px rgba(16, 62, 44, 0.08);
}

.hp-card--light::before {
  top: -110px;
  left: -90px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(0, 108, 53, 0.06);
}

.hp-card--dark {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.11), transparent 28%),
    radial-gradient(circle at 92% 92%, rgba(255, 255, 255, 0.07), transparent 30%),
    linear-gradient(145deg, #103e2c 0%, #006c35 58%, #087443 100%);
  color: #ffffff;
  box-shadow: 0 22px 54px rgba(16, 62, 44, 0.18);
}

.hp-card--dark::after {
  right: -120px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hp-heading {
  width: 100%;
  max-width: 820px;
}

.hp-heading--center {
  margin-inline: auto;
  text-align: center;
}

.hp-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 13px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 108, 53, 0.14);
  border-radius: 999px;
  background: rgba(0, 108, 53, 0.07);
  color: var(--hp-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

.hp-eyebrow--light {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hp-eyebrow--dark {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.hp-heading h2,
.hp-trainer-copy h2,
.hp-offer-copy h2,
.hp-final-card h2 {
  max-width: 860px;
  color: var(--hp-ink);
  font-size: clamp(30px, 8.8vw, 42px);
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: -0.45px;
}

.hp-card--dark .hp-heading h2,
.hp-trainer-copy h2,
.hp-final-card h2 {
  color: #ffffff;
}

.hp-heading h2 span,
.hp-trainer-copy h2 span,
.hp-offer-copy h2 span,
.hp-final-card h2 span {
  color: var(--hp-primary-2);
}

.hp-card--dark .hp-heading h2 span,
.hp-trainer-copy h2 span,
.hp-final-card h2 span {
  color: rgba(255, 255, 255, 0.7);
}

.hp-heading > p,
.hp-trainer-copy > p,
.hp-offer-copy > p,
.hp-final-card > div > p {
  max-width: 760px;
  margin-top: 14px;
  color: rgba(16, 62, 44, 0.7);
  font-size: 15px;
  line-height: 1.9;
}

.hp-card--dark .hp-heading > p,
.hp-trainer-copy > p,
.hp-final-card > div > p {
  color: rgba(255, 255, 255, 0.72);
}

.hp-problem-grid,
.hp-outcome-grid,
.hp-curriculum-grid,
.hp-audience-grid,
.hp-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 25px;
}

.hp-mini-card,
.hp-module-card,
.hp-audience-card,
.hp-proof-slot {
  min-width: 0;
  border: 1px solid var(--hp-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 26px rgba(16, 62, 44, 0.05);
}

.hp-mini-card {
  padding: 17px;
}

.hp-number {
  display: inline-grid;
  place-items: center;
  min-width: 39px;
  height: 29px;
  padding-inline: 8px;
  border-radius: 999px;
  background: var(--hp-primary);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.hp-mini-card h3,
.hp-dark-item h3,
.hp-module-card h3,
.hp-audience-card h3,
.hp-proof-slot h3,
.hp-plan h3,
.hp-payment-panel h3,
.hp-video-placeholder h3 {
  margin-top: 11px;
  color: var(--hp-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
}

.hp-mini-card p,
.hp-dark-item p,
.hp-module-card p,
.hp-audience-card p,
.hp-proof-slot p,
.hp-plan p,
.hp-payment-panel p,
.hp-video-placeholder p {
  margin-top: 6px;
  color: rgba(16, 62, 44, 0.65);
  font-size: 14px;
  line-height: 1.75;
}

.hp-solution {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  margin-top: 14px;
  padding: 23px 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(135deg, #103e2c, #006c35);
  color: #ffffff;
}

.hp-solution h3 {
  max-width: 610px;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.5;
}

.hp-solution p {
  max-width: 670px;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.85;
}

.hp-check-list {
  display: grid;
  gap: 10px;
  list-style: none;
}

.hp-check-list li {
  position: relative;
  min-height: 32px;
  padding: 5px 39px 5px 0;
  color: rgba(16, 62, 44, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.hp-check-list li::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(0, 108, 53, 0.1);
}

.hp-check-list li::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 6px;
  height: 11px;
  border: solid var(--hp-primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.hp-solution .hp-check-list li,
.hp-check-list--dark li {
  color: rgba(255, 255, 255, 0.83);
}

.hp-solution .hp-check-list li::before,
.hp-check-list--dark li::before {
  background: rgba(255, 255, 255, 0.12);
}

.hp-solution .hp-check-list li::after,
.hp-check-list--dark li::after {
  border-color: #ffffff;
}

.hp-cta-band {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(0, 108, 53, 0.12);
  border-radius: 19px;
  background: rgba(0, 108, 53, 0.055);
}

.hp-cta-band > div {
  display: grid;
  gap: 2px;
}

.hp-cta-band strong {
  color: var(--hp-ink);
  font-size: 16px;
  font-weight: 900;
}

.hp-cta-band > div > span {
  color: rgba(16, 62, 44, 0.62);
  font-size: 13px;
}

.hp-cta-band--dark {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.075);
}

.hp-cta-band--dark strong {
  color: #ffffff;
}

.hp-cta-band--dark > div > span {
  color: rgba(255, 255, 255, 0.65);
}

.hp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.hp-button:hover {
  transform: translateY(-2px);
}

.hp-button:focus-visible {
  outline: 3px solid rgba(8, 116, 67, 0.32);
  outline-offset: 4px;
}

.hp-button--primary {
  background: var(--hp-primary);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 108, 53, 0.19);
}

.hp-button--primary:hover {
  background: #0c4b2e;
}

.hp-button--light {
  background: #ffffff;
  color: var(--hp-primary);
  box-shadow: 0 12px 28px rgba(4, 28, 16, 0.2);
}

.hp-button--full {
  width: 100%;
}

.hp-outcome-grid {
  margin-top: 28px;
}

.hp-dark-item {
  position: relative;
  min-width: 0;
  padding: 19px 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hp-dark-item::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 17px;
  width: 31px;
  height: 31px;
  border-radius: 10px;
  background: #ffffff;
}

.hp-dark-item::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 28px;
  width: 7px;
  height: 12px;
  border: solid var(--hp-primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.hp-dark-item h3 {
  margin-top: 42px;
  color: #ffffff;
}

.hp-dark-item p {
  color: rgba(255, 255, 255, 0.66);
}

.hp-curriculum-grid {
  list-style: none;
}

.hp-module-card {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 17px;
}

.hp-module-card .hp-number {
  flex: 0 0 auto;
  margin-top: 2px;
}

.hp-module-card h3 {
  margin-top: 0;
}

.hp-course-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 16px;
}

.hp-course-stats > div {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 92px;
  padding: 14px 10px;
  border-radius: 17px;
  background: var(--hp-primary);
  color: #ffffff;
  text-align: center;
}

.hp-course-stats strong {
  font-size: 29px;
  font-weight: 950;
  line-height: 1;
}

.hp-course-stats span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.hp-plan {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-top: 15px;
  padding: 22px 18px;
  border: 1px solid var(--hp-line);
  border-radius: 20px;
  background: rgba(243, 248, 243, 0.7);
}

.hp-plan h3 {
  margin-top: 0;
  font-size: 22px;
}

.hp-plan-steps {
  display: grid;
  gap: 8px;
  list-style: none;
}

.hp-plan-steps li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 49px;
  padding: 8px 10px;
  border-radius: 14px;
  background: #ffffff;
}

.hp-plan-steps strong {
  color: var(--hp-primary);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.hp-plan-steps span {
  color: rgba(16, 62, 44, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.hp-section .hp-tool-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 25px;
  list-style: none;
}

.hp-tool-list li {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.87);
  font-size: 13px;
  font-weight: 800;
}

.hp-tool-list li::before {
  content: "•";
  margin-left: 9px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.hp-audience-card {
  padding: 18px;
  text-align: right;
}

.hp-audience-card > span {
  color: var(--hp-primary-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.5px;
}

.hp-audience-card h3 {
  margin-top: 8px;
}

.hp-trainer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 0;
}

.hp-trainer-image {
  position: relative;
  order: -1;
  min-height: 310px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.15), transparent 42%),
    rgba(255, 255, 255, 0.05);
}

.hp-trainer-halo {
  position: absolute;
  right: 50%;
  bottom: -42px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  transform: translateX(50%);
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.025);
}

.hp-trainer-image img {
  position: absolute;
  z-index: 1;
  right: 50%;
  bottom: 0;
  display: block;
  width: min(100%, 300px);
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 24px rgba(2, 23, 13, 0.3));
  transform: translateX(50%);
}

.hp-trainer-copy {
  align-self: center;
  padding-bottom: 30px;
}

.hp-trainer-copy h2 {
  font-size: clamp(30px, 8.8vw, 42px);
}

.hp-trainer-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 22px;
}

.hp-trainer-stats > div {
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
}

.hp-trainer-stats strong,
.hp-trainer-stats span {
  display: block;
}

.hp-trainer-stats strong {
  color: #ffffff;
  font-size: clamp(22px, 7vw, 28px);
  font-weight: 950;
  line-height: 1.1;
  direction: ltr;
  unicode-bidi: isolate;
  white-space: nowrap;
}

.hp-trainer-stats span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 750;
}

.hp-client-marquee {
  margin-top: 16px;
  padding: 22px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.12), transparent 31%),
    linear-gradient(135deg, #087443, #075331);
  box-shadow: 0 18px 42px rgba(16, 62, 44, 0.15);
}

.hp-client-marquee-heading {
  padding-inline: 18px;
}

.hp-client-marquee-heading h3 {
  margin-top: 7px;
  color: #ffffff;
  font-size: clamp(20px, 6vw, 28px);
  line-height: 1.45;
}

.hp-client-marquee-window {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
  direction: ltr;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.hp-client-marquee-track,
.hp-client-marquee-set {
  display: flex;
  align-items: center;
  flex: none;
  gap: 12px;
}

.hp-client-marquee-track {
  width: max-content;
  animation: hp-client-marquee 22s linear infinite;
}

.hp-client-marquee:hover .hp-client-marquee-track,
.hp-client-marquee:focus-within .hp-client-marquee-track {
  animation-play-state: paused;
}

.hp-client-marquee-set {
  padding-right: 12px;
}

.hp-client-marquee figure {
  display: grid;
  place-items: center;
  width: 158px;
  height: 108px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(2, 23, 13, 0.16);
}

.hp-client-marquee figure.hp-client-logo--wide {
  width: 285px;
  height: 172px;
}

.hp-client-marquee img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px;
  box-sizing: border-box;
  object-fit: contain;
}

.hp-client-logo--wide img {
  object-fit: contain;
}

@keyframes hp-client-marquee {
  to { transform: translateX(-50%); }
}

.hp-video-testimonials {
  display: flex;
  gap: 12px;
  margin-top: 25px;
  padding-bottom: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 108, 53, 0.26) transparent;
}

.hp-media-card {
  flex: 0 0 min(78vw, 300px);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hp-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 13px 32px rgba(16, 62, 44, 0.07);
}

.hp-media-card--vertical {
  scroll-snap-align: start;
}

.hp-video-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #061c12;
}

.hp-video-frame--vertical {
  aspect-ratio: 9 / 16;
}

.hp-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hp-media-copy {
  padding: 16px 17px 18px;
}

.hp-media-copy span {
  color: var(--hp-primary-2);
  font-size: 11px;
  font-weight: 950;
}

.hp-media-copy h3 {
  margin-top: 5px;
  color: var(--hp-ink);
  font-size: 17px;
  line-height: 1.55;
}

.hp-testimonial-marquee {
  margin-top: 26px;
  padding-block: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 108, 53, 0.1);
  border-radius: 20px;
  background: #f3f8f3;
}

.hp-testimonial-marquee-window {
  overflow: hidden;
  direction: ltr;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.hp-testimonial-marquee-track,
.hp-testimonial-marquee-set {
  display: flex;
  align-items: stretch;
  flex: none;
  gap: 12px;
}

.hp-testimonial-marquee-track {
  width: max-content;
  animation: hp-testimonial-marquee 48s linear infinite;
}

.hp-testimonial-marquee:hover .hp-testimonial-marquee-track,
.hp-testimonial-marquee:focus-within .hp-testimonial-marquee-track {
  animation-play-state: paused;
}

.hp-testimonial-marquee-set {
  padding-right: 12px;
}

.hp-testimonial-marquee figure {
  display: grid;
  place-items: center;
  width: 275px;
  height: 235px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 108, 53, 0.09);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 62, 44, 0.08);
}

.hp-testimonial-marquee img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes hp-testimonial-marquee {
  to { transform: translateX(-50%); }
}

.hp-section .hp-onboarding-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 26px;
  list-style: none;
}

.hp-onboarding-steps li {
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr);
  align-items: flex-start;
  gap: 13px;
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.075);
}

.hp-onboarding-steps li > span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 37px;
  border-radius: 12px;
  background: #ffffff;
  color: var(--hp-primary);
  font-size: 11px;
  font-weight: 950;
}

.hp-onboarding-steps h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

.hp-onboarding-steps p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.7;
}

.hp-payment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: 15px;
  padding: 21px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.09);
}

.hp-payment-panel h3 {
  margin-top: 0;
  color: #ffffff;
  font-size: 21px;
}

.hp-payment-panel p {
  color: rgba(255, 255, 255, 0.68);
}

.hp-payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hp-payment-logo {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 72px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  background: #ffffff;
}

.hp-payment-logo img {
  display: block;
  width: 100%;
  height: 48px;
  object-fit: contain;
}

.hp-payment-logo--dark {
  background: #ffffff;
}

.hp-payment-logo--bank {
  grid-column: 1 / -1;
}

.hp-offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.hp-offer-copy h2 {
  font-size: clamp(30px, 8.8vw, 42px);
}

.hp-offer-copy .hp-check-list {
  margin-top: 20px;
}

.hp-price-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
  padding: 23px 18px;
  border: 1px solid rgba(0, 108, 53, 0.13);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(8, 116, 67, 0.11), transparent 38%),
    #f3f8f3;
  text-align: center;
}

.hp-price-label {
  color: rgba(16, 62, 44, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.hp-price {
  display: inline-flex;
  direction: ltr;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  margin-top: 8px;
  color: var(--hp-primary);
  line-height: 1;
}

.hp-price strong {
  font-size: clamp(50px, 15vw, 68px);
  font-weight: 950;
  letter-spacing: -2px;
}

.hp-riyal {
  display: inline-flex;
  width: 31px;
  height: 35px;
  flex: 0 0 31px;
  color: currentColor;
}

.hp-riyal svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hp-price-sub {
  margin-top: 7px;
  color: rgba(16, 62, 44, 0.58);
  font-size: 12px;
  font-weight: 750;
}

.hp-price-card .hp-button {
  margin-top: 18px;
}

.hp-price-card small,
.hp-final-action small {
  margin-top: 10px;
  color: rgba(16, 62, 44, 0.55);
  font-size: 11px;
  line-height: 1.6;
}

.hp-faq-list {
  display: grid;
  gap: 9px;
  max-width: 900px;
  margin: 25px auto 0;
}

.hp-faq-list details {
  overflow: hidden;
  border: 1px solid var(--hp-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.82);
}

.hp-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 15px 16px;
  color: var(--hp-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.hp-faq-list summary::-webkit-details-marker {
  display: none;
}

.hp-faq-list summary span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 9px;
  background: rgba(0, 108, 53, 0.09);
  color: var(--hp-primary);
  transition: transform 0.22s ease;
}

.hp-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.hp-faq-list details p {
  padding: 0 16px 16px;
  color: rgba(16, 62, 44, 0.68);
  font-size: 14px;
  line-height: 1.8;
}

.hp-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 23px;
  text-align: right;
}

.hp-final-card h2 {
  font-size: clamp(31px, 9vw, 45px);
}

.hp-final-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.hp-price--light {
  justify-content: flex-start;
  margin: 0 0 13px;
  color: #ffffff;
}

.hp-price--light strong {
  font-size: clamp(49px, 15vw, 64px);
}

.hp-final-action small {
  color: rgba(255, 255, 255, 0.61);
  text-align: center;
}

[data-hp-reveal].hp-js .hp-card {
  opacity: 0;
  transform: translateY(24px);
}

[data-hp-reveal].hp-js .hp-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.68s ease,
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 370px) {
  .hp-section {
    --hp-gutter: 14px;
  }

  .hp-card {
    padding-inline: 16px;
  }

  .hp-heading h2,
  .hp-trainer-copy h2,
  .hp-offer-copy h2,
  .hp-final-card h2 {
    font-size: 29px;
  }

  .hp-tool-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .hp-trainer-image {
    min-height: 285px;
  }
}

@media (min-width: 621px) {
  .hp-section {
    --hp-gutter: 24px;
    padding-block: 10px;
  }

  .hp-card {
    padding: 43px 34px;
    border-radius: 30px;
  }

  .hp-heading h2,
  .hp-trainer-copy h2,
  .hp-offer-copy h2 {
    font-size: clamp(39px, 6vw, 49px);
  }

  .hp-heading > p,
  .hp-trainer-copy > p,
  .hp-offer-copy > p,
  .hp-final-card > div > p {
    font-size: 16px;
  }

  .hp-problem-grid,
  .hp-outcome-grid,
  .hp-curriculum-grid,
  .hp-audience-grid,
  .hp-proof-grid,
  .hp-onboarding-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hp-module-card--wide,
  .hp-audience-card--wide {
    grid-column: 1 / -1;
  }

  .hp-solution,
  .hp-plan,
  .hp-payment-panel {
    padding: 27px 25px;
  }

  .hp-cta-band {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
  }

  .hp-button {
    width: auto;
    min-width: 210px;
  }

  .hp-button--full {
    width: 100%;
  }

  .hp-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-course-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hp-tool-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hp-trainer-card {
    padding-bottom: 0;
  }

  .hp-trainer-image {
    min-height: 390px;
    border-radius: 24px 24px 0 0;
  }

  .hp-trainer-image img {
    width: min(100%, 370px);
  }

  .hp-trainer-copy {
    padding-bottom: 43px;
  }

  .hp-trainer-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hp-client-marquee {
    padding-block: 26px;
  }

  .hp-client-marquee-heading {
    padding-inline: 28px;
  }

  .hp-client-marquee figure {
    width: 190px;
    height: 125px;
  }

  .hp-client-marquee figure.hp-client-logo--wide {
    width: 390px;
    height: 225px;
  }

  .hp-video-testimonials .hp-media-card {
    flex-basis: 310px;
  }

  .hp-testimonial-marquee figure {
    width: 330px;
    height: 275px;
  }

  .hp-final-card {
    padding: 45px 36px;
  }
}

@media (min-width: 951px) {
  .hp-section {
    --hp-gutter: 32px;
    padding-block: 12px;
  }

  .hp-card {
    padding: 58px clamp(46px, 5vw, 68px);
    border-radius: 35px;
  }

  .hp-heading h2,
  .hp-trainer-copy h2,
  .hp-offer-copy h2 {
    font-size: clamp(46px, 4.3vw, 56px);
  }

  .hp-problem-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
  }

  .hp-solution {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: 45px;
    padding: 34px 36px;
  }

  .hp-outcome-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
  }

  .hp-curriculum-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hp-plan {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: 45px;
    padding: 31px 34px;
  }

  .hp-plan-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-tool-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hp-audience-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .hp-audience-card {
    grid-column: span 2;
  }

  .hp-audience-card--wide {
    grid-column: 3 / span 2;
  }

  .hp-trainer-card {
    grid-template-areas: "copy image";
    grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
    align-items: stretch;
    gap: clamp(35px, 5vw, 66px);
    min-height: 590px;
    padding-bottom: 0;
  }

  .hp-trainer-image {
    grid-area: image;
    order: 0;
    min-height: 590px;
    border-radius: 26px 26px 0 0;
  }

  .hp-trainer-image img {
    width: min(100%, 445px);
  }

  .hp-trainer-copy {
    grid-area: copy;
    padding-block: 56px;
  }

  .hp-trainer-stats > div {
    padding-inline: 8px;
  }

  .hp-trainer-stats strong {
    font-size: clamp(20px, 2vw, 25px);
  }

  .hp-client-marquee {
    margin-top: 20px;
    border-radius: 28px;
  }

  .hp-video-testimonials {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding-bottom: 0;
    overflow: visible;
  }

  .hp-video-testimonials .hp-media-card {
    width: 100%;
  }

  .hp-testimonial-marquee {
    margin-top: 32px;
    padding-block: 23px;
    border-radius: 24px;
  }

  .hp-onboarding-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hp-onboarding-steps li {
    grid-template-columns: minmax(0, 1fr);
  }

  .hp-payment-panel {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    align-items: center;
    gap: 45px;
    padding: 29px 32px;
  }

  .hp-offer-card {
    grid-template-areas: "copy price";
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: 58px;
  }

  .hp-offer-copy {
    grid-area: copy;
  }

  .hp-price-card {
    grid-area: price;
    min-height: 420px;
    padding: 34px 30px;
  }

  .hp-final-card {
    grid-template-areas: "copy action";
    grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: 60px;
    min-height: 390px;
  }

  .hp-final-card > div:first-child {
    grid-area: copy;
  }

  .hp-final-action {
    grid-area: action;
  }
}

@media (hover: none), (pointer: coarse) {
  .hp-button:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-hp-reveal].hp-js .hp-card,
  [data-hp-reveal].hp-js .hp-card.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hp-button,
  .hp-faq-list summary span {
    transition: none;
  }

  .hp-client-marquee-track,
  .hp-testimonial-marquee-track {
    animation: none;
    transform: none;
  }

  .hp-testimonial-marquee-window {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .hp-testimonial-marquee-set[aria-hidden="true"] {
    display: none;
  }
}

/* =========================================================
   عرض اليوم الوطني السعودي 96 — إضافات العرض فقط
   ========================================================= */
#alahmed-hero-v3 .hpn-national-mark {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 23px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
}
#alahmed-hero-v3 .hpn-national-mark > strong {
  flex: 0 0 auto;
  font-size: clamp(52px, 14vw, 76px);
  font-weight: 950;
  line-height: 1;
  color: #bcf2ce;
}
#alahmed-hero-v3 .hpn-national-mark > div { min-width: 0; }
#alahmed-hero-v3 .hpn-national-mark span {
  display: block;
  color: #ffffff;
  font-size: clamp(18px, 4.8vw, 25px);
  font-weight: 850;
  line-height: 1.5;
}
#alahmed-hero-v3 .hpn-national-mark small {
  display: block;
  margin-top: 4px;
  color: #e2f4e7;
  font-size: 13px;
  line-height: 1.7;
}
:is(#alahmed-hero-v3, #alahmed-offer, #alahmed-final) .hpn-sale-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px 13px;
  margin-block: 12px;
  direction: rtl;
}
:is(#alahmed-hero-v3, #alahmed-offer, #alahmed-final) .hpn-sale-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border: 1px solid #bcf2ce;
  border-radius: 999px;
  background: #bcf2ce;
  color: #103e2c;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  white-space: nowrap;
}
:is(#alahmed-hero-v3, #alahmed-offer, #alahmed-final) .hpn-old-price {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
  white-space: nowrap;
}
:is(#alahmed-hero-v3, #alahmed-final) .hpn-old-price { color: #e2f4e7; }
#alahmed-offer .hpn-old-price { color: #335743; }
:is(#alahmed-hero-v3, #alahmed-offer, #alahmed-final) .hpn-old-price del {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
:is(#alahmed-offer, #alahmed-final) .hpn-offer-label {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.6;
}
#alahmed-offer .hpn-offer-label { color: #006c35; }
#alahmed-final .hpn-offer-label { color: #bcf2ce; }
#alahmed-hero-v3 .ah-price-block {
  align-items: center;
  text-align: center;
}
#alahmed-hero-v3 .ah-price-label,
#alahmed-hero-v3 .ah-price-note { color: #e2f4e7; }
#alahmed-final .hp-final-action { text-align: center; }
#alahmed-final .hp-price--light { justify-content: center; }
#alahmed-hero-v3 .ah-main-button,
#alahmed-hero-v3 .ah-main-button:visited,
.hp-section .hp-button--light,
.hp-section .hp-button--light:visited {
  color: #006c35 !important;
  -webkit-text-fill-color: #006c35 !important;
}
.hp-section .hp-button--primary,
.hp-section .hp-button--primary:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}