.premium-hero {
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  padding-top: 60px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1e293b;
  width: 100%;
  max-width: 100%;
}

.premium-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 65%);
  pointer-events: none;
  z-index: 0;
}

.premium-hero__backdrop {
  position: relative;
  z-index: 1;
}

.premium-hero__container {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 0 24px;
}

.premium-hero__stats-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.stat-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  min-width: 180px;
  flex: 1;
}

.stat-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.1);
  color: var(--premium-brand, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.stat-card__info {
  display: flex;
  flex-direction: column;
}

.stat-card__val {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.stat-card__lbl {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.2;
  margin-top: 2px;
}

.premium-hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 0;
}

.premium-hero__subtitle {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--premium-brand, #3b82f6);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.premium-hero__name {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.premium-hero__degree {
  font-size: 15px;
  font-weight: 500;
  color: #64748b;
  margin: 0 0 16px;
}

.premium-hero__divider {
  width: 48px;
  height: 4px;
  background: var(--premium-brand, #3b82f6);
  border-radius: 2px;
  margin-bottom: 20px;
}

.premium-hero__overview {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 24px;
  font-weight: 400;
}

.premium-hero__expertise {
  margin-bottom: 28px;
}

.premium-hero__expertise-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #94a3b8;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.premium-hero__expertise-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.expertise-pill {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.expertise-pill i {
  color: var(--premium-brand, #3b82f6);
}

.premium-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.main-actions {
  display: flex;
  gap: 12px;
}

.premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: all 0.2s ease;
  text-decoration: none;
  line-height: 1;
}

.premium-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: inherit;
}

.premium-btn--primary {
  background: var(--premium-brand, #3b82f6);
  color: #ffffff;
}

.premium-btn--primary:hover {
  background: var(--premium-brand-dark, #2563eb);
  color: #ffffff;
}

.premium-btn--secondary {
  background: transparent;
  color: var(--premium-brand, #3b82f6);
  border: 1px solid var(--premium-brand, #3b82f6);
}

.premium-btn--secondary:hover {
  background: rgba(59, 130, 246, 0.05);
}

.icon-actions {
  display: flex;
  gap: 12px;
}

.premium-btn--whatsapp-circle,
.premium-btn--phone-circle {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.premium-btn--whatsapp-circle {
  background: #10b981;
  color: #ffffff;
}

.premium-btn--whatsapp-circle:hover {
  background: #059669;
  color: #ffffff;
}

.premium-btn--phone-circle {
  background: #ffffff;
  color: var(--premium-brand, #3b82f6);
  border: 1px solid #e2e8f0;
}

.premium-btn--phone-circle:hover {
  background: rgba(59, 130, 246, 0.05);
}

.premium-hero__right {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 400px;
}

.premium-hero__media {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  left: 50px;
  top: 20px;
}

.premium-hero__media::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
  pointer-events: none;
}

.premium-hero__photo {
  width: 100%;
  max-width: 380px;
  height: auto;
  object-fit: cover;
  object-position: bottom center;
  display: block;
  border-radius: 0;
}

.linq-card {
  position: absolute;
  left: -70px;
  top: 75%;
  transform: translateY(-50%);
  z-index: 10;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  width: 220px;
  height: auto;
}

.linq-card__subtitle {
  font-size: 10px;
  font-weight: 600;
  color: var(--premium-brand, #0d6efd);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 2px;
  text-align: center;
}

.linq-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
  text-align: center;
}

.linq-card__qr {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.linq-card__qr img {
  width: 100%;
  height: 100%;
  display: block;
}

.linq-card__actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 12px;
}

.linq-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #0f172a;
  transition: color 0.2s;
  text-decoration: none;
  flex: 1;
}

.linq-action:hover {
  color: var(--premium-brand, #0d6efd);
}

.linq-action__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--premium-brand, #0d6efd);
  transition: background 0.2s;
}

.linq-action:hover .linq-action__icon {
  background: rgba(13, 110, 253, 0.05);
}

.linq-action__lbl {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.linq-card__verify {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #0f172a;
  text-align: left;
  line-height: 1.3;
}

.linq-card__verify i,
.linq-card__verify .fa-stack {
  color: var(--premium-brand, #0d6efd);
}

.premium-hero__info-bar {
  display: flex;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  gap: 24px;
}

.info-card {
  flex: 1;
  display: flex;
  gap: 16px;
  border-right: 1px solid #e2e8f0;
  padding-right: 24px;
}

.info-card:last-child {
  border-right: none;
  padding-right: 0;
}

.info-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(59, 130, 246, 0.1);
  color: var(--premium-brand, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.info-card__content {
  display: flex;
  flex-direction: column;
}

.info-card__title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #94a3b8;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.info-card__text {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.5;
}

.info-card__text strong {
  color: #0f172a;
  font-weight: 600;
}

.info-card__text span {
  display: block;
}

@media (max-width: 992px) {
  .premium-hero__header-details {
    order: 1;
    text-align: left;
  }

  .premium-hero__divider {
    margin: 0 0 20px 0;
  }

  .premium-hero__right {
    order: 2;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .premium-hero__media {
    left: 0 !important;
    top: 0 !important;
  }

  .premium-hero__media::before {
    width: 340px;
    height: 340px;
  }

  .linq-card {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: -30px;
    width: 100%;
    max-width: 480px;
    display: flex;
    text-align: left;
    padding: 20px;
    gap: 20px;
    align-items: stretch;
  }

  .linq-card__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    flex-shrink: 0;
  }

  .linq-card__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }

  .linq-card__qr {
    width: 120px;
    height: 120px;
    margin: 8px 0 0;
  }

  .linq-card__actions {
    margin-bottom: 0;
    flex-grow: 1;
    align-items: center;
  }

  .linq-action__icon {
    width: 40px;
    height: 40px;
  }

  .linq-card__verify {
    justify-content: flex-start;
  }

  .premium-hero__expertise {
    order: 3;
    text-align: left;
  }

  .premium-hero__expertise-list {
    justify-content: flex-start;
  }

  .premium-hero__actions {
    order: 4;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .premium-btn {
    width: 100%;
    font-size: 13px;
    padding: 12px 16px;
  }

  .icon-actions {
    width: 100%;
    justify-content: center;
  }

  .premium-btn--whatsapp-circle,
  .premium-btn--phone-circle {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }

  .premium-hero__info-bar {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }

  .info-card {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding-right: 0;
    padding-bottom: 16px;
  }

  .info-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .name-alignment-mobile {margin: 0 auto; margin-bottom: 5%;}
  .premium-hero {
    padding: 40px 0 10px;
  }

  .premium-hero__header-details {
    order: 1;
  }

  .premium-hero__right {
    order: 2;
  }

  .premium-hero__media {
    max-width: 100%;
  }

  .premium-hero__photo {
    max-width: 100%;
  }

  .premium-hero__media::before {
    width: 280px;
    height: 280px;
  }

  .premium-hero__stats-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .stat-card {
    min-width: auto;
    padding: 10px;
    flex: none;
  }

  .premium-hero__name {
    font-size: 32px;
  }

  .premium-hero__overview {
    display: none !important;
  }

  .linq-card {
    flex-direction: row;
    align-items: stretch;
    text-align: left;
    max-width: 100%;
    padding: 16px;
    gap: 16px;
  }

  .linq-card__left {
    min-width: 100px;
    align-items: center;
  }

  .linq-card__qr {
    width: 100px;
    height: 100px;
  }

  .linq-card__right {
    width: auto;
    flex-grow: 1;
  }

  .linq-card__verify {
    justify-content: flex-start;
    margin-top: 12px;
    padding-top: 12px;
    font-size: 10px;
  }
}

.premium-hero {
  background: linear-gradient(67.13deg, #FFFFFF 0%, #DCE5F8 100%);
  position: relative;
  overflow: hidden;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1e293b;
}
.premium-hero__backdrop { padding: 0; position: relative; }
.premium-hero__container { max-width: 1320px; margin: 0 auto; padding: 0 24px; position: relative; }

.ph-mobile-media { display: none; }

.premium-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px) 270px;
  gap: 0 12px;
  align-items: start;
  min-height: 520px;
}

.premium-hero__left {
  padding: 48px 20px 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 3;
  min-width: 0;
}

.premium-hero__container {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

.ph-title-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 6px;
}

.ph-title-line {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #0066FF;
  letter-spacing: .09em;
  line-height: 1.45;
  max-width: 50ch;
  word-break: break-word;
}

.premium-hero__container {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

.ph-title-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 6px;
}

.ph-title-line {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #0066FF;
  letter-spacing: .09em;
  line-height: 1.45;
  max-width: 50ch;
  word-break: break-word;
}

.ph-roles { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; text-transform: uppercase; }
.ph-role-pill { font-size: 11px; font-weight: 700; color: var(--premium-brand); letter-spacing: .09em;  padding: 0 12px 0 0; }
.ph-role-sep  { color: var(--premium-brand); font-size: 11px; margin: 0 2px; }

.ph-name { font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 500; line-height: 1.15; color: #101629; margin: 0 0 6px; }

.ph-credentials { font-size: 14px; color: #4a5568; margin: 0; }

.ph-rule { width: 44px; height: 3px; background: var(--premium-brand); border-radius: 2px; margin-bottom: 20px; }

.ph-tagline { font-size: 14.5px; color: #4a5568; line-height: 1.65; margin: 8px 0 16px; text-wrap-style: balance; max-width: 540px; }

.ph-expertise { margin: 20px 0 12px; max-width: 540px; display: flex; flex-direction: column; gap: 9px; }
.ph-expertise-title { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #9eaabb; }
.ph-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 100%;
}
.ph-tag {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px; min-width: 0; flex: 0 1 auto;
  border: 1px solid #dce6f5; border-radius: 6px; padding: 6px 12px;
  font-size: 12px; font-weight: 500; color: #101629;
  background: #fff; box-shadow: 0 2px 8px rgba(30,94,255,.04);
  transition: border-color .2s, background .2s;
  text-align: center;
  line-height: 1.35;
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
}
.ph-tag--wide { grid-column: 1 / -1; }
.ph-tag--half { grid-column: span 1; }
.ph-tag--long-even {
  grid-column: span 1;
  font-size: 11px;
  padding: 6px 8px;
  min-height: 32px;
  height: auto;
}
.ph-tag:hover { border-color: var(--premium-brand); background: var(--premium-brand-light); }

.ph-cta-row { display: flex; align-items: stretch; flex-wrap: wrap; gap: 9px; margin-top: 14px; }

.ph-cta-secondary {
  display: contents;
}

.ph-cta-row--mobile-first { display: none; }
.ph-cta-row--desktop { display: flex; }

.ph-btn-book {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 12px;
  background: #323b58; color: #fff; border: none; border-radius: 6px;
  padding: 0 16px; min-height: 44px; font-size: 13px; font-weight: 600;
  cursor: pointer; transition: background .2s, transform .15s;
  box-shadow: 0 4px 12px rgba(50,59,88,.15); white-space: nowrap;
}
.ph-btn-book:hover { background: var(--premium-brand-dark); transform: translateY(-1px); }
.ph-btn-book i:last-child { font-size: 14px; }

.ph-exp-badge {
  display: flex; align-items: center; gap: 10px; padding: 0 16px;
  min-height: 44px; border: 1px solid #dce6f5; border-radius: 6px;
  background: #fff; box-shadow: 0 4px 12px rgba(30,94,255,.06); white-space: nowrap;
}
.ph-exp-trophy { color: #f5a623; font-size: 18px; }
.ph-exp-text { display: flex; flex-direction: column; line-height: 1.25; }
.ph-exp-text strong { font-size: 13px; font-weight: 700; color: #101629; }
.ph-exp-text span   { font-size: 10.5px; color: #4d586a; }

.ph-icon-btn {
  width: 44px; height: 44px; border-radius: 6px;
  border: 1px solid #dce6f5; background: #fff;
  box-shadow: 0 4px 12px rgba(30,94,255,.06);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #4a5568; text-decoration: none;
  transition: border-color .2s, color .2s, transform .15s; cursor: pointer;
}
.ph-icon-btn:hover { border-color: var(--premium-brand); color: var(--premium-brand); transform: translateY(-1px); }
.ph-icon-btn--wa { color: #25d366; }
.ph-icon-btn--wa:hover { border-color: #25d366; color: #25d366; }

.ph-photo-col {
  position: relative; bottom: 50px; display: flex; align-items: flex-end;
  justify-content: center; height: 100%; min-height: 480px;
  overflow: visible; right: 0; z-index: 1;
}
.ph-hero-ellipse {
  position: absolute; width: 380px; height: 380px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #DCE5F8 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF; border-radius: 50%; z-index: 0;
  box-shadow: 0 20px 60px rgba(30,94,255,.08);
}
.ph-photo-blob {
  position: absolute; width: 240px; height: 200px;
  background: radial-gradient(ellipse at center, rgba(30,94,255,.08) 0%, transparent 65%);
  border-radius: 50%; bottom: -20px; left: 50%; transform: translateX(-50%); z-index: 0;
}
.ph-photo-col .ph-photo-img {
  position: relative; z-index: 1;
  width: 100%; height: 100% !important; max-width: 360px; height: auto; max-height: 480px;
  object-fit: cover; object-position: top center; display: block;
  right: 0; bottom: 0; border-radius: 0 0 28px 28px;
}

.ph-linq-card {
  position: relative; z-index: 10; background: #fff;
  border: 1px solid #dce6f5; box-shadow: 0 8px 32px rgba(30,94,255,.12);
  border-radius: 20px; overflow: hidden;
  width: 270px; height: auto; min-height: 520px;
  align-self: start; top: 30px !important; right: 0;
  margin-left: -20px;
}
.ph-linq-card--mobile { display: none; }

.ph-linq-header {
  background: #323b58; color: #fff; font-size: 12px; font-weight: 700;
  letter-spacing: 1px; padding: 14px 20px; text-transform: uppercase;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin: 0 auto; width: 213px; border-radius:0 0 20px 20px;
}
.ph-linq-body {
  padding: 18px 20px 20px; display: flex;
  flex-direction: column; align-items: center; gap: 5px;
}
.ph-linq-scan-lbl { font-size: 12px; text-align: center; color: #4d586a; margin: 0; }
.ph-linq-doc-name { font-size: 18px; font-weight: 500; text-align: center; color: #101629; margin: 0; line-height: 1.3; }
.ph-linq-qr-wrap {
  display: flex; justify-content: center; align-items: center;
  background: #fff; border-radius: 10px;
  box-shadow: 0 2px 12px rgba(70,68,68,.12);
   width: 170px; height: 170px;
}
.ph-linq-qr-wrap img { width: 180px; height: 180px; display: block; border-radius: 4px; padding:5%; }
.ph-linq-qr-img {
  opacity: 0;
  transition: opacity .3s ease;
}
.ph-linq-qr-img.is-loaded { opacity: 1; }
.ph-linq-qr-img.is-error { opacity: 0.35; }
.ph-linq-hint { font-size: 11px; text-align: center; color: #748096; margin: 0; }
.ph-linq-actions { list-style: none; padding: 0; margin: 0; width: 230px; display: flex; flex-direction: column; gap: 6px; }
.ph-linq-row {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px;
  font-size: 12.5px; font-weight: 500; color: #1a2233;
  background: #fff; border: 1px solid #dce5f8; border-radius: 6px;
  width: 100%; text-align: left; cursor: pointer; text-decoration: none;
  transition: border-color .15s, background .15s;
}
.ph-linq-row:hover { border-color: var(--premium-brand); background: var(--premium-brand-light); color: var(--premium-brand); }
.ph-linq-row > i:first-child { font-size: 14px; color: #323b58; flex-shrink: 0; width: 16px; text-align: center; }
.ph-linq-row span { flex: 1; }
.ph-linq-chevron { font-size: 10px; color: #9eaabb; flex-shrink: 0; }
.ph-linq-verified {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-size: 11.5px; font-weight: 500; color: #323b58;
  padding: 9px 14px; background: #edf0ff; border-radius: 8px; width: 230px;
}
.ph-linq-verified-icon { color: var(--premium-brand); font-size: 15px; flex-shrink: 0; }

.fa-check-circle:before,
.fa-circle-check:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.07389 0.96025C5.87909 1.12626 5.78168 1.20927 5.67765 1.27899C5.43917 1.43883 5.17134 1.54977 4.88968 1.60538C4.76681 1.62964 4.63923 1.63982 4.38407 1.66018C3.74296 1.71134 3.4224 1.73692 3.15497 1.83139C2.53641 2.04987 2.04987 2.53641 1.83139 3.15497C1.73692 3.4224 1.71135 3.74295 1.66019 4.38406C1.63983 4.63922 1.62964 4.76681 1.60538 4.88968C1.54977 5.17134 1.43883 5.43917 1.27899 5.67765C1.20927 5.78168 1.12625 5.8791 0.960226 6.07391C0.543074 6.56343 0.334482 6.80816 0.212178 7.06408C-0.070726 7.656 -0.070726 8.344 0.212178 8.93592C0.33449 9.19184 0.543066 9.43656 0.960218 9.92608C1.12621 10.1209 1.20927 10.2183 1.27899 10.3223C1.43883 10.5608 1.54977 10.8286 1.60538 11.1103C1.62964 11.2332 1.63982 11.3608 1.66018 11.6159C1.71134 12.257 1.73692 12.5776 1.83139 12.845C2.04987 13.4636 2.53641 13.9502 3.15497 14.1686C3.42239 14.263 3.74294 14.2886 4.384 14.3398C4.63916 14.3602 4.76681 14.3704 4.88968 14.3946C5.17134 14.4502 5.43917 14.5612 5.67765 14.721C5.78169 14.7907 5.8791 14.8738 6.07392 15.0398C6.56344 15.457 6.80816 15.6655 7.06408 15.7878C7.656 16.0707 8.344 16.0707 8.93592 15.7878C9.19184 15.6655 9.43656 15.457 9.92608 15.0398C10.1209 14.8738 10.2183 14.7907 10.3223 14.721C10.5608 14.5612 10.8286 14.4502 11.1103 14.3946C11.2332 14.3704 11.3608 14.3602 11.6159 14.3398C12.257 14.2886 12.5776 14.263 12.845 14.1686C13.4636 13.9502 13.9502 13.4636 14.1686 12.845C14.263 12.5776 14.2886 12.257 14.3398 11.616C14.3602 11.3609 14.3704 11.2332 14.3946 11.1103C14.4502 10.8286 14.5612 10.5608 14.721 10.3223C14.7907 10.2183 14.8738 10.1209 15.0398 9.92608C15.457 9.43656 15.6655 9.19184 15.7878 8.93592C16.0707 8.344 16.0707 7.656 15.7878 7.06408C15.6655 6.80816 15.457 6.56344 15.0398 6.07392C14.8738 5.8791 14.7907 5.78169 14.721 5.67765C14.5612 5.43917 14.4502 5.17134 14.3946 4.88968C14.3704 4.76681 14.3602 4.63923 14.3398 4.38407C14.2886 3.743 14.263 3.42239 14.1686 3.15497C13.9502 2.53641 13.4636 2.04987 12.845 1.83139C12.5776 1.73692 12.257 1.71135 11.61 1.66018C11.3548 1.63982 11.2272 1.62964 11.1043 1.60538C10.8227 1.54977 10.5548 1.43883 10.3163 1.27899C10.2123 1.20927 10.1149 1.12626 9.92608 0.96025C9.43656 0.543074 9.19184 0.334482 8.93592 0.212178C8.344 -0.070726 7.656 -0.070726 7.06408 0.212178C6.80816 0.33449 6.56344 0.543066 6.07392 0.960226Z' fill='%230066FF'/%3E%3Cpath d='M11.4989 6.29019C11.7531 6.03593 11.7531 5.62368 11.4989 5.36941C11.2446 5.11514 10.8323 5.11514 10.5781 5.36941L6.69784 9.24965L5.42202 7.97373C5.16776 7.71949 4.75551 7.71949 4.50124 7.97373C4.24698 8.22805 4.24698 8.64029 4.50124 8.89453L6.23748 10.6308C6.49176 10.885 6.904 10.885 7.15824 10.6308L11.4989 6.29019Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ph-avail-heading {
  text-align: center; font-size: 12.5px; font-weight: 700;
  letter-spacing: .14em; color: #9eaabb; text-transform: uppercase;
  padding: 28px 0 18px; display: flex; align-items: center; gap: 14px;
}
.ph-avail-heading::before,
.ph-avail-heading::after { content: ''; flex: 1; height: 1px; background: #dde4ef; }

.ph-avail-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; padding-bottom: 48px; }
.ph-avail-card { display: flex; flex-direction: column; gap: 16px; background: #fff; border: 1px solid #dde4ef; border-radius: 20px; padding: 24px; }
.ph-avail-card-title {
  font-size: 11.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--premium-brand); display: flex; align-items: center; gap: 7px;
  padding-bottom: 12px; border-bottom: 1px solid #eef1f8;
}
.ph-avail-card-title i { color: var(--premium-brand); font-size: 13px; }

.ph-clinic-list { display: flex; flex-direction: column; }
.ph-clinic-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f0f3f8; }
.ph-clinic-item:last-child { border-bottom: none; }
.ph-clinic-info { flex: 1; min-width: 0; }
.ph-clinic-name { display: block; font-size: 13.5px; font-weight: 700; color: #1a2233; margin-bottom: 3px; }
.ph-clinic-loc { display: flex; align-items: center; gap: 4px; font-size: 12px; color: #9eaabb; margin-bottom: 4px; }
.ph-clinic-loc i { font-size: 10px; color: #d32f2f; }
.ph-clinic-map { font-size: 12px; color: #0066FF; font-weight: 600; text-decoration: none; }
.ph-clinic-map:hover { text-decoration: underline; }
.ph-clinic-logo {
  flex-shrink: 0; width: 84px; height: 48px; display: flex;
  align-items: center; justify-content: center;
  background: #f8faff; border: 1px solid #edf1f8; border-radius: 8px; padding: 4px 8px; overflow: hidden;
}
.ph-clinic-logo img { max-width: 76px; max-height: 42px; object-fit: contain; }
.ph-clinic-logo i { font-size: 22px; color: var(--premium-brand); }

.ph-consult-list { list-style: none; padding: 0; margin: 0; }
.ph-consult-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f0f3f8; }
.ph-consult-item:last-child { border-bottom: none; }
.ph-consult-icon { width: 36px; height: 36px; background: var(--premium-brand-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ph-consult-icon i { color: var(--premium-brand); font-size: 15px; }
.ph-consult-info { flex: 1; }
.ph-consult-info strong { display: block; font-size: 13px; color: #1a2233; margin-bottom: 2px; }
.ph-consult-info span   { font-size: 11.5px; color: #9eaabb; }
.ph-consult-tick { color: #27ae60; flex-shrink: 0; font-size: 14px; }
.ph-consult-cross { color: #e74c3c; flex-shrink: 0; font-size: 14px; }
.ph-consult-item--disabled {
  opacity: 0.55;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 4px,
    rgba(158, 170, 187, 0.08) 4px,
    rgba(158, 170, 187, 0.08) 8px
  );
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: -8px;
  margin-right: -8px;
}
.ph-consult-item--disabled .ph-consult-icon { filter: grayscale(1); opacity: 0.7; }
.ph-consult-item--disabled .ph-consult-info strong,
.ph-consult-item--disabled .ph-consult-info span { color: #9eaabb; }

.ph-consult-item--disabled {
  opacity: 0.5;
  filter: grayscale(0.35);
  position: relative;
}
.ph-consult-watermark {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1.5px dashed #e24b4a;
  pointer-events: none;
  border-radius: 8px;
}
.ph-consult-unavail {
  font-size: 11px;
  font-weight: 600;
  color: #a32d2d;
  background: #fcebeb;
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.ph-trust-stat { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid #f0f3f8; }
.ph-trust-stat:first-of-type { padding-top: 0; }
.ph-trust-icon-wrap { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: #f0f3fa; border-radius: 50%; flex-shrink: 0; }
.ph-trust-icon-wrap i { font-size: 18px; color: #b0bcd4; }
.ph-trust-stat > div { display: flex; flex-direction: column; }
.ph-trust-num { font-size: 1.85rem; font-weight: 800; color: #1a2233; line-height: 1; }
.ph-trust-stat span { font-size: 12px; color: #9eaabb; margin-top: 2px; }

.ph-trust-tedx { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid #f0f3f8; }
.ph-tedx-badge { display: flex; align-items: center; flex-shrink: 0; }
.ph-tedx-ted { background: #e62b1e; color: #fff; font-weight: 900; font-size: 15px; padding: 2px 5px; border-radius: 4px; }
.ph-tedx-x   { color: #e62b1e; font-weight: 900; font-size: 15px; margin-left: 1px; }
.ph-trust-tedx > div { display: flex; flex-direction: column; }
.ph-trust-tedx strong { font-size: 14px; color: #1a2233; font-weight: 700; }
.ph-trust-tedx span   { font-size: 11.5px; color: #9eaabb; }

.ph-read-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 13px; font-weight: 600; color: var(--premium-brand); text-decoration: none; }
.ph-read-more:hover { text-decoration: underline; }

@media (min-width: 1200px) {
  .premium-hero__grid {
    grid-template-columns: minmax(0, 1fr) 420px 270px;
    gap: 0 20px;
  }
  .ph-hero-ellipse { width: 420px; height: 420px; }
  .ph-photo-col .ph-photo-img { max-width: 400px; max-height: 540px; }
  .ph-linq-card { top: 110px; margin-left: -32px; }
}

@media (min-width: 1025px) {
  .premium-hero {
    overflow: visible;
  }
}

@media (max-width: 1024px) {
  .premium-hero {
    background: linear-gradient(33.15deg, #FFFFFF 19.75%, #DCE5F8 80.25%);
  }

  .premium-hero__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .premium-hero__left {
    padding: 20px 0 0;
    gap: 9px;
  }

  .ph-photo-col          { display: none; }
  .ph-linq-card--desktop { display: none; }

  .ph-mobile-media {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 100%;
    margin: 8px 0 0;
  }

  .premium-hero__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ph-title-line {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    max-width: 100%;
    text-align: start;
  }

  .ph-roles {
    justify-content: flex-start;
  }

  .ph-role-pill {
    font-size: 11px;
    font-weight: 700;
    color: var(--premium-brand);
    letter-spacing: .09em;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    display: block;
    width: 100%;
    position: relative;
    left: 15px;
  }
  .ph-role-sep  { color: #0066FF; font-size: 12px; }

  .ph-name {
    font-family: 'Kaisei Decol', serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin: 0;
    text-align: start;
  }

  .ph-credentials {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #756E6E;
    margin: 0;
  }

  .ph-rule { width: 60px; margin-bottom: 0; }

  .ph-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    margin: 8px 0;
    text-wrap-style: balance; 
  }

  .ph-photo-wrap {
    position: relative;
    width: 100%;
    height: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
    margin-bottom: 0;
  }
  .ph-photo-wrap::before {
    content: '';
    position: absolute;
    width: 321px; height: 321px;
    top: 50%; left: 50%;
    transform: translate(-50%, -44%);
    background: linear-gradient(180deg, #DCE5F8 0%, #FFFFFF 100%);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    z-index: 0;
  }
  .ph-photo-wrap .ph-photo-img {
    position: relative; z-index: 1;
    width: auto;
    max-width: 100%;
    height: 400px;
    object-fit: cover; object-position: top center;
    border-radius: 0;
    right: 0; bottom: 0;
  }

  .ph-linq-card.ph-linq-card--mobile {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    top: auto !important;
    right: auto !important;
    align-self: auto !important;
    margin: -48px auto 0;
    position: relative;
    z-index: 3;
    border-radius: 12px;
    border: 1px solid #D4E3F3;
    background: #FFFFFF;
    box-shadow: 0 8px 28px rgba(38, 38, 38, 0.08),
                0 4px 14px rgba(38, 38, 38, 0.05);
    padding: 0;
    gap: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .ph-linq-card--mobile .ph-linq-sidebar {
    margin: 3% 3% 3% 0;
    bottom: 100px;
    height: 80%;
    width: 34px;
    flex-shrink: 0;
    background: #323B58;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 0 16px;
    gap: 10px;
    border-radius: 0px 20px 20px 0px;
  }

  .ph-linq-card--mobile .ph-linq-sidebar-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    flex: 1;
  }

  .ph-linq-card--mobile .ph-linq-sidebar-icon {
    color: #FFFFFF;
    font-size: 12px;
    flex-shrink: 0;
    line-height: 1;
  }

  .ph-linq-card--mobile .ph-linq-header {
    display: none;
  }

  .ph-linq-card--mobile .ph-linq-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 12px 12px 12px 10px;
    gap: 0;
    flex: 1;
    min-width: 0;
    min-height: 0;
    background: #FFFFFF;
  }

  .ph-linq-card--mobile .ph-linq-body-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }

  .ph-linq-card--mobile .ph-linq-left-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    width: 118px;
    gap: 6px;
  }

  .ph-linq-card--mobile .ph-linq-body-header {
    width: 100%;
    text-align: center;
  }

  .ph-linq-card--mobile .ph-linq-scan-lbl {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #0066FF !important;
    text-align: center;
    margin: 0;
    line-height: 1.2;
  }

  .ph-linq-card--mobile .ph-linq-card-title,
  .ph-linq-card--mobile .ph-linq-doc-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #101629;
    text-align: center;
    margin: 2px 0 4px;
    line-height: 1.2;
  }

  .ph-linq-card--mobile .ph-linq-qr-wrap {
    width: 108px !important;
    height: 108px !important;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(70, 68, 68, 0.1);
    background: #fff;
    border: 1px solid #E8EEF5;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ph-linq-card--mobile .ph-linq-qr-wrap img,
  .ph-linq-card--mobile .ph-linq-qr-img {
    width: 100% !important;
    height: 100% !important;
    max-width: 92px;
    max-height: 92px;
    object-fit: contain;
    display: block;
    opacity: 0;
    transition: opacity .3s ease;
  }

  .ph-linq-card--mobile .ph-linq-qr-img.is-loaded {
    opacity: 1;
  }

  .ph-linq-card--mobile .ph-linq-qr-img.is-error {
    opacity: 0.35;
  }

  .ph-linq-card--mobile .ph-linq-actions-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
    padding: 0 2px 0 0;
  }

  .ph-linq-card--mobile .ph-linq-actions {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #D8DEE8;
    width: 100% !important;
    list-style: none;
    margin-top: 0;
    padding-left: 0;
  }

  .ph-linq-card--mobile .ph-linq-actions li {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
  }

  .ph-linq-card--mobile .ph-linq-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: none;
    background: transparent;
    width: 100%;
    max-width: 72px;
    font-size: 10px;
    font-weight: 500;
    color: #101629;
    text-align: center;
    line-height: 1.25;
    cursor: pointer;
    text-decoration: none;
  }

  .ph-linq-card--mobile .ph-linq-row .ph-linq-icon-wrap {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #DCE5F8;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(112, 112, 112, 0.1);
    padding: 0 !important;
  }

  .ph-linq-card--mobile .ph-linq-row .ph-linq-action-label {
    flex: none;
    width: 100%;
  }

  .ph-linq-card--mobile .ph-linq-icon-wrap i {
    font-size: 16px;
    color: #0066FF;
    line-height: 1;
  }

  .ph-linq-card--mobile .ph-linq-action-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 500;
    color: #101629;
    line-height: 1.3;
    display: block;
    width: 100%;
    word-break: break-word;
  }

  .ph-linq-card--mobile .ph-linq-chevron { display: none; }

  .ph-linq-card--mobile .ph-linq-verified {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #101629;
    padding: 10px 4px 0 !important;
    width: auto !important;
    max-width: 100%;
    text-align: left;
    line-height: 1.3;
    background: transparent !important;
    border-radius: 0 !important;
  }

  .ph-linq-card--mobile .ph-linq-verified-icon {
    flex-shrink: 0;
    line-height: 1;
    font-size: 24px;
  }

  .ph-linq-card--mobile .ph-linq-verified .fa-circle-check:before,
  .ph-linq-card--mobile .ph-linq-verified .fa-check-circle:before {
    width: 24px;
    height: 24px;
  }

  .ph-linq-card--mobile .ph-linq-verified-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1.25;
  }

  .ph-linq-card--mobile .ph-linq-verified-text span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #101629;
  }

  .ph-cta-row--mobile-first {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid #C4CAD3;
    margin-top: 12px;
    width: 100%;
    max-width: 100%;
  }
  .ph-cta-row--desktop { display: none !important; }

  .ph-expertise { margin: 8px 0; gap: 8px; width: 100%; max-width: 100%; }
  .ph-expertise-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 500;
    letter-spacing: .08em; color: #000; text-transform: uppercase;
  }
  .ph-tags {
    display: grid;
    flex-wrap: unset;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }
  .ph-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; font-weight: 500;
    padding: 6px 10px;
    min-height: 32px;
    height: auto;
    border-radius: 6px; color: #000; border-color: #DCE5F8;
  }
  .ph-tag--wide { grid-column: 1 / -1; }

  .ph-cta-row {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4CAD3;
    margin-top: 4px;
    width: 100%;
    max-width: 100%;
  }

  .ph-cta-row .ph-btn-book {
    width: 100%;
    flex: none;
    height: 46px;
    min-height: 46px;
    background: #323B58;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 16px;
    justify-content: center;
    gap: 10px;
  }

  .ph-cta-secondary {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }

  .ph-cta-secondary .ph-exp-badge {
    flex: 1;
    min-width: 0;
    height: 46px;
    min-height: 46px;
    padding: 8px 14px;
    border-radius: 6px;
    border-color: #C2DAFF;
    gap: 10px;
  }

  .ph-exp-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    min-width: 0;
  }

  .ph-exp-text strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
  }

  .ph-exp-text span {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #4D586A;
  }

  .ph-cta-secondary .ph-icon-btn {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    border-color: #C4CAD3;
    font-size: 18px;
    box-shadow: 2px 5px 6px rgba(123, 116, 116, 0.09), 1px 1px 3px rgba(123, 116, 116, 0.10);
  }

  .ph-avail-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px; font-weight: 500;
    color: #000; text-transform: none; letter-spacing: 0;
    padding: 24px 0 16px;
  }
  .ph-avail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 28px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .ph-avail-grid.p-3 {
    padding: 0 0 28px !important;
  }
  .ph-trusted-card { grid-column: 1; }

  .ph-avail-card {
    padding: 20px;
    border-radius: 20px;
    border-color: #DCE6F5;
    box-shadow: 0 4px 20px rgba(30,94,255,.06);
    gap: 12px;
  }
  .ph-avail-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 600;
    letter-spacing: 1px; color: #323B58;
    border-bottom-color: #DCE6F5; padding-bottom: 10px;
  }

  .ph-clinic-item {
    background: #F9FBFE;
    border: 1px solid #DCE6F5;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 8px;
  }
  .ph-clinic-item:last-child { margin-bottom: 0; }
  .ph-clinic-name { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #101629; }
  .ph-clinic-loc  { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #748096; }
  .ph-clinic-map  { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; color: #0066FF; }

  .ph-consult-item {
    background: #F9FBFE;
    border: 1px solid #DCE6F5;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 8px;
  }
  .ph-consult-item:last-child { margin-bottom: 0; }
  .ph-consult-info {
    flex: 1;
    min-width: 0;
  }
  .ph-consult-info strong { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #101629; }
  .ph-consult-info span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #748096;
    white-space: normal;
    word-break: break-word;
  }

  .ph-trust-stat {
    background: #F9FBFE;
    border: 1px solid #DCE6F5;
    border-radius: 12px;
    padding: 16px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    text-align: left;
    margin-bottom: 8px;
    border-bottom: none;
  }
  .ph-trust-stat:first-of-type {
    flex-direction: column;
    text-align: center;
    padding: 20px 16px;
  }
  .ph-trust-stat:first-of-type > div {
    align-items: center;
  }
  .ph-trust-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem; font-weight: 700; color: #323B58;
  }
  .ph-trust-stat span { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #4D586A; }
  .ph-trust-tedx {
    background: #fff;
    border: 1px solid #DCE6F5;
    border-radius: 12px;
    padding: 14px; margin-bottom: 8px;
    flex-direction: row; gap: 12px;
  }
  .ph-trust-tedx strong { font-size: 16px; }
  .ph-trust-tedx span   { font-size: 11.5px; color: #9eaabb; }
  .ph-read-more {
    font-family: 'Poppins', sans-serif;
    font-size: 13px; font-weight: 600; color: #0066FF;
    width: 100%; justify-content: center; margin-top: 4px;
  }

  @media (min-width: 768px) {
    .premium-hero__container {
      padding-left: 40px;
      padding-right: 40px;
    }
    .ph-name {
      font-size: clamp(2.25rem, 4.5vw, 3rem);
    }
    .ph-tagline {
      font-size: 15px;
      max-width: 640px;
    }
    .ph-photo-wrap {
      height: 400px;
    }
    .ph-photo-wrap::before {
      width: 380px;
      height: 380px;
    }
    .ph-photo-wrap .ph-photo-img {
      height: 420px;
    }
    .ph-linq-card.ph-linq-card--mobile {
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
    }
  }
}

@media (max-width: 1024px) {
  #premium-hero .ph-avail-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #premium-hero .ph-trusted-card {
    grid-column: 1 !important;
  }
}

@media (max-width: 767px) {
  .premium-hero__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1025px) {
  .ph-cta-row--mobile-first { display: none !important; }
  .ph-cta-row--desktop { display: flex !important; }
}

@media (min-width: 1025px) {
  .ph-cta-row--mobile-first { display: none !important; }
  .ph-cta-row--desktop { display: flex !important; }
}

@media (max-width: 380px) {
  
  .ph-name { font-size: 35px; }
  .ph-photo-wrap { height: 300px; }
  .ph-photo-wrap .ph-photo-img { height: 320px; }
  .ph-linq-card--mobile { width: 100% !important; margin-top: -40px; }
  .ph-linq-card--mobile .ph-linq-left-col { width: 108px; }
  .ph-linq-card--mobile .ph-linq-card-title { font-size: 14px; }
  .ph-linq-card--mobile .ph-linq-qr-wrap { width: 96px !important; height: 96px !important; }
  .ph-linq-card--mobile .ph-linq-row .ph-linq-icon-wrap { width: 42px; height: 42px; }
  .ph-linq-card--mobile .ph-linq-icon-wrap i { font-size: 14px; }
  .ph-linq-card--mobile .ph-linq-row { max-width: 64px; }
  .ph-linq-card--mobile .ph-linq-action-label { font-size: 8px; }
  .ph-linq-card--mobile .ph-linq-verified-text span { font-size: 9px; }
  .ph-linq-card--mobile .ph-linq-verified .fa-circle-check:before,
  .ph-linq-card--mobile .ph-linq-verified .fa-check-circle:before { width: 20px; height: 20px; }
  .ph-linq-card--mobile .ph-linq-verified-icon { font-size: 20px; }
  .ph-btn-book { font-size: 13px; }
  .ph-tag { font-size: 11px; padding: 0 10px; }
}