.elementor-873 .elementor-element.elementor-element-426f114{--display:flex;}.elementor-873 .elementor-element.elementor-element-210c949{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ------------------------------------------------------------------ */
  /*  Scoped reset & tokens — everything lives under .psl-page          */
  /* ------------------------------------------------------------------ */
  @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");

  .psl-page {
    /* Color tokens */
    --psl-gold: #e5a627;
    --psl-gold-dark: #c68a18;
    --psl-gold-soft: #fff3cd;
    --psl-gold-50: #fffaee;
    --psl-ink: #111827;
    --psl-ink-2: #1f2937;
    --psl-text: #4b5563;
    --psl-muted: #6b7280;
    --psl-line: #e5e7eb;
    --psl-bg: #ffffff;
    --psl-bg-2: #fdfaf3;
    --psl-card: #ffffff;
    --psl-shadow: 0 1px 2px rgba(17, 24, 39, 0.04), 0 12px 32px -12px rgba(17, 24, 39, 0.10);
    --psl-shadow-sm: 0 1px 2px rgba(17, 24, 39, 0.04), 0 6px 16px -8px rgba(17, 24, 39, 0.08);
    --psl-radius: 16px;
    --psl-radius-lg: 22px;

    /* Type & spacing */
    --psl-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --psl-font-serif: "Playfair Display", Georgia, "Times New Roman", serif;

    color: var(--psl-text);
    font-family: var(--psl-font-sans);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    background: var(--psl-bg);
  }

  .psl-page,
  .psl-page *,
  .psl-page *::before,
  .psl-page *::after {
    box-sizing: border-box;
  }

  .psl-page img {
    max-width: 100%;
    display: block;
  }

  .psl-page a {
    color: inherit;
    text-decoration: none;
  }

  .psl-page button {
    font: inherit;
    cursor: pointer;
    border: 0;
    background: none;
    color: inherit;
  }

  /* ------------------------------------------------------------------ */
  /*  Layout primitives                                                  */
  /* ------------------------------------------------------------------ */
  .psl-section {
    padding: 80px 20px;
  }
  .psl-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .psl-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--psl-gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
  }
  .psl-h1,
  .psl-h2,
  .psl-h3 {
    font-family: var(--psl-font-serif);
    color: var(--psl-ink);
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
  }
  .psl-h1 {
    font-size: clamp(38px, 5.4vw, 62px);
  }
  .psl-h2 {
    font-size: clamp(30px, 4vw, 46px);
  }
  .psl-h3 {
    font-size: 22px;
    font-weight: 600;
  }
  .psl-lede {
    font-size: 18px;
    color: var(--psl-text);
    line-height: 1.7;
    max-width: 720px;
  }
  .psl-text-center {
    text-align: center;
  }
  .psl-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .psl-mt-3 {
    margin-top: 12px;
  }
  .psl-mt-5 {
    margin-top: 20px;
  }
  .psl-mt-8 {
    margin-top: 32px;
  }
  .psl-mt-12 {
    margin-top: 48px;
  }

  /* ------------------------------------------------------------------ */
  /*  Buttons                                                            */
  /* ------------------------------------------------------------------ */
  .psl-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;
  }
  .psl-btn-primary {
    background: var(--psl-gold);
    color: #fff;
    box-shadow: 0 8px 18px -8px rgba(229, 166, 39, 0.55);
  }
  .psl-btn-primary:hover {
    background: var(--psl-gold-dark);
    transform: translateY(-1px);
  }
  .psl-btn-outline {
    background: #fff;
    color: var(--psl-ink);
    border: 1px solid var(--psl-line);
  }
  .psl-btn-outline:hover {
    border-color: var(--psl-gold);
    color: var(--psl-gold-dark);
  }
  .psl-btn-arrow {
    transition: transform 0.2s ease;
  }
  .psl-btn:hover .psl-btn-arrow {
    transform: translateX(2px);
  }

  /* ------------------------------------------------------------------ */
  /*  Hero — asymmetric 2-col with sample prayer card preview            */
  /* ------------------------------------------------------------------ */
  .psl-hero {
    position: relative;
    background: linear-gradient(180deg, var(--psl-gold-50) 0%, #ffffff 75%);
    padding: 80px 20px 90px;
    overflow: hidden;
  }
  .psl-hero::before,
  .psl-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.55;
    pointer-events: none;
  }
  .psl-hero::before {
    width: 420px;
    height: 420px;
    background: #fde2a3;
    top: -160px;
    left: -120px;
  }
  .psl-hero::after {
    width: 460px;
    height: 460px;
    background: #ffd9a8;
    bottom: -200px;
    right: -180px;
  }
  /* subtle dot pattern */
  .psl-hero-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.4;
    background-image: radial-gradient(rgba(229, 166, 39, 0.18) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  }

  .psl-hero-grid {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }
  .psl-hero-text {
    text-align: center;
  }
  .psl-hero-text p.psl-lede {
    margin-left: auto;
    margin-right: auto;
  }
  .psl-hero-cta,
  .psl-hero-meta {
    justify-content: center;
  }

  .psl-hero-rating {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--psl-line);
    border-radius: 999px;
    padding: 6px 18px 6px 6px;
    box-shadow: var(--psl-shadow-sm);
    margin-bottom: 26px;
  }
  .psl-avatars {
    display: inline-flex;
    align-items: center;
  }
  .psl-avatars .psl-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -8px;
    background-size: cover;
    background-position: center;
  }
  .psl-avatars .psl-av:first-child {
    margin-left: 0;
  }
  .psl-av-1 {
    background-image: linear-gradient(135deg, #f59e0b, #fbbf24);
  }
  .psl-av-2 {
    background-image: linear-gradient(135deg, #ec4899, #f472b6);
  }
  .psl-av-3 {
    background-image: linear-gradient(135deg, #10b981, #34d399);
  }
  .psl-av-4 {
    background-image: linear-gradient(135deg, #6366f1, #818cf8);
  }
  .psl-rating-text {
    font-size: 13px;
    color: var(--psl-ink-2);
    font-weight: 500;
    line-height: 1.2;
  }
  .psl-rating-text strong {
    color: var(--psl-ink);
  }
  .psl-rating-text .psl-stars-inline {
    color: var(--psl-gold);
    letter-spacing: 1px;
    font-size: 12px;
  }

  .psl-hero-text h1.psl-h1 {
    font-size: clamp(38px, 5.4vw, 60px);
    line-height: 1.07;
    letter-spacing: -0.01em;
  }
  .psl-hero-text h1.psl-h1 .psl-accent {
    color: var(--psl-gold-dark);
    position: relative;
    white-space: nowrap;
    font-style: italic;
  }
  .psl-hero-text h1.psl-h1 .psl-accent::after {
    content: "";
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: -10px;
    height: 12px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 12'><path d='M2 8 C 60 1, 160 1, 218 8' fill='none' stroke='%23e5a627' stroke-width='3' stroke-linecap='round'/></svg>")
      no-repeat center / contain;
  }

  .psl-hero-text p.psl-lede {
    margin-top: 22px;
    max-width: 520px;
  }
  .psl-hero-text p.psl-lede em {
    color: var(--psl-gold-dark);
    font-style: italic;
    font-weight: 600;
  }

  .psl-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }
  .psl-btn-lg {
    padding: 16px 28px;
    font-size: 15.5px;
  }
  .psl-btn-primary.psl-btn-lg {
    box-shadow: 0 14px 30px -10px rgba(229, 166, 39, 0.6);
  }

  .psl-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
    color: var(--psl-text);
    font-size: 13.5px;
  }
  .psl-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .psl-meta-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--psl-gold-soft);
    color: var(--psl-gold-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .psl-live-pill {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--psl-line);
    border-radius: 999px;
    padding: 8px 18px 8px 12px;
    box-shadow: var(--psl-shadow-sm);
    font-size: 13px;
    color: var(--psl-text);
  }
  .psl-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.6);
    animation: pslPulse 1.8s infinite;
    flex-shrink: 0;
  }
  @keyframes pslPulse {
    0% {
      box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.55);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(22, 163, 74, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
    }
  }

  /* Right column — visual */
  .psl-hero-visual {
    position: relative;
    min-height: 480px;
  }
  .psl-sample-card {
    position: absolute;
    background: #fff;
    border: 1px solid var(--psl-line);
    border-radius: 22px;
    padding: 30px 28px;
    box-shadow: 0 30px 60px -24px rgba(17, 24, 39, 0.25),
      0 6px 12px -4px rgba(17, 24, 39, 0.08);
  }
  .psl-sample-front {
    inset: 30px 50px 30px 0;
    transform: rotate(-2deg);
    z-index: 2;
    display: flex;
    flex-direction: column;
    animation: pslFloat 6s ease-in-out infinite;
  }
  .psl-sample-back {
    inset: 60px 0 0 60px;
    transform: rotate(4deg);
    z-index: 1;
    background: linear-gradient(180deg, var(--psl-gold-50) 0%, #fff 100%);
    opacity: 0.92;
    animation: pslFloat 7s ease-in-out infinite reverse;
  }
  @keyframes pslFloat {
    0%, 100% {
      transform: rotate(-2deg) translateY(0);
    }
    50% {
      transform: rotate(-2deg) translateY(-8px);
    }
  }

  .psl-card-toprow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .psl-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--psl-gold-soft);
    color: var(--psl-gold-dark);
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .psl-card-meta {
    font-size: 11px;
    color: var(--psl-muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
  .psl-card-title {
    margin-top: 18px;
    font-family: var(--psl-font-serif);
    font-size: 22px;
    color: var(--psl-gold-dark);
    line-height: 1.25;
  }
  .psl-card-body {
    margin-top: 14px;
    font-family: var(--psl-font-serif);
    font-size: 15.5px;
    color: var(--psl-ink-2);
    line-height: 1.7;
    font-style: italic;
  }
  .psl-card-body strong {
    color: var(--psl-gold-dark);
    font-weight: 700;
    font-style: normal;
  }
  .psl-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 18px;
    margin-top: 22px;
    border-top: 1px dashed var(--psl-line);
  }
  .psl-author-mini {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .psl-author-mini .psl-avatar {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--psl-gold) 0%, #f3c266 100%);
    color: #fff;
  }
  .psl-author-mini .psl-author-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--psl-ink);
  }
  .psl-author-mini .psl-stars-row {
    color: var(--psl-gold);
    font-size: 12px;
    letter-spacing: 1px;
  }
  .psl-card-price {
    text-align: right;
  }

  /* Floating decorative SVGs */
  .psl-decor {
    position: absolute;
    pointer-events: none;
    color: var(--psl-gold);
    z-index: 3;
  }
  .psl-decor-sparkle-1 {
    top: -10px;
    right: 20px;
    animation: pslSpin 12s linear infinite;
  }
  .psl-decor-sparkle-2 {
    bottom: 30px;
    left: -15px;
    animation: pslSpin 14s linear infinite reverse;
  }
  .psl-decor-leaf {
    top: 40%;
    right: -30px;
    color: var(--psl-gold-dark);
    opacity: 0.3;
  }
  @keyframes pslSpin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  /* "Trusted by" small badge floating bottom-left of card */
  .psl-floating-badge {
    position: absolute;
    bottom: -18px;
    left: -10px;
    z-index: 4;
    background: var(--psl-ink);
    color: #fff;
    border-radius: 14px;
    padding: 12px 18px;
    box-shadow: 0 12px 24px -8px rgba(17, 24, 39, 0.4);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .psl-floating-badge .psl-fb-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--psl-gold);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .psl-floating-badge .psl-fb-num {
    font-family: var(--psl-font-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }
  .psl-floating-badge .psl-fb-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 2px;
  }

  /* ------------------------------------------------------------------ */
  /*  Stats strip                                                        */
  /* ------------------------------------------------------------------ */
  .psl-stats {
    background: var(--psl-bg);
    border-top: 1px solid var(--psl-line);
    border-bottom: 1px solid var(--psl-line);
    padding: 28px 20px;
  }
  .psl-stats-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    text-align: center;
  }
  .psl-stat-num {
    font-family: var(--psl-font-serif);
    font-size: 30px;
    font-weight: 600;
    color: var(--psl-ink);
    line-height: 1;
  }
  .psl-stat-label {
    font-size: 13px;
    color: var(--psl-muted);
    margin-top: 6px;
    letter-spacing: 0.02em;
  }

  /* ------------------------------------------------------------------ */
  /*  Best-selling prayers / PRICING CARDS (aligned)                     */
  /* ------------------------------------------------------------------ */
  .psl-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
    align-items: stretch;
  }
  .psl-product {
    position: relative;
    background: var(--psl-card);
    border: 1px solid var(--psl-line);
    border-radius: var(--psl-radius-lg);
    padding: 28px 24px 22px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .psl-product:hover {
    transform: translateY(-2px);
    box-shadow: var(--psl-shadow);
    border-color: #f4d98c;
  }
  .psl-product-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--psl-gold-soft);
    color: var(--psl-gold-dark);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 10px;
    border-radius: 999px;
  }
  .psl-product-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--psl-gold-soft);
    color: var(--psl-gold-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
  }
  .psl-product h3 {
    margin-top: 18px;
    color: var(--psl-ink);
    font-size: 22px;
  }
  .psl-product p {
    margin-top: 8px;
    color: var(--psl-text);
    font-size: 15px;
  }
  .psl-product-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px dashed var(--psl-line);
  }
  .psl-price-from {
    display: block;
    font-size: 11px;
    color: var(--psl-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .psl-price {
    font-family: var(--psl-font-serif);
    font-size: 28px;
    color: var(--psl-ink);
    font-weight: 600;
    line-height: 1;
  }
  .psl-product .psl-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* ------------------------------------------------------------------ */
  /*  How it works                                                       */
  /* ------------------------------------------------------------------ */
  .psl-how {
    background: var(--psl-bg-2);
  }
  .psl-how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
    counter-reset: psl-step;
  }
  .psl-step {
    background: #fff;
    border: 1px solid var(--psl-line);
    border-radius: var(--psl-radius-lg);
    padding: 32px 26px;
    position: relative;
  }
  .psl-step::before {
    counter-increment: psl-step;
    content: "0" counter(psl-step);
    position: absolute;
    top: 24px;
    right: 28px;
    font-family: var(--psl-font-serif);
    font-size: 36px;
    font-weight: 600;
    color: var(--psl-gold-soft);
  }
  .psl-step-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--psl-gold-soft);
    color: var(--psl-gold-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .psl-step h3 {
    margin-top: 18px;
    color: var(--psl-ink);
  }
  .psl-step p {
    margin-top: 8px;
    color: var(--psl-text);
  }

  /* ------------------------------------------------------------------ */
  /*  Catalog (all services)                                             */
  /* ------------------------------------------------------------------ */
  .psl-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
  }
  .psl-cat {
    background: #fff;
    border: 1px solid var(--psl-line);
    border-radius: var(--psl-radius);
    padding: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }
  .psl-cat:hover {
    transform: translateY(-2px);
    box-shadow: var(--psl-shadow-sm);
    border-color: #f4d98c;
  }
  .psl-cat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--psl-gold-soft);
    color: var(--psl-gold-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .psl-cat h3 {
    margin-top: 14px;
    font-size: 19px;
    color: var(--psl-ink);
  }
  .psl-cat p {
    margin-top: 6px;
    font-size: 14.5px;
    color: var(--psl-text);
  }
  .psl-cat-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    font-size: 14px;
  }
  .psl-cat-link {
    color: var(--psl-gold-dark);
    font-weight: 600;
  }
  .psl-cat-link:hover {
    color: var(--psl-gold);
  }

  /* ------------------------------------------------------------------ */
  /*  Why choose us                                                      */
  /* ------------------------------------------------------------------ */
  .psl-why {
    background: var(--psl-bg-2);
  }
  .psl-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
  }
  .psl-feature {
    display: flex;
    gap: 16px;
    padding: 22px;
    border-radius: var(--psl-radius);
    background: #fff;
    border: 1px solid var(--psl-line);
  }
  .psl-feature-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--psl-gold-soft);
    color: var(--psl-gold-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .psl-feature h3 {
    font-size: 18px;
    color: var(--psl-ink);
    font-family: var(--psl-font-sans);
    font-weight: 600;
  }
  .psl-feature p {
    margin-top: 4px;
    font-size: 14.5px;
    color: var(--psl-text);
  }

  /* ------------------------------------------------------------------ */
  /*  Testimonials                                                       */
  /* ------------------------------------------------------------------ */
  .psl-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
  }
  .psl-testimonial {
    background: #fff;
    border: 1px solid var(--psl-line);
    border-radius: var(--psl-radius);
    padding: 26px;
  }
  .psl-stars-row {
    color: var(--psl-gold);
    font-size: 16px;
    letter-spacing: 2px;
  }
  .psl-quote {
    margin-top: 14px;
    font-family: var(--psl-font-serif);
    font-size: 18px;
    line-height: 1.55;
    color: var(--psl-ink-2);
  }
  .psl-author {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .psl-avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--psl-gold-soft);
    color: var(--psl-gold-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .psl-author-name {
    font-weight: 600;
    color: var(--psl-ink);
    font-size: 14px;
  }
  .psl-author-role {
    color: var(--psl-muted);
    font-size: 12.5px;
  }

  /* ------------------------------------------------------------------ */
  /*  FAQ                                                                */
  /* ------------------------------------------------------------------ */
  .psl-faq {
    background: var(--psl-bg-2);
  }
  .psl-faq-list {
    margin-top: 36px;
    background: #fff;
    border: 1px solid var(--psl-line);
    border-radius: var(--psl-radius);
    overflow: hidden;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .psl-faq details {
    border-bottom: 1px solid var(--psl-line);
  }
  .psl-faq details:last-child {
    border-bottom: 0;
  }
  .psl-faq summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 600;
    color: var(--psl-ink);
    font-size: 16.5px;
  }
  .psl-faq summary::-webkit-details-marker {
    display: none;
  }
  .psl-faq-toggle {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--psl-gold-soft);
    color: var(--psl-gold-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    font-weight: 700;
  }
  .psl-faq details[open] .psl-faq-toggle {
    transform: rotate(45deg);
  }
  .psl-faq-body {
    padding: 0 24px 22px;
    color: var(--psl-text);
    font-size: 15px;
    line-height: 1.65;
  }

  /* ------------------------------------------------------------------ */
  /*  Big CTA                                                            */
  /* ------------------------------------------------------------------ */
  .psl-cta {
    padding: 100px 20px;
    background: linear-gradient(180deg, #fff 0%, var(--psl-gold-50) 100%);
    text-align: center;
  }
  .psl-cta-card {
    max-width: 880px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--psl-line);
    border-radius: var(--psl-radius-lg);
    padding: 56px 36px;
    box-shadow: var(--psl-shadow);
    position: relative;
    overflow: hidden;
  }
  .psl-cta-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(120deg, #ffe7c2, transparent 40%, #ffe7c2);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  .psl-cta-card .psl-h2 {
    max-width: 620px;
    margin: 0 auto;
  }
  .psl-cta-card p {
    max-width: 560px;
    margin: 14px auto 0;
    color: var(--psl-text);
  }
  .psl-cta-card .psl-btn {
    margin-top: 28px;
  }
  .psl-cta-microcopy {
    margin-top: 12px;
    font-size: 13px;
    color: var(--psl-muted);
  }

  /* ------------------------------------------------------------------ */
  /*  Section heads                                                      */
  /* ------------------------------------------------------------------ */
  .psl-head {
    max-width: 720px;
  }
  .psl-head.psl-text-center {
    margin-left: auto;
    margin-right: auto;
  }

  /* ------------------------------------------------------------------ */
  /*  Responsive                                                         */
  /* ------------------------------------------------------------------ */
  /* Tablet: stack hero columns */
  @media (max-width: 1024px) {
    .psl-hero {
      padding: 70px 20px 100px;
    }
    .psl-hero-grid {
      grid-template-columns: 1fr;
      gap: 56px;
      text-align: center;
    }
    .psl-hero-text {
      text-align: center;
    }
    .psl-hero-text p.psl-lede {
      margin-left: auto;
      margin-right: auto;
    }
    .psl-hero-cta,
    .psl-hero-meta {
      justify-content: center;
    }
    .psl-hero-visual {
      max-width: 460px;
      width: 100%;
      margin: 0 auto;
      min-height: 440px;
    }
  }
  @media (max-width: 960px) {
    .psl-products-grid,
    .psl-how-grid,
    .psl-catalog-grid,
    .psl-testimonials-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .psl-stats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  /* Mobile: simplify hero visual to a single clean card */
  @media (max-width: 768px) {
    .psl-section {
      padding: 60px 18px;
    }
    .psl-hero {
      padding: 56px 18px 80px;
    }
    .psl-hero-text h1.psl-h1 {
      font-size: clamp(30px, 8.4vw, 42px);
      line-height: 1.12;
    }
    .psl-hero-text h1.psl-h1 .psl-accent {
      white-space: normal; /* allow wrapping on tiny screens */
    }
    .psl-hero-text p.psl-lede {
      font-size: 16px;
    }
    .psl-hero-rating {
      gap: 10px;
      padding: 5px 14px 5px 5px;
    }
    .psl-avatars .psl-av {
      width: 28px;
      height: 28px;
    }
    .psl-rating-text {
      font-size: 12px;
    }
    .psl-hero-cta {
      gap: 10px;
      width: 100%;
    }
    .psl-hero-cta .psl-btn {
      flex: 1 1 auto;
      justify-content: center;
      min-width: 0;
    }
    .psl-hero-meta {
      gap: 10px 16px;
      font-size: 12.5px;
    }
    .psl-live-pill {
      font-size: 12.5px;
      padding: 7px 14px 7px 10px;
    }

    /* Visual: single static card, no rotation, hide back card */
    .psl-hero-visual {
      min-height: auto;
      max-width: 420px;
      padding: 0 4px;
    }
    .psl-sample-card {
      position: static;
      transform: none !important;
      animation: none !important;
      inset: auto;
      padding: 26px 22px;
    }
    .psl-sample-back,
    .psl-decor-leaf {
      display: none;
    }
    .psl-sample-front {
      box-shadow: 0 22px 44px -16px rgba(17, 24, 39, 0.22),
        0 4px 10px -3px rgba(17, 24, 39, 0.08);
    }
    .psl-card-title {
      font-size: 19px;
    }
    .psl-card-body {
      font-size: 14.5px;
      line-height: 1.65;
    }

    /* Decorative sparkles smaller on mobile */
    .psl-decor-sparkle-1 {
      top: -14px;
      right: 6px;
    }
    .psl-decor-sparkle-1 svg {
      width: 26px;
      height: 26px;
    }
    .psl-decor-sparkle-2 {
      bottom: -10px;
      left: 4px;
    }
    .psl-decor-sparkle-2 svg {
      width: 18px;
      height: 18px;
    }

    /* Floating badge: settles at bottom-right under the card */
    .psl-floating-badge {
      position: relative;
      inset: auto;
      margin: 18px auto 0;
      width: max-content;
      display: inline-flex;
    }

    .psl-products-grid,
    .psl-how-grid,
    .psl-catalog-grid,
    .psl-testimonials-grid,
    .psl-why-grid,
    .psl-stats-grid {
      grid-template-columns: 1fr;
    }
    .psl-cta-card {
      padding: 40px 22px;
    }
  }
  /* Very narrow: reduce padding further */
  @media (max-width: 420px) {
    .psl-hero-meta {
      flex-direction: column;
      align-items: center;
      gap: 8px;
    }
    .psl-hero-cta {
      flex-direction: column;
    }
    .psl-hero-cta .psl-btn {
      width: 100%;
    }
    .psl-live-pill {
      max-width: 100%;
      flex-wrap: wrap;
      text-align: left;
    }
  }

  /* ------------------------------------------------------------------ */
  /*  Top announcement bar                                               */
  /* ------------------------------------------------------------------ */
  .psl-topbar {
    background: var(--psl-ink);
    color: #f9fafb;
    padding: 10px 20px;
    font-size: 13px;
  }
  .psl-topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .psl-topbar-left {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .psl-topbar-left .psl-stars-inline {
    color: var(--psl-gold);
    font-size: 14px;
    letter-spacing: 1px;
  }
  .psl-topbar-right {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    color: #d1d5db;
  }
  .psl-topbar-right a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d1d5db;
  }
  .psl-topbar-right a:hover {
    color: var(--psl-gold);
  }

  /* ------------------------------------------------------------------ */
  /*  Hero with order form (2-column)                                    */
  /* ------------------------------------------------------------------ */
  .psl-hero-pro {
    position: relative;
    background:
      linear-gradient(180deg, rgba(255, 250, 238, 0.95) 0%, rgba(255, 243, 205, 0.6) 100%),
      var(--psl-bg-2);
    padding: 80px 20px 100px;
    overflow: hidden;
  }
  .psl-hero-pro::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -180px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(229, 166, 39, 0.22), transparent 65%);
    border-radius: 50%;
    pointer-events: none;
  }
  .psl-hero-pro::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -200px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(252, 211, 77, 0.18), transparent 65%);
    border-radius: 50%;
    pointer-events: none;
  }
  .psl-hero-pro-grid {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
  }
  .psl-hero-pro-text > .psl-eyebrow {
    margin-bottom: 18px;
  }
  .psl-hero-pro-text .psl-h1 {
    font-size: clamp(34px, 4.6vw, 52px);
    line-height: 1.12;
    margin-bottom: 18px;
  }
  .psl-hero-pro-text .psl-lede {
    margin-bottom: 28px;
    color: var(--psl-text);
  }
  .psl-hero-pro .psl-hero-cta {
    margin-bottom: 28px;
  }
  .psl-hero-pro .psl-hero-meta {
    margin-top: 0;
  }

  /* Order form panel */
  .psl-order-form {
    background: #fff;
    border-radius: var(--psl-radius-lg);
    padding: 36px 32px;
    box-shadow: 0 30px 60px -25px rgba(17, 24, 39, 0.18),
      0 8px 18px -8px rgba(17, 24, 39, 0.08);
    border: 1px solid rgba(229, 166, 39, 0.18);
    position: relative;
  }
  .psl-order-form-head {
    text-align: center;
    margin-bottom: 22px;
  }
  .psl-order-form-head h3 {
    font-family: var(--psl-font-serif);
    font-size: 24px;
    color: var(--psl-ink);
    margin: 0 0 6px;
  }
  .psl-order-form-head .psl-form-pill {
    display: inline-block;
    background: var(--psl-gold-soft);
    color: var(--psl-gold-dark);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
  }
  .psl-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }
  .psl-form-row.psl-form-row-1 {
    grid-template-columns: 1fr;
  }
  .psl-form-input,
  .psl-form-select,
  .psl-form-textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid var(--psl-line);
    border-radius: 12px;
    background: #fafbfc;
    font-size: 14px;
    color: var(--psl-ink);
    transition: border-color 0.15s ease, background 0.15s ease;
    font-family: inherit;
  }
  .psl-form-input:focus,
  .psl-form-select:focus,
  .psl-form-textarea:focus {
    outline: none;
    border-color: var(--psl-gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(229, 166, 39, 0.18);
  }
  .psl-form-textarea {
    resize: vertical;
    min-height: 80px;
  }
  .psl-form-submit {
    width: 100%;
    background: var(--psl-gold);
    color: #fff;
    border: 0;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.04em;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.2s ease, transform 0.15s ease;
  }
  .psl-form-submit:hover {
    background: var(--psl-gold-dark);
    transform: translateY(-1px);
  }
  .psl-form-foot {
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
    color: var(--psl-muted);
  }

  /* ------------------------------------------------------------------ */
  /*  Trust bar                                                          */
  /* ------------------------------------------------------------------ */
  .psl-trustbar {
    padding: 36px 20px;
    border-top: 1px solid var(--psl-line);
    border-bottom: 1px solid var(--psl-line);
    background: #fff;
  }
  .psl-trustbar-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 28px;
  }
  .psl-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--psl-text);
    font-size: 13px;
  }
  .psl-trust-badge img {
    height: 36px;
    width: auto;
  }
  .psl-trust-badge strong {
    color: var(--psl-ink);
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
  }
  .psl-trust-badge .psl-stars-inline {
    color: var(--psl-gold);
    font-size: 13px;
  }

  /* ------------------------------------------------------------------ */
  /*  Big stats banner (mid-page)                                        */
  /* ------------------------------------------------------------------ */
  .psl-bigstats {
    background:
      linear-gradient(180deg, var(--psl-gold-50) 0%, #fff 100%);
    padding: 60px 20px;
    border-top: 1px solid rgba(229, 166, 39, 0.2);
    border-bottom: 1px solid rgba(229, 166, 39, 0.2);
  }
  .psl-bigstats-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    text-align: center;
  }
  .psl-bigstat-num {
    font-family: var(--psl-font-serif);
    font-size: clamp(36px, 4.5vw, 56px);
    color: var(--psl-gold-dark);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
  }
  .psl-bigstat-label {
    font-size: 14px;
    color: var(--psl-muted);
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  /* ------------------------------------------------------------------ */
  /*  Features grid (with circle icons)                                  */
  /* ------------------------------------------------------------------ */
  .psl-features-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 48px;
  }
  .psl-feature-block {
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }
  .psl-feature-block .psl-feature-circle {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--psl-gold-soft) 0%, #fff 100%);
    border: 1.5px solid rgba(229, 166, 39, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--psl-gold-dark);
    box-shadow: 0 6px 14px -8px rgba(229, 166, 39, 0.4);
  }
  .psl-feature-block h3 {
    font-family: var(--psl-font-serif);
    font-size: 19px;
    color: var(--psl-ink);
    margin: 0 0 6px;
    line-height: 1.25;
  }
  .psl-feature-block p {
    margin: 0;
    color: var(--psl-text);
    font-size: 14.5px;
    line-height: 1.65;
  }

  /* ------------------------------------------------------------------ */
  /*  Two-column text + image                                            */
  /* ------------------------------------------------------------------ */
  .psl-twocol {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
  .psl-twocol-img {
    border-radius: var(--psl-radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 50px -20px rgba(17, 24, 39, 0.2);
    aspect-ratio: 4 / 3;
    background: var(--psl-gold-50);
  }
  .psl-twocol-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .psl-twocol-text .psl-h2 {
    margin-bottom: 18px;
  }
  .psl-twocol-text p {
    color: var(--psl-text);
    line-height: 1.75;
    margin: 0 0 14px;
  }
  .psl-twocol-text .psl-bullets {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
  }
  .psl-twocol-text .psl-bullets li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--psl-ink);
    font-weight: 500;
  }
  .psl-twocol-text .psl-bullets li::before {
    content: "";
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: var(--psl-gold);
    transform: rotate(45deg);
    border-radius: 4px;
    box-shadow: inset 0 0 0 4px #fff;
  }

  /* Free Inclusions list (no image swap) */
  .psl-inclusions {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .psl-inclusions li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--psl-ink);
    font-weight: 500;
    font-size: 16px;
  }
  .psl-inclusions li::before {
    content: "";
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: var(--psl-gold);
    transform: rotate(45deg);
    border-radius: 5px;
    box-shadow: inset 0 0 0 5px #fff;
  }

  /* ------------------------------------------------------------------ */
  /*  Meet our writers                                                   */
  /* ------------------------------------------------------------------ */
  .psl-writers {
    background:
      radial-gradient(ellipse at top, var(--psl-gold-soft) 0%, transparent 60%),
      linear-gradient(180deg, var(--psl-gold-50) 0%, #fff 100%);
    padding: 80px 20px;
  }
  .psl-writers-grid {
    max-width: 1200px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
  .psl-writer-card {
    background: #fff;
    border: 1px solid var(--psl-line);
    border-radius: var(--psl-radius-lg);
    padding: 32px 28px;
    text-align: center;
    box-shadow: var(--psl-shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .psl-writer-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--psl-shadow);
  }
  .psl-writer-photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 18px;
    border: 3px solid var(--psl-gold-soft);
    background: var(--psl-gold-50);
    display: block;
  }
  .psl-writer-card h3 {
    font-family: var(--psl-font-serif);
    font-size: 22px;
    color: var(--psl-ink);
    margin: 0 0 4px;
  }
  .psl-writer-cred {
    color: var(--psl-gold-dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
  }
  .psl-writer-bio {
    color: var(--psl-text);
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 18px;
  }
  .psl-writer-meta {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid var(--psl-line);
    border-bottom: 1px solid var(--psl-line);
    margin-bottom: 18px;
    font-size: 13px;
    color: var(--psl-muted);
  }
  .psl-writer-meta strong {
    color: var(--psl-ink);
  }
  .psl-writer-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 18px;
  }
  .psl-writer-tag {
    background: var(--psl-gold-50);
    color: var(--psl-gold-dark);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .psl-writer-card .psl-btn {
    width: 100%;
    justify-content: center;
  }

  /* ------------------------------------------------------------------ */
  /*  3-step process (tabs)                                              */
  /* ------------------------------------------------------------------ */
  .psl-process {
    max-width: 1200px;
    margin: 40px auto 0;
  }
  .psl-process-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 32px;
  }
  .psl-process-tab {
    background: #fff;
    border: 1.5px solid var(--psl-line);
    border-radius: 999px;
    padding: 14px 20px;
    text-align: center;
    font-weight: 600;
    color: var(--psl-text);
    cursor: default;
    transition: all 0.15s ease;
  }
  .psl-process-tab.active {
    background: var(--psl-gold);
    color: #fff;
    border-color: var(--psl-gold);
    box-shadow: 0 8px 20px -10px rgba(229, 166, 39, 0.55);
  }
  .psl-process-tab .psl-step-num {
    display: inline-block;
    margin-right: 6px;
    font-weight: 700;
  }
  .psl-process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }
  .psl-process-img {
    border-radius: var(--psl-radius-lg);
    overflow: hidden;
    background: var(--psl-gold-50);
    box-shadow: 0 20px 50px -20px rgba(17, 24, 39, 0.2);
  }
  .psl-process-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .psl-process-text h3 {
    font-family: var(--psl-font-serif);
    font-size: 28px;
    color: var(--psl-ink);
    margin: 0 0 14px;
  }
  .psl-process-text p {
    color: var(--psl-text);
    line-height: 1.7;
    margin: 0 0 14px;
  }

  /* ------------------------------------------------------------------ */
  /*  Testimonials split                                                 */
  /* ------------------------------------------------------------------ */
  .psl-testimonials-split {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: var(--psl-radius-lg);
    overflow: hidden;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .psl-testimonials-left {
    background:
      radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18) 0, transparent 30%),
      linear-gradient(135deg, var(--psl-gold-dark) 0%, var(--psl-gold) 100%);
    padding: 60px 50px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .psl-testimonials-left h2 {
    font-family: var(--psl-font-serif);
    color: #fff;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.05;
    margin: 0 0 30px;
  }
  .psl-testimonials-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 110px;
    height: 110px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.5) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.7;
  }
  .psl-testimonials-arrows {
    display: inline-flex;
    gap: 10px;
    margin-top: 30px;
  }
  .psl-test-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--psl-gold-dark);
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.25);
    transition: transform 0.15s ease;
  }
  .psl-test-arrow:hover {
    transform: scale(1.05);
  }
  .psl-testimonials-right {
    background: #fff;
    padding: 60px 50px;
    border: 1px solid rgba(229, 166, 39, 0.2);
    border-left: 0;
  }
  .psl-test-quote-icon {
    color: var(--psl-gold);
    font-size: 64px;
    line-height: 1;
    font-family: var(--psl-font-serif);
    margin-bottom: 6px;
  }
  .psl-test-quote-body {
    color: var(--psl-text);
    font-style: italic;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 26px;
  }
  .psl-test-avatars-row {
    display: flex;
    gap: 0;
    margin-bottom: 14px;
  }
  .psl-test-avatars-row img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    margin-left: -10px;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.15);
  }
  .psl-test-avatars-row img:first-child {
    margin-left: 0;
  }
  .psl-test-author {
    font-weight: 600;
    color: var(--psl-ink);
    font-size: 15px;
  }
  .psl-test-author-meta {
    color: var(--psl-muted);
    font-size: 13px;
  }

  /* Floating order CTA pinned to bottom-right (live-chat style) */
  .psl-floating-cta {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    background: var(--psl-gold);
    color: #fff;
    padding: 14px 20px;
    border-radius: 999px;
    box-shadow: 0 12px 30px -10px rgba(229, 166, 39, 0.65);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.15s ease;
  }
  .psl-floating-cta:hover {
    transform: translateY(-2px);
    background: var(--psl-gold-dark);
  }

  /* ------------------------------------------------------------------ */
  /*  Image placeholder utility (for prototyping)                       */
  /* ------------------------------------------------------------------ */
  .psl-img-placeholder {
    background:
      linear-gradient(135deg, var(--psl-gold-50) 0%, var(--psl-gold-soft) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--psl-gold-dark);
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    padding: 20px;
    border: 2px dashed rgba(229, 166, 39, 0.5);
    border-radius: var(--psl-radius);
    min-height: 280px;
  }

  /* ------------------------------------------------------------------ */
  /*  Responsive overrides for new patterns                              */
  /* ------------------------------------------------------------------ */
  @media (max-width: 1024px) {
    .psl-hero-pro-grid,
    .psl-twocol,
    .psl-process-grid,
    .psl-testimonials-split {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .psl-features-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .psl-writers-grid {
      grid-template-columns: 1fr;
      max-width: 480px;
    }
    .psl-bigstats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }
    .psl-testimonials-right {
      border-left: 1px solid rgba(229, 166, 39, 0.2);
      border-top: 0;
    }
  }
  @media (max-width: 640px) {
    .psl-features-grid {
      grid-template-columns: 1fr;
    }
    .psl-process-tabs {
      grid-template-columns: 1fr;
    }
    .psl-topbar-inner {
      justify-content: center;
      text-align: center;
    }
    .psl-topbar-right {
      gap: 14px;
    }
    .psl-hero-pro {
      padding: 50px 18px 70px;
    }
    .psl-order-form {
      padding: 28px 22px;
    }
    .psl-form-row {
      grid-template-columns: 1fr;
    }
    .psl-testimonials-left,
    .psl-testimonials-right {
      padding: 40px 26px;
    }
    .psl-testimonials-dots {
      width: 70px;
      height: 70px;
    }
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .psl-page *,
    .psl-page *::before,
    .psl-page *::after {
      transition-duration: 0.001ms !important;
      animation-duration: 0.001ms !important;
    }
  }/* End custom CSS */