


 @media (max-width:992px) {
  .visual {
        display: none;
    }
}
 @media (max-width: 767px) {
    .visual {
        display: none;
    }
    .copy h1 {
    color: #fff;
    margin: 0;
    font-size: 28px !important;
}
    .actions {
        display: block!important;
        gap: 14px;
    }
    .primary-cta, .secondary-cta {
        min-width: 100%;
        min-height: 46px;
        font-size: 16px;
        padding: 0 20px;
        margin-bottom: 20px;
    }


}



/****** intro section 2  */
.trust {
    position: relative;
    overflow: hidden;
    background: #fff;
    isolation: isolate;
}
.trust-inner {
    position: relative;
    max-width: 1780px;
    margin: 0 auto;
}
.trust::before {
    top: 70px;
    left: -20px;
    width: 520px;
    height: 240px;
    border-radius: 50%;
    border-top: 1px solid rgba(118, 65, 255, 0.54);
    border-left: 1px solid rgba(33, 108, 255, 0.35);
    transform: rotate(-10deg);
    box-shadow: 0 -26px 0 -25px rgba(128, 87, 255, 0.7), 0 -54px 0 -53px rgba(56, 108, 255, 0.45);
}
.trust::before, .trust::after {
    content: "";
    position: absolute;
    z-index: -2;
    pointer-events: none;
}
.trust::after {
    top: 84px;
    right: -88px;
    width: 560px;
    height: 265px;
    background: linear-gradient(90deg, rgba(60, 86, 255, 0.12) 1px, transparent 1px), linear-gradient(rgba(130, 74, 255, 0.16) 1px, transparent 1px);
    background-size: 18px 18px;
    border-radius: 50%;
    transform: perspective(420px) rotateX(58deg) rotateZ(-10deg);
    mask-image: radial-gradient(ellipse, black 0 58%, transparent 74%);
}

.trust::before, .trust::after {
    content: "";
    position: absolute;
    z-index: -2;
    pointer-events: none;
}
.trust-brand-node.left {
    left: -111px;
}
.trust-brand-node {
    position: absolute;
    top: 28px;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    border: 1px solid rgba(158, 130, 255, 0.72);
    background: linear-gradient(145deg, rgba(28, 34, 88, 0.9), rgba(8, 15, 40, 0.86));
    box-shadow: 0 0 26px rgba(124, 76, 255, 0.42), inset 0 0 22px rgba(73, 111, 255, 0.22);
}
.trust-brand-node svg {
    width: 54px;
    height: 54px;
    filter: drop-shadow(0 0 16px rgba(105, 76, 255, 0.85));
}
.trust-brand-node.right {
    right: -135px;
}

.trust-brand-node {
    position: absolute;
    top: 12px;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    border: 1px solid rgba(158, 130, 255, 0.72);
    background: linear-gradient(145deg, rgba(28, 34, 88, 0.9), rgba(8, 15, 40, 0.86));
    box-shadow: 0 0 26px rgba(124, 76, 255, 0.42), inset 0 0 22px rgba(73, 111, 255, 0.22);
}

.trust-dot.d1 {
    left: 145px;
    top: 3px;
}

.trust-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(87, 72, 255, 0.85);
}
.trust-dot.d2 {
    left: 190px;
    top: 172px;
}
.trust-dot.d3 {
    right: 76px;
    top: 62px;
}
.trust-dot.d4 {
    right: 135px;
    top: 156px;
}
.section-heading {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}
.section-heading h2 {
    margin: 0;
    color: #000000;
    font-size:26px;
    line-height: 1.5;
    letter-spacing: 0;
    text-wrap: balance;
}
.section-heading p {
    margin: 24px auto 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:6px;
    margin-top: 42px;
}
.metric-card {color: #fff;min-height: 358px;padding: 28px 19px 3px;border: 1px solid rgba(153, 139, 255, 0.72);border-radius: 16px;background: #fff;box-shadow: inset 0 0 34px rgba(47, 87, 255, 0.08), 0 0 0 1px rgba(37, 102, 255, 0.08), 0 16px 40px rgba(1, 5, 18, 0.25);}
.metric-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid rgba(169, 62, 255, 0.8);
}
.metric-icon, .chip-icon {
    display: grid;
    place-items: center;
    color: #a989ff;
    background: radial-gradient(circle at 68% 35%, rgba(31, 133, 255, 0.42), transparent 38%), rgba(5, 11, 31, 0.74);
}
.metric-icon svg {
    width: 54px;
    height: 54px;
    filter: drop-shadow(0 0 12px rgba(138, 80, 255, 0.76));
}
.metric-value {
    display: block;
    margin-top: 26px;
    font-size: 24px;
    background: linear-gradient(100deg, #a600ff, #1a004a 42%, #168aff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.metric-card h3 {
    margin: 18px 0 9px;
    font-size: 20px;
    /* line-height: 1.5; */
    color: #000000;
}
article.metric-card p {
    color: #000000;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
}
.chips {
    display: grid;
    grid-template-columns: repeat(8, minmax(120px, 1fr));
    gap: 18px;
    margin-top: 30px;
}
.chip {
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 18px;
    border: 1px solid rgba(162, 65, 255, 0.78);
    border-radius: 999px;
    color: #000000;
    background: rgb(255 255 255);
    box-shadow: inset 0 0 24px rgba(25, 93, 255, 0.16), 0 0 18px rgba(94, 57, 255, 0.12);
    font-size: clamp(15px, 1.1vw, 20px);
    font-weight: 500;
    white-space: nowrap;
}
.chip-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: transparent;
}
.metric-icon, .chip-icon {
    display: grid;
    place-items: center;
    color: #7947ff;
    background: #fff;
}
/* iPad / tablet responsive */
@media (max-width: 1024px) {
  .trust {
    padding: 50px 0 !important;
  }

  .trust-inner {
    max-width: 100%;
    padding: 0 18px;
  }

  .trust-brand-node {
    width: 64px;
    height: 64px;
    top: 0;
    opacity: 0.45;
  }

  .trust-brand-node svg {
    width: 40px;
    height: 40px;
  }

  .trust-brand-node.left {
    left: 8px;
  }

  .trust-brand-node.right {
    right: 8px;
  }

  .trust-dot {
    display: none;
  }

  .section-heading {
    max-width: 760px;
  }

  .section-heading h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .section-heading p {
    font-size: 15px;
    margin-top: 18px;
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 34px;
  }

  .metric-card {
    min-height: auto;
    padding: 24px 18px 20px;
    border-radius: 14px;
  }

  .metric-icon {
    width: 62px;
    height: 62px;
  }

  .metric-icon svg {
    width: 46px;
    height: 46px;
  }

  .metric-value {
    margin-top: 20px;
    font-size: 23px;
  }

  .metric-card h3 {
    font-size: 18px;
    line-height: 1.35;
  }

  article.metric-card p {
    font-size: 15px;
  }

  .chips {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .chip {
    min-height: 44px;
    padding: 0 12px;
    gap: 8px;
    font-size: 14px;
  }

  .chip-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }
}

/* mobile responsive */
@media (max-width: 767px) {
  .trust {
    padding: 42px 0 !important;
  }

  .trust::before,
  .trust::after {
    display: none;
  }

  .trust-inner {
    padding: 0 14px;
  }

  .trust-brand-node {
    display: none;
  }

  .section-heading h2 {
    font-size: 22px;
    line-height: 1.35;
  }

  .section-heading p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 14px;
  }

  .metric-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .metric-card {
    min-height: auto;
    padding: 22px 16px 18px;
    border-radius: 12px;
  }

  .metric-icon {
    width: 58px;
    height: 58px;
  }

  .metric-icon svg {
    width: 42px;
    height: 42px;
  }

  .metric-value {
    margin-top: 18px;
    font-size: 22px;
  }

  .metric-card h3 {
    margin: 14px 0 8px;
    font-size: 18px;
    line-height: 1.35;
  }

  article.metric-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .chip {
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
    gap: 7px;
    font-size: 13px;
    white-space: normal;
    line-height: 1.2;
  }

  .chip-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }

  .chip-icon svg {
    width: 22px;
    height: 22px;
  }
}

/* small mobile */
@media (max-width: 420px) {
  .section-heading h2 {
    font-size: 20px;
  }

  .chips {
    grid-template-columns: 1fr;
  }

  .chip {
    justify-content: flex-start;
  }
}
  
/********************************/


.tt-intro-section {
    --tt-text: #f8fbff;
    --tt-muted: #d4dbeb;
    --tt-soft: rgba(215, 225, 248, 0.82);
    --tt-blue: #1779ff;
    --tt-cyan: #34d6ff;
    --tt-violet: #9046ff;
    --tt-pink: #e456ff;
    position: relative;
    overflow: hidden;
   
    padding:60px 0px;
    color: var(--tt-text);
  
    background: radial-gradient(circle at 74% 47%, rgba(81, 46, 230, 0.42), transparent 31rem), radial-gradient(circle at 88% 75%, rgba(12, 94, 255, 0.18), transparent 25rem), linear-gradient(180deg, #020817 0%, #050718 56%, #02040d 100%);
    isolation: isolate;
}
.tt-intro-section::before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at 69% 52%, black, transparent 68%);
}

.tt-intro-section::before, .tt-intro-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
}
.tt-intro-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
    align-items: center;
    gap: clamp(28px, 0vw, 29px);
    /* max-width: 1760px; */
    margin: 0 auto;
}
.tt-intro-copy {
width:100%;
}
.tt-kicker {
    position: relative;
    margin: 0 0 0px;
    padding-bottom: 18px;
    color: #d965ff;
    /* font-size: clamp(15px, 1.15vw, 21px); */
    line-height: 1;
    font-weight: 700;
    /* letter-spacing: 0.12em; */
    text-transform: uppercase;
}
.tt-intro-copy h2 {
     margin: 11px 0px;
    color: #fff;
    font-size: 33px;
    line-height: 1.35;
    letter-spacing: 0;
    text-wrap: balance;
}
.tt-intro-copy h2 span, .tt-intro-copy strong {
    background: #bb96ff;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.tt-intro-copy p:not(.tt-kicker) {
    color: rgb(255 255 255);
    font-size: 16px;
    line-height: 1.42;
    font-weight: 400;
}
.tt-intro-tags {
  width: 70rem;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top:0px;
}
.tt-intro-tags span {
    min-height:45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 26px;
    border: 1px solid rgba(164, 78, 255, 0.74);
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(145deg, rgba(13, 21, 52, 0.88), rgba(5, 9, 28, 0.78));
    box-shadow: inset 0 0 24px rgba(34, 107, 255, 0.12), 0 0 22px rgba(102, 62, 255, 0.15);
    font-size: clamp(16px, 1.2vw, 21px);
    font-weight: 700;
}
.tt-intro-tags svg {
    width: 34px;
    height: 34px;
    color: #b48cff;
    filter: drop-shadow(0 0 11px rgba(137, 76, 255, 0.82));
}
.tt-intro-model {
    position: relative;
}



 @media (max-width:992px) {
.tt-intro-inner {
    display: block;
}
.tt-intro-tags {
    width: 100%;
}

}
 @media (max-width: 767px) {
.tt-intro-inner {
    display: block;
}
.tt-intro-tags {
    width: 100%;
}
.tt-intro-tags {
    gap: 10px;
}


}





/*//////////*/


   .tt-partner-section {
    --tt-ink: #070a2c;
    --tt-muted: #566179;
    --tt-border: #e0e3f2;
    --tt-purple: #6623e8;
    --tt-violet: #8b37f4;
    --tt-blue: #216dff;
    position: relative;
    overflow: hidden;
    padding: 60px 0px;
    color: var(--tt-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at 18% 16%, rgba(110, 43, 235, 0.08), transparent 26rem), radial-gradient(circle at 82% 18%, rgba(48, 113, 255, 0.06), transparent 28rem), linear-gradient(180deg, #ffffff 0%, #fbfcff 58%, #f8f9ff 100%);
    isolation: isolate;
}
   .tt-partner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(rgba(92, 52, 180, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(92, 52, 180, 0.035) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(180deg, transparent, black 18%, transparent 86%);
}
.tt-partner-inner {
    max-width: 1660px;
    margin: 0 auto;
}
.tt-partner-heading {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}
.tt-partner-heading > p:first-child {
    margin: 0;
    color: #6623e8;
    font-size: 14px;
    font-weight: 500;
    /* letter-spacing: 0.08em; */
    text-transform: uppercase;
}
.tt-partner-heading h2 {
    margin: 20px 0 0;
    color: #070a2c;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0;
}
.tt-heading-rule {
    position: relative;
    width: 320px;
    height: 16px;
    margin: 12px auto 0;
}
.tt-heading-rule::before {
    left: 0;
}

.tt-heading-rule::before, .tt-heading-rule::after {
    width: 124px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(104, 35, 232, 0.55));
}
.tt-heading-rule::before, .tt-heading-rule::after, .tt-heading-rule span {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tt-heading-rule span {
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--tt-purple);
    box-shadow: 0 0 0 8px rgba(102, 35, 232, 0.08);
}
.tt-heading-rule::after {
    right: 0;
    background: linear-gradient(90deg, rgba(104, 35, 232, 0.55), transparent);
}
.tt-partner-subtitle {
    margin: 22px auto 0;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.tt-reason-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap:6px;
    margin-top: clamp(36px, 4.4vw, 58px);
}
.tt-reason-card {
    position: relative;
    overflow: hidden;
    /* min-height: 600px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 13px 67px;
    border: 1px solid var(--tt-border);
    border-radius: 10px;
    text-align: center;
    background: radial-gradient(circle at 50% 15%, rgba(107, 35, 232, 0.06), transparent 11rem), rgba(255, 255, 255, 0.86);
    box-shadow: 0 24px 48px rgba(20, 22, 70, 0.045), inset 0 0 0 1px rgba(255, 255, 255, 0.74);
}
.tt-reason-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 46%), radial-gradient(circle at 50% 0, rgba(124, 58, 237, 0.08), transparent 12rem);
}
.tt-card-visual {
    position: relative;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
}
.tt-card-visual::before {
    content: "";
    position: absolute;
    inset: 28px;
    border-radius: 50%;

}
.tt-orbit-ring {
    position: absolute;
    inset: 34px;
    border-radius: 50%;
    border: 2px dashed rgba(130, 82, 232, 0.22);
    transform: rotate(-18deg);
}
.tt-reason-card h3 {
    position: relative;
    z-index: 1;
    min-height: 64px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 17px 0 0;
    color: #06092b;
    font-size: 20px;
    /* line-height: 1.5; */
    font-weight: 600;
    text-wrap: balance;
}
.tt-card-visual svg {
position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    filter: drop-shadow(0 12px 12px rgba(74, 19, 176, 0.18)) drop-shadow(0 0 14px rgba(120, 48, 230, 0.24));
}
.tt-count {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(180deg, #8739ff, #551bd6);
    box-shadow: 0 12px 20px rgba(95, 33, 217, 0.22);
    font-size: 20px;
    font-weight: 850;
}
.tt-reason-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #080b2d;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    text-align: center;
}
.tt-card-base {
    position: absolute;
    left: 50%;
    bottom: 34px;
    width: 74px;
    height: 4px;
    border-radius: 99px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #7e22e8, #541bd6);
    box-shadow: 0 0 12px rgba(102, 35, 232, 0.28);
}
.tt-partner-note {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 92px;
    margin-top: 32px;
    padding: 18px clamp(22px, 3vw, 52px);
    border-radius: 10px;
    background: radial-gradient(circle at 8% 50%, rgba(104, 35, 232, 0.12), transparent 12rem), linear-gradient(90deg, rgba(117, 55, 232, 0.09), rgba(117, 55, 232, 0.05));
}
.tt-note-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(180deg, #7d2fff, #541bd6);
    box-shadow: 0 15px 28px rgba(95, 33, 217, 0.23);
}
.tt-note-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(180deg, #7d2fff, #541bd6);
    box-shadow: 0 15px 28px rgba(95, 33, 217, 0.23);
}
.tt-partner-heading h2 span, .tt-partner-note strong {
    background: linear-gradient(95deg, #7b22e8, #6027db 44%, #9443ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

 @media (max-width:992px) {
.tt-reason-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
 @media (max-width: 767px) {
.tt-reason-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}




/***********************/
.tt-services-section {
  --tt-ink: #070a2c;
  --tt-muted: #4d5a73;
  --tt-border: #e0e4f1;
  --tt-purple: #651fe5;
  --tt-violet: #8a35f2;
  --tt-blue: #276dff;
  position: relative;
  overflow: hidden;
  padding:60px 0px;
  color: var(--tt-ink);

  background:
    radial-gradient(circle at 14% 14%, rgba(112, 40, 232, 0.08), transparent 26rem),
    radial-gradient(circle at 86% 28%, rgba(42, 116, 255, 0.06), transparent 28rem),
    linear-gradient(180deg, #fbfcff 0%, #ffffff 46%, #f9faff 100%);
  isolation: isolate;
}

.tt-services-section *,
.tt-services-section *::before,
.tt-services-section *::after {
  box-sizing: border-box;
}

.tt-services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(90, 42, 190, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 42, 190, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, transparent 0, black 18%, transparent 88%);
}

.tt-services-inner {
  max-width: 1660px;
  margin: 0 auto;
}

.tt-services-heading {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.tt-services-kicker {
margin: 0;
    color: #6623e8;
    font-size: 14px;
    font-weight: 500;
    /* letter-spacing: 0.08em; */
    text-transform: uppercase;
}

.tt-services-rule {
  position: relative;
  width: 310px;
  height: 16px;
  margin: 8px auto 0;
}

.tt-services-rule::before,
.tt-services-rule::after,
.tt-services-rule span {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tt-services-rule::before,
.tt-services-rule::after {
  width: 122px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(101, 31, 229, 0.58));
}

.tt-services-rule::before {
  left: 0;
}

.tt-services-rule::after {
  right: 0;
  background: linear-gradient(90deg, rgba(101, 31, 229, 0.58), transparent);
}

.tt-services-rule span {
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tt-purple);
  box-shadow: 0 0 0 8px rgba(101, 31, 229, 0.08);
}

.tt-services-heading h2 {
  margin: 20px 0 0;
  color: #06092b;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.tt-services-heading h2 span,
.tt-services-cta strong {
  background: linear-gradient(95deg, #7a22e8, #5c24dc 45%, #943cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tt-services-subtitle {
    margin: 18px auto 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.42;
    font-weight: 400;
}

.tt-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(34px, 4vw, 52px);
}

.tt-service-box {
    padding: 24px 21px 24px;
  border: 1px solid var(--tt-border);
  border-radius: 10px;
  background:
    radial-gradient(circle at 12% 8%, rgba(102, 31, 229, 0.045), transparent 9rem),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 18px 38px rgba(24, 28, 78, 0.04),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.tt-service-head {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 0px;
}

.tt-service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--tt-purple);
  background:
    radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.9), transparent 42%),
    linear-gradient(145deg, rgba(126, 52, 232, 0.13), rgba(126, 52, 232, 0.06));
}

.tt-service-icon svg {
  width: 58px;
  height: 58px;
  filter: drop-shadow(0 9px 12px rgba(78, 21, 184, 0.13));
}

.tt-service-box h3 {
    margin: 0;
    color: #070a2c;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.tt-service-box p {
    margin: 12px 0 0;
    color: #080b2d;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 400;
}

.tt-service-box a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: var(--tt-purple);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.tt-service-box a span {
  font-size: 25px;
  line-height: 1;
}

.tt-services-cta {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 1px minmax(260px, 360px);
  align-items: center;
  gap: 28px;
  margin-top: 20px;
  padding: 20px 34px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 7% 50%, rgba(101, 31, 229, 0.15), transparent 12rem),
    linear-gradient(90deg, rgba(101, 31, 229, 0.09), rgba(101, 31, 229, 0.045));
}

.tt-services-cta-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #7f31ff, #551bd6);
  box-shadow: 0 16px 26px rgba(95, 33, 217, 0.22);
}

.tt-services-cta-icon svg {
  width: 38px;
  height: 38px;
}

.tt-services-cta p {
  margin: 0;
  color: #080b2d;
  font-size: 16px;
  line-height: 1.34;
  font-weight: 400;
}

.tt-services-divider {
  width: 1px;
  height: 58px;
  background: rgba(101, 31, 229, 0.42);
}

.tt-services-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 28px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(96deg, #5f20df, #8a35f2);
    box-shadow: 0 16px 30px rgba(95, 33, 217, 0.18);
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 600;
}

.tt-services-button span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--tt-purple);
  background: #fff;
  font-size: 25px;
  line-height: 1;
}

@media (max-width: 1180px) {
  .tt-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-services-cta {
    grid-template-columns: 70px 1fr;
  }

  .tt-services-divider {
    display: none;
  }

  .tt-services-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .tt-services-section {
    padding: 38px 16px 42px;
  }



  .tt-services-rule {
    width: 220px;
  }

  .tt-services-rule::before,
  .tt-services-rule::after {
    width: 78px;
  }

  .tt-services-subtitle {
    font-size: 17px;
  }

  .tt-services-grid {
    grid-template-columns: 1fr;
  }

  .tt-service-box {
    min-height: auto;
    padding: 24px;
  }

  .tt-service-head {
    grid-template-columns: 76px 1fr;
    gap: 16px;
  }

  .tt-service-icon {
    width:64px;
    height:64px;
    border-radius: 7px;
  }

  .tt-service-icon svg {
    width: 46px;
    height: 46px;
  }

  .tt-services-cta {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .tt-services-button {
    grid-column: auto;
    width: 100%;
  }
}

/* --------------------  */


.tt-channels-section {
    --tt-ink: #080b2e;
    --tt-muted: #303a5a;
    --tt-purple: #6130e6;
    --tt-violet: #8f62ff;
    --tt-soft: #f3f0ff;
    position: relative;
    overflow: hidden;
    padding:60px 60;
    color: var(--tt-ink);
    background: radial-gradient(circle at 20% 14%, rgba(132, 90, 255, 0.11), transparent 24rem), radial-gradient(circle at 88% 72%, rgba(111, 56, 232, 0.1), transparent 24rem), linear-gradient(180deg, #ffffff 0%, #fbfaff 48%, #faf8ff 100%);
    isolation: isolate;
}

.tt-channels-inner {
    margin: 0 auto;
}

.tt-channels-section::before {
    left: -10%;
    top: -13%;
    width: 44%;
    height: 46%;
    border-radius: 50%;
    background: repeating-radial-gradient(ellipse at center, transparent 0 9px, rgba(111, 67, 230, 0.18) 10px 11px, transparent 12px 18px);
    opacity: 0.44;
    transform: rotate(-14deg);
    mask-image: radial-gradient(ellipse, black 0 48%, transparent 72%);
}

.tt-channels-section::before, .tt-channels-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.tt-channels-section::after {
    right: -10%;
    bottom: -15%;
    width: 42%;
    height: 50%;
    border-radius: 50%;
    background: repeating-radial-gradient(ellipse at center, transparent 0 9px, rgba(111, 67, 230, 0.18) 10px 11px, transparent 12px 18px);
    opacity: 0.42;
    transform: rotate(-20deg);
    mask-image: radial-gradient(ellipse, black 0 48%, transparent 72%);
}
.tt-channels-heading {
    margin: 0 auto;
    text-align: center;
}
.tt-channel-map {
    position: relative;
    min-height: 45rem;
    margin-top: 34px;
}

.tt-engine {
  position: absolute;
  left: 50%;
  top: 39%;
  width: 450px;
  height: 450px;
  transform: translate(-50%, -50%);
}

.tt-engine-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(103, 55, 232, 0.28);
}

.tt-er-1 { inset: 4%; }
.tt-er-2 { inset: 18%; border-style: solid; border-color: rgba(103, 55, 232, 0.16); }
.tt-er-3 { inset: 29%; border-style: solid; border-color: rgba(103, 55, 232, 0.12); }

.tt-engine::before,
.tt-engine::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.tt-engine::before {
  width: 260px;
  height: 260px;
  background:
    radial-gradient(circle at 50% 46%, #fff 0 53%, transparent 54%),
    conic-gradient(from 210deg, #7042ff, #fff, #c3a7ff, #7042ff, #fff, #7042ff);
  box-shadow:
    0 20px 42px rgba(98, 48, 222, 0.22),
    0 0 0 22px rgba(112, 66, 255, 0.08),
    0 0 0 42px rgba(112, 66, 255, 0.045);
}

.tt-engine::after {
  width: 190px;
  height: 190px;
  background: #fff;
  box-shadow: inset 0 0 36px rgba(102, 48, 232, 0.08);
}

.tt-engine-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 47%;
  width: 180px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.tt-engine-core svg {
  width: 62px;
  height: 62px;
  color: #7343ef;
  filter: drop-shadow(0 8px 12px rgba(98, 48, 222, 0.2));
}

.tt-engine-core h3 {
    margin: 12px 0 0;
    color: #0a0d32;
    font-size: 20px;
    line-height: 1.08;
    font-weight: 600;
}

.tt-engine-core p {
     margin: 12px 0 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 400;
}

.tt-engine-node {
  position: absolute;
  z-index: 4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6130e6;
  box-shadow: 0 0 0 4px #fff, 0 0 12px rgba(97, 48, 230, 0.4);
}

.tt-en-1 { left: 9%; top: 49%; }
.tt-en-2 { right: 9%; top: 49%; }
.tt-en-3 { left: 50%; bottom: 4%; transform: translateX(-50%); }
.tt-en-4 { left: 50%; top: 4%; transform: translateX(-50%); }

.tt-small-bubble {
  position: absolute;
  z-index: 4;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #6c39e9;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 24px rgba(80, 55, 170, 0.14), inset 0 0 0 1px rgba(107, 61, 232, 0.14);
}

.tt-small-bubble svg {
  width: 30px;
  height: 30px;
}

.tt-b1 { left: 50%; top: -3%; transform: translateX(-50%); }
.tt-b2 { left: 1%; top: 41%; }
.tt-b3 { right: 1%; top: 41%; }
.tt-b4 { right: 16%; bottom: 8%; }
.tt-b5 { left: 16%; bottom: 8%; }

.tt-channel-card {
position: absolute;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 28px;
    width: 522px;
    min-height: 181px;
    padding: 22px 26px 22px 20px;
    border-radius: 999px;
    background: radial-gradient(circle at 20% 40%, rgb(117 68 232 / 39%), #ffffff 8rem), rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.tt-channel-card::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, rgba(101, 48, 230, 0.85), rgba(101, 48, 230, 0.08));
}

.tt-card-social::before,
.tt-card-search::before {
  right: -124px;
}

.tt-card-media::before,
.tt-card-paid::before {
  left: -124px;
  transform: scaleX(-1);
}

.tt-card-launch::before {
  left: 50%;
  top: -86px;
  width: 2px;
  height: 92px;
  background: linear-gradient(180deg, rgba(101, 48, 230, 0.08), rgba(101, 48, 230, 0.85));
}

.tt-card-social { left: 0; top: 28px; }
.tt-card-search {left: 0;bottom: 187px;}
.tt-card-media { right: 0; top: 28px; }
.tt-card-paid {right: 0;bottom: 198px;}
.tt-card-launch {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.tt-channel-number {
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #8357ff, #4d29d7);
  box-shadow: 0 9px 16px rgba(97, 48, 230, 0.25);
  font-size: 20px;
  font-weight: 850;
}

.tt-channel-icon {
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2716b6;
  background: #fff;
  border: 2px solid #7042ff;
  box-shadow:
    0 14px 24px rgba(97, 48, 230, 0.14),
    inset 0 0 0 9px rgba(112, 66, 255, 0.04);
}

.tt-channel-icon svg {
  width: 68px;
  height: 68px;
}

.tt-channel-copy h3 {
margin: 0;
    color: #070a2c;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
}

.tt-channel-copy p {
      margin: 10px 0 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.42;
    font-weight: 500;
}

.tt-channel-copy .tt-links {
  color: #2113d7;
  font-weight: 600;
}

.tt-channels-cta {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 1px minmax(300px, 390px);
  align-items: center;
  gap: 32px;
  margin: 28px auto 0;
  max-width: 1320px;
  padding: 28px 34px;
  border: 1px solid rgba(108, 62, 232, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at 8% 52%, rgba(101, 48, 230, 0.12), transparent 12rem);
  box-shadow: 0 16px 40px rgba(71, 52, 151, 0.1);
}

.tt-channels-logo {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  color: #6530e6;
}

.tt-channels-logo svg {
  width: 64px;
  height: 64px;
}

.tt-channels-cta p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 600;
}

.tt-channels-divider {
  width: 1px;
  height: 70px;
  background: rgba(101, 48, 230, 0.42);
}

.tt-channels-button {
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 28px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(96deg, #5d2bd7, #874eff);
  box-shadow: 0 14px 26px rgba(97, 48, 230, 0.24);
  font-size: clamp(16px, 1.05vw, 19px);
  font-weight: 850;
}

.tt-channels-button span {
  font-size: 30px;
  line-height: 1;
}

@media (max-width: 1280px) {
  .tt-channel-map {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }

  .tt-engine,
  .tt-channel-card {
    position: relative;
    inset: auto;
    transform: none;
  }

  .tt-engine {
    left: auto;
    top: auto;
    justify-self: center;
    order: -1;
    margin: 20px 0;
  }

  .tt-channel-card {
    width: min(100%, 720px);
    justify-self: center;
  }

  .tt-channel-card::before {
    display: none;
  }
}

@media (max-width: 760px) {
    .tt-engine-core svg {
    display: none;
}
    .tt-channels-section {
    padding:60px 60;
}
  .tt-channels-section {
    padding: 34px 16px 42px;
  }

  .tt-channel-kicker {
    min-height: 38px;
    padding: 0 16px;
    letter-spacing: 0.02em;
  }

  .tt-channels-heading h2 {
    font-size: clamp(34px, 10vw, 50px);
  }

  .tt-channels-heading > p:not(.tt-channel-kicker) {
    font-size: 16px;
  }

  .tt-engine {
    width: 320px;
    height: 320px;
  }

  .tt-engine::before {
    width: 210px;
    height: 210px;
  }

  .tt-engine::after {
    width: 158px;
    height: 158px;
  }

  .tt-engine-core {
    width: 150px;
  }

  .tt-engine-core h3 {
    font-size: 22px;
  }

  .tt-engine-core p {
    font-size: 12px;
  }

  .tt-small-bubble {
    width: 44px;
    height: 44px;
  }

  .tt-channel-card {
    grid-template-columns: 92px 1fr;
    gap: 18px;
    min-height: auto;
    padding: 20px;
    border-radius: 28px;
  }

  .tt-channel-icon {
    width: 86px;
    height: 86px;
  }

  .tt-channel-icon svg {
    width: 48px;
    height: 48px;
  }

  .tt-channel-number {
    left: 4px;
    top: 4px;
  }

  .tt-channels-cta {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .tt-channels-divider {
    display: none;
  }

  .tt-channels-button {
    width: 100%;
  }
}

/*************************/

.tt-case-tabs {
  --tt-case-ink: #060d25;
  --tt-case-muted: #4a5270;
  --tt-case-soft: #f6f3ff;
  --tt-case-line: #ded6ff;
  --tt-case-purple: #6f3df4;
  --tt-case-violet: #8c5bff;
  position: relative;
  overflow: hidden;
  padding:60px 0px;
  color: var(--tt-case-ink);
  background:
    radial-gradient(circle at 86% 7%, rgba(163, 132, 255, 0.28), transparent 22rem),
    radial-gradient(circle at 66% 76%, rgba(132, 89, 255, 0.15), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 55%, #f5f0ff 100%);
  isolation: isolate;
}

.tt-case-tabs *,
.tt-case-tabs *::before,
.tt-case-tabs *::after {
  box-sizing: border-box;
}

.tt-case-tabs::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 276px;
  width: 180px;
  height: 160px;
  background-image: radial-gradient(rgba(116, 89, 255, 0.18) 1.6px, transparent 1.6px);
  background-size: 18px 18px;
  z-index: -1;
}

.tt-case-tabs::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -78px;
  width: 520px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(132, 87, 255, 0.16);
  box-shadow:
    -54px 34px 0 -53px rgba(132, 87, 255, 0.26),
    -114px 76px 0 -113px rgba(132, 87, 255, 0.2);
  transform: rotate(-16deg);
  z-index: -1;
}

.tt-case-tabs .tt-case-inner {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
}

.tt-case-tabs .tt-floating-art {
  position: absolute;
  right: 0;
  top: -6px;
  width: min(420px, 30vw);
  min-width: 260px;
  height: 270px;
  pointer-events: none;
}

.tt-case-tabs .tt-floating-art::before,
.tt-case-tabs .tt-floating-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(124, 88, 255, 0.22);
  border-radius: 50%;
}

.tt-case-tabs .tt-floating-art::before {
  inset: 42px 14px 42px 20px;
  transform: rotate(-19deg);
}

.tt-case-tabs .tt-floating-art::after {
  inset: 8px -12px 26px 64px;
  transform: rotate(22deg);
}

.tt-case-tabs .tt-glass-cube {
  position: absolute;
  right: 112px;
  top: 44px;
  width: 140px;
  height: 140px;
  border-radius: 18px;
  border: 2px solid rgba(128, 96, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(142, 105, 255, 0.2), rgba(255, 255, 255, 0.72)),
    linear-gradient(45deg, transparent 48%, rgba(113, 77, 245, 0.4) 49% 51%, transparent 52%);
  box-shadow:
    inset 0 0 30px rgba(116, 86, 255, 0.28),
    0 28px 55px rgba(89, 56, 214, 0.18);
  transform: rotate(38deg) skew(-4deg);
}

.tt-case-tabs .tt-mini-cube {
  position: absolute;
  right: 0;
  bottom: 46px;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  border: 2px solid rgba(132, 96, 255, 0.24);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 0 18px rgba(116, 86, 255, 0.22);
  transform: rotate(34deg);
}

.tt-case-tabs .tt-art-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #8d65ff;
  box-shadow: 0 0 18px rgba(110, 69, 255, 0.58);
}

.tt-case-tabs .tt-art-dot:nth-child(3) {
  left: 16px;
  top: 156px;
}

.tt-case-tabs .tt-art-dot:nth-child(4) {
  right: 112px;
  top: 4px;
}

.tt-case-tabs .tt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #5e37ef;
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
span.tt-project-logo img {
    border-radius: 10px;
}



.tt-case-tabs .tt-eyebrow::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5630ea, #9567ff);
}

.tt-case-tabs .tt-case-heading {
  max-width:100%;
  margin: 16px 0 -8px;
  color: #070d25;
  font-size:26px;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.tt-case-tabs .tt-case-copy {
    max-width: 820px;
    margin: 24px 0 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 400;
}

.tt-case-tabs .tt-tab-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 34px 0 28px;
}

.tt-case-tabs .tt-tab-button {
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 22px;
  border: 1px solid #e1def0;
  border-radius: 5px;
  color: #11162b;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.9),
    0 14px 30px rgba(47, 33, 125, 0.05);
  font: inherit;
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 600;
  cursor: pointer;
  z-index: 50;
}

.tt-case-tabs .tt-tab-button[aria-selected="true"] {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #5b30e5, #8c5bff);
  box-shadow: 0 18px 30px rgba(103, 66, 231, 0.32);
}

.tt-case-tabs .tt-tab-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.tt-case-tabs .tt-tab-icon svg {
  width: 38px;
  height: 38px;
}

.tt-case-tabs .tt-case-panel {
  display: none;
}

.tt-case-tabs .tt-case-panel.tt-active {
  display: block;
}

.tt-case-tabs .tt-case-card {
  overflow: hidden;
  border: 1px solid var(--tt-case-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 87% 23%, rgba(132, 93, 255, 0.14), transparent 20rem),
    rgba(255, 255, 255, 0.68);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.78),
    0 24px 56px rgba(98, 67, 202, 0.12);
}

.tt-case-tabs .tt-case-card-main {
    display: grid;
    grid-template-columns: 1fr minmax(360px, 0.42fr);
    gap: 2px;
    padding: 42px 24px;
}

.tt-case-tabs .tt-project-heading {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 26px;
  align-items: center;
}
.tt-final-secondary {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding: 10px 11px;
}
.tt-case-tabs .tt-project-logo {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius:8px;
  color: #fff;
  background: #11133f;
  box-shadow:
    0 0 0 8px #e7dcff,
    0 14px 28px rgba(83, 54, 190, 0.16);
}

.tt-case-tabs .tt-project-logo svg {
  width: 56px;
  height: 56px;
}

.tt-case-tabs .tt-kicker {
    color: #5c3df0;
    font-size: 15px;
    font-weight: 600;

}

.tt-case-tabs .tt-project-title {
    margin: 0;
    color: #000000;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
}

.tt-case-tabs .tt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tt-case-tabs .tt-tags span {
padding: 1px 19px;
    border: 1px solid #d5c9ff;
    border-radius: 7px;
    color: #5937ea;
    background: rgba(246, 243, 255, 0.8);
    font-size: 16px;
    font-weight: 550;
}

.tt-case-tabs .tt-case-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 36px;
}

.tt-case-tabs .tt-case-column {
      padding-right: 7px;
}

.tt-case-tabs .tt-case-column + .tt-case-column {
  padding-left: 34px;
  border-left: 1px solid #dfd8f5;
}

.tt-case-tabs .tt-column-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border: 2px solid #d9ccff;
  border-radius: 13px;
  color: var(--tt-case-purple);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 18px rgba(101, 67, 215, 0.1);
}

.tt-case-tabs .tt-column-icon svg {
  width: 34px;
  height: 34px;
}

.tt-case-tabs .tt-case-column h4 {
    margin: 0 0 8px;
    color: #070d25;
    font-size: 20px;
    line-height: 1.18;
}

.tt-case-tabs .tt-case-column p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.36;
    font-weight: 400;
}

.tt-case-tabs .tt-panel-art {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(119, 83, 255, 0.08) 1px, transparent 1px),
    linear-gradient(45deg, rgba(119, 83, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  border-radius: 24px;
}

.tt-case-tabs .tt-panel-cube {
  position: relative;
  width: 240px;
  height: 168px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(209, 196, 255, 0.7));
  box-shadow:
    0 25px 55px rgba(82, 57, 199, 0.18),
    inset 0 0 0 2px rgba(151, 123, 255, 0.26);
}

.tt-case-tabs .tt-panel-cube::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -76px;
  width: 140px;
  height: 140px;
  border: 3px solid rgba(111, 69, 244, 0.52);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(111, 69, 244, 0.16) 1px, transparent 1px),
    linear-gradient(rgba(111, 69, 244, 0.16) 1px, transparent 1px),
    rgba(255, 255, 255, 0.36);
  background-size: 35px 35px;
  box-shadow:
    inset 0 0 32px rgba(111, 69, 244, 0.28),
    0 18px 42px rgba(111, 69, 244, 0.18);
  transform: translateX(-50%) rotateX(54deg) rotateZ(45deg);
}

.tt-case-tabs .tt-panel-cube::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 48px;
  width: 92px;
  height: 92px;
  border: 2px solid rgba(111, 69, 244, 0.55);
  border-radius: 18px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(126, 91, 255, 0.16);
}

.tt-case-tabs .tt-shield {
  position: absolute;
  top: 44px;
  width: 62px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #8a6bff;
  border: 2px solid rgba(137, 107, 255, 0.28);
  border-radius: 18px 18px 28px 28px;
  background: rgba(255, 255, 255, 0.64);
}

.tt-case-tabs .tt-shield.tt-left {
  left: 34px;
}

.tt-case-tabs .tt-shield.tt-right {
  right: 34px;
}

.tt-case-tabs .tt-shield svg {
  width: 35px;
  height: 35px;
}

.tt-case-tabs .tt-work-link {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 250px;
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(135deg, #5b31e9, #8a59f7);
    box-shadow: 0 18px 32px rgba(92, 56, 218, 0.28);
}

.tt-case-tabs .tt-work-link span {
  font-size: 30px;
  line-height: 1;
      color: #fff;
}

.tt-case-tabs .tt-case-footer {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 18px 48px 28px;
    border-top: 1px solid #e0daf2;
    color: #10172e;
    font-size: 16px;
    font-weight: 500;
}

.tt-case-tabs .tt-footer-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  color: #623df0;
  background: #e7dcff;
}

.tt-case-tabs .tt-footer-icon svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 1180px) {
  .tt-case-tabs .tt-floating-art {
    opacity: 0.32;
  }

  .tt-case-tabs .tt-tab-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .tt-case-tabs .tt-case-card-main {
    grid-template-columns: 1fr;
  }

  .tt-case-tabs .tt-panel-art {
    min-height: 310px;
  }

  .tt-case-tabs .tt-work-link {
    right: 24px;
    bottom: 24px;
  }
}

@media (max-width: 760px) {
  .tt-case-tabs {
    padding: 48px 16px 42px;
  }

  .tt-case-tabs .tt-floating-art {
    display: none;
  }



  .tt-case-tabs .tt-tab-list,
  .tt-case-tabs .tt-case-columns {
    grid-template-columns: 1fr;
  }

  .tt-case-tabs .tt-tab-button {
    justify-content: flex-start;
    min-height: 66px;
  }

  .tt-case-tabs .tt-case-card-main {
    padding: 24px;
  }

  .tt-case-tabs .tt-project-heading {
    grid-template-columns: 72px 1fr;
    gap: 18px;
  }

  .tt-case-tabs .tt-project-logo {
    width: 68px;
    height: 68px;
    border-radius: 14px;
    box-shadow: 0 0 0 6px #e7dcff;
  }

  .tt-case-tabs .tt-project-logo svg {
    width: 42px;
    height: 42px;
  }

  .tt-case-tabs .tt-case-column,
  .tt-case-tabs .tt-case-column + .tt-case-column {
    padding: 0;
    border-left: 0;
  }

  .tt-case-tabs .tt-case-column + .tt-case-column {
    padding-left: 16px;
    border-left: 1px solid #dfd8f5;
  }

  .tt-case-tabs .tt-panel-art {
    min-height: 260px;
  }

  .tt-case-tabs .tt-panel-cube {
    width: 190px;
    height: 138px;
  }

  .tt-case-tabs .tt-work-link {
    position: static;
    width: 100%;
    margin-top: 22px;
  }

  .tt-case-tabs .tt-case-footer {
    align-items: flex-start;
    padding: 18px 24px 24px;
  }
}


/******* why choose  **/

.tt-why-choose {
  --tt-why-ink: #061033;
  --tt-why-muted: #303854;
  --tt-why-line: #d9d2ec;
  --tt-why-purple: #4b22e8;
  --tt-why-violet: #7c45ff;
  position: relative;
  overflow: hidden;
  padding:60px 0px;
  color: var(--tt-why-ink);

  background:
    radial-gradient(circle at 54% 48%, rgba(118, 82, 255, 0.08), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(145, 104, 255, 0.08), transparent 22rem),
    linear-gradient(90deg, #ffffff 0%, #fbfaff 52%, #f6f3ff 100%);
  isolation: isolate;
}

.tt-why-choose *,
.tt-why-choose *::before,
.tt-why-choose *::after {
  box-sizing: border-box;
}

.tt-why-choose::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -42px;
  width: 410px;
  height: 210px;
  background:
    linear-gradient(rgba(111, 77, 245, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 77, 245, 0.18) 1px, transparent 1px);
  background-size: 80px 80px;
  clip-path: polygon(0 0, 100% 0, 79% 66%, 0 100%);
  opacity: 0.55;
  z-index: -1;
}

.tt-why-choose::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -92px;
  height: 260px;
  background:
    repeating-linear-gradient(12deg, transparent 0 27px, rgba(113, 82, 255, 0.16) 28px 29px, transparent 30px 55px),
    repeating-linear-gradient(-16deg, transparent 0 31px, rgba(113, 82, 255, 0.13) 32px 33px, transparent 34px 64px);
  transform: perspective(500px) rotateX(62deg);
  transform-origin: bottom center;
  mask-image: linear-gradient(180deg, transparent, black 38%, black);
  z-index: -1;
}

.tt-why-choose .tt-why-inner {
  position: relative;
  /* max-width: 1660px; */
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) 92px minmax(420px, 0.82fr);
  gap: 22px;
}

.tt-why-choose .tt-why-left {
  position: relative;
  min-height: 820px;
  padding-top: 22px;
}

.tt-why-choose .tt-eyebrow {
    display: inline-grid;
    gap: 24px;
    /* margin: 0 0 34px; */
    color: var(--tt-why-purple);
    font-size: 15px;
    font-weight: 600;
    /* letter-spacing: 0.08em; */
    text-transform: uppercase;
}

.tt-why-choose .tt-eyebrow::after {
  content: "";
  width: 64px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3d1fd6, #854fff);
}

.tt-why-choose .tt-why-heading {
  /* max-width: 720px; */
  margin: 0;
  color: #071235;
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: 0;
  text-wrap: balance;
}

.tt-why-choose .tt-why-copy {
  /* max-width: 675px; */
  margin: 21px 0 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 500;
}

.tt-why-choose .tt-why-cta {
  width: 74%;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 44px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: clamp(17px, 1.25vw, 22px);
  font-weight: 600;
  background: linear-gradient(135deg, #421bd5, #854bff);
  box-shadow: 0 18px 36px rgba(69, 31, 213, 0.28);
}

.tt-why-choose .tt-why-cta span {
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.tt-why-choose .tt-strategy-pills {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 29px;
  padding: 16px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 18px 40px rgba(65, 48, 148, 0.1),
    inset 0 0 0 1px rgba(234, 229, 255, 0.9);
}

.tt-why-choose .tt-strategy-pills span {
  padding: 0px 9px;
  color: #10183a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border-right: 1px solid #7c66dd;
}

.tt-why-choose .tt-strategy-pills span:first-child {
  padding-left: 8px;
}

.tt-why-choose .tt-strategy-pills span:last-child {
  padding-right: 8px;
  border-right: 0;
}

.tt-why-choose .tt-built-for {
  display: grid;
  grid-template-columns: 67px 1fr;
  align-items: center;
  gap: 22px;
  /* max-width: 720px; */
  margin-top: 46px;
  color: #000000;
  font-size: 16px;
  line-height: 1.34;
  font-weight: 600;
  justify-content: center;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.tt-why-choose .tt-built-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--tt-why-purple);
  background: #fff;
  box-shadow: 0 18px 38px rgba(65, 48, 148, 0.12);
}

.tt-why-choose .tt-built-icon svg {
  width: 40px;
  height: 40px;
}

.tt-why-choose .tt-soft-cubes {
  position: absolute;
  right: -20px;
  bottom: 260px;
  width: 270px;
  height: 220px;
  opacity: 0.58;
  pointer-events: none;
}

.tt-why-choose .tt-soft-cubes span {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 2px solid rgba(136, 102, 255, 0.26);
  background: rgba(222, 214, 255, 0.36);
  transform: rotate(30deg) skew(-8deg);
}

.tt-why-choose .tt-soft-cubes span:nth-child(1) {
  left: 72px;
  top: 0;
}

.tt-why-choose .tt-soft-cubes span:nth-child(2) {
  left: 12px;
  top: 96px;
}

.tt-why-choose .tt-soft-cubes span:nth-child(3) {
  right: 10px;
  top: 100px;
}

.tt-why-choose .tt-floating-circle {
  position: absolute;
  border: 2px solid rgba(117, 82, 255, 0.18);
  border-radius: 50%;
}

.tt-why-choose .tt-c1 { left: 75%; top: 37%; width: 23px; height: 23px; }
.tt-why-choose .tt-c2 { left: 83%; top: 46%; width: 14px; height: 14px; }
.tt-why-choose .tt-c3 { left: 88%; top: 52%; width: 23px; height: 23px; }

.tt-why-choose .tt-timeline {
  position: relative;
  display: grid;
  align-content: space-between;
  justify-items: center;
  min-height: 850px;
  padding: 42px 0 70px;
}

.tt-why-choose .tt-timeline::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 48px;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(121, 83, 255, 0.12), rgba(121, 83, 255, 0.56), rgba(121, 83, 255, 0.12));
  transform: translateX(-50%);
}

.tt-why-choose .tt-timeline-dot {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 8px solid #fff;
  border-radius: 50%;
  background: var(--tt-why-purple);
  box-shadow:
    0 0 0 2px #cabdff,
    0 0 24px rgba(84, 48, 229, 0.7);
}

.tt-why-choose .tt-reasons {
  display: grid;
  gap: 0;
}

.tt-why-choose .tt-reason {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 6px;
  padding: 0 0 19px;
}

.tt-why-choose .tt-reason + .tt-reason {
  padding-top: 30px;
  border-top: 1px solid var(--tt-why-line);
}

.tt-why-choose .tt-reason-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--tt-why-purple);
}

.tt-why-choose .tt-reason-icon svg {
  width: 64px;
  height: 64px;
  stroke-width: 2;
}

.tt-why-choose .tt-reason h3 {
  margin: 0 0 12px;
  color: #000000;
  font-size: 20px;
  line-height: 1.16;
}

.tt-why-choose .tt-reason p {
  margin: 0;
  color: #3d3b3b;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 400;
}

@media (max-width: 1180px) {
  .tt-why-choose .tt-why-inner {
    grid-template-columns: 1fr;
  }

  .tt-why-choose .tt-why-left {
    min-height: auto;
  }

  .tt-why-choose .tt-timeline,
  .tt-why-choose .tt-soft-cubes,
  .tt-why-choose .tt-floating-circle {
    display: none;
  }

  .tt-why-choose .tt-reasons {
    margin-top: 24px;
  }
}

@media (max-width: 720px) {
    .tt-why-choose .tt-why-cta {
    width: 100%;
}
  .tt-why-choose {
    padding: 48px 16px 38px;
  }


  .tt-why-choose .tt-strategy-pills {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 10px;
    padding: 14px;
  }

  .tt-why-choose .tt-strategy-pills span,
  .tt-why-choose .tt-strategy-pills span:first-child,
  .tt-why-choose .tt-strategy-pills span:last-child {
    padding: 10px 8px;
    text-align: center;
    border: 1px solid #ddd4ff;
    border-radius: 10px;
  }

  .tt-why-choose .tt-built-for {
    grid-template-columns: 54px 1fr;
    gap: 16px;
  }

  .tt-why-choose .tt-built-icon {
    width: 54px;
    height: 54px;
  }

  .tt-why-choose .tt-built-icon svg {
    width: 30px;
    height: 30px;
  }

  .tt-why-choose .tt-reason {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }

  .tt-why-choose .tt-reason-icon {
    width: 56px;
    height: 56px;
  }

  .tt-why-choose .tt-reason-icon svg {
    width: 52px;
    height: 52px;
  }
}

/***********************************************************************/


.tt-packages {
  --tt-pack-ink: #061033;
  --tt-pack-muted: #293354;
  --tt-pack-line: #cfc4ff;
  --tt-pack-purple: #542fe7;
  --tt-pack-violet: #8156ff;
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
  color: var(--tt-pack-ink);

  background:
    radial-gradient(circle at 74% 47%, rgba(81, 46, 230, 0.42), transparent 31rem), radial-gradient(circle at 88% 75%, rgba(12, 94, 255, 0.18), transparent 25rem), linear-gradient(rgb(2, 8, 23) 0%, rgb(5, 7, 24) 56%, rgb(2, 4, 13) 100%);;
  isolation: isolate;
}

.tt-packages *,
.tt-packages *::before,
.tt-packages *::after {
  box-sizing: border-box;
}

.tt-packages::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  width: 250px;
  height: 220px;
  background:
    linear-gradient(30deg, transparent 48%, rgba(113, 82, 255, 0.16) 49% 51%, transparent 52%),
    linear-gradient(120deg, transparent 48%, rgba(113, 82, 255, 0.16) 49% 51%, transparent 52%);
  opacity: 0.7;
  z-index: -1;
}

.tt-packages .tt-pack-inner {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
}

.tt-packages .tt-pack-hero-art {
  position: absolute;
  right: 44px;
  top: 18px;
  width: 250px;
  height: 210px;
  pointer-events: none;
}

.tt-packages .tt-pack-hero-art::before {
  content: "";
  position: absolute;
  inset: 28px 62px 56px 48px;
  background: rgba(118, 82, 255, 0.22);
  clip-path: polygon(50% 0, 86% 22%, 86% 72%, 50% 100%, 14% 72%, 14% 22%);
}

.tt-packages .tt-pack-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(#a18cff 3px, transparent 4px),
    linear-gradient(120deg, transparent 47%, rgba(119, 93, 255, 0.22) 48% 52%, transparent 53%);
  background-size: 64px 64px, 84px 84px;
  opacity: 0.5;
}

.tt-packages .tt-pack-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #baa9ff;
  font-size: 15px;
  font-weight: 600;
  /* letter-spacing: 0.07em; */
  text-transform: uppercase;
}

.tt-packages .tt-pack-eyebrow::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: radial-gradient(circle, var(--tt-pack-violet) 3px, transparent 4px);
  background-size: 11px 11px;
}

.tt-packages .tt-pack-heading {
  /* max-width: 980px; */
  /* margin: 0; */
  color: #ffffff;
  font-size: 26px;
  /* line-height: 1.08; */
  /* letter-spacing: 0; */
  /* text-wrap: balance; */
}

.tt-packages .tt-pack-copy {
  max-width: 860px;
  margin: 24px 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 500;
}

.tt-packages .tt-growth-area {
  position: relative;
  margin-top: 34px;
  padding-top: 120px;
}

.tt-packages .tt-growth-curve {
  position: absolute;
  left: -8%;
  right: 1%;
  top: 0;
  height: 190px;
  pointer-events: none;
}

.tt-packages .tt-growth-curve svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tt-packages .tt-package-grid {
  margin-top: -4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: clamp(28px, 5vw, 74px);
}

.tt-packages .tt-package-item {
  position: relative;
  padding-top: 110px;
}

.tt-packages .tt-package-item:nth-child(2) {
  transform: translateY(-46px);
}

.tt-packages .tt-package-item:nth-child(3) {
  transform: translateY(-104px);
}

.tt-packages .tt-stage-badge {
  position: absolute;
  left: 50%;
  top: 0;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 8px solid rgba(210, 200, 255, 0.9);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #8d6aff, #381fca);
  box-shadow: 0 12px 26px rgba(86, 54, 218, 0.28);
  transform: translateX(-50%);
  font-size: 29px;
  font-weight: 900;
}

.tt-packages .tt-stage-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  width: 2px;
  height: 30px;
  border-left: 3px dashed var(--tt-pack-purple);
  transform: translateX(-50%);
}

.tt-packages .tt-stage-pin {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 20px;
  height: 20px;
  border: 4px solid var(--tt-pack-purple);
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.tt-packages .tt-package-card {
  /* min-height: 405px; */
  padding: 25px 21px 27px;
  border: 1px solid var(--tt-pack-line);
  border-left: 9px solid #b14bdb;
  border-radius: 20px;
  background: rgb(255 255 255);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.8),
    0 28px 46px rgba(92, 61, 190, 0.14);
}

.tt-packages .tt-package-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--tt-pack-purple);
  background: #ebe4ff;
}

.tt-packages .tt-package-icon svg {
  width: 56px;
  height: 56px;
}

.tt-packages .tt-package-card h3 {
  margin: 0 0 22px;
  color: #000000;
  font-size: 20px;
  line-height: 1.16;
}

.tt-packages .tt-package-points {
  display: grid;
  gap: 19px;
}

.tt-packages .tt-package-point {
  display: grid;
  grid-template-columns: 51px 1fr;
  gap: 5px;
  align-items: start;
}

.tt-packages .tt-point-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #c8bcff;
  border-radius: 11px;
  color: var(--tt-pack-purple);
  background: rgba(255, 255, 255, 0.72);
}

.tt-packages .tt-point-icon svg {
  width: 29px;
  height: 29px;
}

.tt-packages .tt-package-point p {
  margin: 0;
  color: #14203f;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.tt-packages .tt-stage-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 31px 9% 28px;
}

.tt-packages .tt-stage-label {
  display: grid;
  grid-template-columns: 56px auto 1fr;
  align-items: center;
  gap: 16px;
  color: #ac97ff;
  font-size: clamp(15px, 1.08vw, 18px);
  font-weight: 850;
  text-transform: uppercase;
}

.tt-packages .tt-stage-label::after {
  content: "";
  height: 2px;
  border-top: 2px dashed #b9a7ff;
}

.tt-packages .tt-stage-label:last-child::after {
  display: none;
}

.tt-packages .tt-label-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid #bcaeff;
  border-radius: 50%;
  color: var(--tt-pack-purple);
  background: rgba(255, 255, 255, 0.75);
}

.tt-packages .tt-stage-label:last-child .tt-label-icon {
  color: #fff;
  background: linear-gradient(135deg, #4b28d9, #8055ff);
}

.tt-packages .tt-label-icon svg {
  width: 31px;
  height: 31px;
}

.tt-packages .tt-package-cta {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 26px 32px 18px;
  border: 1px solid #a995ff;
  border-radius: 15px;
  background: rgb(255 255 255);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.88);
}

.tt-packages .tt-cta-mark {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  justify-self: center;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #3f22cd, #7950ff);
  box-shadow: 0 18px 34px rgba(80, 49, 198, 0.18);
}

.tt-packages .tt-cta-mark svg {
  width: 62px;
  height: 62px;
}

.tt-packages .tt-package-cta p {
  margin: 0;
  max-width: 100%;
  color: #000000;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 500;
}

.tt-packages .tt-package-button {
  min-width: 368px;
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(135deg, #512dde, #8050f5);
  box-shadow: 0 18px 34px rgba(75, 43, 201, 0.25);
}

.tt-packages .tt-package-button span {
  font-size: 30px;
  line-height: 1;
}

.tt-packages .tt-cta-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding-left: 40px;
  border-top: 1px solid rgba(205, 197, 241, 0.8);
  padding-top: 16px;
}

.tt-packages .tt-cta-tags span {
  min-width: 230px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #d8d1ef;
  border-radius: 999px;
  color: #5635df;
  background: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 650;
}

@media (max-width: 1180px) {
  .tt-packages .tt-pack-hero-art {
    opacity: 0.32;
  }

  .tt-packages .tt-growth-area {
    padding-top: 40px;
  }

  .tt-packages .tt-growth-curve {
    display: none;
  }

  .tt-packages .tt-package-grid,
  .tt-packages .tt-stage-labels {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .tt-packages .tt-package-item,
  .tt-packages .tt-package-item:nth-child(2),
  .tt-packages .tt-package-item:nth-child(3) {
    transform: none;
  }

  .tt-packages .tt-stage-labels {
    margin: 24px 0;
  }

  .tt-packages .tt-package-cta {
    grid-template-columns: 100px 1fr;
  }

  .tt-packages .tt-package-button {
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .tt-packages {
    padding: 44px 16px 30px;
  }

  .tt-packages .tt-pack-hero-art {
    display: none;
  }


  .tt-packages .tt-package-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .tt-packages .tt-stage-badge {
    left: 42px;
    transform: none;
  }

  .tt-packages .tt-stage-pin {
    left: 79px;
    transform: none;
  }

  .tt-packages .tt-stage-label {
    grid-template-columns: 48px 1fr;
  }

  .tt-packages .tt-stage-label::after {
    display: none;
  }

  .tt-packages .tt-package-cta {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .tt-packages .tt-cta-mark {
    justify-self: start;
  }

  .tt-packages .tt-cta-tags {
    padding-left: 0;
  }

  .tt-packages .tt-cta-tags span {
    min-width: 100%;
  }
}

/***********************************/


.tt-final-cta {
  --tt-ink: #070b32;
  --tt-muted: #27304e;
  --tt-purple: #6e31e8;
  --tt-violet: #a24bff;
  --tt-blue: #395cff;
  position: relative;
  overflow: hidden;
  /* min-height: 6rem; */
  padding: 60px 0;
  color: var(--tt-ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% 9%, rgba(135, 96, 255, 0.11), transparent 20rem),
    linear-gradient(180deg, #fbfaff 0%, #ffffff 48%, #f5efff 100%);
  isolation: isolate;
}

.tt-final-cta *,
.tt-final-cta *::before,
.tt-final-cta *::after {
  box-sizing: border-box;
}

.tt-final-cta::before,
.tt-final-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.tt-final-cta::before {
  left: -10%;
  top: -14%;
  width: 36%;
  height: 58%;
  border-radius: 50%;
  background: repeating-radial-gradient(ellipse at center, transparent 0 10px, rgba(113, 75, 232, 0.18) 11px 12px, transparent 13px 20px);
  opacity: 0.42;
  transform: rotate(-20deg);
  mask-image: radial-gradient(ellipse, black 0 48%, transparent 72%);
}

.tt-final-cta::after {
  left: 26%;
  right: -8%;
  bottom: -150px;
  height: 250px;
  background: linear-gradient(100deg, #4b22cd, #7a32e8 54%, #4d25d8);
  border-radius: 55% 0 0 0;
  transform: skewY(-5deg);
}

.tt-final-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(760px, 1.04fr) minmax(590px, 0.82fr);
  /* height: clamp(840px, 88vh, 980px); */
  /* max-width: 1800px; */
  /* margin: 0 auto; */
}

.tt-final-panel::before {
  content: "";
  position: absolute;
  left: 2.6%;
  top: 0;
  bottom: 46px;
  width: 63.5%;
  border: 1px solid rgba(129, 91, 255, 0.54);
  border-right: 0;
  border-radius: 58px 0 0 0;
  background:
    radial-gradient(circle at 58% 28%, rgba(255, 255, 255, 0.88), transparent 21rem),
    rgba(255, 255, 255, 0.72);
  clip-path: polygon(0 0, 76% 0, 98% 56%, 98% 88%, 86% 97%, 0 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.tt-final-copy {
  position: relative;
  z-index: 2;
  max-width: 990px;
  padding: 78px 0 58px clamp(52px, 9vw, 188px);
}

.tt-final-kicker {
width: fit-content;
    /* min-height: 42px; */
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 40px;
    padding: 0 24px 0 0;
    border-radius: 16px;
    color: var(--tt-purple);
    background: rgba(121, 68, 232, 0.12);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.tt-final-kicker span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #8252ff, #5523d8);
}
.news-block .post-info li span {
    margin-right: 10px;
    color: #651fe5!important;
}
.tt-final-kicker svg {
  width: 29px;
  height: 29px;
}
.accordion-box .block .acc-btn.active .icon {
    background-color: #651fe5!important;
}
.btn-default {
    color: #fff!important;
    background-color: #651fe5!important;
    border-color: #ffffff;
}
.accordion-box .block .acc-btn .icon {
  
    background-color: #651fe5!important;
}
.accordion-box .block .acc-btn.active {
    background: #f5f5f5;
    color: #651fe5!important;
}
.btn-default:hover {
    color: #fff;
    background-color: #651fe5;
    border-color: #ffffff;
}
.sec-title .sub-title {
    color: #651fe5!important;
}
.tt-final-copy h2 {

    margin: 17px 0;
    color: #070b32;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0;
    text-wrap: balance;
}

.tt-final-stroke {
  position: relative;
  width: 158px;
  height: 7px;
  margin: 18px 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4325dc, #b34fff);
}

.tt-final-stroke::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #9051ff;
  transform: translateY(-50%);
}

.tt-final-copy > p:not(.tt-final-kicker) {
  max-width: 790px;
  /* margin: 0 0 22px; */
  color: #000000;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 400;
}

.tt-final-actions {
  display: grid;
  grid-template-columns: minmax(390px, 456px) minmax(280px, 330px) minmax(310px, 350px);
  gap: 26px;
  margin-top: 40px;
}

.tt-final-actions a {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  padding: 10px 11px;
}

.tt-final-actions span {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
}

.tt-final-actions svg {
  width: 40px;
  height: 40px;
}

.tt-final-primary {
        min-height: 43px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding: 10px 11px;


  color: #fff;
  background: linear-gradient(112deg, #3457ff, #b933ff);
  box-shadow: 0 22px 34px rgba(103, 46, 232, 0.26);
}

.tt-final-primary span {
  color: #fff;
}

.tt-final-primary i {
  width: 1px;
  align-self: center;
  height: 56px;
  background: rgba(255, 255, 255, 0.65);
}

.tt-final-secondary {
  padding: 0 18px;
  color: #080d34;
  border: 1px solid rgba(112, 58, 232, 0.56);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.76);
}

.tt-final-secondary span {
  color: #7140e8;
  background: rgba(114, 64, 232, 0.16);
}

.tt-final-note {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  max-width: 760px;
  margin-top: 60px;
}

.tt-final-note span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #7140e8;
  background: rgba(113, 64, 232, 0.1);
}

.tt-final-note svg {
  width: 42px;
  height: 42px;
}

.tt-final-note p {
  margin: 0;
  padding-left: 22px;
  border-left: 2px solid rgba(112, 58, 232, 0.58);
  color: #000000;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.tt-final-art {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 17%, rgba(255, 255, 255, 0.95), transparent 4px),
    radial-gradient(circle at 35% 31%, rgba(255, 255, 255, 0.9), transparent 5px),
    radial-gradient(circle at 56% 78%, rgba(255, 255, 255, 0.9), transparent 5px),
    radial-gradient(circle at 74% 18%, rgba(145, 96, 255, 0.34), transparent 14rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(142, 135, 229, 0.34));
}

.tt-final-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(35deg, transparent 0 43%, rgba(255, 255, 255, 0.42) 44% 45%, transparent 46%),
    linear-gradient(148deg, transparent 0 48%, rgba(255, 255, 255, 0.35) 49% 50%, transparent 51%);
  background-size: 210px 160px;
  opacity: 0.52;
}

.tt-network {
  position: absolute;
  inset: 8% 4% 18% 0;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.75) 0 4px, transparent 5px),
    linear-gradient(28deg, transparent 49.2%, rgba(255, 255, 255, 0.32) 49.6% 50.4%, transparent 50.8%),
    linear-gradient(145deg, transparent 49.2%, rgba(255, 255, 255, 0.22) 49.6% 50.4%, transparent 50.8%);
  background-size: 180px 150px, 180px 150px, 180px 150px;
  opacity: 0.7;
}

.tt-world-grid {
  position: absolute;
  left: 9%;
  right: -2%;
  bottom: 14%;
  height: 250px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 2px, transparent 3px);
  background-size: 11px 11px;
  opacity: 0.52;
  transform: perspective(400px) rotateX(62deg) rotateZ(-9deg);
  mask-image: radial-gradient(ellipse, black 0 52%, transparent 72%);
}

.tt-orbit {
  position: absolute;
  left: 12%;
  bottom: 14%;
  width: 680px;
  height: 260px;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.tt-orbit-b {
  left: 7%;
  bottom: 17%;
  width: 780px;
  height: 330px;
  opacity: 0.5;
}

.tt-art-cube {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 158px;
  height: 158px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 88% 22%, 88% 68%, 50% 92%, 12% 68%, 12% 22%);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.54), rgba(108, 58, 232, 0.86));
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.76), 0 0 50px rgba(138, 71, 255, 0.7);
}

.tt-art-cube svg {
  width: 118px;
  height: 118px;
}

.tt-bar {
  position: absolute;
  bottom: 20%;
  width: 92px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(111, 64, 232, 0.72));
  box-shadow: 0 20px 32px rgba(72, 41, 170, 0.18), inset 0 0 18px rgba(255, 255, 255, 0.22);
}

.tt-bar-1 { left: 8%; height: 82px; }
.tt-bar-2 { left: 21%; height: 132px; }
.tt-bar-3 { left: 34%; height: 190px; }
.tt-bar-4 { left: 48%; height: 268px; }
.tt-bar-5 { left: 63%; height: 400px; }

.tt-growth-arrow {
  position: absolute;
  left: 6%;
  bottom: 31%;
  width: 680px;
  height: 390px;
  border-left: 12px solid transparent;
  border-top: 16px solid rgba(255, 255, 255, 0.92);
  border-radius: 100% 0 0 0;
  transform: rotate(-13deg);
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.72));
}

.tt-growth-arrow::after {
  content: "";
  position: absolute;
  right: -13px;
  top: -34px;
  width: 88px;
  height: 88px;
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(100% 50%, 0 0, 24% 50%, 0 100%);
  transform: rotate(14deg);
}

.tt-floating-icon {
  position: absolute;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #7040e8;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 24px rgba(95, 63, 180, 0.14);
}

.tt-floating-icon svg {
  width: 45px;
  height: 45px;
}

.tt-fi-community { right: 32%; top: 26%; }
.tt-fi-media { left: 22%; top: 43%; }
.tt-fi-target { right: 14%; bottom: 18%; }

@media (max-width: 1180px) {
  .tt-final-panel {
    grid-template-columns: 1fr;
  }

  .tt-final-panel::before {
    right: 20px;
    width: auto;
    clip-path: none;
    border-right: 1px solid rgba(129, 91, 255, 0.54);
    border-radius: 42px;
  }

  .tt-final-copy {
    padding-right: clamp(28px, 7vw, 120px);
  }

  .tt-final-actions {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .tt-final-art {
    min-height: 560px;
  }
}

@media (max-width: 700px) {
  .tt-final-cta {
    padding-top: 18px;
  }

  .tt-final-panel::before {
    left: 12px;
    right: 12px;
    bottom: 48%;
    border-radius: 26px;
  }

  .tt-final-copy {
    padding: 34px 24px 44px;
  }

  .tt-final-kicker {
    min-height: 42px;
    margin-bottom: 28px;
    font-size: 15px;
  }

  .tt-final-kicker span {
    width: 42px;
    height: 42px;
  }



  .tt-final-copy > p:not(.tt-final-kicker) {
    font-size: 17px;
  }

  .tt-final-actions a {
    min-height: 78px;
    font-size: 16px;
  }

  .tt-final-actions span {
    width: 50px;
    height: 50px;
  }

  .tt-final-primary i {
    height: 44px;
  }

  .tt-final-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tt-final-note p {
    padding-left: 16px;
  }

  .tt-final-art {
    min-height: 430px;
    display: none;
  }

  .tt-art-cube {
    width: 105px;
    height: 105px;
  }

  .tt-bar {
    width: 54px;
  }

  .tt-bar-1 { left: 9%; height: 58px; }
  .tt-bar-2 { left: 23%; height: 88px; }
  .tt-bar-3 { left: 37%; height: 120px; }
  .tt-bar-4 { left: 51%; height: 170px; }
  .tt-bar-5 { left: 66%; height: 240px; }

  .tt-growth-arrow {
    left: 9%;
    width: 320px;
    height: 210px;
  }

  .tt-floating-icon {
    width: 58px;
    height: 58px;

  }

}



