/**
 * @file
 * Visual styles for Bartik's featured top.
 */
.featured-top {
  display:none;
}

.path-frontpage .featured-top {
  margin: 0;
  padding: 20px 10px 45px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  /*background: #f0f0f0;*/
  background : #dcdcdc;
  /* background: rgba(30, 50, 10, 0.08); */
  text-shadow: none;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  display:block;
  position: relative;
  z-index: 2;
  background: radial-gradient(1000px 520px at 18% 18%, rgba(8,169,198,.18), transparent 60%),      radial-gradient(900px 500px at 78% 22%, rgba(47,124,246,.14), transparent 62%),      radial-gradient(800px 500px at 55% 90%, rgba(8,169,198,.10), transparent 60%),      linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}
.featured-top h2 {
  font-size: 1.2em;
  line-height: 1;
  font-family: "Days One";
}
.featured-top p {
  margin: 0;
  padding: 0;
}

.region.region-featured-top-symbols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
}

.region.region-featured-top-about .block-block-content .clearfix .reverse {
    text-align: right;
}

/***************how it works*************/
.region.region-featured-top-about {
    display: grid;
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* padding: 20px 0px; */
    gap: 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
        "wide wide"
        "two four"
        "three five";
    justify-items: center;
    align-items: center;
    align-content: center;
    margin-bottom: 25px;
}

#block-contentcollection {
    grid-area: two;
}

#block-multimodalinterpretation {
    grid-area: four;
}

#block-trustthroughtransparency {
    grid-area: five;
}

#block-aipoweredanalysisdetection {
    grid-area: three;
}

#block-howitworksfromsocialtosignal {
    width: 100%;
    text-align: center;
    color: #57585c;
    font-weight: 100;
    font-size: 1em;
    font-weight: 100;
    font-weight: 100;
    margin-bottom: 25px;
    max-width: 100%;
    grid-area: wide;
}

.how-it-works {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    text-align: left;
    gap: 10px;
    /* justify-content: center; */
    /* padding: 0px 20px; */
    /* margin-bottom: -5px; */
    height: 150px;
}

.region.region-featured-top-about .block-block-content .clearfix img {
    /* min-width: 100px; */
    /* border-radius: 10px; */
    /* width: 100px; */
    max-width: 150px;
}

.region.region-featured-top-about .block-block-content {
   /*max-width: 600px;*/
    max-height: 150px;
}

.region.region-featured-top-about h2 {
    margin-top: 0px;
    color: #061c46;
    font-weight: 500;
    font-size: 26px;
    font-family: "Days One";
}

#block-howitworksfromsocialtosignal .clearfix {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.featured-top-about {
    background: #f7f9fc;
    padding-top: 25px;
}

.how-it-works.first, .fourth {
    justify-content: flex-end;
    background: #ffffff;
}

.how-it-works.third , .second {
    justify-content: flex-start;
    background: #e7f0fd;
}

.featured-top-about .content {
    margin: 0;
}

.region.region-featured-top-about .block-block-content .how-it-works.odd .left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 10px;
}

.region.region-featured-top-about .block-block-content .how-it-works.even .right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
}

.region.region-featured-top-about .how-it-works h3 {
    font-size: 1.2em;
    line-height: 1;
    font-weight: 400;
    color: #3b3b3b;
}

.region.region-featured-top-about .how-it-works p {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 300;
    color: #6c6c6c;
}

.featured-top__inner-about.section.layout-container.clearfix {
    max-width: 1250px;
}

@media all and (max-width: 900px) {
  .region.region-featured-top-about {
    grid-template-columns: 1fr;
    grid-template-areas:
      "wide"
      "two"
      "three"
      "four"
      "five";
    justify-content: stretch;
  }
}
/*********************Trust Matters*************/

.featured-top-trust {
    background: #edf0fc;
    padding: 5px 5px 25px 5px;
}

.region.region-featured-top-trust {display: flex;flex-direction: row;flex-wrap: wrap;align-items: stretch;justify-content: space-around;}

#block-whytrustmattersinmarketanalysis {
    width: 100%;
    color: #57585c;
    font-weight: 100;
    font-size: 1em;
    background: none;
    margin-bottom: 10px;
}

#block-whytrustmattersinmarketanalysis h2 {
    color: #061c46;
    font-weight: 500;
    font-size: 26px;
    font-family: "Days One";
}

.region.region-featured-top-trust .block {
    width: 300px;
}

.region.region-featured-top-trust .block .field--name-body {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-items: center;
}

.region.region-featured-top-trust img {
    width: 100px;
    background: #e3e7f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #afaeae;
}

.region.region-featured-top-trust .block .field--name-body p {
    font-weight: 300;
    color: #6c6c6c;
}

#block-whytrustmattersinmarketanalysis .field--name-body {
    max-width: 400px;
    margin: auto;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 10px;
}

/********************************Top Symbols*********************/

.featured-top-symbol {
    background: #f7f9fc;
    padding-bottom: 25px;
}

/******************************Top Analysts*********************/
.featured-top-analyst {
    /* background: #edf0fc; */
    padding: 10px;
    padding-bottom: 25px;
    background: radial-gradient(1000px 520px at 18% 18%, rgba(8,169,198,.18), transparent 60%),      radial-gradient(900px 500px at 78% 22%, rgba(47,124,246,.14), transparent 62%),      radial-gradient(800px 500px at 55% 90%, rgba(8,169,198,.10), transparent 60%),      linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

/**************************New Home Page Elements***************/
/** =========================
     STYLES (cleaned: fixed nesting/closures only)
     ========================= **/


  /* ========== tp-s2 (as-is) ========== */
  .tp-s2,
  .tp-s2 * {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    box-sizing: border-box;
  }
  .tp-s2 {padding: clamp(26px, 5vw, 70px) 16px;/* background: #ffffff; */}
  .tp-s2__wrap { max-width: 1120px; margin: 0 auto; }
  .tp-s2__top { max-width: 820px; margin: 0 auto 26px; text-align: center; }
  .tp-s2__kicker {
    display: inline-flex; padding: 6px 10px; border-radius: 999px;
    border: 1px solid rgba(47, 124, 246, 0.18);
    background: rgba(47, 124, 246, 0.06);
    color: #1e4fb3; font-weight: 900; letter-spacing: 0.08em; font-size: 11px;
  }
  .tp-s2__title {
    margin: 12px 0 10px !important;
    font-size: clamp(24px, 3.2vw, 38px);
    line-height: 1.12; letter-spacing: -0.02em;
    color: #0f172a; font-weight: 900;
  }
  .tp-s2__lead { margin: 0 !important; color: #5b6b86; font-size: 16px; line-height: 1.75; }
  .tp-s2__grid {
    margin-top: 26px; display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;
  }
  .tp-s2__card {
    border-radius: 18px; border: 1px solid rgba(15, 23, 42, 0.1);
    background: linear-gradient(180deg, rgba(246, 248, 251, 0.65), rgba(255, 255, 255, 1));
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    padding: 18px;
  }
  .tp-s2__icon {
    width: 42px; height: 42px; border-radius: 14px;
    display: grid; place-items: center;
    border: 1px solid rgba(15, 23, 42, 0.1);
    margin-bottom: 12px;
  }
  .tp-s2__icon svg { width: 22px; height: 22px; }
  .tp-s2__icon--red { background: rgba(239, 68, 68, 0.1); color: #b91c1c; border-color: rgba(239, 68, 68, 0.18); }
  .tp-s2__icon--blue { background: rgba(47, 124, 246, 0.1); color: #1d4ed8; border-color: rgba(47, 124, 246, 0.18); }
  .tp-s2__icon--green { background: rgba(16, 185, 129, 0.12); color: #0f766e; border-color: rgba(16, 185, 129, 0.2); }
  .tp-s2__h3 { margin: 0 0 8px !important; font-size: 16px; color: #0f172a; font-weight: 900; }
  .tp-s2__p { margin: 0 !important; color: #5b6b86; line-height: 1.65; font-size: 14.5px; font-weight: 600; }
  .tp-s2__bar {
    margin-top: 16px; border-radius: 18px; border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(246, 248, 251, 0.8);
    padding: 14px 16px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; flex-wrap: wrap;
  }
  .tp-s2__barText { color: #0f172a; font-weight: 700; }
  .tp-s2__barText strong { font-weight: 900; }
  .tp-s2__barCta { display: flex; align-items: center; gap: 10px; color: #5b6b86; font-weight: 800; }
  .tp-s2__link { color: #2f7cf6; text-decoration: none !important; font-weight: 900; }
  .tp-s2__link:hover { text-decoration: underline !important; }
  .tp-s2__sep { opacity: 0.55; }
  @media (max-width: 900px) {
    .tp-s2__grid { grid-template-columns: 1fr; }
    .tp-s2__top { text-align: left; }
  }

  /* ========== tpHome block (as-is, only kept cleanly) ========== */
  .tpHome,
  .tpHome * {
    box-sizing: border-box;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  }
  .tpHome {
    --bg: #f6f8fc;
    --surface: rgba(255, 255, 255, 0.78);
    --card: #ffffff;
    --text: #0f172a;
    --muted: rgba(15, 23, 42, 0.68);
    --muted2: rgba(15, 23, 42, 0.52);
    --border: rgba(15, 23, 42, 0.1);
    --border2: rgba(15, 23, 42, 0.14);

    --brand: #2f7cf6;
    --brand2: #4aa3ff;

    --shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
    --shadow2: 0 16px 40px rgba(15, 23, 42, 0.1);
    --shadow3: 0 10px 24px rgba(15, 23, 42, 0.08);

    --r: 22px;
    --r2: 16px;
    --r3: 14px;

    background: var(--bg);
    color: var(--text);
  }
    
  .tpS { padding: clamp(28px, 5vw, 76px) 16px; }
  .tpS.tphero { padding: 0; }
  .tpC { max-width: 1160px; margin: 0 auto; }

  .tpKicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(47, 124, 246, 0.18);
    background: rgba(47, 124, 246, 0.06);
    color: rgba(15, 23, 42, 0.72);
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .tpDot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--brand2));
    box-shadow: 0 0 0 6px rgba(47, 124, 246, 0.16);
  }

  .tpH1 {
    margin: 14px 0 10px !important;
    font-size: clamp(34px, 4.5vw, 60px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 950;
  }
  .tpH2 {
    margin: 0 0 16px !important;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.72;
    font-weight: 650;
    max-width: 72ch;
  }
  .tpH3 {
    margin: 12px 0 10px !important;
    font-size: clamp(22px, 3vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    font-weight: 950;
  }
  .tpP {
    margin: 0 !important;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 650;
    max-width: 74ch;
  }

  .tpBtnRow { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
  .tpBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 14px;
    font-weight: 950;
    text-decoration: none !important;
    border: 1px solid transparent;
    min-width: 210px;
    transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease, border-color 0.14s ease, color 0.14s ease;
    will-change: transform;
  }
  .tpBtn:hover { transform: translateY(-1px); }
  .tpBtnPrimary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--brand), var(--brand2));
    box-shadow: 0 18px 46px rgba(47, 124, 246, 0.22);
  }
  .tpBtnPrimary:hover { box-shadow: 0 24px 62px rgba(47, 124, 246, 0.28); }
  .tpBtnGhost {
    color: var(--text) !important;
    border-color: var(--border2);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow3);
  }
  .tpBtnGhost:hover { border-color: rgba(47, 124, 246, 0.3); box-shadow: var(--shadow2); }

  .tpBullets { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
  .tpBullets li { display: flex; gap: 10px; align-items: center; font-weight: 850; color: rgba(15, 23, 42, 0.92); }
  .tpCheck {
    width: 22px; height: 22px; border-radius: 999px;
    display: grid; place-items: center;
    background: rgba(47, 124, 246, 0.1);
    border: 1px solid rgba(47, 124, 246, 0.18);
    color: var(--brand);
    font-weight: 950;
    flex: 0 0 22px;
  }
  .tpTrustLine { margin-top: 14px; color: var(--muted2); font-weight: 750; line-height: 1.55; }

  .path-frontpage .tpHero {
    display: block !important;
  }

  .tpHero {
    background:
      radial-gradient(900px 520px at 82% 22%, rgba(74, 163, 255, 0.26), transparent 62%),
      radial-gradient(700px 420px at 18% 18%, rgba(47, 124, 246, 0.16), transparent 62%),
      linear-gradient(180deg, #060913 0%, #0b1220 100%);
    color: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 10px;
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
  }
  .tpHero .tpKicker {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78);
  }
  .tpHero .tpH1 { color: #fff; }
  .tpHero .tpH2 { color: rgba(255, 255, 255, 0.74); }
  .tpHero .tpBullets li { color: rgba(255, 255, 255, 0.88); }
  .tpHero .tpTrustLine { color: rgba(255, 255, 255, 0.6); }
  .tpHero .tpBtnGhost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  }
  .tpHero .tpBtnGhost:hover { border-color: rgba(74, 163, 255, 0.38); }

  .tpHeroGrid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 16px; align-items: center; }
  @media (max-width: 980px) {
    .tpHeroGrid { grid-template-columns: 1fr; }
    .tpHeroRight { order: -1; }
  }

  .tpHeadRow { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
  .tpSteps { margin-top: 18px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
  .tpStep {
    border-radius: var(--r);
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76));
    box-shadow: var(--shadow3);
    padding: 16px;
  }
  .tpStepNum {
    width: 34px; height: 34px; border-radius: 12px;
    display: grid; place-items: center;
    background: rgba(47, 124, 246, 0.1);
    border: 1px solid rgba(47, 124, 246, 0.18);
    color: var(--brand);
    font-weight: 950;
    margin-bottom: 10px;
  }
  .tpStepTitle { font-weight: 950; letter-spacing: -0.01em; margin-bottom: 6px; }
  .tpStepText { color: var(--muted); font-weight: 650; line-height: 1.6; }
  @media (max-width: 980px) { .tpSteps { grid-template-columns: 1fr; } }

  /* ========== tp-s4 (as-is) ========== */
  .tp-s4, .tp-s4 * { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important; box-sizing: border-box; }
  .tp-s4 {padding: clamp(26px, 5vw, 70px) 16px;/* background: #ffffff; */}
  .tp-s4__wrap { max-width: 1120px; margin: 0 auto; }
  .tp-s4__head { max-width: 880px; margin: 0 auto 22px; text-align: center; }
  .tp-s4__kicker {
    display: inline-flex; padding: 6px 10px; border-radius: 999px;
    border: 1px solid rgba(47, 124, 246, 0.18);
    background: rgba(47, 124, 246, 0.06);
    color: #1e4fb3; font-weight: 900; letter-spacing: 0.08em; font-size: 11px;
  }
  .tp-s4__title {
    margin: 12px 0 10px !important;
    font-size: clamp(24px, 3.2vw, 38px);
    line-height: 1.12; letter-spacing: -0.02em;
    color: #0f172a; font-weight: 900;
  }
  .tp-s4__lead { margin: 0 !important; color: #5b6b86; font-size: 16px; line-height: 1.75; font-weight: 600; }
  .tp-s4__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
  .tp-s4__card {
    border-radius: 20px; border: 1px solid rgba(15, 23, 42, 0.1);
    background: linear-gradient(180deg, rgba(246, 248, 251, 0.65), rgba(255, 255, 255, 1));
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
    padding: 18px;
  }
  .tp-s4__tag {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(47, 124, 246, 0.1);
    border: 1px solid rgba(47, 124, 246, 0.18);
    color: #1d4ed8;
    font-weight: 900;
    font-size: 12px;
  }
  .tp-s4__h3 { margin: 12px 0 8px !important; color: #0f172a; font-weight: 900; font-size: 18px; letter-spacing: -0.01em; }
  .tp-s4__p { margin: 0 0 14px !important; color: #5b6b86; line-height: 1.65; font-weight: 600; }
  .tp-s4__list { list-style: none !important; padding: 0 !important; margin: 0 0 14px !important; display: grid; gap: 10px; }
  .tp-s4__list li { display: flex; align-items: center; gap: 10px; color: #0f172a; font-weight: 800; }
  .tp-s4__ic {
    width: 24px; height: 24px; border-radius: 999px;
    display: inline-grid; place-items: center;
    border: 1px solid rgba(15, 23, 42, 0.1);
    flex: 0 0 24px;
    color: #2f7cf6;
    background: rgba(47, 124, 246, 0.12);
  }
  .tp-s4__ic svg { width: 16px; height: 16px; }
  .tp-s4__ctaRow { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
  .tp-s4__btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 14px; border-radius: 14px;
    text-decoration: none !important;
    font-weight: 900;
    border: 1px solid transparent;
    min-width: 190px;
  }
  .tp-s4__btn--primary { color: #fff !important; background: linear-gradient(135deg, #2f7cf6, #4aa3ff); box-shadow: 0 10px 22px rgba(47, 124, 246, 0.2); }
  .tp-s4__btn--ghost { background: rgba(255, 255, 255, 0.78); border-color: rgba(15, 23, 42, 0.12); color: #0f172a !important; }
  .tp-s4__note {
    margin-top: 14px; padding: 12px;
    border-radius: 16px; border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.7);
    color: #0f172a; font-weight: 700; line-height: 1.55;
  }
  @media (max-width: 950px) {
    .tp-s4__head { text-align: left; }
    .tp-s4__grid { grid-template-columns: 1fr; }
    .tp-s4__btn { min-width: 160px; flex: 1; }
  }

  /* ========== tp design system (as-is) ========== */
  .tp, .tp * { box-sizing: border-box; font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important; }
  .tp { --bg:#f6f8fc; --text:#0f172a; --muted:rgba(15,23,42,.68); --muted2:rgba(15,23,42,.52); --border:rgba(15,23,42,.10); --border2:rgba(15,23,42,.14); --card:#fff; --shadow:0 26px 70px rgba(15,23,42,.12); --shadow2:0 16px 40px rgba(15,23,42,.10); --shadow3:0 10px 24px rgba(15,23,42,.08); --brand:#2f7cf6; --brand2:#4aa3ff; --dark0:#050712; --dark1:#0b1220; --dark2:#0f1b33; color: var(--text); background: var(--bg); }
  .tp-sec { padding: clamp(28px, 5vw, 76px) 16px; }
  .tp-container { max-width: 1160px; margin: 0 auto; }
  .tp-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: rgba(255,255,255,.78); font-weight: 900; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
  .tp-kicker-light { border-color: rgba(47,124,246,.18); background: rgba(47,124,246,.06); color: rgba(15,23,42,.72); }
  .tp-dot { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand2)); box-shadow: 0 0 0 6px rgba(47,124,246,.16); }
  .tp-h2 { margin: 12px 0 10px !important; font-size: clamp(22px, 3vw, 38px); line-height: 1.12; letter-spacing: -0.03em; font-weight: 950; }
  .tp-p { margin: 0 !important; color: var(--muted); font-size: 16px; line-height: 1.75; font-weight: 650; max-width: 74ch; }
  .tp-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
  .tp-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 16px; border-radius: 14px; font-weight: 950; text-decoration: none !important; border: 1px solid transparent; min-width: 210px; transition: transform .14s ease, box-shadow .14s ease, background .14s ease, border-color .14s ease; will-change: transform; }
  .tp-btn:hover { transform: translateY(-1px); }
  .tp-btn-primary { color: #fff !important; background: linear-gradient(135deg, var(--brand), var(--brand2)); box-shadow: 0 18px 46px rgba(47,124,246,.22); }
  .tp-btn-primary:hover { box-shadow: 0 24px 62px rgba(47,124,246,.28); }
  .tp-btn-ghost-light { color: var(--text) !important; border-color: var(--border2); background: rgba(255,255,255,.78); box-shadow: var(--shadow3); }
  .tp-btn-ghost-light:hover { border-color: rgba(47,124,246,.30); box-shadow: var(--shadow2); }
  .tp-center { text-align: center; max-width: 980px; margin: 0 auto; }
  .tp-center-actions { justify-content: center; }

  /* ========== tp10 system (as-is) ========== */
  .tp10, .tp10 *{ box-sizing:border-box; font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
  .tp10{
    --brand:#08a9c6; --brand2:#2f7cf6;
    --bg:#f5f7fb; --card:#fff; --ink:#0f172a;
    --muted: rgba(15,23,42,.68); --muted2: rgba(15,23,42,.52);
    --border: rgba(15,23,42,.10);
    --shadow: 0 30px 80px rgba(15,23,42,.10);
    --shadow2: 0 18px 46px rgba(15,23,42,.10);
    --shadow3: 0 10px 26px rgba(15,23,42,.08);
    --r-xl: 26px; --r-lg: 22px; --r-md: 18px;
    background: var(--bg); color: var(--ink);
  }
  .tp10-container{ max-width:1160px; margin:0 auto; padding:0 16px; }
  .tp10-hero{
    /* padding: clamp(30px, 6vw, 90px) 0 28px; */
    background:
      radial-gradient(1000px 520px at 18% 18%, rgba(8,169,198,.18), transparent 60%),
      radial-gradient(900px 500px at 78% 22%, rgba(47,124,246,.14), transparent 62%),
      radial-gradient(800px 500px at 55% 90%, rgba(8,169,198,.10), transparent 60%),
      linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
    /* position:relative; */
    /* overflow:hidden; */
    padding: 0px 0px 10px 0px;
    margin-top: 50px;
  }
  .tp10-metrics{
    margin-top: 18px;
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
  .tp10-metric{
    background:#fff;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow3);
    padding: 16px;
    text-align:center;
  }
  .tp10-num{ font-weight: 980; font-size: 30px; letter-spacing:-.03em; }
  .tp10-label{ margin-top:6px; color: var(--muted); font-weight: 800; }
  @media (max-width: 980px){ .tp10-metrics{ grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px){ .tp10-metrics{ grid-template-columns: 1fr; } }

  .tp10-sec{ padding: clamp(28px, 5vw, 74px) 0; }
  .tp10-dark{
    background: radial-gradient(900px 520px at 20% 0%, rgb(8 169 198 / 22%), transparent 60%), radial-gradient(900px 520px at 80% 20%, rgb(47 124 246 / 18%), transparent 62%), linear-gradient(180deg, #050712 0%, #0b1220 100%);
    color:#fff;
    position:relative;
    overflow:hidden;
  }
  .tp10-section-tag{
    display:inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(15,23,42,.10);
    background: rgba(255,255,255,.86);
    box-shadow: var(--shadow3);
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(15,23,42,.70);
  }
  .tp10-section-tag-dark{
    border-color: rgba(255,255,255,.16);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.78);
  }
  .tp10-h2{
    margin: 10px 0;
    font-size: clamp(26px, 3.2vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.045em;
    font-weight: 950;
  }
  .tp10-h2-dark{ color:#fff; }
  .tp10-p{ margin:0; color: var(--muted); font-weight: 700; line-height: 1.75; font-size: 16px; max-width: 78ch; }
  .tp10-p-dark{ color: rgba(255,255,255,.76); }
  .tp10-b2b{ display:grid; grid-template-columns: 1.05fr .95fr; gap: 14px; align-items: start; }
  .tp10-b2b-list{ margin-top: 14px; display:grid; gap:10px; }
  .tp10-b2b-item{ display:flex; align-items:center; gap:10px; font-weight: 900; color: rgba(255,255,255,.90); }
  .tp10-spark{ width:10px; height:10px; border-radius:50%; background: linear-gradient(135deg, var(--brand), var(--brand2)); box-shadow: 0 0 0 6px rgba(8,169,198,.16); }
  .tp10-cta{ margin-top: 18px; display:flex; gap:12px; flex-wrap:wrap; }
  .tp10-btn{
    text-decoration:none;
    display:inline-flex; align-items:center; justify-content:center;
    padding: 12px 16px;
    border-radius: 16px;
    font-weight: 950;
    border: 1px solid transparent;
    min-width: 220px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  }
  .tp10-btn:hover{ transform: translateY(-1px); }
  .tp10-btn-primary{ color:#fff; background: linear-gradient(135deg, var(--brand), var(--brand2)); box-shadow: 0 22px 70px rgba(47,124,246,.22); }
  .tp10-btn-ghost{ color: rgba(255,255,255,.92); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.20); }
  .tp10-legal{
    margin-top: 14px;
    border-radius: var(--r-lg);
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.06);
    padding: 12px 14px;
    color: rgba(255,255,255,.74);
    font-weight: 800;
    line-height: 1.55;
  }
  .tp10-b2b-card{
    border-radius: var(--r-xl);
    border: 1px solid rgba(255,255,255,.14);
    background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
    box-shadow: 0 34px 120px rgba(0,0,0,.55);
    padding: 18px;
    position:relative;
    overflow:hidden;
  }
  .tp10-b2b-title{ font-weight: 980; letter-spacing:-.03em; margin-bottom: 12px; }
  .tp10-b2b-row{
    display:flex; justify-content:space-between; gap:10px;
    padding: 12px 12px;
    border-radius: var(--r-md);
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.74);
    font-weight: 850;
    margin-top: 10px;
  }
  .tp10-b2b-row strong{ color:#fff; font-weight: 950; }
  .tp10-b2b-badge{
    margin-top: 14px;
    display:inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.84);
    font-weight: 950;
  }
  @media (max-width: 980px){ .tp10-b2b{ grid-template-columns: 1fr; } }

  /* ========== tp-s5 (as-is) ========== */
  .tp-s5, .tp-s5 *{ font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important; box-sizing: border-box; }
  .tp-s5{
    padding: clamp(26px, 5vw, 70px) 16px;
    background:
      radial-gradient(700px 420px at 20% 10%, rgba(47,124,246,.10), transparent 60%),
      linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
    border-top: 1px solid rgba(15,23,42,.06);
  }
  .tp-s5__wrap{ max-width: 1120px; margin: 0 auto; }
  .tp-s5__head{ max-width: 860px; margin: 0 auto 22px; text-align: center; }
  .tp-s5__kicker{
    display: inline-flex; padding: 6px 10px; border-radius: 999px;
    border: 1px solid rgba(47,124,246,.18);
    background: rgba(47,124,246,.06);
    color: #1e4fb3; font-weight: 900; letter-spacing: .08em; font-size: 11px;
  }
  .tp-s5__title{
    margin: 12px 0 10px !important;
    font-size: clamp(24px, 3.2vw, 38px);
    line-height: 1.12; letter-spacing: -0.02em;
    color: #0f172a; font-weight: 900;
  }
  .tp-s5__lead{ margin: 0 !important; color: #5b6b86; font-size: 16px; line-height: 1.75; font-weight: 600; }
  .tp-s5__grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
  .tp-s5__card{
    border-radius: 20px;
    border: 1px solid rgba(15,23,42,.10);
    background: rgba(255,255,255,.75);
    box-shadow: 0 14px 34px rgba(15,23,42,.07);
    padding: 18px;
  }
  .tp-s5__cardTop{ display:flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; }
  .tp-s5__icon{ width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; border: 1px solid rgba(15,23,42,.10); flex: 0 0 46px; }
  .tp-s5__icon svg{ width: 24px; height: 24px; }
  .tp-s5__icon--blue{ background: rgba(47,124,246,.10); border-color: rgba(47,124,246,.18); color: #2f7cf6; }
  .tp-s5__icon--green{ background: rgba(16,185,129,.12); border-color: rgba(16,185,129,.20); color: #0f766e; }
  .tp-s5__h3{ margin: 0 0 6px !important; color: #0f172a; font-weight: 900; font-size: 18px; }
  .tp-s5__p{ margin: 0 !important; color: #5b6b86; line-height: 1.6; font-weight: 600; }
  .tp-s5__list{ list-style: none !important; padding: 0 !important; margin: 12px 0 0 !important; display: grid; gap: 10px; color: #0f172a; font-weight: 800; }
  .tp-s5__list li{ display:flex; align-items: center; gap: 10px; }
  .tp-s5__dot{ width: 10px; height: 10px; border-radius: 50%; background: #2f7cf6; box-shadow: 0 0 0 4px rgba(47,124,246,.14); flex: 0 0 10px; }
  .tp-s5__miniNote{ margin-top: 12px; padding: 12px; border-radius: 16px; border: 1px solid rgba(15,23,42,.10); background: rgba(246,248,251,.85); color: #5b6b86; font-weight: 700; line-height: 1.55; }
  .tp-s5__checks{ margin-top: 10px; display: grid; gap: 10px; }
  .tp-s5__check{ display:flex; align-items: center; gap: 10px; padding: 12px; border-radius: 16px; border: 1px solid rgba(15,23,42,.10); background: rgba(246,248,251,.80); color: #0f172a; font-weight: 800; }
  .tp-s5__checkIc{ width: 26px; height: 26px; border-radius: 999px; display: inline-grid; place-items: center; background: rgba(16,185,129,.14); border: 1px solid rgba(16,185,129,.22); color: #0f766e; flex: 0 0 26px; }
  .tp-s5__checkIc svg{ width: 16px; height: 16px; }
  .tp-s5__bar{
    margin-top: 16px; border-radius: 20px; border: 1px solid rgba(15,23,42,.10);
    background: rgba(255,255,255,.75);
    box-shadow: 0 14px 34px rgba(15,23,42,.06);
    padding: 16px;
    display:flex; align-items: center; justify-content: space-between;
    gap: 12px; flex-wrap: wrap;
  }
  .tp-s5__barTitle{ font-weight: 900; color: #0f172a; margin-bottom: 4px; }
  .tp-s5__barText{ color: #5b6b86; font-weight: 600; line-height: 1.6; max-width: 70ch; }
  .tp-s5__barRight{ display:flex; gap: 10px; flex-wrap: wrap; }
  .tp-s5__btn{
    display:inline-flex; align-items:center; justify-content:center;
    padding: 10px 14px; border-radius: 14px;
    text-decoration: none !important;
    font-weight: 900;
    border: 1px solid transparent;
    min-width: 190px;
    color:#fff !important;
    background: linear-gradient(135deg, #2f7cf6, #4aa3ff);
    box-shadow: 0 10px 22px rgba(47,124,246,.20);
  }
  .tp-s5__btn--ghost{ background: rgba(255,255,255,.78); border-color: rgba(15,23,42,.12); color: #0f172a !important; box-shadow: none; }
  @media (max-width: 950px){
    .tp-s5__head{ text-align: left; }
    .tp-s5__grid{ grid-template-columns: 1fr; }
    .tp-s5__btn{ min-width: 160px; flex: 1; }
  }
  
  /* Cyber Brain */

.tp-brain {
  position: absolute;
  right: 5%;
 /* top: 50%; */
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
}

.core {
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, #00e0ff 0%, transparent 70%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseCore 2s infinite;
}

.pulse {
  width: 200px;
  height: 200px;
  border: 1px solid rgba(0,224,255,0.4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: expand 3s infinite;
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0,224,255,0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ring1 { width: 250px; height: 250px; }
.ring2 { width: 320px; height: 320px; }
.ring3 { width: 400px; height: 400px; }

@keyframes pulseCore {
  0% { box-shadow: 0 0 20px #00e0ff; }
  50% { box-shadow: 0 0 60px #00e0ff; }
  100% { box-shadow: 0 0 20px #00e0ff; }
}

@keyframes expand {
  0% { opacity: 1; transform: translate(-50%, -50%) scale(0.8); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.5); }
}

