:root {
  --prv-navy:        #0a0f1e;
  --prv-deep:        #060b17;
  --prv-gold:        #f5c842;
  --prv-gold-dim:    #c9a02a;
  --prv-teal:        #00d4aa;
  --prv-teal-dim:    #00a884;
  --prv-text:        #e8eaf0;
  --prv-muted:       #8a93a8;
  --prv-card:        #111827;
  --prv-card-border: #1e2a3a;
  --prv-red:         #ff4757;
}

/* BASE RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  /* Prevent Android font boosting */
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}
body {
  background: var(--prv-navy);
  color: var(--prv-text);
  font-family: 'Syne', sans-serif;
  overflow-x: hidden;
  /* Prevent horizontal scroll on Android */
  max-width: 100vw;
}
/* Remove grey tap highlight on all interactive elements — Android Chrome */
a, button, [role="button"] {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }

/* TOP BAR */
.prv-top-bar {
  background: var(--prv-gold);
  color: var(--prv-navy);
  text-align: center;
  padding: 10px 20px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  animation: prv-pulse-bar 3s infinite;
}
.prv-top-bar span { color: var(--prv-red); }
@keyframes prv-pulse-bar {
  0%, 100% { background: var(--prv-gold); }
  50%       { background: #ffd700; }
}

/* NAV */
.prv-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 60px;
  border-bottom: 1px solid var(--prv-card-border);
  background: rgba(6,11,23,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 999;
}
.prv-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 26px;
  color: var(--prv-gold);
  letter-spacing: -0.02em;
  line-height: 1;
}
.prv-logo span { color: var(--prv-teal); }
.prv-nav-right { display: flex; align-items: center; gap: 12px; }
.prv-nav-phone--link {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: var(--prv-teal);
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.prv-nav-phone--link:hover { color: #fff; }
.prv-nav-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(37,211,102,0.15);
  color: #25d366;
  transition: all 0.2s;
  flex-shrink: 0;
}
.prv-nav-wa:hover { background: #25d366; color: #fff; }

/* VIDEO SECTION */
.prv-video-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.prv-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(245,200,66,0.15), rgba(245,200,66,0.05));
  border: 1px solid rgba(245,200,66,0.4);
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 700;
  color: var(--prv-gold);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.prv-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--prv-card-border);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  background: #000;
}
.prv-video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}
.prv-video-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.prv-video-proof-item {
  background: var(--prv-card);
  border: 1px solid var(--prv-card-border);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 13px;
  color: var(--prv-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.prv-video-proof-item span { font-size: 18px; flex-shrink: 0; }
.prv-nav-cta {
  background: var(--prv-gold);
  color: var(--prv-navy);
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-block;
  min-height: 44px;
  line-height: 24px;
}
.prv-nav-cta:hover { background: #ffd700; transform: translateY(-1px); color: var(--prv-navy); }

/* HERO */
.prv-hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
  padding: 80px 60px;
  background: var(--prv-navy);
  position: relative;
  overflow: hidden;
}
.prv-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,212,170,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,170,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: prv-grid-drift 20s linear infinite;
  will-change: transform;
}
@keyframes prv-grid-drift { 0% { transform: translateY(0); } 100% { transform: translateY(60px); } }
.prv-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: prv-orb-float 8s ease-in-out infinite;
  will-change: transform;
}
.prv-orb-1 { width: 400px; height: 400px; background: rgba(0,212,170,0.12); top: -100px; right: 300px; }
.prv-orb-2 { width: 300px; height: 300px; background: rgba(245,200,66,0.08); bottom: 0; left: 100px; animation-delay: -4s; }
@keyframes prv-orb-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-30px) scale(1.05); }
}
.prv-hero-content { position: relative; z-index: 2; }

/* EXAM BADGE */
.prv-exam-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,212,170,0.1);
  border: 1px solid rgba(0,212,170,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--prv-teal);
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  animation: prv-fadeUp 0.6s ease forwards;
}
.prv-exam-badge::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--prv-teal);
  border-radius: 50%;
  flex-shrink: 0;
  animation: prv-blink 1.5s infinite;
}
@keyframes prv-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

/* HERO HEADINGS */
.prv-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--prv-text);
  margin-bottom: 18px;
  animation: prv-fadeUp 0.6s 0.1s ease both;
}
.prv-hero h1 em {
  font-style: italic;
  color: var(--prv-gold);
  position: relative;
}
.prv-hero h1 em::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0; height: 3px;
  background: var(--prv-gold);
  border-radius: 2px;
  opacity: 0.5;
}
.prv-hero-sub {
  font-size: 17px;
  color: var(--prv-muted);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 32px;
  animation: prv-fadeUp 0.6s 0.2s ease both;
}
.prv-hero-sub strong { color: var(--prv-text); }

/* STATS */
.prv-hero-stats {
  display: flex;
  gap: 36px;
  margin-bottom: 32px;
  animation: prv-fadeUp 0.6s 0.3s ease both;
}
.prv-stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  color: var(--prv-gold);
  line-height: 1;
}
.prv-stat-label {
  font-size: 11px;
  color: var(--prv-muted);
  margin-top: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* BADGES */
.prv-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  animation: prv-fadeUp 0.6s 0.4s ease both;
}
.prv-badge {
  background: var(--prv-card);
  border: 1px solid var(--prv-card-border);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  color: var(--prv-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.prv-badge .prv-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--prv-teal);
  flex-shrink: 0;
}
@keyframes prv-fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* STICKY CALL BAR — mobile only, shown below hero form */
.prv-sticky-call {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9998;
  background: linear-gradient(135deg, #6ee035, #4cbb17);
  padding: 0;
}
.prv-sticky-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  color: #0a1a05;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.03em;
  width: 100%;
}

/* FORM CARD */
.prv-form-card {
  background: var(--prv-card);
  border: 1px solid var(--prv-card-border);
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  z-index: 2;
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
  animation: prv-fadeUp 0.8s 0.2s ease both;
}
.prv-form-card::before {
  content: '';
  position: absolute;
  top: -1px; left: 20px; right: 20px; height: 3px;
  background: linear-gradient(90deg, var(--prv-teal), var(--prv-gold));
  border-radius: 2px;
}
.prv-form-title {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  margin-bottom: 6px;
  color: var(--prv-text);
}
.prv-form-subtitle { font-size: 13px; color: var(--prv-muted); margin-bottom: 20px; }
.prv-form-subtitle span { color: var(--prv-red); font-weight: 700; }
.prv-form-group { margin-bottom: 12px; }
.prv-form-group label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--prv-muted);
  margin-bottom: 5px;
}
.prv-form-group input,
.prv-form-group select,
.prv-form-group input:focus,
.prv-form-group select:focus,
.prv-form-group input:active,
.prv-form-group input:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.prv-form-group input,
.prv-form-group select {
  width: 100%;
  background: #1c2a3e !important;
  border: 1px solid #2a3a52;
  border-radius: 8px;
  padding: 12px 14px;
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
  min-height: 48px;
  caret-color: #00d4aa;
  opacity: 1 !important;
}
.prv-form-group input:focus,
.prv-form-group select:focus {
  border-color: #00d4aa;
  background: #1e3048 !important;
}

/* Placeholder */
.prv-form-group input::placeholder         { color: #556070 !important; opacity: 1 !important; -webkit-text-fill-color: #556070 !important; }
.prv-form-group input::-webkit-input-placeholder { color: #556070 !important; opacity: 1 !important; }
.prv-form-group input::-moz-placeholder    { color: #556070 !important; opacity: 1 !important; }
.prv-form-group input:-ms-input-placeholder{ color: #556070 !important; opacity: 1 !important; }

/* Autofill override — browser injects its own background & text */
.prv-form-group input:-webkit-autofill,
.prv-form-group input:-webkit-autofill:hover,
.prv-form-group input:-webkit-autofill:focus,
.prv-form-group input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 9999px #1c2a3e inset !important;
  box-shadow: 0 0 0 9999px #1c2a3e inset !important;
  caret-color: #00d4aa !important;
  color: #ffffff !important;
}

/* Select */
.prv-form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a93a8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 36px;
  cursor: pointer;
}
.prv-form-group select option { background: #1c2a3e; color: #ffffff; }
.prv-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #6ee035, #4cbb17);
  color: #0a1a05;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: all 0.2s;
  margin-top: 6px;
  min-height: 52px;
  -webkit-tap-highlight-color: transparent;
}
.prv-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(78,187,23,0.45); }
.prv-submit-btn:active { transform: translateY(0); }
.prv-submit-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.prv-form-trust {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 11px;
  color: var(--prv-muted);
  justify-content: center;
}
.prv-success-msg {
  display: none;
  background: rgba(0,212,170,0.1);
  border: 1px solid var(--prv-teal);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: var(--prv-teal);
  font-weight: 600;
  margin-top: 10px;
}

/* SECTIONS */
.prv-section { padding: 80px 60px; background: var(--prv-navy); }
.prv-section--deep { background: var(--prv-deep); }
.prv-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--prv-teal);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.prv-section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.15;
  color: var(--prv-text);
  margin-bottom: 14px;
}
.prv-section-sub {
  font-size: 16px;
  color: var(--prv-muted);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 44px;
}

/* URGENCY BAND */
.prv-urgency-band {
  background: linear-gradient(135deg, rgba(245,200,66,0.08), rgba(0,212,170,0.06));
  border-top: 1px solid var(--prv-card-border);
  border-bottom: 1px solid var(--prv-card-border);
  padding: 24px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.prv-urgency-text { font-size: 17px; font-weight: 700; color: var(--prv-text); }
.prv-urgency-text span { color: var(--prv-gold); }
.prv-countdown { display: flex; gap: 10px; align-items: center; }
.prv-count-box {
  background: var(--prv-card);
  border: 1px solid var(--prv-card-border);
  border-radius: 8px;
  padding: 10px 14px;
  text-align: center;
  min-width: 60px;
}
.prv-count-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 26px;
  font-weight: 700;
  color: var(--prv-gold);
  line-height: 1;
}
.prv-count-label { font-size: 10px; color: var(--prv-muted); margin-top: 3px; letter-spacing: 0.1em; }
.prv-count-sep { font-size: 22px; color: var(--prv-muted); }
.prv-urgency-cta {
  background: var(--prv-red);
  color: white;
  padding: 13px 24px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  transition: all 0.2s;
  white-space: nowrap;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}
.prv-urgency-cta:hover { background: #ff2e3f; transform: translateY(-1px); color: white; }

/* WHY GRID */
.prv-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.prv-why-card {
  background: var(--prv-card);
  border: 1px solid var(--prv-card-border);
  border-radius: 12px;
  padding: 26px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.prv-why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--prv-teal), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.prv-why-card:hover { border-color: rgba(0,212,170,0.3); transform: translateY(-4px); }
.prv-why-card:hover::before { opacity: 1; }
.prv-why-icon { font-size: 30px; margin-bottom: 14px; display: block; }
.prv-why-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 9px; color: var(--prv-text); }
.prv-why-card p { font-size: 14px; color: var(--prv-muted); line-height: 1.6; }

/* COURSES */
.prv-courses-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.prv-course-card {
  background: var(--prv-card);
  border: 1px solid var(--prv-card-border);
  border-radius: 12px;
  padding: 22px;
  transition: all 0.3s;
}
.prv-course-card:hover { border-color: var(--prv-gold); transform: translateY(-4px); }
.prv-course-card--featured {
  background: linear-gradient(135deg, rgba(0,212,170,0.06), rgba(245,200,66,0.04));
  border-color: rgba(0,212,170,0.3);
}
.prv-course-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: rgba(0,212,170,0.1);
  color: var(--prv-teal);
  border-radius: 4px;
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 12px;
}
.prv-course-tag--hot { background: rgba(255,71,87,0.12); color: var(--prv-red); }
.prv-course-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 7px; color: var(--prv-text); }
.prv-course-card > p { font-size: 13px; color: var(--prv-muted); line-height: 1.5; margin-bottom: 14px; }
.prv-course-features { list-style: none; margin: 0 0 18px; padding: 0; }
.prv-course-features li {
  font-size: 12px;
  color: var(--prv-muted);
  padding: 3px 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.prv-course-features li::before { content: '✓'; color: var(--prv-teal); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.prv-course-cta {
  display: block;
  text-align: center;
  background: rgba(245,200,66,0.1);
  border: 1px solid rgba(245,200,66,0.3);
  color: var(--prv-gold);
  border-radius: 6px;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s;
  min-height: 44px;
  line-height: 24px;
}
.prv-course-cta:hover { background: var(--prv-gold); color: var(--prv-navy); }

/* FACULTY */
.prv-faculty-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.prv-faculty-card {
  background: var(--prv-card);
  border: 1px solid var(--prv-card-border);
  border-radius: 12px;
  padding: 28px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.prv-faculty-avatar {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--prv-teal), var(--prv-gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Serif Display', serif;
  font-size: 26px;
  color: var(--prv-navy);
  flex-shrink: 0;
}
.prv-faculty-avatar--photo {
  background: none;
  overflow: hidden;
  border: 2px solid var(--prv-card-border);
}
.prv-faculty-avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  display: block;
}
.prv-faculty-info h3 { font-size: 19px; font-weight: 700; margin-bottom: 3px; color: var(--prv-text); }
.prv-faculty-role {
  font-size: 11px;
  color: var(--prv-teal);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.prv-faculty-subjects { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.prv-subject-tag {
  font-size: 11px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--prv-card-border);
  border-radius: 4px;
  padding: 3px 8px;
  color: var(--prv-muted);
}
.prv-faculty-desc { font-size: 13px; color: var(--prv-muted); line-height: 1.6; }

/* SYLLABUS */
.prv-syllabus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.prv-syllabus-item {
  background: var(--prv-card);
  border: 1px solid var(--prv-card-border);
  border-radius: 8px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--prv-text);
  transition: all 0.2s;
}
.prv-syllabus-item:hover { border-color: var(--prv-teal); color: var(--prv-teal); }
.prv-syllabus-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--prv-muted);
  min-width: 18px;
  flex-shrink: 0;
}

/* TESTIMONIALS */
.prv-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.prv-testi-card {
  background: var(--prv-card);
  border: 1px solid var(--prv-card-border);
  border-radius: 12px;
  padding: 24px;
  position: relative;
}
.prv-testi-card::before {
  content: '"';
  position: absolute;
  top: 12px; right: 20px;
  font-family: 'DM Serif Display', serif;
  font-size: 70px;
  color: rgba(0,212,170,0.08);
  line-height: 1;
}
.prv-testi-stars { color: var(--prv-gold); font-size: 13px; margin-bottom: 12px; letter-spacing: 2px; }
.prv-testi-card > p { font-size: 14px; color: var(--prv-muted); line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.prv-testi-author { display: flex; align-items: center; gap: 10px; }
.prv-testi-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3a5f, #00d4aa);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  color: white;
  flex-shrink: 0;
}
.prv-testi-name { font-size: 14px; font-weight: 700; color: var(--prv-text); }
.prv-testi-detail { font-size: 11px; color: var(--prv-teal); }

/* FINAL CTA */
.prv-final-cta {
  background: linear-gradient(135deg, #060b17, #0d1829);
  border-top: 1px solid var(--prv-card-border);
  text-align: center;
  padding: 100px 60px;
  position: relative;
  overflow: hidden;
}
.prv-final-cta::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,212,170,0.1), transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.prv-final-cta h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(30px, 4vw, 54px);
  margin-bottom: 18px;
  color: var(--prv-text);
  position: relative;
}
.prv-final-cta > p {
  font-size: 16px;
  color: var(--prv-muted);
  max-width: 580px;
  margin: 0 auto 36px;
  line-height: 1.7;
  position: relative;
}
.prv-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
.prv-btn-primary {
  background: linear-gradient(135deg, var(--prv-gold), #f0a500);
  color: var(--prv-navy);
  padding: 17px 36px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 15px;
  transition: all 0.2s;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
}
.prv-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(245,200,66,0.4); color: var(--prv-navy); }
.prv-btn-secondary {
  background: transparent;
  border: 2px solid var(--prv-teal);
  color: var(--prv-teal);
  padding: 17px 36px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.2s;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
}
.prv-btn-secondary:hover { background: rgba(0,212,170,0.1); transform: translateY(-2px); color: var(--prv-teal); }

/* FOOTER */
.prv-footer {
  background: var(--prv-deep);
  border-top: 1px solid var(--prv-card-border);
  padding: 28px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.prv-footer-logo { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--prv-gold); }
.prv-footer-logo span { color: var(--prv-teal); }
.prv-footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.prv-footer-links a { color: var(--prv-muted); font-size: 13px; min-height: 44px; display: inline-flex; align-items: center; }
.prv-footer-links a:hover { color: var(--prv-text); }
.prv-footer-contact { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--prv-teal); }

/* WHATSAPP FLOAT */
.prv-whatsapp-float {
  position: fixed;
  bottom: 80px; right: 16px;
  z-index: 9997;
  background: #25d366;
  color: white;
  width: 54px; height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 6px 20px rgba(37,211,102,0.45);
  transition: transform 0.2s;
  animation: prv-float-bounce 3s ease-in-out infinite;
  -webkit-tap-highlight-color: transparent;
}
.prv-whatsapp-float:hover { transform: scale(1.1); color: white; }
@keyframes prv-float-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-5px); }
}

/* SCROLL REVEAL */
.prv-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.prv-reveal.prv-visible { opacity: 1; transform: translateY(0); }
/* Safety: reduced-motion users & slow devices always see content */
@media (prefers-reduced-motion: reduce) { .prv-reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }
/* JS disabled or very slow — show content after CSS animation delay */
.prv-reveal { animation: prv-reveal-fallback 0.1s 3s forwards; }
@keyframes prv-reveal-fallback { to { opacity: 1; transform: translateY(0); } }

/* ════════════════════════════════════════
   RESPONSIVE — TABLET (≤900px)
   ════════════════════════════════════════ */
@media (max-width: 900px) {
  .prv-nav { padding: 14px 24px; }
  .prv-hero { grid-template-columns: 1fr; padding: 44px 24px 48px; gap: 36px; min-height: auto; }
  .prv-section { padding: 52px 24px; }
  .prv-urgency-band { padding: 20px 24px; flex-wrap: wrap; justify-content: center; text-align: center; }
  .prv-why-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .prv-courses-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .prv-faculty-grid { grid-template-columns: 1fr; }
  .prv-faculty-card { flex-direction: column; }
  .prv-testi-grid { grid-template-columns: 1fr; }
  .prv-syllabus-grid { grid-template-columns: repeat(2, 1fr); }
  .prv-final-cta { padding: 64px 24px; }
  .prv-footer { flex-direction: column; text-align: center; padding: 22px 24px; gap: 16px; }
  .prv-footer-links { justify-content: center; }
  .prv-whatsapp-float { bottom: 80px; }
}

/* ════════════════════════════════════════
   RESPONSIVE — MOBILE (≤480px)
   All critical Google Ads mobile fixes
   ════════════════════════════════════════ */
@media (max-width: 480px) {

  /* VIDEO */
  .prv-video-proof { grid-template-columns: 1fr 1fr; gap: 8px; }
  .prv-video-proof-item { font-size: 12px; padding: 11px 12px; }
  .prv-video-badge { font-size: 11px; padding: 6px 14px; }

  /* TOP BAR — single line, no wrapping on mobile */
  .prv-top-bar {
    font-size: 12px;
    padding: 8px 14px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* NAV — clean logo + CTA only, phone hidden (shown in sticky bar) */
  .prv-nav {
    padding: 10px 14px;
    top: 0;
  }
  .prv-logo { font-size: 21px; }
  .prv-nav-phone { display: none; }
  .prv-nav-cta {
    padding: 9px 14px;
    font-size: 12px;
    min-height: 40px;
    line-height: 22px;
  }

  /* HERO */
  .prv-hero {
    padding: 24px 14px 32px;
    gap: 28px;
  }
  .prv-hero h1 {
    font-size: clamp(24px, 6.5vw, 36px);
    margin-bottom: 14px;
    line-height: 1.18;
    word-break: break-word;
  }
  .prv-hero-sub {
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 22px;
  }

  /* EXAM BADGE */
  .prv-exam-badge {
    font-size: 10px;
    padding: 5px 12px;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
  }

  /* HERO — flex column so we can reorder CTA above stats */
  .prv-hero-content {
    display: flex;
    flex-direction: column;
  }
  .prv-exam-badge   { order: 1; }
  .prv-hero h1      { order: 2; }
  .prv-hero-sub     { order: 3; }
  .prv-benefits     { order: 4; }
  .prv-hero-cta-btn { order: 5; width: 100%; justify-content: center; margin-bottom: 20px; }
  .prv-hero-stats   { order: 6; }

  /* STATS — stay on one row */
  .prv-hero-stats {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .prv-stat-num { font-size: 26px; }
  .prv-stat-label { font-size: 9.5px; letter-spacing: 0.04em; }

  /* BADGES — clean 2-column grid, no orphan */
  .prv-hero-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .prv-badge {
    font-size: 11px;
    padding: 8px 10px;
    border-radius: 5px;
  }

  /* FORM CARD — full width, comfortable padding */
  .prv-form-card {
    padding: 22px 16px 20px;
    border-radius: 12px;
  }
  .prv-form-title { font-size: 18px; }
  .prv-form-subtitle { font-size: 12.5px; margin-bottom: 16px; }
  .prv-form-group { margin-bottom: 10px; }
  .prv-form-group label { font-size: 10.5px; margin-bottom: 4px; }
  .prv-form-group input,
  .prv-form-group select {
    font-size: 16px;
    padding: 14px 14px;
    min-height: 52px;
    border-radius: 10px;
  }
  .prv-submit-btn {
    font-size: 16px;
    padding: 16px;
    min-height: 56px;
    border-radius: 12px;
    letter-spacing: 0.02em;
  }

  /* URGENCY BAND — stack, full-width CTA */
  .prv-urgency-band {
    flex-direction: column;
    gap: 12px;
    padding: 16px 14px;
    text-align: center;
  }
  .prv-urgency-text { font-size: 13.5px; line-height: 1.5; }
  .prv-countdown { justify-content: center; }
  .prv-count-num { font-size: 20px; }
  .prv-count-box { min-width: 48px; padding: 7px 10px; }
  .prv-count-sep { font-size: 18px; }
  .prv-urgency-cta {
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
    font-size: 13.5px;
    border-radius: 6px;
    min-height: 48px;
  }

  /* SECTIONS */
  .prv-section { padding: 34px 14px; }
  .prv-section-title { font-size: clamp(24px, 6.5vw, 32px); }
  .prv-section-sub { font-size: 14.5px; margin-bottom: 28px; }

  /* WHY CARDS — 1 col on very small */
  .prv-why-grid { grid-template-columns: 1fr; gap: 10px; }
  .prv-why-card { padding: 20px 16px; }
  .prv-why-icon { font-size: 26px; margin-bottom: 10px; }
  .prv-why-card h3 { font-size: 15px; }
  .prv-why-card p { font-size: 13.5px; }

  /* COURSES — 1 col */
  .prv-courses-grid { grid-template-columns: 1fr; gap: 10px; }
  .prv-course-card { padding: 18px 14px; }

  /* FACULTY */
  .prv-faculty-card { padding: 20px 14px; gap: 16px; }
  .prv-faculty-avatar { width: 56px; height: 56px; font-size: 22px; }
  .prv-faculty-info h3 { font-size: 17px; }

  /* SYLLABUS — 2 col stays */
  .prv-syllabus-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .prv-syllabus-item { padding: 12px 10px; font-size: 12px; }

  /* TESTIMONIALS */
  .prv-testi-card { padding: 20px 16px; }
  .prv-testi-card > p { font-size: 13.5px; }

  /* FINAL CTA */
  .prv-final-cta { padding: 48px 14px 80px; }
  .prv-cta-buttons { flex-direction: column; gap: 10px; }
  .prv-btn-primary,
  .prv-btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
    font-size: 14.5px;
    min-height: 52px;
  }

  /* FOOTER — extra bottom padding for sticky call bar */
  .prv-footer { padding: 18px 14px 80px; gap: 12px; }
  .prv-footer-links { gap: 10px; }
  .prv-footer-links a { font-size: 12px; }
  .prv-footer-contact { font-size: 12px; }

  /* WHATSAPP — hidden on mobile (merged into sticky bar) */
  .prv-whatsapp-float { display: none !important; }

  /* OLD sticky call bar — keep fully hidden on all mobile */
  .prv-sticky-call { display: none !important; }
}

/* ════════════════════════════════════════
   EXTRA SMALL (≤360px — budget Androids)
   ════════════════════════════════════════ */
@media (max-width: 360px) {
  .prv-hero h1 { font-size: 26px; }
  .prv-stat-num { font-size: 23px; }
  .prv-hero-badges { grid-template-columns: 1fr; }
  .prv-badge { font-size: 11px; }
  .prv-form-card { padding: 18px 12px; }
  .prv-section { padding: 28px 12px; }
  .prv-syllabus-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════
   BENEFIT BULLETS
   ══════════════════════════════════════════════════ */
.prv-benefits {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prv-benefits li {
  font-size: 15px;
  color: var(--prv-text);
  line-height: 1.5;
  padding-left: 4px;
}
.prv-benefits li strong { color: var(--prv-teal); }

/* ══════════════════════════════════════════════════
   HERO ABOVE-THE-FOLD CTA BUTTON
   ══════════════════════════════════════════════════ */
.prv-hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #6ee035, #4cbb17);
  color: #0a1a05;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 8px;
  box-shadow: 0 8px 32px rgba(110,224,53,0.35);
  transition: all 0.2s;
  min-height: 54px;
}
.prv-hero-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(110,224,53,0.45);
}

/* ══════════════════════════════════════════════════
   TOPPER ROW — social proof under form button
   ══════════════════════════════════════════════════ */
.prv-topper-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.07);
  flex-wrap: wrap;
}
.prv-topper-avatars {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.prv-topper-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.prv-topper-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--prv-teal), #0099aa);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.15);
  font-family: 'Syne', sans-serif;
}
.prv-topper-rank {
  font-size: 9px;
  font-weight: 700;
  color: var(--prv-gold);
  letter-spacing: 0.05em;
  font-family: 'JetBrains Mono', monospace;
}
.prv-topper-text {
  font-size: 12px;
  color: var(--prv-muted);
  line-height: 1.4;
  flex: 1;
  min-width: 140px;
}

/* ══════════════════════════════════════════════════
   STICKY MOBILE BOTTOM BAR — 3 actions
   ══════════════════════════════════════════════════ */
.prv-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #0d1626;
  border-top: 2px solid rgba(255,255,255,0.12);
  padding: 10px 12px;
  /* Android gesture navigation bar safe area */
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  gap: 8px;
  align-items: stretch;
  /* Force GPU layer — prevents Android from hiding under nav */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  /* Ensure nothing clips it */
  overflow: visible;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.5);
}
.prv-sticky-call-btn,
.prv-sticky-wa-btn,
.prv-sticky-form-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 10px;
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 800;
  padding: 0 6px;
  min-height: 52px;
  height: 52px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  /* Android tap highlight */
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  /* Prevent text selection on tap */
  -webkit-user-select: none;
  user-select: none;
  transition: opacity 0.15s;
  /* Force visibility */
  position: relative;
  z-index: 1;
}
.prv-sticky-call-btn {
  background: #f5c842;
  color: #0a0f1e;
  flex: 1.1;
}
.prv-sticky-wa-btn {
  background: #25d366;
  color: #fff;
  flex: 1.2;
}
.prv-sticky-form-btn {
  background: #4cbb17;
  color: #fff;
  flex: 1.3;
}
.prv-sticky-call-btn:active,
.prv-sticky-wa-btn:active,
.prv-sticky-form-btn:active { opacity: 0.82; transform: scale(0.97); }
.prv-sticky-call-btn svg,
.prv-sticky-wa-btn svg,
.prv-sticky-form-btn svg { flex-shrink: 0; }

/* hide old single sticky call bar — always, on all devices */
.prv-sticky-call { display: none !important; }
/* hide old floating WhatsApp bubble on mobile — it's in the sticky bar */
@media (max-width: 900px) {
  .prv-whatsapp-float { display: none !important; }
  .prv-sticky-bar { display: flex; }
  /* body padding accounts for sticky bar + Android gesture nav */
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
}

/* ══════════════════════════════════════════════════
   SUCCESS MESSAGE — community links
   ══════════════════════════════════════════════════ */
.prv-success-msg a {
  display: inline-block;
  margin-top: 4px;
  text-decoration: none;
}

/* ══════════════════════════════════════════════════
   MID-PAGE RE-ENGAGEMENT CTA STRIP
   ══════════════════════════════════════════════════ */
.prv-mid-cta {
  background: linear-gradient(135deg, #0f1e35 0%, #1a2a45 100%);
  border-top: 1px solid rgba(0,212,170,0.2);
  border-bottom: 1px solid rgba(0,212,170,0.2);
  padding: 32px 24px;
}
.prv-mid-cta-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.prv-mid-cta-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}
.prv-mid-cta-title em {
  color: #f5c842;
  font-style: italic;
}
.prv-mid-cta-sub {
  font-size: 14px;
  color: #8a93a8;
  line-height: 1.5;
  max-width: 520px;
}
.prv-mid-cta-btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 16px 28px;
  background: linear-gradient(135deg, #00d4aa, #00a87a);
  color: #0a1a10;
  font-size: 15px;
  font-weight: 800;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
  flex-shrink: 0;
}
.prv-mid-cta-btn:hover { transform: translateY(-2px); opacity: 0.92; }
@media (max-width: 600px) {
  .prv-mid-cta-inner { flex-direction: column; text-align: center; }
  .prv-mid-cta-btn { width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════════════════
   EXIT-INTENT POPUP
   ══════════════════════════════════════════════════ */
.prv-exit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.prv-exit-overlay.prv-exit-visible {
  opacity: 1;
  pointer-events: all;
}
.prv-exit-popup {
  background: #111827;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px 36px;
  max-width: 480px;
  width: 100%;
  text-align: center;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.prv-exit-overlay.prv-exit-visible .prv-exit-popup {
  transform: translateY(0);
}
.prv-exit-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  color: #556;
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}
.prv-exit-close:hover { color: #fff; }
.prv-exit-badge {
  display: inline-block;
  background: rgba(245,200,66,0.15);
  color: #f5c842;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.prv-exit-popup h3 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 12px;
}
.prv-exit-popup h3 em {
  color: #f5c842;
  font-style: italic;
}
.prv-exit-popup p {
  font-size: 14px;
  color: #8a93a8;
  line-height: 1.6;
  margin-bottom: 24px;
}
.prv-exit-cta {
  display: block;
  padding: 16px 24px;
  background: linear-gradient(135deg, #6ee035, #4cbb17);
  color: #0a1a05;
  font-size: 16px;
  font-weight: 800;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 16px;
  transition: opacity 0.2s;
}
.prv-exit-cta:hover { opacity: 0.9; }
.prv-exit-trust {
  font-size: 12px;
  color: #556;
}
@media (max-width: 480px) {
  .prv-exit-popup { padding: 32px 24px; }
  .prv-exit-popup h3 { font-size: 20px; }
}

/* ══════════════════════════════════════════════════
   FAQ ACCORDION
   ══════════════════════════════════════════════════ */
.prv-faq-list { max-width: 780px; margin: 0 auto; }
.prv-faq-item { border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; margin-bottom: 10px; overflow: hidden; background: #111827; transition: border-color 0.2s; }
.prv-faq-item.prv-faq-open { border-color: rgba(0,212,170,0.35); }
.prv-faq-q { width: 100%; background: none; border: none; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; text-align: left; color: #e8eaf0; font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 600; line-height: 1.4; -webkit-tap-highlight-color: transparent; }
.prv-faq-q:hover { color: #fff; }
.prv-faq-icon { font-size: 22px; font-weight: 300; color: var(--prv-teal); flex-shrink: 0; transition: transform 0.25s ease; line-height: 1; }
.prv-faq-item.prv-faq-open .prv-faq-icon { transform: rotate(45deg); }
.prv-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.32s ease; }
.prv-faq-item.prv-faq-open .prv-faq-a { max-height: 400px; }
.prv-faq-a-inner { padding: 0 22px 20px; font-size: 15px; color: #8a93a8; line-height: 1.7; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 14px; }
@media (max-width: 480px) {
  .prv-faq-q { font-size: 14px; padding: 14px 16px; }
  .prv-faq-a-inner { padding: 0 16px 16px; padding-top: 12px; font-size: 14px; }
}

/* ══════════════════════════════════════════════════
   REVIEWS GRID (2-column, up to 6)
   ══════════════════════════════════════════════════ */
.prv-reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.prv-review-card { background: #111827; border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 14px; transition: border-color 0.2s; }
.prv-review-card:hover { border-color: rgba(0,212,170,0.25); }
.prv-review-header { display: flex; align-items: center; gap: 14px; }
.prv-review-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #00d4aa, #0088cc); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; color: #fff; flex-shrink: 0; font-family: 'DM Serif Display', serif; }
.prv-review-photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: top; flex-shrink: 0; }
.prv-review-name { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.prv-review-detail { font-size: 12px; color: var(--prv-teal); font-weight: 600; margin-bottom: 4px; }
.prv-review-stars { color: var(--prv-gold); font-size: 14px; letter-spacing: 1px; }
.prv-review-quote { font-size: 14px; color: #8a93a8; line-height: 1.7; flex: 1; }
.prv-review-quote::before { content: '"'; font-size: 28px; color: rgba(0,212,170,0.3); line-height: 0; vertical-align: -10px; margin-right: 4px; font-family: 'DM Serif Display', serif; }
.prv-review-verified { font-size: 11px; color: #556; display: flex; align-items: center; gap: 4px; }
@media (max-width: 900px) { .prv-reviews-grid { grid-template-columns: 1fr 1fr; gap: 14px; } }
@media (max-width: 480px) { .prv-reviews-grid { grid-template-columns: 1fr; gap: 12px; } .prv-review-card { padding: 18px 16px; } }

/* ══════════════════════════════════════════════════
   FACULTY GRID — 4 faculty support
   ══════════════════════════════════════════════════ */
.prv-faculty-grid--four { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .prv-faculty-grid--four { grid-template-columns: 1fr; } }
