/* ============================================================
   ptenew.css — One Australia Group · PTE Page
   Prefix: pn-
   ============================================================ */

/* ── Base ── */
.pn-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}
.pn-section-hd {
  text-align: center;
  margin-bottom: 52px;
}
.pn-h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  color: #111111;
  margin: 0 0 14px;
  line-height: 1.2;
}
.pn-h2-grad {
  font-family: 'Inter', sans-serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.2;
  background: linear-gradient(135deg, #2961EB, #151097);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pn-sub {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  color: #4B5563;
  line-height: 1.65;
  margin: 0 auto;
}

/* ──────────────────────────────────────
   § 1  HERO
   ────────────────────────────────────── */
.pn-hero {
  background: #FDF2F8;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pn-dec {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.pn-dec-1 { width: 280px; height: 280px; background: #F0E2FE; top: 50%; left: -70px; transform: translateY(-50%); }
.pn-dec-2 { width: 210px; height: 210px; background: #E1E1FB; top: 25%; right: -55px; }
.pn-dec-3 { width: 110px; height: 110px; background: #FBE4F2; bottom: 12%; left: 20%; }
.pn-dec-4 { width: 58px;  height: 58px;  background: #FDF1B6; top: 28%; right: 28%; }
.pn-hero-body { position: relative; z-index: 2; }
.pn-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F3E8FF;
  color: #A64BF5;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 99px;
  margin-bottom: 32px;
}
.pn-hero-h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  color: #111111;
  line-height: 1.1;
  margin: 0 auto 22px;
  max-width: 900px;
}
.pn-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  color: #4B5563;
  margin: 0 auto 40px;
  line-height: 1.65;
}
.pn-hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.pn-btn-grad {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 38px;
  border-radius: 99px;
  background: linear-gradient(135deg, #AD54EF, #E8489E);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(173,84,239,.45);
  transition: transform .2s, box-shadow .2s;
}
.pn-btn-grad:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(173,84,239,.55); }
.pn-btn-ring {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 38px;
  border-radius: 99px;
  background: transparent;
  color: #AD5DF7;
  border: 2px solid #AD5DF7;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s;
}
.pn-btn-ring:hover { background: rgba(173,93,247,.08); }
.pn-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4B5563;
}
.pn-trust-sep { color: #D1D5DB; }

/* ──────────────────────────────────────
   § 2  LEAD FORM  (Desktop-50)
   ────────────────────────────────────── */
.pn-form-sec {
  background: #FDF2F8;
  padding: 0 0 72px;
  position: relative;
  overflow: hidden;
}
.pn-form-blobs { position: absolute; inset: 0; pointer-events: none; }
.pn-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
}
.pn-blob-1 { width: 580px; height: 380px; background: rgba(130,55,220,.42); top: -90px; left: -110px; }
.pn-blob-2 { width: 460px; height: 300px; background: rgba(55,120,240,.36); top: -50px; left: 22%; }
.pn-blob-3 { width: 520px; height: 320px; background: rgba(200,55,210,.3); top: -70px; right: -90px; }
.pn-blob-4 { width: 400px; height: 260px; background: rgba(70,200,220,.24); bottom: -90px; left: 30%; }
.pn-form-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.65);
  pointer-events: none;
}
.pn-form-dot-1 { width: 11px; height: 11px; top: 22%; right: 14%; }
.pn-form-dot-2 { width: 7px;  height: 7px;  top: 62%; right: 7%; }
.pn-form-dot-3 { width: 14px; height: 14px; bottom: 28%; right: 21%; }
.pn-form-wrap { position: relative; z-index: 2; padding-top: 38px; }
.pn-form-card {
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 22px;
  padding: 32px 40px;
}
@media (max-width: 820px) { .pn-form-card { flex-direction: column; align-items: stretch; } }
.pn-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  flex: 1;
}
@media (max-width: 580px) { .pn-form-fields { grid-template-columns: 1fr; } }
.pn-field { display: flex; flex-direction: column; gap: 5px; }
.pn-lbl {
  font-family: 'Nunito', 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #111111;
}
.pn-lbl-lg { font-size: 14px; }
.pn-input {
  font-family: 'Nunito', 'Inter', sans-serif;
  font-size: 14px;
  color: #111;
  padding: 12px 16px;
  border: 1.5px solid rgba(255,255,255,.55);
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  outline: none;
  transition: border-color .15s, background .15s;
  width: 100%;
  box-sizing: border-box;
}
.pn-input:focus { border-color: #9B3FD9; background: #fff; }
.pn-submit-btn {
  flex-shrink: 0;
  background: #B053EB;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 44px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pn-submit-btn:hover { background: #9B3FD9; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(176,83,235,.42); }

/* ──────────────────────────────────────
   § 3  WHY SETTLE  (Desktop-3)
   ────────────────────────────────────── */
.pn-why { padding: 92px 0; background: #fff; }
.pn-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) { .pn-why-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .pn-why-grid { grid-template-columns: 1fr; } }
.pn-why-card {
  border-radius: 20px;
  padding: 30px 26px;
  transition: transform .22s, box-shadow .22s;
}
.pn-why-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,.1); }
.pn-why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
}
.pn-why-icon i { font-size: 22px; color: #fff; }
.pn-why-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
}
.pn-why-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #4B5563;
  line-height: 1.65;
  margin: 0;
}

/* ──────────────────────────────────────
   § 4  WHAT IS PTE  (Desktop-9)
   ────────────────────────────────────── */
.pn-exam { padding: 92px 0; background: #F8F8F8; }
.pn-exam-tbl-wrap {
  overflow-x: auto;
  border-radius: 18px;
  box-shadow: 0 2px 20px rgba(0,0,0,.08);
  margin-bottom: 52px;
}
.pn-exam-tbl {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  background: #fff;
}
.pn-exam-tbl thead th {
  padding: 18px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #d946ef 0%, #a855f7 50%, #6366f1 100%);
}
.pn-exam-tbl thead th:first-child { text-align: left; border-radius: 18px 0 0 0; }
.pn-exam-tbl thead th:last-child  { border-radius: 0 18px 0 0; }
.pn-td-feat {
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  border-bottom: 1px solid #f1f5f9;
  text-align: left;
}
.pn-td-pte {
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #22c55e;
  text-align: center;
  border-bottom: 1px solid #f1f5f9;
}
.pn-td-other {
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  text-align: center;
  border-bottom: 1px solid #f1f5f9;
}
.pn-exam-tbl tbody tr:last-child td { border-bottom: none; }
/* ── PTE Exam Modules (group989 design) ── */
.pn-modules-wrap {
  position: relative;
  width: 860px;
  height: 660px;
  margin: 0 auto;
}
/* Ambient colour glows — emerge from card edges and fade outward */
.pn-glow {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.pn-glow-blue {
  left: 172px; top: 0;
  width: 186px; height: 120px;
  background: linear-gradient(0deg, #dbeafe 0%, rgba(219,234,254,.4) 60%, rgba(255,255,255,0) 100%);
}

.pn-glow-green {
  left: 707px; top: 108px;
  width: 148px; height: 245px;
  background: linear-gradient(90deg, #d1fae5 0%, rgba(209,250,229,.4) 60%, rgba(255,255,255,0) 100%);
}
.pn-glow-orange {
  left: 0; top: 430px;
  width: 200px; height: 230px;
  background: linear-gradient(270deg, #ffedd5 0%, rgba(255,237,213,.4) 60%, rgba(255,255,255,0) 100%);
}
.pn-glow-pink {
  left: 532px; top: 648px;
  width: 186px; height: 110px;
  background: linear-gradient(180deg, #fbcfe8 0%, rgba(251,207,232,.4) 60%, rgba(255,255,255,0) 100%);
}
/* Card base */
.pn-mod {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  z-index: 2;
  transition: transform .22s, box-shadow .22s;
}
.pn-mod:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.10); }
/* Individual card positions (exact from design) */
.pn-mod-reading  { left: 172px; top: 108px; width: 186px; height: 310px; z-index: 3; }
.pn-mod-writing  { left: 372px; top: 108px; width: 342px; height: 250px; }
.pn-mod-listening { left: 172px; top: 425px; width: 342px; height: 240px; }
.pn-mod-speaking  { left: 532px; top: 365px; width: 186px; height: 310px; }
/* Icon box */
.pn-mod-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.pn-mod-icon ion-icon { font-size: 22px; color: #fff; }
.pn-mod-icon-blue  { background: #3b66cc; }
.pn-mod-icon-green { background: #10b981; }
.pn-mod-icon-amber { background: #f59e0b; }
.pn-mod-icon-pink  { background: #ec4899; }
/* Typography */
.pn-mod h3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 12px;
}
.pn-mod p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  margin: 0 0 20px;
  flex-grow: 1;
}
.pn-skill-time {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #c084fc;
}
/* Responsive — stack to single column on mobile */
@media (max-width: 900px) {
  .pn-modules-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .pn-mod {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
  }
  .pn-glow { display: none; }
}

/* ──────────────────────────────────────
   § 5  CONTACT  (blue)
   ────────────────────────────────────── */
.pn-contact { padding: 84px 0; background: #335DEB; }
.pn-contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 900px) { .pn-contact-inner { grid-template-columns: 1fr; gap: 44px; } }
.pn-contact-h2 {
  font-family: 'Kodchasan', 'Inter', sans-serif;
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.12;
}
.pn-contact-h2 em { color: #A8E6CF; font-style: normal; }
.pn-contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
.pn-contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,.9);
}
.pn-contact-row svg { flex-shrink: 0; opacity: .8; }
.pn-contact-social { display: flex; gap: 12px; }
.pn-soc-btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  text-decoration: none;
}
.pn-soc-btn:hover { background: rgba(255,255,255,.28); }
.pn-contact-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 38px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}
.pn-contact-form { display: flex; flex-direction: column; gap: 18px; }
.pn-cf-group { display: flex; flex-direction: column; gap: 6px; }
.pn-cf-lbl {
  font-family: 'Nunito', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #176B87;
}
.pn-cf-lbl-gray { color: #CDCDCD; }
.pn-cf-input {
  font-family: 'Nunito', 'Inter', sans-serif;
  font-size: 14px;
  color: #111;
  padding: 12px 0;
  border: none;
  border-bottom: 1.5px solid #E5E7EB;
  outline: none;
  transition: border-color .15s;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}
.pn-cf-input:focus { border-bottom-color: #335DEB; }
.pn-cf-textarea { resize: vertical; min-height: 88px; line-height: 1.5; }
.pn-cf-btn {
  background: #176B87;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
  margin-top: 4px;
}
.pn-cf-btn:hover { background: #125e75; transform: translateY(-1px); }

/* ──────────────────────────────────────
   § 6  PTE CLASSES  (Desktop-10)
   ────────────────────────────────────── */
.pn-courses { padding: 92px 0; background: #fff; }
.pn-courses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1000px) { .pn-courses-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px)  { .pn-courses-grid { grid-template-columns: 1fr; } }
.pn-course-card {
  border-radius: 24px;
  padding: 30px 22px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform .22s, box-shadow .22s;
  position: relative;
}
.pn-course-card:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(0,0,0,.11); }
.pn-course-icon {
  width: 74px; height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  color: #fff;
}
.pn-course-icon i { font-size: 28px; color: #fff; }
.pn-course-pop {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #21C462, #06A847);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 18px;
  border-radius: 99px;
  white-space: nowrap;
  letter-spacing: .04em;
}
.pn-course-name {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin: 0;
}
.pn-course-price {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #7C3AED;
  margin: 0;
}
.pn-course-dur {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #6B7280;
}
.pn-course-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.pn-course-list li {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #374151;
  padding-left: 18px;
  position: relative;
}
.pn-course-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #05A40A;
  font-weight: 700;
}
.pn-course-btn {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 99px;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
  margin-top: auto;
}
.pn-course-btn:hover { opacity: .88; transform: translateY(-1px); }

/* ──────────────────────────────────────
   § 7  LEARNING FUN  (Desktop-11)
   ────────────────────────────────────── */
.pn-fun { padding: 92px 0; background: #FBF4FC; }
.pn-fun-h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  color: #111;
  margin: 0 0 14px;
  line-height: 1.2;
}
.pn-fun-h2 em { color: #F97316; font-style: normal; }
.pn-fun-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) { .pn-fun-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .pn-fun-grid { grid-template-columns: 1fr; } }
.pn-fun-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .22s, box-shadow .22s;
}
.pn-fun-card:hover { transform: translateY(-4px); box-shadow: 0 10px 34px rgba(0,0,0,.1); }
.pn-fun-icon {
  width: 74px; height: 74px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pn-fun-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0;
}
.pn-fun-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #4B5563;
  line-height: 1.65;
  margin: 0;
}

/* ──────────────────────────────────────
   § 8  SUCCESS STORIES  (Desktop-12)
   ────────────────────────────────────── */
.pn-stories { padding: 92px 0; background: #fff; overflow: hidden; }
.pn-stories-tracks {
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  margin-top: 14px;
}
.pn-track {
  display: flex;
  gap: 20px;
  width: max-content;
}
.pn-track-fwd { animation: pnScrollL 40s linear infinite; }
.pn-track-rev { animation: pnScrollR 44s linear infinite; }
@keyframes pnScrollL {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes pnScrollR {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
.pn-stories-tracks:hover .pn-track { animation-play-state: paused; }
.pn-stc {
  width: 480px;
  flex-shrink: 0;
  background: #fff;
  border: 1.5px dashed #D1D5DB;
  border-radius: 18px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .2s, border-color .2s;
}
.pn-stc:hover { box-shadow: 0 6px 22px rgba(0,0,0,.09); border-color: #A78BFA; }
.pn-stc-top { display: flex; align-items: center; gap: 14px; }
.pn-stc-av {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: #F97316;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.pn-stc-name {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}
.pn-stc-score {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #05A40A;
  background: #F0FDF4;
  padding: 2px 10px;
  border-radius: 99px;
  display: inline-block;
  margin-top: 3px;
}
.pn-stc-q {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0;
  line-height: 1.65;
  font-style: italic;
  flex: 1;
}
.pn-stc-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #6B7280;
}

/* ──────────────────────────────────────
   § 9  WALL OF FAME  (Desktop-13)
   ────────────────────────────────────── */
.pn-wof { padding: 84px 0; background: #FFC6E5; overflow: hidden; }
.pn-wof-header {
  text-align: center;
  margin-bottom: 44px;
  position: relative;
}
.pn-wof-star {
  position: absolute;
  font-size: 190px;
  opacity: .14;
  top: -55px;
  pointer-events: none;
  line-height: 1;
  z-index: 0;
}
.pn-wof-star-l { left: -20px; }
.pn-wof-star-r { right: -20px; }
.pn-wof-h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
  position: relative;
  z-index: 1;
}
.pn-wof-sub {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #4B5563;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 1;
}
.pn-wof-scroll {
  overflow-x: auto;
  padding: 0 28px 20px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,.2) transparent;
  text-align: center;
}
.pn-wof-track { display: inline-flex; gap: 22px; text-align: left; }
/* Pearson-style score card — Figma design */
.pn-cert {
  width: 226px;
  flex-shrink: 0;
  background: #0c1e36;
  border-radius: 4px;
  padding: 4px;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.pn-cert-inner {
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* Header */
.pn-cert-hdr {
  background: #007788;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pn-cert-hdr-brand { display: flex; align-items: center; gap: 2px; }
.pn-cert-hdr-p { font-weight: 800; font-size: 10px; color: #00a3e0; }
.pn-cert-hdr-label { font-size: 8px; font-weight: 500; color: #fff; }
.pn-cert-flag { width: 16px; height: 11px; display: block; border: 0.5px solid rgba(255,255,255,.3); }
/* Profile strip */
.pn-cert-profile {
  padding: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.pn-cert-avatar {
  width: 32px; height: 38px;
  background: #e2e8f0;
  border-radius: 2px;
  flex-shrink: 0;
}
.pn-cert-profile-details { display: flex; flex-direction: column; justify-content: center; }
.pn-cert-stu-name {
  font-size: 10px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
  line-height: 1.2;
}
.pn-cert-guar {
  background: #ff0000;
  color: #fff;
  font-size: 6px;
  font-weight: 800;
  padding: 2px 4px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .2px;
  display: inline-block;
}
.pn-cert-ov-bubble {
  position: absolute;
  right: 6px; top: 10px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #9d005d;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pn-cert-ov-lbl { font-size: 4px; font-weight: 400; text-transform: uppercase; margin-bottom: -1px; }
.pn-cert-ov-num { font-size: 11px; font-weight: 700; line-height: 1; }
/* Skills section */
.pn-cert-skills { padding: 0 8px; text-align: center; }
.pn-cert-skills-title { font-size: 7px; color: #64748b; font-weight: 600; margin-bottom: 2px; text-align: left; }
.pn-cert-headline {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
  text-align: center;
}
.pn-cert-headline.green { color: #22c55e; }
.pn-cert-headline.red   { color: #ef4444; }
.pn-cert-multi-bands {
  display: flex;
  justify-content: space-around;
  font-size: 6px;
  font-weight: 700;
  color: #22c55e;
  margin-bottom: 4px;
}
/* Circles */
.pn-cert-circles {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  margin-bottom: 10px;
}
.pn-cert-circle-wrap { display: flex; flex-direction: column; align-items: center; width: 23%; }
.pn-cert-circle {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid #007788;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 3px;
  background: #fff;
}
.pn-cert-circle.yellow { border-color: #eab308; }
.pn-cert-circle.purple { border-color: #a855f7; }
.pn-cert-circle-lbl { font-size: 6px; color: #64748b; font-weight: 500; }
/* Skills breakdown */
.pn-cert-breakdown {
  padding: 0 8px;
  position: relative;
  margin-bottom: 8px;
}
.pn-cert-breakdown-title { font-size: 7px; font-weight: 700; color: #1e293b; margin-bottom: 4px; }
.pn-cert-bar-row {
  font-size: 5px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
  width: 60px;
}
.pn-cert-bar-wrap {
  width: 60px;
  height: 4px;
  background: #f1f5f9;
  border-radius: 2px;
  margin-bottom: 3px;
  overflow: hidden;
}
.pn-cert-bar-fill { height: 100%; background: #007788; }
.pn-cert-bar-fill.yellow { background: #eab308; }
.pn-cert-bar-fill.pink   { background: #ec4899; }
.pn-cert-bar-fill.purple { background: #a855f7; }
/* Stamps */
.pn-cert-stamp {
  font-family: 'Cinzel', serif;
  position: absolute;
  font-size: 9px;
  font-weight: 700;
  color: #b91c1c;
  right: 28px; top: -2px;
  transform: rotate(-4deg);
  text-transform: uppercase;
  letter-spacing: .5px;
  pointer-events: none;
}
.pn-cert-stamp-pts {
  font-family: 'Cinzel', serif;
  position: absolute;
  font-size: 8px;
  font-weight: 700;
  color: #b91c1c;
  right: 32px; top: -2px;
  transform: rotate(-2deg);
  pointer-events: none;
}
/* Location box */
.pn-cert-loc {
  position: absolute;
  right: 8px; bottom: 24px;
  width: 82px;
  border: 1px solid;
  padding: 4px;
  font-size: 7px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}
.pn-cert-loc.green-theme      { border-color: #16a34a; color: #16a34a; }
.pn-cert-loc.red-theme        { border-color: #b91c1c; color: #b91c1c; }
.pn-cert-loc.dark-green-theme { border-color: #15803d; color: #15803d; }
/* Date validity */
.pn-cert-date {
  position: absolute;
  right: 8px; bottom: 4px;
  border: 0.5px solid #64748b;
  padding: 2px;
  font-size: 4px;
  color: #475569;
  background: #fff;
  line-height: 1.3;
}
/* Footer */
.pn-cert-ft {
  background: #cc0000;
  color: #fff;
  font-size: 5px;
  font-weight: 700;
  text-align: center;
  padding: 4px 2px;
  margin-top: auto;
  line-height: 1.4;
  letter-spacing: .1px;
  text-transform: uppercase;
}

/* ──────────────────────────────────────
   § 10  FREE RESOURCES  (Desktop-14)
   ────────────────────────────────────── */
.pn-res { padding: 92px 0; background: #F8F8F8; }
.pn-res-h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  color: #111;
  margin: 0 0 14px;
  line-height: 1.2;
}
.pn-res-h2 em { color: #2463EB; font-style: normal; }
.pn-res-row1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 700px) { .pn-res-row1 { grid-template-columns: 1fr; } }
.pn-res-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 2px 14px rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
}
.pn-res-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,.1); }
.pn-res-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pn-res-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin: 0;
}
.pn-res-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #4B5563;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.pn-res-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 99px;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
  margin-top: auto;
}
.pn-res-dl:hover { opacity: .88; transform: translateY(-1px); }
.pn-res-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 700px) { .pn-res-row2 { grid-template-columns: 1fr; } }
.pn-res-app, .pn-res-blog {
  background: #fff;
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 2px 14px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pn-res-app-top, .pn-res-blog-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pn-res-icon-sm {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pn-res-ttl { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; color: #111; }
.pn-res-tag { font-family: 'Inter', sans-serif; font-size: 12px; color: #4B5563; margin-top: 2px; }
.pn-res-app-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #4B5563;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.pn-store-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.pn-store-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
  flex: 1;
  justify-content: center;
  min-width: 130px;
}
.pn-store-btn:hover { opacity: .88; }
.pn-blog-links { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pn-blog-link {
  display: block;
  padding: 10px 14px;
  background: #F9FAFB;
  border-left: 3px solid #F97316;
  border-radius: 0 8px 8px 0;
  text-decoration: none;
  transition: background .15s, border-color .15s;
  line-height: 1.4;
}
.pn-blog-link:hover { background: #F0EEFF; border-color: #7C3AED; }
.pn-blog-link strong { display: block; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; color: #111; margin-bottom: 2px; }
.pn-blog-link span { font-family: 'Inter', sans-serif; font-size: 12px; color: #6B7280; }
.pn-blog-more {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #7C3AED;
  text-decoration: none;
  align-self: flex-start;
}

/* ──────────────────────────────────────
   § 11  WHY PREFER  (Desktop-15)
   ────────────────────────────────────── */
.pn-prefer { padding: 92px 0; background: #fff; }
.pn-prefer-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 25px rgba(0,0,0,.02);
}
.pn-prefer-tbl {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.pn-prefer-tbl thead tr { height: 60px; }
.pn-prefer-tbl th {
  font-size: 16px;
  font-weight: 700;
  padding: 16px 24px;
  vertical-align: middle;
}
.pn-th-feat-left {
  background: linear-gradient(90deg, #ec4899 0%, #a855f7 40%, #818cf8 100%);
  color: #fff;
  width: 38%;
  border-top-left-radius: 19px;
}
.pn-th-yellow {
  background: #facc15;
  color: #0f172a;
  text-align: center;
  width: 31%;
}
.pn-th-feat-right {
  background: linear-gradient(90deg, #ec4899 0%, #a855f7 40%, #818cf8 100%);
  color: #fff;
  width: 31%;
  text-align: center;
  border-top-right-radius: 19px;
}
.pn-prefer-tbl td {
  padding: 18px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
}
.pn-prefer-tbl tr:last-child td { border-bottom: none; }
.pn-prefer-tbl td:nth-child(2),
.pn-prefer-tbl td:nth-child(3) { text-align: center; }
.pn-td-oa { background: #f4fbf7; }
.pn-td-gray { color: #64748b; font-weight: 600; }
.pn-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  vertical-align: middle;
}
.pn-icon-badge svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pn-icon-check { background: #22c55e; color: #fff; }
.pn-icon-cross  { background: #ef4444; color: #fff; }
@media (max-width: 768px) {
  .pn-prefer-tbl th,
  .pn-prefer-tbl td { padding: 14px 16px; font-size: 14px; }
  .pn-icon-badge { width: 18px; height: 18px; }
}

/* ──────────────────────────────────────
   § 12  PRICING  (Desktop-16)
   ────────────────────────────────────── */
.pn-pricing { padding: 92px 0; background: #fff; }
.pn-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media (max-width: 880px) { .pn-pricing-grid { grid-template-columns: 1fr; } }
.pn-price-card {
  border-radius: 24px;
  padding: 42px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform .22s, box-shadow .22s;
}
.pn-price-card:hover { transform: translateY(-5px); }
.pn-pc-light { background: #fff; border: 1.5px solid #E5E7EB; }
.pn-pc-light:hover { box-shadow: 0 16px 44px rgba(0,0,0,.09); }
.pn-pc-dark  { background: #1C1445; border: 1.5px solid #1C1445; }
.pn-pc-dark:hover  { box-shadow: 0 20px 60px rgba(28,20,69,.4); }
.pn-pc-pop-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #BB6BD9;
  background: rgba(187,107,217,.15);
  padding: 5px 16px;
  border-radius: 99px;
  align-self: flex-start;
}
.pn-pc-price {
  font-family: 'Poppins', sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: #1C1445;
  line-height: 1;
  margin: 0;
}
.pn-pc-price span { font-size: 18px; font-weight: 500; opacity: .55; }
.pn-pc-price-w { color: #fff; }
.pn-pc-name {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1C1445;
  margin: 0;
}
.pn-pc-name-w { color: #fff; }
.pn-pc-desc { font-family: 'Inter', sans-serif; font-size: 14px; color: #6B7280; margin: 0; line-height: 1.55; }
.pn-pc-desc-w { color: rgba(255,255,255,.65); }
.pn-pc-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.pn-pc-list li {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #374151;
  padding-left: 22px;
  position: relative;
}
.pn-pc-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 2px;
  width: 14px; height: 14px;
  border-radius: 50%;
  border: 2px solid #A78BFA;
  background: rgba(167,139,250,.12);
}
.pn-pc-list-w li { color: rgba(255,255,255,.85); }
.pn-pc-list-w li::before { border-color: #A78BFA; background: rgba(167,139,250,.18); }
.pn-pc-btn {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 99px;
  text-decoration: none;
  text-align: center;
  transition: opacity .2s, transform .2s;
  margin-top: auto;
}
.pn-pc-btn:hover { opacity: .88; transform: translateY(-1px); }
.pn-pc-btn-dk { background: #1C1445; color: #fff; }
.pn-pc-btn-pu { background: linear-gradient(135deg, #B053EB, #E449A4); color: #fff; }

/* ──────────────────────────────────────
   § 13  CTA  (Desktop-17)
   ────────────────────────────────────── */
.pn-cta {
  padding: 92px 0;
  background: linear-gradient(135deg, #7C18C9 0%, #BC2472 52%, #7A1DBF 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pn-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 20% 50%, rgba(255,255,255,.06) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 80% 30%, rgba(255,255,255,.04) 0%, transparent 70%);
}
.pn-cta-inner { position: relative; z-index: 1; }
.pn-cta-h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.1;
}
.pn-cta-sub {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,.85);
  max-width: 580px;
  margin: 0 auto 42px;
  line-height: 1.65;
}
.pn-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.pn-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 32px;
  border-radius: 99px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
}
.pn-cta-btn:hover { transform: translateY(-2px); opacity: .92; }
.pn-cta-white   { background: #fff; color: #8300FE; }
.pn-cta-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.65); }
.pn-cta-yellow  { background: #FACC15; color: #111; }
.pn-cta-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pn-cta-stat {
  text-align: center;
  padding: 0 46px;
}
.pn-cta-stat strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  color: #fff;
}
.pn-cta-stat span {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,.72);
  margin-top: 3px;
}
.pn-cta-stat-div {
  width: 1px; height: 54px;
  background: rgba(255,255,255,.28);
}

/* ──────────────────────────────────────
   Scroll-reveal animation
   ────────────────────────────────────── */
.pn-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}
.pn-reveal.pn-visible {
  opacity: 1;
  transform: translateY(0);
}
.pn-reveal-delay-1 { transition-delay: .1s; }
.pn-reveal-delay-2 { transition-delay: .2s; }
.pn-reveal-delay-3 { transition-delay: .3s; }
.pn-reveal-delay-4 { transition-delay: .4s; }

/* ──────────────────────────────────────
   Responsive
   ────────────────────────────────────── */
@media (max-width: 768px) {
  .pn-hero { padding: 72px 0 56px; }
  .pn-form-card { padding: 24px 20px; }
  .pn-contact-card { padding: 28px 22px; }
  .pn-cta-stat { padding: 12px 26px; }
  .pn-wof-star { font-size: 120px; }
}
@media (max-width: 480px) {
  .pn-hero-h1 { font-size: 28px; }
  .pn-btn-grad, .pn-btn-ring { font-size: 15px; padding: 13px 26px; }
}
