
    
       /* ── Full-width section ── */
    .pw-ch-wrapper {
      font-family: 'DM Sans', sans-serif;
      background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
      color: #e8e8ff;
      padding: 2.5rem 1rem;
      width: 100%;
    }

    /* ── Inner centred container ── */
    .pw-ch-inner {
      max-width: 920px;
      margin: 0 auto;
    }

    /* ── Header text ── */
    .pw-ch-section-label {
      text-align: center;
      font-size: 11px;
      font-family: 'Sora', sans-serif;
      letter-spacing: 0.15em;
      color: #c4b5fd;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }

    .pw-ch-section-title {
      text-align: center;
      font-family: 'Sora', sans-serif;
      font-size: 28px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 0.4rem;
    }

    .pw-ch-section-title span {
      background: linear-gradient(135deg, #a78bfa 0%, #818cf8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .pw-ch-section-sub {
      text-align: center;
      font-size: 14px;
      color: #b0b0d8;
      margin-bottom: 2.5rem;
    }

    /* ── Metric cards ── */
    .pw-ch-metric-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
      gap: 12px;
      margin-bottom: 1.8rem;
    }

    .pw-ch-metric-card {
      background: rgba(255 255 255 / 0.06);
      border: 0.5px solid rgba(167 139 250 / 0.35);
      border-radius: 14px;
      padding: 1.2rem 1rem;
      text-align: center;
      backdrop-filter: blur(8px);
      transition: border-color 0.2s;
    }

    .pw-ch-metric-card:hover {
      border-color: rgba(167 139 250 / 0.65);
    }

    .pw-ch-label {
      font-size: 11px;
      color: #b0b0d8;
      margin-bottom: 8px;
      letter-spacing: 0.04em;
    }

    .pw-ch-value {
      font-family: 'Sora', sans-serif;
      font-size: 26px;
      font-weight: 700;
      background: linear-gradient(135deg, #c4b5fd 0%, #a5b4fc 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .pw-ch-sub {
      font-size: 11px;
      color: #9090c8;
      margin-top: 5px;
    }

    /* ── Charts row ── */
    .pw-ch-charts-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-bottom: 1.8rem;
    }

    @media (max-width: 600px) {
      .pw-ch-charts-row { grid-template-columns: 1fr; }
    }

    .pw-ch-chart-box {
      background: rgba(255 255 255 / 0.06);
      border: 0.5px solid rgba(167 139 250 / 0.25);
      border-radius: 14px;
      padding: 1.3rem;
      backdrop-filter: blur(8px);
    }

    .pw-ch-chart-title {
      font-size: 11px;
      font-weight: 500;
      color: #b0b0d8;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .pw-ch-chart-wrap {
      position: relative;
      width: 100%;
      height: 200px;
    }

    /* ── Legend ── */
    .pw-ch-legend {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 10px;
      font-size: 12px;
      color: #b0b0d8;
    }

    .pw-ch-legend span {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .pw-ch-legend-dot {
      width: 10px;
      height: 10px;
      border-radius: 3px;
      flex-shrink: 0;
    }

    .pw-ch-legend-dot--playwright {
      background: linear-gradient(135deg, #7c3aed, #4f46e5);
    }

    .pw-ch-legend-dot--others {
      background: #3a3a6a;
    }

    /* ── Feature table ── */
    .pw-ch-table-box {
      background: rgba(255 255 255 / 0.06);
      border: 0.5px solid rgba(167 139 250 / 0.25);
      border-radius: 14px;
      padding: 1.3rem;
      margin-bottom: 1.6rem;
      overflow-x: auto;
      backdrop-filter: blur(8px);
    }

    .pw-ch-table-box .pw-ch-chart-title {
      margin-bottom: 16px;
    }

    .pw-ch-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
      min-width: 520px;
    }

    .pw-ch-table thead tr {
      border-bottom: 0.5px solid rgba(167 139 250 / 0.3);
    }

    .pw-ch-table thead th {
      padding: 8px 10px;
      font-weight: 500;
      text-align: center;
      color: #b0b0d8;
    }

    .pw-ch-table thead th.pw-ch-th-left {
      text-align: left;
      width: 30%;
    }

    .pw-ch-table thead th.pw-ch-th-col {
      width: 17.5%;
    }

    .pw-ch-table thead th.pw-ch-highlight {
      background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-weight: 700;
    }

    .pw-ch-table tbody tr {
      border-bottom: 0.5px solid rgba(255 255 255 / 0.07);
    }

    .pw-ch-table tbody tr:last-child {
      border-bottom: none;
    }

    .pw-ch-table tbody tr:nth-child(even) {
      background: rgba(255 255 255 / 0.03);
    }

    .pw-ch-table tbody td {
      padding: 9px 10px;
      text-align: center;
      color: #9090c8;
    }

    .pw-ch-table tbody td.pw-ch-td-feature {
      text-align: left;
      color: #e0e0ff;
      font-weight: 400;
    }

    .pw-ch-tick {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      color: #fff;
      font-size: 12px;
      font-weight: 700;
    }

    .pw-ch-cross {
      color: white;
      font-size: 14px;
    }

    /* ── CTA strip ── */
    .pw-ch-cta-strip {
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      border-radius: 14px;
      padding: 1.6rem 1.8rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1rem;
      position: relative;
      overflow: hidden;
    }

    .pw-ch-cta-strip::before {
      content: '';
      position: absolute;
      top: -40px;
      right: -40px;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: rgba(255 255 255 / 0.06);
      pointer-events: none;
    }

    .pw-ch-cta-strip::after {
      content: '';
      position: absolute;
      bottom: -60px;
      left: 30%;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(255 255 255 / 0.04);
      pointer-events: none;
    }

    .pw-ch-cta-strip h3 {
      font-family: 'Sora', sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 5px;
      position: relative;
      z-index: 1;
    }

    .pw-ch-cta-strip p {
      font-size: 13px;
      color: rgba(255 255 255 / 0.85);
      position: relative;
      z-index: 1;
    }

    .pw-ch-cta-strip p strong {
      color: #fde68a;
    }

    .pw-ch-cta-btn {
      background: #fff;
      color: #4f46e5;
      border: none;
      border-radius: 8px;
      padding: 0.7rem 1.5rem;
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      white-space: nowrap;
      text-decoration: none;
      display: inline-block;
      position: relative;
      z-index: 1;
      transition: opacity 0.15s, transform 0.15s;
    }

    .pw-ch-cta-btn:hover {
      opacity: 0.92;
      transform: translateY(-1px);
    }
    /* ─── SECTION ─── */
    .ss-section {
      background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
      padding: 72px 24px 80px;
      position: relative;
      overflow: hidden;
    }
    .ss-section::before {
      content: '';
      position: absolute;
      width: 600px; height: 600px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(79,70,229,0.18) 0%, transparent 70%);
      filter: blur(100px);
      top: -150px; left: -150px;
      pointer-events: none;
    }
    .ss-section::after {
      content: '';
      position: absolute;
      width: 500px; height: 500px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(124,58,237,0.13) 0%, transparent 70%);
      filter: blur(100px);
      bottom: -120px; right: -100px;
      pointer-events: none;
    }

    .ss-container {
      max-width: 1140px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    /* ─── HEADER ─── */
    .ss-header { text-align: center; margin-bottom: 44px; }

    .ss-badge {
      display: inline-flex; align-items: center; gap: 8px;
      border: 1.5px solid rgba(124,58,237,0.50);
      border-radius: 20px;
      padding: 6px 18px;
      color: #a78bfa;
      background: rgba(79,70,229,0.10);
      font-size: 11px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase;
      margin-bottom: 18px;
    }
    .ss-badge-dot {
      width: 7px; height: 7px; border-radius: 50%;
      background: linear-gradient(135deg, #4f46e5, #7c3aed);
      display: inline-block;
      box-shadow: 0 0 0 3px rgba(124,58,237,0.20);
      animation: ssPulse 2s ease infinite;
    }
    @keyframes ssPulse {
      0%, 100% { box-shadow: 0 0 0 3px rgba(124,58,237,0.20); }
      50%       { box-shadow: 0 0 0 6px rgba(124,58,237,0.07); }
    }

    .ss-title {
      font-size: 34px; font-weight: 800; color: #fff;
      margin-bottom: 10px; line-height: 1.2;
    }
    .ss-title span {
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .ss-subtitle { color: #9ba3c8; font-size: 15px; }

    /* ─── GRID ─── */
    .ss-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-bottom: 52px;
    }

    /* ─── CARD ─── */
    .ss-card {
      background: #fff;
      border-radius: 14px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(124,58,237,0.10);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .ss-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 48px rgba(79,70,229,0.18);
    }

    /* ─── CARD TOP ─── */
    .ss-card-top {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 145px;
      overflow: hidden;
      padding: 0px 0 0 14px;
    }
    /* warm variant → soft indigo tint */
    .ss-card-top.warm { background: #f0efff; }
    /* cool variant → soft violet tint */
    .ss-card-top.cool { background: #ede9fe; }

    /* ─── NAME TAG ─── */
    .ss-name-tag {
      position: absolute;
      top: 0; left: 0;
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      color: #fff;
      font-size: 11px; font-weight: 700;
      padding: 5px 14px 5px 10px;
      border-radius: 0 0 14px 0;
      z-index: 3; white-space: nowrap;
      max-width: 65%; overflow: hidden; text-overflow: ellipsis;
    }
    /* dark variant uses deeper violet */
    .ss-name-tag.dark {
      background: linear-gradient(135deg, #3730a3 0%, #5b21b6 100%);
    }

    /* ─── HEADLINE ─── */
    .ss-headline {
      flex: 1; display: flex; align-items: center;
      padding-top: 10px; padding-right: 8px;
      z-index: 2; min-height: 110px;
    }
    .ss-headline-text {
      font-size: 20px; font-weight: 800;
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1.18;
    }
    .ss-headline-text.dark {
      background: linear-gradient(135deg, #3730a3 0%, #5b21b6 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* ─── STUDENT IMAGE ─── */
    .ss-student-img {
      width: 105px; height: 125px;
      object-fit: cover; object-position: top center;
      display: block; flex-shrink: 0;
      align-self: flex-end;
      border-radius: 6px 0px 0 0;
      z-index: 1;
    }

    /* ─── CARD BODY ─── */
    .ss-card-body {
      padding: 13px 15px 17px;
      flex: 1; display: flex; flex-direction: column; gap: 9px;
      background: #fff;
    }

    .ss-placement {
      font-size: 12.5px; color: #999;
      display: flex; align-items: center; gap: 7px; flex-wrap: wrap;
    }

    .ss-company-logo {
      display: inline-flex; align-items: center; gap: 5px;
      background: #f0efff;
      border-radius: 6px;
      padding: 3px 10px;
      font-weight: 700; color: #3730a3; font-size: 12.5px;
      border: 1px solid rgba(79,70,229,0.12);
    }
    .ss-company-dot {
      width: 7px; height: 7px; border-radius: 50%;
      display: inline-block; flex-shrink: 0;
    }

    .ss-story { font-size: 13px; color: #444; line-height: 1.65; flex: 1; }

    /* ─── CTA ─── */
    .ss-cta-wrap { text-align: center; }

    .ss-cta-text {
      font-size: 21px; font-weight: 600; color: #fff; margin-bottom: 10px;
    }
    .ss-cta-text span {
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .ss-cta-text2 {
      font-size: 14px; color: #9ba3c8;
      max-width: 520px; margin: 0 auto 26px; line-height: 1.7;
    }

    .ss-cta-btn {
      display: inline-flex; align-items: center; gap: 9px;
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      color: #fff;
      font-size: 13px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
      border: none; border-radius: 6px; padding: 14px 34px;
      cursor: pointer;
      transition: opacity 0.18s, transform 0.18s, box-shadow 0.18s;
      box-shadow: 0 6px 24px rgba(79,70,229,0.30);
    }
    .ss-cta-btn:hover {
      opacity: 0.90;
      transform: scale(1.03);
      box-shadow: 0 10px 32px rgba(79,70,229,0.42);
    }

    .cmp-container {
    /* max-width: 1100px;
    margin: 0 auto; */
    display: flex;}

    /* ─── RESPONSIVE ─── */
    @media (max-width: 960px) {
      .ss-grid { grid-template-columns: repeat(2, 1fr); }
      .ss-title { font-size: 28px; }
    }
    @media (max-width: 540px) {
      .ss-grid { grid-template-columns: 1fr; }
      .ss-title { font-size: 22px; }
      .ss-section { padding: 40px 16px 50px; }
      .ss-card-top { min-height: 110px; padding-left: 10px; }
      .ss-headline { padding-top: 28px; padding-right: 6px; min-height: 0; align-items: flex-start; }
      .ss-headline-text { font-size: 16px; }
      .ss-student-img { width: 90px; height: 105px; }
      .ss-name-tag { font-size: 10px; padding: 4px 10px 4px 8px; }
      .ss-cta-text { font-size: 17px; }
    }

   /* 2nd sec */
    /* ─── SECTION ─── */
    .ply-w-section {
      background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
      font-family: 'DM Sans', sans-serif;
      color: #ffffff;
      padding: 100px 24px 120px;
      position: relative;
      overflow: hidden;
    }

    .ply-w-section::before,
    .ply-w-section::after {
      content: '';
      position: absolute;
      border-radius: 50%;
      filter: blur(120px);
      pointer-events: none;
    }
    .ply-w-section::before {
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(79,70,229,0.20) 0%, transparent 70%);
      top: -100px; left: -150px;
    }
    .ply-w-section::after {
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(124,58,237,0.14) 0%, transparent 70%);
      bottom: -100px; right: -100px;
    }

    /* ─── INNER WRAPPER ─── */
    .ply-w-inner {
      max-width: 1160px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    /* ─── HERO BLOCK ─── */
    .ply-w-hero {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-bottom: 70px;
    }

    /* ─── BADGE ─── */
    .ply-w-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 20px;
      margin-bottom: 32px;
      border-radius: 50px;
      background: rgba(79,70,229,0.12);
      border: 1px solid rgba(124,58,237,0.35);
      position: relative;
      overflow: hidden;
    }
    .ply-w-badge::before {
      content: '';
      position: absolute;
      top: 0; left: -80px;
      width: 60px; height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
      animation: plywBadgeShimmer 2.8s ease infinite;
    }
    @keyframes plywBadgeShimmer {
      0%   { left: -80px; }
      60%  { left: 140%; }
      100% { left: 140%; }
    }

    .ply-w-badge-dot {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: #7c3aed;
      box-shadow: 0 0 0 3px rgba(124,58,237,0.22);
      animation: plywPulse 2s ease infinite;
      flex-shrink: 0;
    }
    @keyframes plywPulse {
      0%, 100% { box-shadow: 0 0 0 3px rgba(124,58,237,0.22); }
      50%       { box-shadow: 0 0 0 6px rgba(124,58,237,0.08); }
    }

    .ply-w-badge-text {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.10em;
      text-transform: uppercase;
      color: #a78bfa;
    }

    .ply-w-badge-sep {
      width: 1px; height: 12px;
      background: rgba(124,58,237,0.40);
      margin: 0 2px;
    }

    .ply-w-badge-sub {
      font-size: 12px;
      font-weight: 500;
      color: rgba(167,139,250,0.65);
      letter-spacing: 0.04em;
    }

    /* ─── HEADLINE ─── */
    .ply-w-headline {
      font-family: 'Syne', sans-serif;
      font-size: 45px;
      font-weight: 750;
      line-height: 1.08;
      color: #ffffff;
      max-width: 760px;
      margin-bottom: 22px;
      letter-spacing: -1px;
    }

    .ply-w-headline-grad {
      position: relative;
      display: inline-block;
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .ply-w-headline-grad::after {
      content: '';
      position: absolute;
      left: 0; bottom: -5px;
      width: 100%; height: 4px;
      border-radius: 4px;
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      opacity: 0.55;
    }

    /* ─── SUBTEXT ─── */
    .ply-w-subtext-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
      max-width: 580px;
    }

    .ply-w-subtext {
      font-size: 17px;
      color: #9ba3c8;
      line-height: 1.65;
    }

    .ply-w-subtext-strong {
      color: #ffffff;
      font-weight: 600;
    }

    /* ─── STATS ROW ─── */
    .ply-w-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 70px;
    }

    .ply-w-stat {
      background: rgba(15, 12, 60, 0.60);
      border: 1px solid rgba(124,58,237,0.18);
      border-radius: 16px;
      padding: 28px 24px 24px;
      position: relative;
      overflow: hidden;
      transition: transform 0.25s ease, border-color 0.25s ease;
    }
    .ply-w-stat:hover {
      transform: translateY(-4px);
      border-color: rgba(124,58,237,0.55);
    }
    .ply-w-stat::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(79,70,229,0.07) 0%, transparent 60%);
      pointer-events: none;
    }

    .ply-w-stat-number {
      font-family: 'Syne', sans-serif;
      font-size: 42px;
      font-weight: 800;
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
      margin-bottom: 8px;
    }

    .ply-w-stat-label {
      font-size: 13px;
      color: #9ba3c8;
      line-height: 1.5;
    }

    /* ─── GRID LABEL ─── */
    .ply-w-grid-label {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #6470a0;
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .ply-w-grid-label::after {
      content: '';
      flex: 1;
      height: 1px;
      background: rgba(255,255,255,0.07);
    }

    /* ─── CARDS GRID ─── */
    .ply-w-cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .ply-w-card {
      background: rgba(15, 12, 60, 0.60);
      border: 1px solid rgba(124,58,237,0.16);
      border-radius: 16px;
      padding: 28px 30px;
      display: grid;
      grid-template-rows: auto auto;
      position: relative;
      overflow: hidden;
      cursor: default;
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
    .ply-w-card:hover {
      transform: translateY(-4px);
      border-color: rgba(124,58,237,0.45);
      box-shadow: 0 20px 50px rgba(0,0,0,0.35), 0 0 0 1px rgba(79,70,229,0.12);
    }
    .ply-w-card::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.35s ease;
    }
    .ply-w-card:hover::after { transform: scaleX(1); }

    /* ─── PAIN ROW ─── */
    .ply-w-pain {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding-bottom: 18px;
      margin-bottom: 18px;
      border-bottom: 1px solid rgba(255,255,255,0.07);
    }

    .ply-w-pain-icon {
      width: 28px; height: 28px;
      background: rgba(239,68,68,0.12);
      border: 1px solid rgba(239,68,68,0.28);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
      font-size: 13px;
      color: #f87171;
    }

    .ply-w-pain-text {
      font-size: 14px;
      color: white;
      line-height: 2.50;
    }

    /* ─── FIX ROW ─── */
    .ply-w-fix {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    .ply-w-fix-icon {
      width: 28px; height: 28px;
      background: linear-gradient(135deg, rgba(79,70,229,0.18) 0%, rgba(124,58,237,0.18) 100%);
      border: 1px solid rgba(124,58,237,0.35);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      margin-top: -5px;
      font-size: 13px;
      /* color: #a78bfa; */
       color: #4ade80;
    }

    .ply-w-fix-text {
      font-size: 14px;
      color: #ffffff;
      line-height: 1.55;
    }

    .ply-w-fix-text strong {
      color: #a78bfa;
      font-weight: 600;
    }

    /* ─── CTA BANNER ─── */
    .ply-w-cta-banner {
      margin-top: 60px;
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      border-radius: 16px;
      padding: 48px 56px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      position: relative;
      overflow: hidden;
    }
    .ply-w-cta-banner::before {
      content: '';
      position: absolute;
      right: -60px; top: -60px;
      width: 300px; height: 300px;
      border-radius: 50%;
      background: rgba(255,255,255,0.08);
    }
    .ply-w-cta-banner::after {
      content: '';
      position: absolute;
      right: 80px; bottom: -80px;
      width: 200px; height: 200px;
      border-radius: 50%;
      background: rgba(255,255,255,0.06);
    }

    .ply-w-cta-left {
      position: relative;
      z-index: 1;
    }

    .ply-w-cta-heading {
      font-family: 'Syne', sans-serif;
      font-size: 30px;
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 8px;
    }

    .ply-w-cta-sub {
      font-size: 15px;
      color: rgba(255,255,255,0.82);
    }

    .ply-w-cta-btn {
      position: relative; z-index: 1;
      background: #ffffff;
      color: #4f46e5;
      border: none;
      border-radius: 50px;
      padding: 16px 38px;
      font-family: 'DM Sans', sans-serif;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
      white-space: nowrap;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      text-decoration: none;
      display: inline-block;
    }
    .ply-w-cta-btn:hover {
      transform: scale(1.04);
      box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 900px) {
      .ply-w-stats        { grid-template-columns: repeat(2, 1fr); }
      .ply-w-cards        { grid-template-columns: 1fr; }
      .ply-w-cta-banner   { flex-direction: column; align-items: flex-start; padding: 36px 28px; }
      .ply-w-headline     { font-size: 38px; }
    }
    @media (max-width: 540px) {
      .ply-w-section      { padding: 72px 16px 80px; }
      .ply-w-stats        { grid-template-columns: repeat(2, 1fr); gap: 12px; }
      .ply-w-stat-number  { font-size: 32px; }
      .ply-w-headline     { font-size: 30px; letter-spacing: -0.5px; }
    }

    /* ─── ENTRY ANIMATIONS ─── */
    @keyframes plywFadeUp {
      from { opacity: 0; transform: translateY(28px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .ply-w-hero        { animation: plywFadeUp 0.65s ease both 0.05s; }
    .ply-w-stats       { animation: plywFadeUp 0.65s ease both 0.25s; }
    .ply-w-grid-label  { animation: plywFadeUp 0.65s ease both 0.35s; }
    .ply-w-cards       { animation: plywFadeUp 0.65s ease both 0.42s; }
    .ply-w-cta-banner  { animation: plywFadeUp 0.65s ease both 0.52s; }

    /* tools */
   /* ══════════════════════════════════
       SECTION SHELL
    ══════════════════════════════════ */
    .ply-w-tools-section {
      background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
      font-family: 'DM Sans', sans-serif;
      color: #ffffff;
      padding: 110px 24px 130px;
      position: relative;
      overflow: hidden;
    }

    /* grid dot texture */
    .ply-w-tools-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
      background-size: 36px 36px;
      pointer-events: none;
    }

    /* indigo top-left glow */
    .ply-w-tools-glow-a {
      position: absolute;
      width: 700px; height: 700px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(79,70,229,0.18) 0%, transparent 68%);
      top: -200px; left: -200px;
      pointer-events: none;
    }
    /* violet bottom-right glow */
    .ply-w-tools-glow-b {
      position: absolute;
      width: 500px; height: 500px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(124,58,237,0.13) 0%, transparent 68%);
      bottom: -150px; right: -100px;
      pointer-events: none;
    }

    .ply-w-tools-wrap {
      max-width: 1180px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    /* ══════════════════════════════════
       HEADER
    ══════════════════════════════════ */
    .ply-w-tools-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-bottom: 72px;
    }

    .ply-w-tools-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(79,70,229,0.12);
      border: 1px solid rgba(79,70,229,0.35);
      border-radius: 50px;
      padding: 7px 18px;
      margin-bottom: 28px;
      position: relative;
      overflow: hidden;
    }
    .ply-w-tools-eyebrow::before {
      content: '';
      position: absolute;
      top: 0; left: -70px;
      width: 50px; height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.13), transparent);
      animation: plywToolsShimmer 3s ease infinite;
    }
    @keyframes plywToolsShimmer {
      0%   { left: -70px; }
      55%  { left: 130%; }
      100% { left: 130%; }
    }
    .ply-w-tools-eyebrow-dot {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: #6366f1;
      animation: plywToolsDot 2s ease infinite;
    }
    @keyframes plywToolsDot {
      0%,100% { box-shadow: 0 0 0 3px rgba(99,102,241,0.28); }
      50%      { box-shadow: 0 0 0 6px rgba(99,102,241,0.08); }
    }
    .ply-w-tools-eyebrow-text {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #818cf8;
    }

    .ply-w-tools-title {
      font-family: 'Syne', sans-serif;
      font-size: 48px;
      font-weight: 800;
      line-height: 1.08;
      letter-spacing: -1.5px;
      color: #ffffff;
      margin-bottom: 18px;
    }
    .ply-w-tools-title-grad {
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .ply-w-tools-desc {
      font-size: 17px;
      color: #8d97c4;
      max-width: 520px;
      line-height: 1.65;
    }

    /* ══════════════════════════════════
       TAB SWITCHER
    ══════════════════════════════════ */
    .ply-w-tools-tabs {
      display: flex;
      justify-content: center;
      gap: 0;
      margin-bottom: 56px;
      background: rgba(5, 5, 50, 0.8);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 14px;
      padding: 6px;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
    }

    .ply-w-tools-tab {
      padding: 11px 32px;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 600;
      color: #6470a0;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
      border: none;
      background: transparent;
      font-family: 'DM Sans', sans-serif;
      letter-spacing: 0.01em;
    }
    .ply-w-tools-tab.ply-w-active {
      background: linear-gradient(135deg, #4f46e5, #7c3aed);
      color: #ffffff;
      box-shadow: 0 4px 20px rgba(79,70,229,0.40);
    }

    /* ══════════════════════════════════
       PANELS
    ══════════════════════════════════ */
    .ply-w-tools-panel { display: none; }
    .ply-w-tools-panel.ply-w-active { display: block; }

    /* ──────────────────────────────────
       CORE PLATFORM GRID
    ────────────────────────────────── */
    .ply-w-core-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
    }

    .ply-w-core-card {
      background: linear-gradient(135deg, rgba(5,5,67,0.95), rgba(7,7,68,0.98));
      border: 1px solid rgba(99,102,241,0.15);
      border-radius: 18px;
      padding: 28px 18px 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 14px;
      position: relative;
      overflow: hidden;
      cursor: default;
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
    .ply-w-core-card:hover {
      transform: translateY(-6px);
      border-color: rgba(99,102,241,0.45);
      box-shadow: 0 24px 50px rgba(0,0,0,0.4), 0 0 0 1px rgba(79,70,229,0.18);
    }
    /* top gradient bar on hover */
    .ply-w-core-card::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, #4f46e5, #7c3aed);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.35s ease;
    }
    .ply-w-core-card:hover::after { transform: scaleX(1); }

    /* icon circle */
    .ply-w-core-icon-wrap {
      width: 58px; height: 58px;
      border-radius: 16px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      background: rgba(79,70,229,0.12);
      border: 1px solid rgba(99,102,241,0.25);
      transition: background 0.25s;
    }
    .ply-w-core-card:hover .ply-w-core-icon-wrap {
      background: rgba(79,70,229,0.22);
    }
    .ply-w-core-icon-wrap svg {
      width: 26px; height: 26px;
    }

    .ply-w-core-name {
      font-size: 13.5px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.3;
    }
    .ply-w-core-tag {
      font-size: 11px;
      color: #5a6490;
      font-weight: 500;
      line-height: 1.4;
      margin-top: -4px;
    }

    /* ──────────────────────────────────
       AI TOOLS GRID
    ────────────────────────────────── */
    .ply-w-ai-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
    }

    .ply-w-ai-card {
      background: linear-gradient(135deg, rgba(5,5,67,0.95), rgba(7,7,68,0.98));
      border: 1px solid rgba(124,58,237,0.15);
      border-radius: 16px;
      padding: 22px 45px;
      display: flex;
      align-items: center;
      gap: 14px;
      transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
      cursor: default;
      position: relative;
      overflow: hidden;
    }
    .ply-w-ai-card:hover {
      transform: translateY(-4px);
      border-color: rgba(124,58,237,0.40);
      box-shadow: 0 16px 40px rgba(0,0,0,0.35), 0 0 0 1px rgba(124,58,237,0.15);
    }
    .ply-w-ai-card::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, #7c3aed, #4f46e5);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.35s ease;
    }
    .ply-w-ai-card:hover::after { transform: scaleX(1); }

    .ply-w-ai-icon-wrap {
      width: 44px; height: 44px;
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      font-size: 20px;
      background: rgba(124,58,237,0.12);
      border: 1px solid rgba(124,58,237,0.22);
      transition: background 0.22s;
    }
    .ply-w-ai-card:hover .ply-w-ai-icon-wrap {
      background: rgba(124,58,237,0.22);
    }

    .ply-w-ai-info { flex: 1; min-width: 0; }
    .ply-w-ai-name {
      font-size: 14px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 3px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .ply-w-ai-cat {
      font-size: 11px;
      color: #5a6490;
      font-weight: 500;
    }

    .ply-w-ai-new-badge {
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      background: linear-gradient(135deg, #4f46e5, #7c3aed);
      color: #ffffff;
      padding: 3px 8px;
      border-radius: 50px;
      flex-shrink: 0;
    }

    /* ══════════════════════════════════
       BOTTOM COUNT BAR
    ══════════════════════════════════ */
    .ply-w-tools-countbar {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 36px;
      margin-top: 56px;
      padding: 28px 48px;
      background: linear-gradient(135deg, rgba(5,5,67,0.95), rgba(7,7,68,0.98));
      border: 1px solid rgba(99,102,241,0.15);
      border-radius: 16px;
    }
    .ply-w-tools-count-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }
    .ply-w-tools-count-num {
      font-family: 'Syne', sans-serif;
      font-size: 36px;
      font-weight: 800;
      background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
    }
    .ply-w-tools-count-label {
      font-size: 12px;
      color: #6470a0;
      font-weight: 500;
      text-align: center;
    }
    .ply-w-tools-count-sep {
      width: 1px;
      height: 44px;
      background: rgba(255,255,255,0.07);
    }

    /* ══════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════ */
    @media (max-width: 1080px) {
      .ply-w-core-grid { grid-template-columns: repeat(4, 1fr); }
      .ply-w-ai-grid   { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 780px) {
      .ply-w-tools-title  { font-size: 36px; }
      .ply-w-core-grid    { grid-template-columns: repeat(3, 1fr); }
      .ply-w-ai-grid      { grid-template-columns: repeat(2, 1fr); }
      .ply-w-tools-countbar { gap: 20px; padding: 24px 24px; flex-wrap: wrap; }
      .ply-w-tools-count-sep { display: none; }
      .ply-w-ai-intro     { flex-direction: column; align-items: flex-start; }
    }
    @media (max-width: 520px) {
      .ply-w-tools-section { padding: 72px 16px 80px; }
      .ply-w-tools-title   { font-size: 28px; letter-spacing: -0.5px; }
      .ply-w-core-grid     { grid-template-columns: repeat(2, 1fr); }
      .ply-w-ai-grid       { grid-template-columns: repeat(1, 1fr); }
    }

    /* ══════════════════════════════════
       ENTRY ANIMATIONS
    ══════════════════════════════════ */
    @keyframes plywToolsFadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .ply-w-tools-header   { animation: plywToolsFadeUp 0.6s ease both 0.05s; }
    .ply-w-tools-tabs     { animation: plywToolsFadeUp 0.6s ease both 0.18s; }
    .ply-w-tools-panel    { animation: plywToolsFadeUp 0.6s ease both 0.28s; }
    .ply-w-tools-countbar { animation: plywToolsFadeUp 0.6s ease both 0.40s; }


/* trusted */
/* Section */
.rvsection {
  padding: 80px 20px;
  text-align: center;
}

/* Heading */
.rvsection h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}

.st-highlight {
  color: #1f6fa9;
}

/* Row */
.st-review-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}

/* Rating Text */
.st-review-rating {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.st-rating-score {
  color: #f39c12;
  font-size: 38px;
  font-weight: 700;
}

/* Card */
.st-review-card {
  background: #f5f5f5;
  padding: 25px 35px;
  border-radius: 12px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.st-review-card:hover {
  transform: translateY(-5px);
}

/* Images */
.st-review-card img {
  width: 160px;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .rvsection h2 {
    font-size: 32px;
  }

  .st-review-row {
    gap: 40px;
  }

  .st-rating-score {
    font-size: 30px;
  }
}

/* Match Choices.js to your form style */
.choices {
    width: 100%;
    margin-bottom: 0;
}

.choices__inner {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #ddd !important;
    border-radius: 0 !important;
    padding: 8px 0 8px 36px !important; /* align with your input-icon */
    font-size: 14px !important;
    min-height: unset !important;
    color: #333;
}

.choices__list--dropdown {
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    border: 1px solid #eee !important;
    z-index: 9999 !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #4178B1 !important;
}

.choices__input {
    background: transparent !important;
    font-size: 14px !important;
}

.choices__placeholder {
    color: #aaa !important;
    opacity: 1 !important;
}

/* Keep your icon visible */
.branch-wrapper {
    position: relative;
}

.branch-wrapper .input-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #4178B1;
}
 .faq2-section {
    background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
    padding: 90px 24px 80px;
    text-align: center;
  }
  .faq2-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(139, 92, 246, .45);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 36px;
  }
  .faq2-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7c3aed;
    display: inline-block;
  }
  .faq2-pill-text {
    color: #a5b4fc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  .faq2-h1 {
    color: #fff;
    font-size: clamp(38px, 6vw, 43px);
    font-weight: 900;
   
    line-height: 1.1;
    margin-bottom: 4px;
  }
  .faq2-h1-purple {
    color: #7c3aed;
    font-size: clamp(38px, 6vw, 38px);
    font-weight: 900;
   
    display: block;
    line-height: 2.15;
  }
  .faq2-sub {
    color: #8b8bb5;
    font-size: 16px;
    margin: 20px auto 60px;
    max-width: 560px;
    line-height: 1.6;
  }
  .faq2-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
  }
  .faq2-item {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(99, 102, 241, .2);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .3s, background .3s;
  }
  .faq2-item.open {
    background: rgba(79, 70, 229, .07);
    border-color: rgba(124, 58, 237, .45);
  }
  .faq2-q {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    cursor: pointer;
    user-select: none;
  }
  .faq2-num {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 8px;
    background: rgba(124, 58, 237, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #818cf8;
    font-style: italic;
    letter-spacing: .5px;
    flex-shrink: 0;
    transition: background .3s, color .3s;
  }
  .faq2-item.open .faq2-num {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: #fff;
  }
  .faq2-q-text {
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 700;
    flex: 1;
    line-height: 1.4;
  }
  .faq2-chevron {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    border: 1px solid rgba(129, 140, 248, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .35s, border-color .3s, background .3s;
  }
  .faq2-item.open .faq2-chevron {
    transform: rotate(180deg);
    border-color: rgba(124, 58, 237, .6);
    background: rgba(124, 58, 237, .15);
  }
  .faq2-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4, 0, .2, 1);
  }
  .faq2-answer-inner {
    padding: 0 26px 24px 82px;
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.75;
  }
  .faq2-answer-inner strong {
    color: #c4b5fd;
  }
  @media (max-width: 600px) {
    .faq2-answer-inner { padding: 0 18px 20px 18px; }
    .faq2-q { padding: 18px; gap: 12px; }
    .faq2-h1, .faq2-h1-purple { font-size: 36px; }
  }
