      /* hero right card */
      .hero-card-wrap {
        animation: up 0.55s 0.3s ease both;
        position: relative;
      }
      .hero-card {
        background: var(--white);
        border: 1px solid var(--bd);
        border-radius: 20px;
        padding: 26px;
        box-shadow: var(--sh-xl);
        position: relative;
        overflow: hidden;
      }
      .hero-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--mid), var(--turquoise));
      }
      .hc-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
      }
      .hc-title {
        font-family: "Playfair Display", serif;
        font-size: 14.5px;
        font-weight: 600;
        color: var(--ink);
      }
      .hc-live {
        font-size: 10.5px;
        font-weight: 700;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: var(--green);
        display: flex;
        align-items: center;
        gap: 5px;
      }
      .hc-live::before {
        content: "\25CF";
        font-size: 8px;
        animation: blink 2s infinite;
      }

      /* 6 service mini rows */
      .svc-rows {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 18px;
      }
      .svc-row {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        background: var(--lav);
        border: 1px solid var(--bd);
        border-radius: 8px;
        transition: all 0.2s;
        cursor: default;
      }
      .svc-row:hover {
        background: var(--lav-m);
        border-color: var(--bd-m);
      }
      .svc-icon {
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        padding: 4px;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        flex-shrink: 0;
      }
      .svc-icon svg *
      {
        stroke-width: 1.75;
      }
      .svc-icon img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
      }
      .si1 {
        background: #e3e4fb;
      }
      .si2 {
        background: #d8f5e7;
      }
      .si3 {
        background: #e3e4fb;
      }
      .si4 {
        background: #d8f5e7;
      }
      .si5 {
        background: #d8f5e7;
      }
      .si6 {
        background: #d8f5e7;
      }
      .svc-name {
        font-size: 13px;
        font-weight: 500;
        color: var(--ink);
        flex: 1;
      }
      .svc-tag {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: var(--turquoise);
        background: var(--teal-l);
        padding: 2px 8px;
        border-radius: 100px;
        white-space: nowrap;
      }
      .svc-tag.g {
        color: var(--green);
        background: var(--green-l);
      }

      .hc-cta {
        display: block;
        text-align: center;
        background: linear-gradient(135deg, var(--midnight), var(--turquoise));
        color: #fff;
        padding: 12px;
        border-radius: 9px;
        font-size: 13.5px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.2s;
        box-shadow: 0 3px 12px rgba(69, 77, 161, 0.25);
      }
      .hc-cta:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 22px rgba(33, 191, 207, 0.4);
      }

      .float-tag {
        top: -25px;
        right: -16px;
      }

      /* -- HERO STRIP -- */
      .hero-strip {
        background: var(--ink);
        margin: 0 -56px;
        padding: 18px 56px;
      }
      .hs-inner {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
      }
      .hs-stat {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 24px;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
      }
      .hs-stat:first-child {
        padding-left: 0;
      }
      .hs-stat:last-child {
        border-right: none;
      }
      .hs-num {
        font-family: "Playfair Display", serif;
        font-size: 22px;
        font-weight: 600;
        color: var(--turquoise);
        line-height: 1;
      }
      .hs-label {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 1.4;
      }

      /* ------------------------------
   THE PAIN
------------------------------ */
      /* .pain-sec {
        background: var(--lav);
      } */
      .pain-inner {
        max-width: 1100px;
        margin: 0 auto;
      }
      .pain-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
      }

      .pain-copy p {
        font-size: 16px;
        color: var(--muted);
        line-height: 1.78;
      }
      .pain-copy p strong {
        color: var(--body);
        font-weight: 500;
      }

      .stat-trio {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 24px;
      }
      .s3-item {
        display: flex;
        align-items: center;
        gap: 18px;
        background: var(--white);
        border: 1px solid var(--bd);
        border-radius: 12px;
        padding: 16px 30px;
        box-shadow: var(--sh-s);
        transition: all 0.22s;
        cursor: default;
      }
      .s3-divider {
        width: 1px;
        height: 26px;
        background: rgba(0, 0, 0, 0.15);
      }
      .s3-image-area > img {
        width: 100%;
        max-height: 220px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 0.5rem;
      }
      .s3-item:hover {
        transform: translateY(-4px);
        box-shadow: var(--sh-m);
      }
      .s3-num {
        font-family: "Playfair Display", serif;
        font-size: 34px;
        font-weight: 500;
        color: var(--mid);
        line-height: 1;
        flex-shrink: 0;
        min-width: 76px;
      }
      .s3-item h3 {
        font-size: 14px;
        font-weight: 600;
        color: var(--ink);
        margin-bottom: 3px;
      }
      .s3-item p {
        font-size: 12.5px;
        color: var(--muted);
        line-height: 1.5;
      }

      /* cost card */
      .cost-card {
        background: var(--white);
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1);
        margin-top: 1.75rem;
      }
      .cost-head-area {
        background: #f5f5fd;
        padding: 20px;
      }

      .cost-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .cost-head-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--black);
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }
      .cost-head-tag {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--red);
        background: rgba(239, 68, 68, 0.12);
        padding: 3px 10px;
        border-radius: 100px;
        white-space: nowrap;
      }
      .cost-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        border-bottom: 1px solid var(--bd);
        transition: background 0.15s;
      }
      .cost-row:last-child {
        border-bottom: none;
      }
      .cost-row:hover {
        background: var(--lav);
      }
      .cr-label {
        font-size: 13.5px;
        color: var(--body);
        font-weight: 500;
      }
      .cr-amt {
        font-size: 13.5px;
        font-weight: 700;
        color: var(--red);
      }
      .cost-row.total {
        background: #fef4f3;
      }
      .cost-row.total .cr-label {
        font-weight: 700;
        color: var(--ink);
        font-size: 15px;
      }
      .cost-row.total .cr-amt {
        font-size: 17px;
      }
      .cost-vs {
        background: var(--mid);
        padding: 18px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .cv-label {
        font-size: 13px;
        color: #fff;
      }
      .cv-sub {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 2px;
      }
      .cv-amt {
        font-family: "Playfair Display", serif;
        font-size: 22px;
        font-weight: 600;
        color: var(--white);
        text-align: right;
        line-height: 1;
      }
      .cv-sub2 {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.35);
        text-align: right;
        margin-top: 3px;
      }

      /* ------------------------------
   SIX SERVICES
------------------------------ */
      .services-sec {
        background: var(--white);
      }
      .services-inner {
        max-width: 1100px;
        margin: 0 auto;
      }
      .services-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }
      .svc-card {
        background: var(--lav);
        border: 1px solid var(--bd);
        border-radius: 16px;
        padding: 0;
        overflow: hidden;
        transition: all 0.25s;
        position: relative;
      }
      .svc-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--mid), var(--turquoise));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s;
      }
      .svc-card:hover::after {
        transform: scaleX(1);
      }
      .svc-card:hover {
        background: var(--white);
        transform: translateY(-4px);
        box-shadow: var(--sh-m);
      }

      .svc-card-header {
        padding: 22px 20px 16px;
        border-bottom: 1px solid var(--bd);
      }
      .svc-card-icon-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 14px;
      }
      .svc-card-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
      }
      .sci1 {
        background: rgba(69, 77, 161, 0.12);
      }
      .sci2 {
        background: rgba(33, 191, 207, 0.12);
      }
      .sci3 {
        background: rgba(34, 197, 94, 0.12);
      }
      .sci4 {
        background: rgba(245, 158, 11, 0.1);
      }
      .sci5 {
        background: rgba(239, 68, 68, 0.08);
      }
      .sci6 {
        background: rgba(139, 92, 246, 0.1);
      }

      .svc-trial-tag {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--green);
        background: var(--green-l);
        padding: 3px 10px;
        border-radius: 100px;
        border: 1px solid rgba(34, 197, 94, 0.2);
      }
      .svc-card h3 {
        font-family: "Playfair Display", serif;
        font-size: 17px;
        font-weight: 500;
        color: var(--ink);
        margin-bottom: 6px;
      }
      .svc-card-desc {
        font-size: 13px;
        color: var(--muted);
        line-height: 1.6;
      }

      .svc-card-body {
        padding: 16px 20px;
      }
      .svc-dl-label {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 10px;
      }
      .svc-dl {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 0;
      }
      .svc-dl li {
        font-size: 12.5px;
        color: var(--body);
        padding: 7px 0;
        border-bottom: 1px solid var(--bd);
        display: flex;
        align-items: flex-start;
        gap: 7px;
        line-height: 1.4;
        transition: color 0.15s;
      }
      .svc-dl li:hover {
        color: var(--ink);
      }
      .svc-dl li:last-child {
        border-bottom: none;
      }
      .svc-dl li::before {
        content: "\2713";
        color: var(--green);
        font-size: 11px;
        font-weight: 700;
        flex-shrink: 0;
        margin-top: 2px;
      }

      /* ------------------------------
   HOW IT WORKS
------------------------------ */
      .hiw-sec {
        background: var(--lav);
      }
      .hiw-inner {
        max-width: 1100px;
        margin: 0 auto;
      }
      .steps-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        position: relative;
      }
      .steps-row::before {
        content: "";
        position: absolute;
        top: 42px;
        left: 48px;
        right: 20%;
        height: 1px;
        background: linear-gradient(
          90deg,
          transparent,
          var(--bd-m) 10%,
          var(--bd-m) 90%,
          transparent
        );
        z-index: 0;
      }
      body.page-for-agencies .hiw-sec .step {
        padding: 20px 16px;
        position: relative;
        z-index: 1;
        border-radius: 16px;
        background: #fff;
        border: 1.5px solid rgba(69, 77, 161, 0.1);
        box-shadow: 0 2px 10px rgba(69, 77, 161, 0.04);
        transition:
          background 0.35s ease,
          border-color 0.35s ease,
          box-shadow 0.35s ease,
          transform 0.35s ease;
        cursor: default;
      }
      body.page-for-agencies .hiw-sec .step:hover {
        background: #eeeffe;
        border-color: #454da1;
        box-shadow: 0 14px 34px rgba(69, 77, 161, 0.18);
        transform: translateY(-4px);
      }
      body.page-for-agencies .hiw-sec .step-n {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background: var(--white);
        border: 1.5px solid var(--bd-m);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Playfair Display", serif;
        font-size: 17px;
        font-weight: 600;
        color: var(--mid);
        margin-bottom: 18px;
        position: relative;
        z-index: 1;
        box-shadow: var(--sh-s);
        transition:
          background 0.35s ease,
          color 0.35s ease,
          border-color 0.35s ease,
          box-shadow 0.35s ease,
          transform 0.35s ease;
      }
      body.page-for-agencies .hiw-sec .step:hover .step-n {
        background: #454da1;
        color: #fff;
        border-color: #454da1;
        box-shadow: 0 8px 18px rgba(69, 77, 161, 0.28);
        transform: scale(1.04);
      }
      body.page-for-agencies .hiw-sec .step h3 {
        font-size: 14.5px;
        font-weight: 600;
        color: var(--ink);
        margin-bottom: 7px;
        transition: color 0.35s ease;
      }
      body.page-for-agencies .hiw-sec .step:hover h3 {
        color: #454da1;
      }
      body.page-for-agencies .hiw-sec .step p {
        font-size: 13px;
        color: var(--muted);
        line-height: 1.6;
      }
      body.page-for-agencies .hiw-sec .step-tag {
        margin-top: 10px;
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--turquoise);
        background: var(--teal-l);
        padding: 3px 10px;
        border-radius: 100px;
        transition:
          color 0.35s ease,
          background 0.35s ease;
      }
      body.page-for-agencies .hiw-sec .step:hover .step-tag {
        color: #454da1;
        background: rgba(69, 77, 161, 0.14);
      }

      /* ------------------------------
   PRICING
------------------------------ */
      /* .pricing-sec {
        background: var(--white);
      }
      .pricing-inner {
        max-width: 1100px;
        margin: 0 auto;
      }
      .pricing-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
      }
      .p-card {
        background: var(--lav);
        border: 1.5px solid var(--bd);
        border-radius: 18px;
        padding: 28px 24px;
        transition: all 0.25s;
        position: relative;
        overflow: hidden;
      }
      .p-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--bd);
        transition: background 0.3s;
      }
      .p-card:hover::before {
        background: linear-gradient(90deg, var(--mid), var(--turquoise));
      }
      .p-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--sh-l);
        background: var(--white);
      }
      .p-card.featured {
        background: var(--mid);
        border-color: var(--mid);
        box-shadow: 0 14px 48px rgba(69, 77, 161, 0.35);
      }
      .p-card.featured::before {
        background: linear-gradient(
          90deg,
          var(--turquoise),
          rgba(255, 255, 255, 0.4)
        );
      }
      .p-card.featured:hover {
        transform: translateY(-6px);
      }
      .p-pop {
        position: absolute;
        top: 16px;
        right: 16px;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--turquoise);
        background: rgba(33, 191, 207, 0.15);
        padding: 3px 10px;
        border-radius: 100px;
      }
      .p-tier {
        font-size: 10.5px;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        color: var(--mid);
        margin-bottom: 18px;
      }
      .p-card.featured .p-tier {
        color: rgba(255, 255, 255, 0.5);
      }
      .p-price {
        font-family: "Playfair Display", serif;
        font-size: 42px;
        font-weight: 500;
        color: var(--ink);
        line-height: 1;
        letter-spacing: -0.5px;
        margin-bottom: 4px;
      }
      .p-card.featured .p-price {
        color: #fff;
      }
      .p-was {
        font-size: 13px;
        color: var(--muted);
        text-decoration: line-through;
        margin-bottom: 4px;
      }
      .p-card.featured .p-was {
        color: rgba(255, 255, 255, 0.38);
      }
      .p-period {
        font-size: 13px;
        color: var(--muted);
        margin-bottom: 16px;
      }
      .p-card.featured .p-period {
        color: rgba(255, 255, 255, 0.45);
      }
      .p-name {
        font-family: "Playfair Display", serif;
        font-size: 17px;
        font-weight: 500;
        color: var(--ink);
        margin-bottom: 8px;
      }
      .p-card.featured .p-name {
        color: #fff;
      }
      .p-desc {
        font-size: 13px;
        color: var(--muted);
        margin-bottom: 22px;
        line-height: 1.6;
      }
      .p-card.featured .p-desc {
        color: rgba(255, 255, 255, 0.48);
      }
      .p-features {
        list-style: none;
        margin-bottom: 26px;
      }
      .p-features li {
        font-size: 13px;
        padding: 7px 0;
        border-bottom: 1px solid var(--bd);
        display: flex;
        gap: 9px;
        align-items: flex-start;
        color: var(--body);
      }
      .p-card.featured .p-features li {
        border-color: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.72);
      }
      .p-features li::before {
        content: "?";
        color: var(--green);
        font-weight: 700;
        flex-shrink: 0;
        margin-top: 1px;
      }
      .p-features li:last-child {
        border-bottom: none;
      }
      .p-btn {
        display: block;
        text-align: center;
        padding: 12px;
        border-radius: 9px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.2s;
        letter-spacing: 0.01em;
      }
      .pb-out {
        border: 1.5px solid var(--bd-m);
        color: var(--mid);
      }
      .pb-out:hover {
        border-color: var(--mid);
        background: var(--mid-l);
      }
      .pb-green {
        background: var(--green);
        color: #fff;
        box-shadow: 0 4px 16px rgba(34, 197, 94, 0.27);
      }
      .pb-green:hover {
        background: #16a34a;
        transform: translateY(-1px);
      } */

      /* ------------------------------
   FREE TRIAL
------------------------------ */
      .trial-sec {
        background: var(--midnight);
        color: var(--white);
      }
      .trial-sec h2 {
        color: var(--white);
      }
      .trial-sec h2 em {
        color: var(--turquoise);
      }
      .trial-inner {
        max-width: 1100px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 56px;
        align-items: start;
      }

      .trial-copy p {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.55);
        line-height: 1.78;
        /* margin-bottom: 22px; */
      }
      .trial-copy p strong {
        color: var(--white);
        font-weight: 500;
      }

      .trial-items {
        display: flex;
        flex-direction: column;
        gap: 11px;
        margin-bottom: 28px;
      }
      .trial-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 16px;
        background: var(--white);
        border: 1px solid var(--bd);
        border-radius: 12px;
        box-shadow: var(--sh-s);
        transition: all 0.22s;
        cursor: default;
      }
      .trial-item:hover {
        border-color: var(--bd-m);
        box-shadow: var(--sh-m);
        transform: translateX(3px);
      }
      .ti-icon {
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        padding: 5px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        flex-shrink: 0;
      }
      .ti-icon svg *
      {
        stroke-width: 1.75;
      }
      .ti-icon img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
      }
      .tii1 {
        background: rgba(69, 77, 161, 0.1);
      }
      .tii2 {
        background: rgba(33, 191, 207, 0.1);
      }
      .tii3 {
        background: rgba(34, 197, 94, 0.1);
      }
      .tii4 {
        background: rgba(245, 158, 11, 0.1);
      }
      .tii5 {
        background: rgba(239, 68, 68, 0.08);
      }
      .tii6 {
        background: rgba(139, 92, 246, 0.1);
      }
      .ti-content {
        flex: 1;
      }
      .ti-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--ink);
        margin-bottom: 2px;
      }
      .ti-desc {
        font-size: 12.5px;
        color: var(--muted);
        line-height: 1.5;
      }
      .ti-count {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.04em;
        color: var(--green);
        background: var(--green-l);
        padding: 3px 10px;
        border-radius: 100px;
        white-space: nowrap;
        border: 1px solid rgba(34, 197, 94, 0.18);
        flex-shrink: 0;
        margin-top: 2px;
      }

      .trial-note-row {
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        color: var(--muted);
      }

      /* trial right card */
      .trial-card {
        background: var(--mid);
        border-radius: 20px;
        padding: 30px;
        box-shadow: var(--sh-xl);
        position: relative;
        overflow: hidden;
      }
      .trial-card::before {
        content: "";
        position: absolute;
        top: -80px;
        right: -80px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(
          circle,
          rgba(33, 191, 207, 0.18) 0%,
          transparent 65%
        );
        pointer-events: none;
      }
      .tc-badge {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: rgba(34, 197, 94, 0.15);
        border: 1px solid rgba(34, 197, 94, 0.2);
        border-radius: 100px;
        padding: 5px 13px;
        font-size: 10.5px;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--green);
        margin-bottom: 18px;
      }
      .tc-badge .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--green);
        animation: blink 2s infinite;
      }
      .tc-title {
        font-family: "Playfair Display", serif;
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        letter-spacing: -0.3px;
        margin-bottom: 5px;
      }
      .tc-sub {
        font-size: 13.5px;
        color: rgba(255, 255, 255, 0.45);
        margin-bottom: 22px;
      }

      .tc-items {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 22px;
      }
      .tc-item {
        display: flex;
        align-items: center;
        gap: 11px;
        padding: 11px 13px;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 9px;
        transition: background 0.2s;
        cursor: default;
      }
      .tc-item:hover {
        background: rgba(255, 255, 255, 0.11);
      }
      .tci-icon {
        font-size: 16px;
        flex-shrink: 0;
      }
      .tci-label {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.72);
        font-weight: 500;
        flex: 1;
      }
      .tci-count {
        font-size: 10.5px;
        font-weight: 800;
        color: var(--green);
        background: rgba(34, 197, 94, 0.12);
        padding: 2px 9px;
        border-radius: 100px;
        white-space: nowrap;
        flex-shrink: 0;
      }

      .tc-cta {
        display: block;
        text-align: center;
        background: var(--green);
        color: #fff;
        padding: 14px;
        border-radius: 9px;
        font-size: 14.5px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.2s;
        box-shadow: 0 4px 16px rgba(34, 197, 94, 0.3);
        margin-bottom: 10px;
        letter-spacing: 0.01em;
      }
      .tc-cta:hover {
        background: #16a34a;
        transform: translateY(-1px);
      }
      .tc-ghost {
        display: block;
        text-align: center;
        font-size: 12.5px;
        color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
        transition: color 0.2s;
      }
      .tc-ghost:hover {
        color: rgba(255, 255, 255, 0.6);
      }

      /* ------------------------------
   TESTIMONIALS
------------------------------ */
      /* .testi-sec {
        background: var(--white);
      }
      .testi-inner {
        max-width: 1100px;
        margin: 0 auto;
      }
      .testi-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 44px;
      }
      .testi-card {
        background: var(--lav);
        border: 1px solid var(--bd);
        border-radius: 16px;
        padding: 26px 22px;
        transition: all 0.22s;
      }
      .testi-card:hover {
        background: var(--white);
        transform: translateY(-3px);
        box-shadow: var(--sh-m);
      }
      .stars {
        color: var(--amber);
        font-size: 13px;
        letter-spacing: 2px;
        margin-bottom: 12px;
      }
      .testi-q {
        font-size: 14.5px;
        line-height: 1.78;
        color: #333;
        font-style: italic;
        margin-bottom: 18px;
      }
      .testi-q strong {
        font-style: normal;
        font-weight: 700;
        color: var(--mid);
      }
      .testi-author {
        display: flex;
        align-items: center;
        gap: 11px;
      }
      .testi-av {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--mid), var(--turquoise));
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Playfair Display", serif;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        flex-shrink: 0;
      }
      .testi-name {
        font-size: 13.5px;
        font-weight: 600;
        color: var(--ink);
      }
      .testi-role {
        font-size: 12px;
        color: var(--muted);
      } */

      /* ------------------------------
   BOTTOM CTA
------------------------------ */
      .cta-agents-sec {
        padding: 88px 56px;
        background: linear-gradient(
          145deg,
          var(--mid) 0%,
          #363d88 55%,
          #2a3070 100%
        );
        position: relative;
        overflow: hidden;
        text-align: center;
      }
      .cta-agents-sec::before {
        content: "";
        position: absolute;
        top: -160px;
        right: -120px;
        width: 520px;
        height: 520px;
        border-radius: 50%;
        background: radial-gradient(
          circle,
          rgba(33, 191, 207, 0.12) 0%,
          transparent 65%
        );
        pointer-events: none;
      }
      .cta-agents-sec::after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: -80px;
        width: 380px;
        height: 380px;
        border-radius: 50%;
        background: radial-gradient(
          circle,
          rgba(255, 255, 255, 0.04) 0%,
          transparent 65%
        );
        pointer-events: none;
      }
      .cta-agents-inner {
        max-width: 720px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
      }
      .cta-agents-sec .chip {
        /* background: rgba(33, 191, 207, 0.12); */
        /* border-color: rgba(33, 191, 207, 0.2); */
        color: var(--turquoise);
        margin-bottom: 16px;
      }
      .cta-agents-sec h2 {
        color: #fff;
      }
      .cta-agents-sec h2 em {
        color: var(--turquoise);
      }
      .cta-agents-sec p {
        font-size: 17px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.75;
        margin-bottom: 36px;
      }
      .cta-btns {
        display: flex;
        gap: 14px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
      }
      .cta-btn-main {
        background: var(--green);
        color: #fff;
        padding: 14px 30px;
        border-radius: 9px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 6px 22px rgba(34, 197, 94, 0.3);
        transition: all 0.2s;
        letter-spacing: 0.01em;
      }
      .cta-btn-main:hover {
        background: #16a34a;
        transform: translateY(-2px);
      }
      .cta-btn-out {
        border: 1.5px solid rgba(255, 255, 255, 0.18);
        color: rgba(255, 255, 255, 0.72);
        padding: 13px 26px;
        border-radius: 9px;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s;
      }
      .cta-btn-out:hover {
        border-color: rgba(255, 255, 255, 0.45);
        color: #fff;
      }
      .cta-footnote {
        font-size: 12.5px;
        color: rgba(255, 255, 255, 0.25);
      }
      .form-card {
        border-radius: 12px;
      }

      /* -- RESPONSIVE -- */
      @media (max-width: 920px) {
        section,
        .hero,
        .logo-bar,
        .logo-bar,
        .cta-agents-sec,
        footer {
          padding-left: 18px;
          padding-right: 18px;
        }
        .hero-grid,
        .pain-grid,
        .trial-inner {
          grid-template-columns: 1fr;
          gap: 32px;
        }
        .hero-card-wrap {
          display: none;
        }
        .hero-strip {
          margin: 0 -18px;
          padding: 16px 18px;
        }
        .hs-stat:nth-child(n + 4) {
          display: none;
        }
        .services-grid,
        .pricing-grid,
        .testi-grid {
          grid-template-columns: 1fr;
        }
        .steps-row {
          grid-template-columns: 1fr 1fr;
          gap: 24px;
        }
        .steps-row::before {
          display: none;
        }
      }

      @media (max-width: 576px) {
        .hero-strip {
          margin: 0 -18px;
          padding: 20px 16px 22px;
          box-sizing: border-box;
        }
        .hero-strip .hs-inner {
          align-items: stretch;
          justify-content: flex-start;
          gap: 0;
          max-width: none;
        }
        
        .s3-num {
          font-size: 32px;
          min-width: 72px;
        }

        .cta-agents-sec {
          padding-top: 64px;
          padding-bottom: 28px;
        }

        .hero-strip .hs-inner > .hs-stat {
          flex: 1 1 0;
          min-width: 50%;
        }
        .hero-strip .hs-stat,
        .hero-strip .hs-stat:nth-child(n + 4) {
          display: flex !important;
          align-items: center;
          gap: 14px;
          padding: 14px 4px;
          border-right: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }
        .hero-strip .hs-stat:first-child {
          padding-left: 4px;
          padding-top: 0;
        }
        .hero-strip .hs-stat:last-child {
          border-bottom: none;
          padding-bottom: 0;
        }
        .hero-strip .hs-num {
          font-size: clamp(20px, 5.5vw, 24px);
          min-width: 2.75rem;
          flex-shrink: 0;
        }
        .hero-strip .hs-label {
          font-size: 12.5px;
          line-height: 1.45;
          text-align: left;
          flex: 1;
          min-width: 0;
        }
      }

  .pricing-sec .p-features li.inc, .pricing-sec .p-features li.exc{list-style:none;position:relative;padding-left:24px;text-align:left}
  .pricing-sec .p-features li.inc:before{content:"?3"!important;position:absolute;left:0;color:#16b981!important;font-weight:800;border:0!important;background:none!important}
  .pricing-sec .p-features li.exc:before{content:"?7"!important;position:absolute;left:0;color:#d9534f!important;font-weight:800;border:0!important;background:none!important}
  .pricing-sec .p-features li.exc{color:#9aa0b5;opacity:.75}

  /* Match brand-identity pricing UI: white featured card */
  .pricing-sec .p-card.featured{background:#fff!important;color:#5b6079!important;border:2px solid #454da1!important;box-shadow:0 14px 48px rgba(69,77,161,.18)!important}
  .pricing-sec .p-card.featured .p-tier{color:#454da1!important}
  .pricing-sec .p-card.featured .p-name,
  .pricing-sec .p-card.featured .p-price{color:#10132b!important}
  .pricing-sec .p-card.featured .p-period,
  .pricing-sec .p-card.featured .p-desc,
  .pricing-sec .p-card.featured .p-was,
  .pricing-sec .p-card.featured .p-features li{color:#5b6079!important}
  .pricing-sec .p-card.featured .p-features li{border-color:rgba(69,77,161,.18)!important}
  .pricing-sec .p-card.featured::before{background:linear-gradient(90deg,#21bfcf,rgba(69,77,161,.4))!important}
  .pricing-sec .p-card.featured .p-pop{background:rgba(33,191,207,.15)!important;color:#21bfcf!important}

  /* Pricing cards equal height; CTA button pinned to the bottom */
  .pricing-grid{align-items:flex-start}
  .pricing-grid .p-card{display:flex;flex-direction:column}
  .pricing-grid .p-card .p-btn{margin-top:auto}

  #pricing .p-btn .hero-cta-arrow {
    display: inline-block;
    font-weight: 900;
    -webkit-text-stroke: 1.15px currentColor;
    paint-order: stroke fill;
    font-size: 1.22em;
    line-height: 1;
  }

  #teams .team-status::before {
    content: none;
  }

  #teams .task-track.v2 > div::after {
    content: none;
  }

  body.page-for-agencies .pf-lightbox__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  body.page-for-agencies .pf-lightbox__close svg {
    display: block;
  }

  /* Comparison table ? uniform yellow triangle + icon/text alignment */
  body.page-for-agencies .comparison-section .comp-table svg.wrong {
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-top: 0;
    margin-bottom: 0;
  }

  body.page-for-agencies .comparison-section .comp-table .green1,
  body.page-for-agencies .comparison-section .comp-table .wrong1 {
    line-height: 1;
    vertical-align: middle;
  }

/* Mobile - comparison table: horizontal scroll + sticky Feature + side-rail clear */
@media screen and (max-width: 768px) {
  html body.page-for-agencies .comparison-section {
    overflow-x: hidden;
  }

  html body.page-for-agencies .comparison-section .container {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  html body.page-for-agencies .comparison-section .comp-table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    max-width: 100%;
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(56px, calc(20px + var(--side-rail-tab-w, 40px)));
    padding-bottom: 10px;
  }

  html body.page-for-agencies .comparison-section .comp-table {
    width: max-content !important;
    min-width: 920px !important;
    max-width: none !important;
    table-layout: auto;
  }

  html body.page-for-agencies .comparison-section .comp-table th,
  html body.page-for-agencies .comparison-section .comp-table td {
    padding: 12px 12px;
    font-size: 12.5px;
    line-height: 1.35;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none;
    white-space: normal;
    vertical-align: middle;
    height: auto !important;
  }

  html body.page-for-agencies .comparison-section .comp-table th:first-child,
  html body.page-for-agencies .comparison-section .comp-table td:first-child {
    min-width: 160px;
    max-width: 180px;
    width: 170px;
    position: sticky;
    left: 0;
    z-index: 1;
    border-right: 1px solid var(--border-light);
    box-shadow: 7px 0 14px -8px rgba(27, 42, 107, 0.28);
    overflow-wrap: break-word;
    word-break: normal;
  }

  html body.page-for-agencies .comparison-section .comp-table thead th:first-child {
    z-index: 2;
    background: var(--lavender);
  }

  html body.page-for-agencies .comparison-section .comp-table tbody td:first-child {
    background: #fff;
  }

  html body.page-for-agencies .comparison-section .comp-table tbody tr:nth-child(even) td:first-child {
    background: #f7f8fc;
  }

  html body.page-for-agencies .comparison-section .comp-table th:not(:first-child),
  html body.page-for-agencies .comparison-section .comp-table td:not(:first-child) {
    min-width: 118px;
    white-space: nowrap;
  }

  html body.page-for-agencies .comparison-section .comp-table th.hi,
  html body.page-for-agencies .comparison-section .comp-table td.hi {
    min-width: 128px;
  }

  html body.page-for-agencies .comparison-section .comp-table th.hi .logo1,
  html body.page-for-agencies .comparison-section .comp-table th.hi .logo2 {
    width: 96px;
    max-width: 96px;
    height: auto;
  }
}

/* Mobile only ? portfolio tabs alignment (this page only) */
@media screen and (max-width: 768px) {
  html body.page-for-agencies .portfolio-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    justify-content: stretch !important;
  }

  html body.page-for-agencies .portfolio-tabs .portfolio-tab {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 9px 8px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }
}

/* Mobile ? reviews: same video + text cards as growth-os / for-startups */
@media screen and (max-width: 768px) {
  html body.page-for-agencies #testimonials.testimonials-section .testi-card {
    align-items: stretch !important;
    width: min(92vw, 380px) !important;
    min-height: auto !important;
    height: auto !important;
  }

  html body.page-for-agencies #testimonials.testimonials-section .testi-card > .testi-video {
    display: block !important;
    align-self: stretch !important;
    width: 120px !important;
    min-width: 120px !important;
    flex: 0 0 120px !important;
    height: auto !important;
    min-height: 100% !important;
    aspect-ratio: auto !important;
    background: #0f1024 !important;
  }

  html body.page-for-agencies #testimonials.testimonials-section .testi-card .testi-video img:not(.testi-video__logo),
  html body.page-for-agencies #testimonials.testimonials-section .testi-card:hover .testi-video img:not(.testi-video__logo),
  html body.page-for-agencies #testimonials.testimonials-section .testi-video img,
  html body.page-for-agencies #testimonials.testimonials-section .testi-card:hover .testi-video img {
    object-fit: cover !important;
    object-position: center center !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  html body.page-for-agencies #testimonials.testimonials-section .testi-content {
    min-width: 0 !important;
    padding: 14px 12px 12px !important;
    box-sizing: border-box !important;
  }

  html body.page-for-agencies #testimonials.testimonials-section .testi-quote {
    font-size: 13px !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
  }

  html body.page-for-agencies #testimonials.testimonials-section .testi-author {
    padding-top: 10px !important;
    gap: 8px !important;
  }

  html body.page-for-agencies #testimonials.testimonials-section .testi-name {
    font-size: 13px !important;
  }

  html body.page-for-agencies #testimonials.testimonials-section .testi-role {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
}

/* Mobile ? portfolio rows: one-by-one loop (both rows, Animated Logo etc.) */
@media screen and (max-width: 768px) {
  body.page-for-agencies #portfolio .portfolio-row.pf-rows-loop {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.page-for-agencies #portfolio .portfolio-row.pf-rows-loop::-webkit-scrollbar {
    display: none;
  }

  body.page-for-agencies #portfolio .pf-rows-loop .portfolio-track {
    animation: none !important;
    transform: none !important;
  }

  body.page-for-agencies #portfolio .pf-rows-loop .portfolio-card {
    scroll-snap-align: center;
  }
}

/* Mobile ? hero CTAs on one row */
@media screen and (max-width: 768px) {
  html body.page-for-agencies .hero .hero-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.page-for-agencies .hero .hero-actions .btn-green,
  html body.page-for-agencies .hero .hero-actions .btn-ghost {
    width: auto !important;
    max-width: none !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  html body.page-for-agencies .hero .hero-actions .btn-green {
    padding: 10px 12px !important;
    font-size: 12px !important;
    gap: 6px !important;
  }

  html body.page-for-agencies .hero .hero-actions .btn-green svg {
    width: 13px !important;
    height: 13px !important;
    flex-shrink: 0 !important;
  }

  html body.page-for-agencies .hero .hero-actions .btn-ghost {
    padding-left: 0.25rem !important;
    font-size: 12px !important;
  }
}
