/* ── Page-level background ── */
    .page-bg {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background:
        radial-gradient(ellipse 80% 40% at 20% -10%, rgba(194, 78, 44, 0.18) 0%, transparent 70%),
        radial-gradient(ellipse 60% 35% at 85% 5%,  rgba(157, 51, 119, 0.13) 0%, transparent 65%);
    }

    /* ── Breadcrumb ── */
    .ct-breadcrumb {
      display: flex;
      align-items: center;
      gap: 0.45rem;
      font-family: 'Inter', sans-serif;
      font-size: 0.72rem;
      color: rgba(197,197,214,0.4);
      margin-bottom: 1.5rem;
    }
    .ct-breadcrumb a {
      color: inherit;
      text-decoration: none;
      display: flex;
      align-items: center;
      transition: color 0.2s;
    }
    .ct-breadcrumb a:hover { color: rgba(197,197,214,0.75); }
    .ct-breadcrumb .crumb-sep { opacity: 0.35; }
    .ct-breadcrumb .crumb-current { color: rgba(197,197,214,0.65); font-weight: 500; }

    /* ── Hero ── */
    .ct-hero {
      position: relative;
      z-index: 10;
      max-width: 1200px;
      margin: 0 auto;
      padding: 3rem 2rem 2rem;
    }
    .ct-hero + .page-divider { margin: 2rem 0; }
    .ct-hero-top {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 3rem;
      margin-bottom: 3.5rem;
    }
    .ct-hero-hl { flex: 1; }
    .ct-hero-aside {
      flex: 0 0 300px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-bottom: 0.25rem;
    }
    .ct-hero-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(1.9rem, 3.8vw, 3.1rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.1;
      letter-spacing: -0.03em;
      margin: 0;
    }
    .ct-hero-title em {
      font-style: italic;
      font-weight: 300;
      letter-spacing: -0.025em;
      background: linear-gradient(90deg, #C24E2C 0%, #9D3377 50%, #4A89C7 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .ct-hero-desc {
      font-family: 'Inter', sans-serif;
      font-size: 0.875rem;
      line-height: 1.75;
      color: rgba(197,197,214,0.6);
      margin: 0 0 1.75rem;
    }

    /* ── Contact info cards row ── */
    .ct-info-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
      margin-bottom: 4rem;
    }

    /* Cancel group hover from hero-image-outer — cards hover individually */
    .ct-info-grid.hero-image-outer {
      cursor: default;
      transform: none !important;
      box-shadow: none !important;
      transition: none !important;
    }
    .ct-info-card {
      position: relative;
      background: linear-gradient(to bottom,
        rgba(255,255,255,0.055) 0%,
        rgba(255,255,255,0.018) 45%,
        transparent 100%);
      border-radius: 1.25rem;
      padding: 1.75rem 1.5rem;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      overflow: hidden;
      transition: transform 0.42s cubic-bezier(0.22,1,0.36,1), box-shadow 0.42s cubic-bezier(0.22,1,0.36,1);
    }
    .ct-info-card::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(255, 255, 255, 0.10) 20%,
        rgba(255, 255, 255, 0.03) 48%,
        transparent 62%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      z-index: 2;
    }
    .ct-info-card:hover {
      transform: translateY(-4px);
      box-shadow:
        0 18px 52px -12px rgba(194, 78, 44, 0.12),
        0 10px 28px -8px  rgba(157, 51, 119, 0.08),
        0 4px  14px -4px  rgba(74, 137, 199, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.09);
    }
    .ct-info-card-featured {
      background: linear-gradient(to bottom,
        rgba(255,255,255,0.055) 0%,
        rgba(255,255,255,0.018) 45%,
        transparent 100%);
    }
    .ct-info-card-featured::after {
      display: none;
    }
    .ct-info-icon {
      width: 40px;
      height: 40px;
      border-radius: 0.75rem;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(197,197,214,0.7);
      flex-shrink: 0;
      position: relative;
      z-index: 3;
    }
    .ct-info-card-featured .ct-info-icon {
      background: rgba(255,255,255,0.05);
      border-color: rgba(255,255,255,0.08);
      color: rgba(197,197,214,0.7);
    }
    .ct-info-label {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(197, 197, 214, 0.5);
      position: relative;
      z-index: 3;
    }
    .ct-info-value {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 0.925rem;
      font-weight: 700;
      color: #fff;
      line-height: 1.35;
      position: relative;
      z-index: 3;
    }
    .ct-info-sub {
      font-family: 'Inter', sans-serif;
      font-size: 0.72rem;
      color: rgba(197,197,214,0.45);
      line-height: 1.6;
      position: relative;
      z-index: 3;
    }
    .ct-info-link {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.6rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(194, 78, 44, 0.7);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      transition: color 0.2s, gap 0.2s;
      position: relative;
      z-index: 3;
      margin-top: auto;
    }
    .ct-info-link:hover { color: #4A89C7; gap: 0.6rem; }
    .ct-info-link svg { transition: transform 0.2s; }
    .ct-info-link:hover svg { transform: translateX(3px); }

    /* ── Main contact split layout ── */
    .ct-main {
      position: relative;
      z-index: 10;
      max-width: 1200px;
      margin: 0 auto;
      padding: 3.5rem 2rem 5rem;
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 3rem;
      align-items: start;
    }

    /* ── Form panel ── */
    .ct-form-panel {
      position: relative;
      background: linear-gradient(to bottom,
        rgba(255,255,255,0.055) 0%,
        rgba(255,255,255,0.018) 45%,
        transparent 100%);
      border-radius: 1.5rem;
      padding: 2.5rem;
      overflow: hidden;
    }
    .ct-form-panel::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(to bottom,
        rgba(194, 78, 44, 0.2) 0%,
        rgba(194, 78, 44, 0.07) 30%,
        transparent 65%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      z-index: 0;
    }
    /* Glow inside form panel */
    .ct-form-panel::after {
      content: '';
      position: absolute;
      top: -80px;
      left: -80px;
      width: 300px;
      height: 300px;
      background: radial-gradient(ellipse, rgba(194, 78, 44, 0.12) 0%, transparent 70%);
      pointer-events: none;
      z-index: 0;
    }
    .ct-form-heading {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.35rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.02em;
      margin: 0 0 0.5rem;
      position: relative;
      z-index: 1;
    }
    .ct-form-subheading {
      font-family: 'Inter', sans-serif;
      font-size: 0.8rem;
      color: rgba(197,197,214,0.5);
      line-height: 1.65;
      margin-bottom: 2rem;
      position: relative;
      z-index: 1;
    }
    .ct-form {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      position: relative;
      z-index: 1;
    }
    .ct-form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }
    .ct-field {
      display: flex;
      flex-direction: column;
      gap: 0.45rem;
    }
    .ct-label {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(197,197,214,0.55);
    }
    /* ct-input / ct-select / ct-textarea — visual styles live in base.css (.form-input) */

    /* Service checkboxes */
    .ct-checkgroup {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.5rem;
    }
    .ct-check-item {
      display: flex;
      align-items: center;
      gap: 0.55rem;
      cursor: pointer;
    }
    .ct-check-item input[type="checkbox"] {
      width: 16px;
      height: 16px;
      border-radius: 4px;
      border: 1px solid rgba(255,255,255,0.15);
      background: rgba(255,255,255,0.04);
      accent-color: #C24E2C;
      cursor: pointer;
      flex-shrink: 0;
    }
    .ct-check-label {
      font-family: 'Inter', sans-serif;
      font-size: 0.775rem;
      color: rgba(197,197,214,0.6);
      line-height: 1.4;
    }

    /* Budget slider */
    .ct-budget-display {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      background: linear-gradient(90deg, #C24E2C 0%, #9D3377 50%, #4A89C7 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 0.5rem;
    }
    .ct-slider {
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      height: 4px;
      border-radius: 9999px;
      background: linear-gradient(90deg, #C24E2C 0%, #9D3377 var(--pct, 30%), rgba(255,255,255,0.1) var(--pct, 30%));
      outline: none;
      cursor: pointer;
    }
    .ct-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid #C24E2C;
      box-shadow: 0 0 0 3px rgba(194, 78, 44, 0.2);
      cursor: pointer;
      transition: box-shadow 0.2s;
    }
    .ct-slider::-webkit-slider-thumb:hover {
      box-shadow: 0 0 0 6px rgba(194, 78, 44, 0.15);
    }
    .ct-slider-labels {
      display: flex;
      justify-content: space-between;
      margin-top: 0.5rem;
    }
    .ct-slider-lbl {
      font-family: 'Inter', sans-serif;
      font-size: 0.62rem;
      color: rgba(197,197,214,0.35);
    }

    /* Submit button */
    .ct-submit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.6rem;
      border-radius: 9999px;
      padding: 0.85rem 2.25rem;
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #fff;
      background: linear-gradient(135deg, #C24E2C 0%, #9D3377 100%);
      border: none;
      cursor: pointer;
      transition: opacity 0.22s, transform 0.22s;
      position: relative;
      overflow: hidden;
    }
    .ct-submit::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%);
      pointer-events: none;
    }
    .ct-submit:hover {
      opacity: 0.9;
      transform: translateY(-2px);
      box-shadow: 0 12px 32px -8px rgba(194, 78, 44, 0.4), 0 6px 16px -4px rgba(157, 51, 119, 0.25);
    }
    .ct-submit:active { transform: scale(0.97); }

    .ct-form-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 0.75rem;
    }
    .ct-privacy-note {
      font-family: 'Inter', sans-serif;
      font-size: 0.65rem;
      color: rgba(197,197,214,0.35);
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }

    /* ── Right sidebar panel ── */
    .ct-sidebar {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      position: sticky;
      top: 88px;
    }

    /* Response time card */
    .ct-response-card {
      position: relative;
      background:
        radial-gradient(ellipse 70% 60% at 90% 100%, rgba(157, 51, 119, 0.22) 0%, transparent 65%),
        radial-gradient(ellipse 55% 45% at 15% 10%, rgba(194, 78, 44, 0.14) 0%, transparent 60%),
        rgba(255,255,255,0.035);
      border: 1px solid rgba(255,255,255,0.09);
      border-radius: 1.25rem;
      padding: 1.75rem;
      overflow: hidden;
    }
    .ct-response-eyebrow {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(197, 197, 214, 0.5);
      margin-bottom: 0.75rem;
    }
    .ct-response-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.5rem;
      font-weight: 800;
      letter-spacing: -0.04em;
      color: #fff;
      margin-bottom: 0.35rem;
    }
    .ct-response-desc {
      font-family: 'Inter', sans-serif;
      font-size: 0.78rem;
      color: rgba(197,197,214,0.5);
      line-height: 1.65;
      margin-bottom: 1.25rem;
    }
    .ct-response-divider {
      height: 1px;
      background: rgba(255,255,255,0.07);
      margin-bottom: 1.25rem;
    }
    .ct-response-stats {
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
    }
    .ct-response-stat {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .ct-response-stat-label {
      font-family: 'Inter', sans-serif;
      font-size: 0.72rem;
      color: rgba(197,197,214,0.45);
    }
    .ct-response-stat-bar-wrap {
      flex: 1;
      margin: 0 0.75rem;
      height: 3px;
      background: rgba(255,255,255,0.06);
      border-radius: 9999px;
      overflow: hidden;
    }
    .ct-response-stat-bar {
      height: 100%;
      border-radius: 9999px;
      background: linear-gradient(90deg, #C24E2C, #9D3377, #4A89C7);
    }
    .ct-response-stat-val {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.65rem;
      font-weight: 700;
      color: rgba(197,197,214,0.65);
      white-space: nowrap;
    }

    /* Availability card */
    .ct-avail-card {
      background: rgba(255,255,255,0.025);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 1.25rem;
      padding: 1.5rem 1.75rem;
    }
    .ct-avail-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 0.875rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 1.1rem;
    }
    .ct-avail-list {
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
    }
    .ct-avail-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .ct-avail-day {
      font-family: 'Inter', sans-serif;
      font-size: 0.72rem;
      color: rgba(197,197,214,0.5);
    }
    .ct-avail-time {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.68rem;
      font-weight: 600;
      color: rgba(197,197,214,0.7);
    }
    .ct-avail-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #4ade80;
      background: rgba(74,222,128,0.08);
      border: 1px solid rgba(74,222,128,0.18);
      border-radius: 9999px;
      padding: 0.2rem 0.65rem;
    }
    .ct-avail-dot {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #4ade80;
      animation: ctPulse 2s ease-in-out infinite;
    }
    @keyframes ctPulse {
      0%, 100% { opacity: 1; }
      50%       { opacity: 0.4; }
    }

    /* Direct contact card */
    .ct-direct-card {
      background: rgba(255,255,255,0.025);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 1.25rem;
      padding: 1.5rem 1.75rem;
      display: flex;
      flex-direction: column;
      gap: 0.875rem;
    }
    .ct-direct-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 0.875rem;
      font-weight: 700;
      color: #fff;
    }
    .ct-direct-item {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      text-decoration: none;
      transition: opacity 0.2s;
    }
    .ct-direct-item:hover { opacity: 0.75; }
    .ct-direct-icon {
      width: 36px;
      height: 36px;
      border-radius: 0.625rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .ct-direct-icon-wa {
      background: rgba(37,211,102,0.12);
      border: 1px solid rgba(37,211,102,0.2);
      color: #25d366;
    }
    .ct-direct-icon-email {
      background: rgba(194, 78, 44, 0.12);
      border: 1px solid rgba(194, 78, 44, 0.2);
      color: #C24E2C;
    }
    .ct-direct-icon-cal {
      background: rgba(157, 51, 119, 0.12);
      border: 1px solid rgba(157, 51, 119, 0.2);
      color: #9D3377;
    }
    .ct-direct-text-lbl {
      font-family: 'Inter', sans-serif;
      font-size: 0.62rem;
      color: rgba(197,197,214,0.38);
      margin-bottom: 0.1rem;
    }
    .ct-direct-text-val {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.78rem;
      font-weight: 600;
      color: rgba(229,225,229,0.85);
    }

    /* FAQ segment moved to faq-shared.css */

    /* ── Trust signals strip ── */
    .ct-trust {
      position: relative;
      z-index: 10;
      max-width: 1200px;
      margin: 0 auto;
      padding: 4rem 2rem;
    }
    .ct-trust-inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
    }
    .ct-trust-item {
      text-align: center;
      padding: 1.75rem 1.25rem;
      background: rgba(255,255,255,0.02);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 1rem;
    }
    .ct-trust-num {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 2.25rem;
      font-weight: 800;
      letter-spacing: -0.05em;
      line-height: 1;
      margin-bottom: 0.35rem;
      background: linear-gradient(90deg, #C24E2C 0%, #9D3377 50%, #4A89C7 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .ct-trust-label {
      font-family: 'Inter', sans-serif;
      font-size: 0.75rem;
      color: rgba(197,197,214,0.5);
      line-height: 1.5;
    }

    /* ── Bottom CTA ── */
    .ct-cta {
      position: relative;
      z-index: 10;
      text-align: center;
      padding: 4rem 2rem 6rem;
      max-width: 680px;
      margin: 0 auto;
    }
    .ct-cta-eyebrow {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(197, 197, 214, 0.5);
      margin-bottom: 1rem;
    }
    .ct-cta-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(1.6rem, 3vw, 2.5rem);
      font-weight: 700;
      color: #fff;
      line-height: 1.15;
      letter-spacing: -0.02em;
      margin-bottom: 1rem;
    }
    .ct-cta-title em {
      font-style: italic;
      font-weight: 300;
      background: linear-gradient(90deg, #C24E2C 0%, #9D3377 50%, #4A89C7 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .ct-cta-desc {
      font-family: 'Inter', sans-serif;
      font-size: 0.85rem;
      color: rgba(197,197,214,0.6);
      line-height: 1.7;
      margin-bottom: 2rem;
    }
    .ct-cta-actions {
      display: flex;
      gap: 0.875rem;
      justify-content: center;
      flex-wrap: wrap;
    }

    /* ── Responsive ── */
    @media (max-width: 1024px) {
      .ct-info-grid { grid-template-columns: repeat(2, 1fr); }
      .ct-main { grid-template-columns: 1fr; gap: 2rem; }
      .ct-sidebar { position: static; }
      .ct-faq-inner { grid-template-columns: 1fr; gap: 2.5rem; }
      .ct-faq-left { position: static; }
      .ct-trust-inner { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
      .ct-hero-top { flex-direction: column; align-items: flex-start; gap: 1.75rem; }
      .ct-hero-aside { flex: unset; width: 100%; }
      .ct-form-row { grid-template-columns: 1fr; }
      .ct-checkgroup { grid-template-columns: 1fr; }
    }
    @media (max-width: 640px) {
      .ct-hero { padding: 4rem 1.25rem 3rem; }
      .ct-main { padding: 0 1.25rem 4rem; }
      .ct-faq-section { padding: 3rem 1.25rem; }
      .ct-trust { padding: 3rem 1.25rem; }
      .ct-trust-inner { grid-template-columns: repeat(2, 1fr); gap: 0.875rem; }
      .ct-info-grid { grid-template-columns: 1fr; }
      .ct-form-panel { padding: 1.75rem 1.25rem; }
      .ct-cta { padding: 3rem 1.25rem 4rem; }
    }
    @media (max-width: 480px) {
      .ct-hero { padding: 3rem 1rem 2.5rem; }
      .ct-main { padding: 0 1rem 3rem; }
      .ct-faq-section { padding: 2.5rem 1rem; }
      .ct-trust { padding: 2.5rem 1rem; }
      .ct-form-panel { padding: 1.5rem 1rem; }
      .ct-cta { padding: 3rem 1rem; }
      .ct-trust-inner { grid-template-columns: 1fr; }
    }

    /* ── Success state ── */
    .ct-success {
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 3rem 1.5rem;
      gap: 1.25rem;
    }
    .ct-success-icon {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: rgba(74,222,128,0.1);
      border: 1px solid rgba(74,222,128,0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #4ade80;
    }
    .ct-success-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      color: #fff;
    }
    .ct-success-desc {
      font-family: 'Inter', sans-serif;
      font-size: 0.82rem;
      color: rgba(197,197,214,0.5);
      line-height: 1.7;
      max-width: 320px;
    }
