/* Typography, colors, container widths and responsive spacing follow the cybersecurity page. */
.twitter-page { --tx-bg: #040914; --tx-text: #d9d9d9; --tx-teal: #36e7c4; --tx-gold: #f5d255; --tx-violet: #4e1fa3; --tx-line: rgba(217, 217, 217, .14); --tx-gradient: linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%); --tx-h1: 52px; --tx-h1-line: 60px; --tx-h2: 40px; --tx-h2-line: 56px; --tx-title: 20px; --tx-copy: 18px; --tx-faq: 24px; color: var(--tx-text); overflow-x: clip; max-width: 100%; }
.text-color { background: linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 700; }
.twitter-page *, .twitter-page *::before, .twitter-page *::after { box-sizing: border-box; }
.twitter-page [hidden] { display: none !important; }
.twitter-page .container { position: relative; }
.twitter-page h1, .twitter-page h2, .twitter-page h3 { font-family: "Exo 2", sans-serif; color: inherit; margin: 0; padding: 0; }
.twitter-page p, .twitter-page .tx-goal-copy { font-family: Epilogue, sans-serif; font-size: var(--tx-copy) !important; font-weight: 300; line-height: 1.6; margin: 0; }
.twitter-page p+p { margin-top: 16px; }
.twitter-page h3 { font-size: var(--tx-title); font-weight: 600; line-height: 1.35; }
.twitter-page a { text-decoration: none; }
.twitter-page button { font-family: "Exo 2", sans-serif; cursor: pointer; }
.twitter-page :is(a, button, input, summary):focus-visible { outline: 2px solid var(--tx-teal); outline-offset: 5px; }
.twitter-page .tx-section { padding: 70px 0; scroll-margin-top: 110px; }
.twitter-page .tx-alt { background: rgba(255, 255, 255, .045); }
.twitter-page .tx-heading { max-width: 1100px; text-align: center; margin: 0 auto; }
.twitter-page .tx-heading h2 { font-size: var(--tx-h2); line-height: var(--tx-h2-line); font-weight: 600; margin: 0 0 20px; }
.twitter-page h2 span, .twitter-page .tx-heading h2 span { background: var(--tx-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline; }
.twitter-page .tx-heading p { max-width: 1000px; margin: auto; }
.twitter-page .tx-space { margin-top: 60px; }
.twitter-page .tx-grid { display: grid; gap: 48px 24px; }
.twitter-page .tx-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.twitter-page .tx-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.twitter-page .tx-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.twitter-page .tx-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 32px; border: 1px solid transparent; border-radius: 10px; background: linear-gradient(135deg, #4e1fa3, #661eb9); color: #fff; font-size: 15px; font-weight: 700; line-height: 1.5; text-align: center; transition: background .25s, transform .25s, border-color .25s; }
.twitter-page .tx-btn:hover { background: linear-gradient(135deg, #661eb9, #7446be); transform: translateY(-2px); color: #fff; }
.twitter-page .tx-btn-ghost { background: transparent; border: 1.5px solid rgba(255, 255, 255, .25); padding: 13px 30px; }
.twitter-page .tx-btn-ghost:hover { background: rgba(54, 231, 196, .08); border-color: var(--tx-teal); }
.twitter-page .tx-btn:disabled { opacity: .4; cursor: default; transform: none; }
.twitter-page .tx-btn span { flex-shrink: 0; }
.twitter-page .tx-hero { padding: 80px 0; position: relative; overflow: hidden; }
.twitter-page .tx-hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(217, 217, 217, .1); border-radius: 50%; top: -320px; left: -120px; pointer-events: none; }
.twitter-page .tx-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.twitter-page .tx-hero-grid>* { min-width: 0; }
.twitter-page .tx-hero h1 { font-size: var(--tx-h1); line-height: var(--tx-h1-line); font-weight: 600; padding-bottom: 30px; background: var(--tx-gradient); background-clip: text; -webkit-text-fill-color: transparent; }
.twitter-page .tx-hero h2 { font-size: 26px; font-weight: 600; line-height: 1.3; padding-bottom: 20px; }
.twitter-page .tx-hero-art { display: flex; justify-content: center; align-items: center; text-align: center; }
.twitter-page .tx-hero-art img { width: 100%; max-width: 550px; height: auto; object-fit: contain; }
.twitter-page .tx-visual { position: relative; min-width: 0; height: 440px; isolation: isolate; }
.twitter-page .tx-visual::before { content: ""; position: absolute; inset: 20px -15px; z-index: -1; background: radial-gradient(ellipse, rgba(78, 31, 163, .36), transparent 65%); }
.twitter-page .tx-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(54, 231, 196, .18); border-radius: 50%; transform: translate(-50%, -50%) rotate(-25deg); }
.twitter-page .tx-orbit-outer { width: 100%; height: 76%; border-style: dashed; }
.twitter-page .tx-orbit-inner { width: 77%; height: 55%; border-color: rgba(245, 210, 85, .25); transform: translate(-50%, -50%) rotate(32deg); }
.twitter-page .tx-x-core { position: absolute; left: 50%; top: 50%; width: 150px; height: 150px; transform: translate(-50%, -50%) rotate(-8deg); display: grid; place-items: center; border: 1px solid rgba(54, 231, 196, .5); border-radius: 34px; background: linear-gradient(140deg, #19212e, #090c18); box-shadow: 0 0 70px rgba(54, 231, 196, .1), 8px 10px 0 rgba(78, 31, 163, .3); }
.twitter-page .tx-x-core svg { width: 80px; fill: none; stroke: #d9d9d9; stroke-width: 4; }
.twitter-page .tx-signal { position: absolute; width: 260px; padding: 18px 20px; border: 1px solid var(--tx-line); border-radius: 14px; background: linear-gradient(135deg, #121a2c, #0a1122); box-shadow: 0 14px 36px rgba(0, 0, 0, .3); font-size: 15px; font-weight: 500; }
.twitter-page .tx-signal-top { top: 12px; right: 0; transform: rotate(5deg); }
.twitter-page .tx-signal-bottom { bottom: 12px; left: 0; transform: rotate(-5deg); }
.twitter-page .tx-dot { display: inline-block; width: 7px; height: 7px; background: var(--tx-teal); border-radius: 50%; margin-right: 8px; box-shadow: 0 0 14px rgba(54, 231, 196, .5); }
.twitter-page .tx-bars { display: flex; gap: 8px; align-items: flex-end; height: 62px; margin-top: 16px; }
.twitter-page .tx-bars i { width: 100%; height: 30%; border-radius: 3px 3px 0 0; background: var(--tx-gradient); opacity: .65; }
.twitter-page .tx-bars i:nth-child(2n) { height: 55%; }
.twitter-page .tx-bars i:nth-child(3n) { height: 75%; }
.twitter-page .tx-bars i:last-child { height: 100%; opacity: 1; }
.twitter-page .tx-thread { display: grid; gap: 8px; margin-top: 18px; }
.twitter-page .tx-thread i { height: 5px; background: rgba(217, 217, 217, .2); border-radius: 4px; }
.twitter-page .tx-thread i:nth-child(2) { width: 85%; }
.twitter-page .tx-thread i:last-child { width: 60%; background: rgba(54, 231, 196, .4); }
.twitter-page .tx-orbit-node { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--tx-teal); box-shadow: 0 0 25px rgba(54, 231, 196, .5); }
.twitter-page .node-one { top: 39%; left: 3%; }
.twitter-page .node-two { bottom: 24%; right: 10%; background: var(--tx-gold); }
.twitter-page .node-three { bottom: 11%; right: 36%; width: 7px; height: 7px; }
.twitter-page .tx-card { min-width: 0; padding: 28px 24px; border: 1px solid var(--tx-line); border-radius: 12px; background: rgba(255, 255, 255, .025); transition: transform .3s, border-color .3s, background .3s; }
.twitter-page .tx-card:hover { transform: translateY(-4px); border-color: rgba(54, 231, 196, .45); background: rgba(78, 31, 163, .1); }
.twitter-page .tx-card h3 { margin-bottom: 14px; background: var(--tx-gradient); background-clip: text; -webkit-text-fill-color: transparent; }
.twitter-page .tx-card p { line-height: 1.7; }
.twitter-page .tx-number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid rgba(54, 231, 196, .25); border-radius: 10px; color: var(--tx-teal); background: rgba(54, 231, 196, .06); font-size: 14px; font-weight: 600; flex-shrink: 0; margin-bottom: 20px; }
.twitter-page .tx-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid rgba(54, 231, 196, .25); border-radius: 12px; color: var(--tx-teal); background: rgba(54, 231, 196, .06); flex-shrink: 0; margin-bottom: 20px; transition: all 0.3s ease; }
.twitter-page .tx-card-icon svg { display: block; width: 22px; height: 22px; transition: transform 0.3s ease; }
.twitter-page .tx-card:hover .tx-card-icon { border-color: rgba(54, 231, 196, 0.65); background: rgba(54, 231, 196, 0.16); box-shadow: 0 0 16px rgba(54, 231, 196, 0.28); }
.twitter-page .tx-card:hover .tx-card-icon svg { transform: scale(1.08); }
.twitter-page .tx-service-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 40px; }
.twitter-page .tx-service-tab { display: flex; align-items: center; gap: 12px; padding: 16px 16px; color: var(--tx-text); background: #0a1122; border: 1px solid var(--tx-line); border-radius: 12px; text-align: left; cursor: pointer; transition: border-color .25s, background .25s, transform .25s, box-shadow .25s; }
.twitter-page .tx-service-tab:hover { background: rgba(54, 231, 196, .06); border-color: rgba(54, 231, 196, .45); transform: translateY(-2px); }
.twitter-page .tx-service-tab[aria-selected="true"] { background: linear-gradient(135deg, rgba(78, 31, 163, .45), rgba(10, 17, 34, .95)); border-color: var(--tx-teal); box-shadow: 0 0 24px rgba(54, 231, 196, .18), 0 8px 16px rgba(0, 0, 0, .4); color: #fff; }
.twitter-page .tx-service-tab-num { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid rgba(54, 231, 196, .3); border-radius: 8px; color: var(--tx-teal); background: rgba(54, 231, 196, .08); font-size: 13px; font-weight: 700; flex-shrink: 0; transition: all .25s; }
.twitter-page .tx-service-tab[aria-selected="true"] .tx-service-tab-num { background: var(--tx-teal); color: #040914; border-color: var(--tx-teal); box-shadow: 0 0 12px rgba(54, 231, 196, .5); }
.twitter-page .tx-service-tab-title { font-family: "Exo 2", sans-serif; font-size: 15px; font-weight: 600; line-height: 1.35; color: inherit; }
.twitter-page .tx-service-panels { margin-top: 24px; }
.twitter-page .tx-service-panel { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 48px; align-items: center; padding: 44px 48px; border: 1px solid rgba(54, 231, 196, .35); border-radius: 18px; background: linear-gradient(135deg, rgba(78, 31, 163, .16), rgba(10, 17, 34, .92)); box-shadow: 0 20px 48px rgba(0, 0, 0, .4), 0 0 30px rgba(78, 31, 163, .2); animation: txFadeIn .35s ease-out; scroll-margin-top: 130px; }
@keyframes txFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.twitter-page .tx-service-panel-main h3 { font-size: 28px; line-height: 1.3; margin-bottom: 16px; background: var(--tx-gradient); background-clip: text; -webkit-text-fill-color: transparent; }
.twitter-page .tx-service-panel-main p { font-size: 18px !important; line-height: 1.65; }
.twitter-page .tx-service-panel-deliverables { padding: 30px 26px; border: 1px solid var(--tx-line); border-radius: 14px; background: rgba(4, 9, 20, .6); }
.twitter-page .tx-deliverable-head { font-family: "Exo 2", sans-serif; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--tx-teal); margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.twitter-page .tx-deliverable-head::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--tx-teal); box-shadow: 0 0 10px var(--tx-teal); }
.twitter-page .tx-service-panel-deliverables .tx-list { margin: 0; gap: 14px; }
.twitter-page .tx-service-panel-deliverables .tx-list li { font-size: 16px; line-height: 1.55; }
.twitter-page .tx-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.twitter-page .tx-list li { position: relative; padding-left: 22px; font-family: Epilogue, sans-serif; font-size: var(--tx-copy); font-weight: 300; line-height: 1.6; }
.twitter-page .tx-list li::before { content: ""; position: absolute; width: 6px; height: 6px; top: .65em; left: 0; border-radius: 50%; background: var(--tx-teal); }
.twitter-page .tx-benefit { display: flex; gap: 18px; padding: 24px 0; border-top: 1px solid var(--tx-line); }
.twitter-page .tx-benefit>span { color: var(--tx-teal); font-size: 26px; }
.twitter-page .tx-callout { display: flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid rgba(78, 31, 163, .9); border-radius: 16px; padding: 30px 40px; background: radial-gradient(ellipse at right, rgba(78, 31, 163, .22), transparent), rgba(78, 31, 163, .08); }
.twitter-page .tx-callout>div { max-width: 720px; }
.twitter-page .tx-callout p { font-family: "Exo 2", sans-serif; font-size: 26px !important; font-weight: 500; line-height: 1.4; }
.twitter-page .tx-callout .tx-btn { flex-shrink: 0; }
.twitter-page .tx-help { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; margin-top: 32px; text-align: center; }
.twitter-page .tx-callout-stack { text-align: center; }
.twitter-page .tx-goal { position: relative; display: flex; flex-direction: column; text-align: left; padding: 16px 20px 18px; color: var(--tx-text); background: #0a1122; border: 1px solid var(--tx-line); border-radius: 12px; cursor: pointer; transition: border-color .25s, background .25s, transform .2s; }
.twitter-page .tx-goal:hover, .twitter-page .tx-goal[aria-pressed="true"] { background: rgba(54, 231, 196, .07); border-color: var(--tx-teal); }
.twitter-page .tx-goal:hover { transform: translateY(-2px); }
.twitter-page .tx-goal-header { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.twitter-page .tx-goal-header .tx-number { width: 32px; height: 32px; border-radius: 8px; font-size: 13px; margin-bottom: 0; flex-shrink: 0; transition: background .25s, color .25s, border-color .25s; }
.twitter-page .tx-goal[aria-pressed="true"] .tx-number { background: var(--tx-teal); color: #040914; border-color: var(--tx-teal); }
.twitter-page .tx-goal-title, .twitter-page .tx-goal h3 { font-family: "Exo 2", sans-serif; font-size: var(--tx-title); font-weight: 600; line-height: 1.35; background: var(--tx-gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 0; }
.twitter-page .tx-goal-copy { font-size: 13.5px !important; line-height: 1.5; }
.twitter-page #goals .tx-grid { gap: 20px 24px; }
.twitter-page .tx-goal-result { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px; border: 1px solid var(--tx-teal); border-radius: 12px; margin-top: 24px; }
.twitter-page .tx-goal-result a { color: var(--tx-teal); font-weight: 600; }
.twitter-page .tx-stage-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 24px; }
.twitter-page .tx-stage-tabs button { padding: 18px 12px; color: var(--tx-text); font-size: 16px; font-weight: 600; border: 1px solid var(--tx-line); border-radius: 10px; background: transparent; }
.twitter-page .tx-stage-tabs button[aria-selected="true"] { color: #040914; background: var(--tx-gradient); border-color: transparent; }
.twitter-page .tx-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 40px; border: 1px solid var(--tx-line); border-radius: 16px; background: linear-gradient(120deg, rgba(78, 31, 163, .12), rgba(54, 231, 196, .025)); margin-top: 24px; }
.twitter-page .tx-stage h3 { margin-bottom: 16px; font-size: 24px; }
.twitter-page .tx-stage-number { display: block; font-size: 56px; font-weight: 600; line-height: 1; color: var(--tx-teal); margin-bottom: 24px; opacity: .7; }
.twitter-page .tx-stage .tx-list { margin: 0; display: grid; gap: 14px; align-content: center; justify-content: center; justify-self: center; }
.twitter-page .tx-stage .tx-list li { display: flex; align-items: center; gap: 12px; padding-left: 0; font-size: var(--tx-copy); color: var(--tx-text); line-height: 1.5; }
.twitter-page .tx-stage .tx-list li::before { display: none; }
.twitter-page .tx-stage-arrow { color: var(--tx-teal); background: var(--tx-gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 18px; font-weight: 700; line-height: 1; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .2s ease; position: relative; top: -5px; }
.twitter-page .tx-stage .tx-list li:hover .tx-stage-arrow { transform: translateX(4px); }
.twitter-page .tx-center { text-align: center; margin-top: 32px; }
.twitter-page .tx-split { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start; }
.twitter-page .tx-sticky { position: sticky; top: 120px; }
.twitter-page .tx-sticky .tx-heading { text-align: left; }
.twitter-page .tx-sticky>p { margin-top: 16px; }
.twitter-page .tx-principles { display: grid; gap: 24px; }
.twitter-page .tx-principles .tx-card { padding: 24px; }
.twitter-page .tx-timeline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 56px; counter-reset: step; }
.twitter-page .tx-timeline .tx-card { position: relative; border: 0; border-top: 1px solid var(--tx-line); border-radius: 0; background: transparent; padding-left: 64px; }
.twitter-page .tx-timeline .tx-number { position: absolute; left: 0; top: 28px; }
.twitter-page .tx-timeline .tx-card:last-child { grid-column: 1/-1; max-width: 800px; margin: 0 auto; }
/* ===== INTERACTIVE PROCESS STEPPER SECTION ===== */
.twitter-page .tx-process-interactive { display: grid; grid-template-columns: 360px 1fr; gap: 36px; align-items: start; max-width: 1140px; margin-left: auto; margin-right: auto; position: relative; }
/* Left Stepper Column (Scrollable) */
.twitter-page .tx-process-stepper { display: flex; flex-direction: column; gap: 12px; position: relative; padding-left: 24px; max-height: 480px; overflow-y: auto; overflow-x: hidden; padding-right: 10px; scrollbar-width: thin; scrollbar-color: rgba(54, 231, 196, 0.4) rgba(255, 255, 255, 0.05); }
.twitter-page .tx-process-stepper::-webkit-scrollbar { width: 6px; }
.twitter-page .tx-process-stepper::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.04); border-radius: 4px; }
.twitter-page .tx-process-stepper::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #f5d255, #36e7c4); border-radius: 4px; }
.twitter-page .tx-process-stepper::-webkit-scrollbar-thumb:hover { background: var(--tx-teal); }
/* Connecting track line */
.twitter-page .tx-stepper-track { position: absolute; left: 42px; top: 30px; bottom: 30px; width: 2px; background: rgba(217, 217, 217, 0.1); z-index: 0; border-radius: 2px; }
.twitter-page .tx-stepper-progress { position: absolute; top: 0; left: 0; width: 100%; height: 0%; background: linear-gradient(180deg, #f5d255, #36e7c4); box-shadow: 0 0 10px rgba(54, 231, 196, 0.6); border-radius: 2px; transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
/* Step Item Button */
.twitter-page .tx-step-item { display: flex; align-items: center; gap: 14px; padding: 13px 18px; border-radius: 14px; background: #081020; border: 1px solid rgba(217, 217, 217, 0.1); color: inherit; text-align: left; cursor: pointer; position: relative; z-index: 1; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2); }
.twitter-page .tx-step-item:hover { background: #0d172e; border-color: rgba(54, 231, 196, 0.35); transform: translateX(4px); }
.twitter-page .tx-step-item.is-active { background: linear-gradient(135deg, rgba(17, 34, 66, 0.95), rgba(8, 16, 32, 0.98)); border-color: rgba(54, 231, 196, 0.65); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), 0 0 20px rgba(54, 231, 196, 0.16); transform: translateX(6px); }
/* Step Number Dot */
.twitter-page .tx-step-dot { width: 38px; height: 38px; border-radius: 50%; background: #0b1326; border: 2px solid rgba(217, 217, 217, 0.18); display: flex; align-items: center; justify-content: center; font-family: 'Exo 2', sans-serif; font-weight: 700; font-size: 14px; color: #94a3b8; flex-shrink: 0; transition: all 0.3s ease; }
.twitter-page .tx-step-item:hover .tx-step-dot { border-color: rgba(54, 231, 196, 0.5); color: var(--tx-teal); }
.twitter-page .tx-step-item.is-active .tx-step-dot { background: radial-gradient(circle at 35% 35%, #1d3360, #0a1426); border-color: var(--tx-teal); color: var(--tx-teal); box-shadow: 0 0 14px rgba(54, 231, 196, 0.5); font-weight: 800; }
.twitter-page .tx-step-item.is-completed .tx-step-dot { border-color: rgba(245, 210, 85, 0.55); color: var(--tx-gold); }
/* Step Info Text */
.twitter-page .tx-step-info { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.twitter-page .tx-step-label { font-family: 'Exo 2', sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #64748b; transition: color 0.2s ease; }
.twitter-page .tx-step-item.is-active .tx-step-label { color: var(--tx-gold); }
.twitter-page .tx-step-name { font-family: 'Exo 2', sans-serif; font-size: 14.5px; font-weight: 600; color: #cbd5e1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color 0.2s ease; }
.twitter-page .tx-step-item.is-active .tx-step-name { color: #ffffff; }
.twitter-page .tx-step-chevron { font-size: 14px; color: rgba(217, 217, 217, 0.25); flex-shrink: 0; transition: all 0.25s ease; }
.twitter-page .tx-step-item.is-active .tx-step-chevron { color: var(--tx-teal); transform: translateX(3px); }
/* Right Viewer Panel (Sticky) */
.twitter-page .tx-process-viewer { position: -webkit-sticky; position: sticky; top: 110px; align-self: start; z-index: 2; }
.twitter-page .tx-process-panel { background: radial-gradient(circle at 92% 12%, rgba(54, 231, 196, 0.07), transparent 45%), radial-gradient(circle at 8% 88%, rgba(245, 210, 85, 0.04), transparent 40%), #0a1122; border: 1px solid rgba(54, 231, 196, 0.3); border-radius: 18px; padding: 25px; box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), 0 0 30px rgba(54, 231, 196, 0.08); position: relative; animation: procPanelFade 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
@keyframes procPanelFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.twitter-page .tx-panel-badge-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.twitter-page .tx-panel-step-tag { display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 20px; background: rgba(54, 231, 196, 0.12); border: 1px solid rgba(54, 231, 196, 0.35); font-family: 'Exo 2', sans-serif; font-size: 11.5px; font-weight: 700; color: var(--tx-teal); letter-spacing: 0.08em; }
.twitter-page .tx-panel-phase { font-family: 'Exo 2', sans-serif; font-size: 13px; font-weight: 600; color: var(--tx-gold); }
.twitter-page .tx-panel-heading { font-family: 'Exo 2', sans-serif; font-size: 25px; font-weight: 700; line-height: 1.32; margin: 0 0 16px; background: var(--tx-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.twitter-page .tx-panel-text { font-family: Epilogue, sans-serif; font-size: 16.5px !important; line-height: 1.68; color: #c4d0e5; margin: 0 0 26px; }
/* Deliverables Box */
.twitter-page .tx-panel-deliverables { background: rgba(13, 23, 46, 0.65); border: 1px solid rgba(217, 217, 217, 0.09); border-radius: 14px; padding: 20px 24px; margin-bottom: 28px; }
.twitter-page .tx-deliverables-title { display: block; font-family: 'Exo 2', sans-serif; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #94a3b8; margin-bottom: 14px; }
.twitter-page .tx-deliverables-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }
.twitter-page .tx-deliv-item { display: flex; align-items: center; gap: 10px; font-family: Epilogue, sans-serif; font-size: 14px; color: #e2e8f0; }
.twitter-page .tx-deliv-check { color: var(--tx-teal); font-weight: 800; font-size: 14px; flex-shrink: 0; }
/* Action Bar */
.twitter-page .tx-panel-action-bar { display: flex; align-items: center; justify-content: center; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(217, 217, 217, 0.1); flex-wrap: wrap; }
.twitter-page .tx-panel-nav-btns { display: none !important; }
.twitter-page .tx-proc-btn { background: #0d172e; border: 1px solid rgba(54, 231, 196, 0.35); color: #ffffff; font-family: 'Exo 2', sans-serif; font-size: 13.5px; font-weight: 600; padding: 8px 18px; border-radius: 8px; cursor: pointer; transition: all 0.2s ease; }
.twitter-page .tx-proc-btn:hover:not(:disabled) { background: var(--tx-teal); color: #040914; border-color: var(--tx-teal); box-shadow: 0 0 12px rgba(54, 231, 196, 0.4); }
.twitter-page .tx-proc-btn:disabled { opacity: 0.35; cursor: not-allowed; border-color: rgba(217, 217, 217, 0.15); }
.twitter-page .tx-proc-dots { display: flex; align-items: center; gap: 6px; }
.twitter-page .tx-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(217, 217, 217, 0.22); transition: all 0.3s ease; cursor: pointer; display: inline-block; }
.twitter-page .tx-dot:hover { background: rgba(54, 231, 196, 0.6); }
.twitter-page .tx-dot.is-active { background: var(--tx-teal); width: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(54, 231, 196, 0.6); }
.twitter-page .tx-proc-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; border-radius: 8px; background: var(--tx-gradient); color: #040914 !important; font-family: 'Exo 2', sans-serif; font-size: 13.5px; font-weight: 700; text-decoration: none; transition: all 0.25s ease; box-shadow: 0 4px 15px rgba(54, 231, 196, 0.25); }
.twitter-page .tx-proc-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(54, 231, 196, 0.45); }
/* ===== HOW WE MEASURE SUCCESS - CRYPTO KPI HUD SECTION ===== */
.twitter-page #success { position: relative; overflow: hidden; }
/* 4-Column Grid */
.twitter-page .tx-success-kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
/* Individual KPI Card */
.twitter-page .tx-kpi-card { position: relative; background: radial-gradient(circle at 88% 12%, rgba(54, 231, 196, 0.06), transparent 55%), radial-gradient(circle at 12% 92%, rgba(245, 210, 85, 0.03), transparent 50%), #081020; border: 1px solid rgba(54, 231, 196, 0.16); border-radius: 18px; padding: 24px 20px 20px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25); overflow: hidden; }
/* Glowing Top Accent Line on Hover */
.twitter-page .tx-kpi-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--tx-gradient); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.twitter-page .tx-kpi-card:hover { border-color: rgba(54, 231, 196, 0.45); transform: translateY(-6px); box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45), 0 0 24px rgba(54, 231, 196, 0.14); }
.twitter-page .tx-kpi-card:hover::before { transform: scaleX(1); }
/* Card Header */
.twitter-page .tx-kpi-card-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.twitter-page .tx-kpi-num-badge { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 9px; background: rgba(54, 231, 196, 0.08); border: 1px solid rgba(54, 231, 196, 0.25); font-family: 'Exo 2', sans-serif; font-size: 13px; font-weight: 700; color: var(--tx-teal); letter-spacing: 0.05em; transition: all 0.25s ease; }
.twitter-page .tx-kpi-card:hover .tx-kpi-num-badge { background: var(--tx-teal); color: #040914; border-color: var(--tx-teal); box-shadow: 0 0 12px rgba(54, 231, 196, 0.5); }
.twitter-page .tx-kpi-icon-wrap { width: 42px; height: 42px; border-radius: 12px; background: rgba(13, 23, 46, 0.9); border: 1px solid rgba(217, 217, 217, 0.1); display: flex; align-items: center; justify-content: center; color: var(--tx-teal); transition: all 0.3s ease; }
.twitter-page .tx-kpi-card:hover .tx-kpi-icon-wrap { border-color: rgba(245, 210, 85, 0.5); color: var(--tx-gold); background: rgba(245, 210, 85, 0.08); transform: scale(1.08) rotate(3deg); box-shadow: 0 0 16px rgba(245, 210, 85, 0.25); }
.twitter-page .tx-kpi-icon-wrap svg { width: 20px; height: 20px; }
/* Card Content */
.twitter-page .tx-kpi-card-body { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.twitter-page .tx-kpi-title { font-family: 'Exo 2', sans-serif; font-size: 17.5px; font-weight: 700; line-height: 1.35; color: #ffffff; margin: 0; transition: color 0.25s ease; }
.twitter-page .tx-kpi-card:hover .tx-kpi-title { color: var(--tx-teal); }
.twitter-page .tx-kpi-desc { font-family: Epilogue, sans-serif; font-size: 13.5px !important; font-weight: 300; line-height: 1.62; color: #cad5e4; margin: 0; }
/* Card Filter Transitions */
.twitter-page .tx-kpi-card.is-hidden { display: none !important; }
.twitter-page .tx-kpi-card.is-fading { animation: txCardFade 0.3s ease-out; }
@keyframes txCardFade {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}
/* Who We Help Grow on Crypto Twitter - Interactive Table */
.twitter-page .tx-table-wrap { max-width: 980px; margin: 50px auto 0; background: linear-gradient(180deg, rgba(14, 26, 52, 0.8) 0%, rgba(8, 16, 32, 0.9) 100%); border: 1px solid rgba(54, 231, 196, 0.22); border-radius: 20px; box-shadow: 0 24px 60px -15px rgba(0, 0, 0, 0.55), 0 0 35px -5px rgba(54, 231, 196, 0.08); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); overflow-x: auto; position: relative; }
.twitter-page .tx-table-wrap::-webkit-scrollbar { height: 6px; }
.twitter-page .tx-table-wrap::-webkit-scrollbar-track { background: rgba(8, 16, 32, 0.6); border-radius: 10px; }
.twitter-page .tx-table-wrap::-webkit-scrollbar-thumb { background: rgba(54, 231, 196, 0.35); border-radius: 10px; }
.twitter-page .tx-table-wrap::-webkit-scrollbar-thumb:hover { background: var(--tx-teal); }
.twitter-page .tx-sector-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 680px; text-align: left; }
.twitter-page .tx-sector-table thead th { padding: 20px 24px; font-family: 'Exo 2', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--tx-gold); border-bottom: 1px solid rgba(54, 231, 196, 0.18); background: rgba(10, 20, 42, 0.7); white-space: nowrap; }
.twitter-page .tx-sector-table thead th.tx-th-num { width: 75px; text-align: center; }
.twitter-page .tx-sector-table thead th.tx-th-sector { width: 380px; }
.twitter-page .tx-sector-table thead th.tx-th-arrow { width: 60px; text-align: center; }
.twitter-page .tx-sector-table thead th.tx-th-strategy { padding-left: 20px; }
.twitter-page .tx-sector-table tbody tr { transition: background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease; position: relative; }
.twitter-page .tx-sector-table tbody tr:nth-child(even) { background: rgba(255, 255, 255, 0.015); }
.twitter-page .tx-sector-table tbody tr:hover { background: linear-gradient(90deg, rgba(54, 231, 196, 0.09) 0%, rgba(78, 31, 163, 0.16) 100%); }
.twitter-page .tx-sector-table tbody td { padding: 18px 24px; vertical-align: middle; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.twitter-page .tx-sector-table tbody tr:last-child td { border-bottom: none; }
.twitter-page .tx-sector-table .tx-td-num { text-align: center; }
.twitter-page .tx-table-badge { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; background: rgba(54, 231, 196, 0.08); border: 1px solid rgba(54, 231, 196, 0.25); color: var(--tx-teal); font-family: 'Exo 2', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.5px; transition: all 0.25s ease; }
.twitter-page .tx-sector-table tbody tr:hover .tx-table-badge { background: rgba(54, 231, 196, 0.22); border-color: rgba(54, 231, 196, 0.65); box-shadow: 0 0 14px rgba(54, 231, 196, 0.35); transform: scale(1.06); }
.twitter-page .tx-sector-cell { display: flex; align-items: center; gap: 14px; }
.twitter-page .tx-table-icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; background: rgba(255, 200, 59, 0.08); border: 1px solid rgba(255, 200, 59, 0.22); color: var(--tx-gold); transition: all 0.25s ease; }
.twitter-page .tx-table-icon svg { display: block; }
.twitter-page .tx-sector-table tbody tr:hover .tx-table-icon { background: rgba(255, 200, 59, 0.18); border-color: rgba(255, 200, 59, 0.55); transform: rotate(6deg) scale(1.05); }
.twitter-page .tx-sector-name { font-family: 'Exo 2', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; letter-spacing: 0.2px; line-height: 1.35; }
.twitter-page .tx-sector-table .tx-td-arrow { text-align: center; }
.twitter-page .tx-table-arrow { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(54, 231, 196, 0.06); border: 1px solid rgba(54, 231, 196, 0.16); color: var(--tx-teal); transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease; flex-shrink: 0; }
.twitter-page .tx-table-arrow svg { display: block; width: 15px; height: 15px; }
.twitter-page .tx-sector-table tbody tr:hover .tx-table-arrow { transform: translateX(5px); background: rgba(54, 231, 196, 0.2); border-color: rgba(54, 231, 196, 0.5); color: #ffffff; }
.twitter-page .tx-strategy-desc { font-size: 15px; color: rgba(243, 246, 255, 0.88); line-height: 1.55; font-weight: 500; transition: color 0.25s ease; }
.twitter-page .tx-sector-table tbody tr:hover .tx-strategy-desc { color: #ffffff; }
.twitter-page .tx-quiz { max-width: 860px; margin-inline: auto; padding: 40px; border: 1px solid var(--tx-violet); border-radius: 18px; background: rgba(78, 31, 163, .08); }
.twitter-page .tx-quiz-progress { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; font-size: 14px; }
.twitter-page progress { width: 40%; height: 5px; border: 0; border-radius: 4px; accent-color: var(--tx-teal); }
.twitter-page progress::-webkit-progress-bar { background: rgba(255, 255, 255, .12); border-radius: 4px; }
.twitter-page progress::-webkit-progress-value { background: var(--tx-gradient); border-radius: 4px; transition: width 0.35s ease; }
.twitter-page progress::-moz-progress-bar { background: var(--tx-gradient); border-radius: 4px; transition: width 0.35s ease; }
.twitter-page fieldset { border: 0; padding: 0; margin: 0 0 28px; min-width: 0; }
.twitter-page legend { float: none; width: 100%; margin: 0 0 24px; font-size: var(--tx-title); font-weight: 600; line-height: 1.4; }
.twitter-page .tx-quiz-options { display: grid; gap: 12px; }
.twitter-page .tx-quiz-options label { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border: 1px solid var(--tx-line); border-radius: 12px; background: rgba(255, 255, 255, .03); font-size: 17px; font-weight: 500; line-height: 1.4; cursor: pointer; }
.twitter-page .tx-quiz-options label:has(input:checked) { border-color: var(--tx-teal); background: rgba(54, 231, 196, .08); }
.twitter-page input[type="radio"] { width: 20px; height: 20px; margin: 0; flex-shrink: 0; accent-color: var(--tx-teal); }
.twitter-page .tx-quiz-controls { display: flex; justify-content: space-between; gap: 14px; padding-top: 22px; border-top: 1px solid var(--tx-line); }
.twitter-page .tx-quiz-result { text-align: center; }
.twitter-page .tx-quiz-result>span { font-size: 14px; color: var(--tx-teal); }
.twitter-page .tx-quiz-result h3 { font-size: 30px; margin: 14px 0; }
.twitter-page .tx-quiz-result .tx-actions { justify-content: center; }
.twitter-page .tx-plan { display: flex; flex-direction: column; position: relative; scroll-margin-top: 120px; }
.twitter-page .tx-plan h3 { font-size: 28px; }
.twitter-page .tx-plan p { min-height: 130px; }
.twitter-page .tx-plan .tx-list { flex: 1; margin-bottom: 32px; }
.twitter-page .tx-price { font-size: 28px; font-weight: 600; color: var(--tx-teal); margin-top: 24px; }
.twitter-page .tx-plan.is-recommended { border-color: var(--tx-teal); box-shadow: 0 0 30px rgba(54, 231, 196, .08); }
.twitter-page .tx-plan-label { position: absolute; left: 20px; top: -15px; border: 1px solid var(--tx-teal); background: #0a1122; color: var(--tx-teal); padding: 4px 12px; border-radius: 20px; font-size: 12px; }
.twitter-page .tx-faq { max-width: 960px; margin-inline: auto; }
.twitter-page .tx-faq details { margin-bottom: 15px; border: 1px solid var(--tx-teal); border-radius: 8px; }
.twitter-page .tx-faq summary { list-style: none; cursor: pointer; padding: 18px 22px; }
.twitter-page .tx-faq summary::-webkit-details-marker { display: none; }
.twitter-page .tx-faq summary::marker { display: none; content: ""; }
.twitter-page .tx-faq h3 { font-size: var(--tx-faq); font-weight: 600; line-height: 1.3; }
.twitter-page .tx-faq p { padding: 0 22px 18px; }
.twitter-page .tx-faq details[open] { background: rgba(54, 231, 196, .1); }
.tx-skip { position: fixed; top: 0; left: 20px; transform: translateY(-120%); z-index: 99999; background: #36e7c4; color: #040914; padding: 12px 20px; border-radius: 0 0 8px 8px; }
.tx-skip:focus { transform: translateY(0); }
/* Shared contact section and header accents, matching the reference page. */
.section-service-alt { background: rgba(255, 255, 255, .06); position: relative; }
.nav-link:focus, .nav-link:hover, .nav-link.active, .contact-links .h-4 { background: linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%); background-clip: text; -webkit-text-fill-color: transparent; }
@media (max-width:1199px) {
  .twitter-page { --tx-h1: 45px; --tx-h1-line: 1.3; --tx-h2: 34px; --tx-h2-line: 1.3; }
  .twitter-page .tx-hero { padding: 70px 0; }
  .twitter-page .tx-space { margin-top: 50px; }
  .twitter-page .tx-hero-grid { gap: 34px; }
  .twitter-page .tx-visual { height: 380px; }
  .twitter-page .tx-signal { width: 225px; }
  .twitter-page .tx-plan p { min-height: 160px; }
  .twitter-page .tx-success-kpi-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width:991px) {
  .twitter-page { --tx-h1: 35px; --tx-h2: 30px; --tx-copy: 16px; --tx-faq: 20px; }
  .twitter-page .tx-section { padding: 50px 0 40px; }
  .twitter-page p { line-height: 1.5; }
  .twitter-page .tx-space { margin-top: 40px; }
  .twitter-page .tx-hero-grid, .twitter-page .tx-split { grid-template-columns: minmax(0, 1fr); gap: 34px; width: 100%; max-width: 100%; }
  .twitter-page .tx-visual { width: 100%; max-width: 440px; height: 370px; margin: auto; overflow: hidden; }
  .twitter-page .tx-hero-art img { max-width: 440px; margin: 0 auto; }
  .twitter-page .tx-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .twitter-page .tx-sticky { position: static; }
  .twitter-page .tx-btn { font-size: 14px; padding: 12px 22px; }
  .twitter-page .tx-actions .tx-btn { flex: 1 1 auto; max-width: 100%; box-sizing: border-box; }
  .twitter-page .tx-callout { flex-direction: column; text-align: center; }
  .twitter-page .tx-callout .tx-btn { width: 100%; }
  .twitter-page .tx-stage { gap: 24px; padding: 28px; }
  .twitter-page .tx-stage-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .twitter-page .tx-service-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
  .twitter-page .tx-service-panel { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .twitter-page .tx-plan p { min-height: 0; }
  .twitter-page .tx-plans { grid-template-columns: 1fr; }
  .twitter-page .tx-quiz { padding: 28px; }
  .twitter-page .tx-process-interactive { grid-template-columns: 1fr; gap: 24px; }
  .twitter-page .tx-process-viewer { position: static; top: auto; }
  .twitter-page .tx-process-stepper { max-height: none; flex-direction: row; overflow-x: auto; padding-left: 0; padding-bottom: 12px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(54, 231, 196, 0.3) transparent; }
  .twitter-page .tx-process-stepper::-webkit-scrollbar { height: 4px; }
  .twitter-page .tx-process-stepper::-webkit-scrollbar-thumb { background: rgba(54, 231, 196, 0.3); border-radius: 4px; }
  .twitter-page .tx-stepper-track { display: none; }
  .twitter-page .tx-step-item { flex-shrink: 0; width: 220px; padding: 12px 14px; }
  .twitter-page .tx-step-item.is-active { transform: none; }
  .twitter-page .tx-process-panel { padding: 20px; border-radius: 14px; }
  .twitter-page .tx-panel-heading { font-size: 21px; }
  .twitter-page .tx-panel-text { font-size: 15px !important; }
}
@media (max-width:767px) {
  .twitter-page { --tx-h1: 26px; --tx-h1-line: 1.25; --tx-h2: 22px; --tx-h2-line: 1.3; --tx-title: 17px; --tx-copy: 14px; --tx-faq: 15px; }
  .twitter-page .tx-hero { padding: 36px 0 28px; }
  .twitter-page .tx-hero-grid { display: flex; flex-direction: column; width: 100%; max-width: 100%; gap: 24px; }
  .twitter-page .tx-hero-grid > * { width: 100%; max-width: 100%; min-width: 0; }
  .twitter-page .tx-hero::before { display: none; }
  .twitter-page .tx-hero h1 { padding-bottom: 8px; }
  .twitter-page .tx-hero h2 { font-size: 16px; line-height: 1.3; padding-bottom: 10px; }
  .twitter-page .tx-hero p, .twitter-page .tx-heading p { font-size: 13.5px !important; }
  .twitter-page .tx-section { padding: 38px 0; scroll-margin-top: 70px; }
  .twitter-page .tx-heading h2 { margin-bottom: 10px; }
  .twitter-page .tx-space { margin-top: 24px; }
  .twitter-page .tx-grid { gap: 16px; }
  .twitter-page .tx-grid-2, .twitter-page .tx-grid-3, .twitter-page .tx-stage, .twitter-page .tx-timeline { grid-template-columns: 1fr; }
  .twitter-page .tx-card, .twitter-page .tx-goal { padding: 13px 13px 11px; border-radius: 10px; }
  .twitter-page .tx-card h3 { font-size: 16px; line-height: 1.3; margin-bottom: 4px; }
  .twitter-page .tx-card p { font-size: 12.5px !important; line-height: 1.4; }
  .twitter-page .tx-list { margin-top: 14px; gap: 8px; }
  .twitter-page .tx-list li { font-size: 12.5px; line-height: 1.4; }
  .twitter-page .tx-service-tabs { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
  .twitter-page .tx-service-tab { position: relative; padding: 12px 38px 12px 14px; gap: 10px; border-radius: 10px; width: 100%; text-align: left; }
  .twitter-page .tx-service-tab::after { content: ""; position: absolute; right: 16px; top: 50%; width: 7px; height: 7px; border-right: 2px solid rgba(255, 255, 255, 0.45); border-bottom: 2px solid rgba(255, 255, 255, 0.45); transform: translateY(-65%) rotate(45deg); transition: transform 0.25s ease, border-color 0.25s ease; }
  .twitter-page .tx-service-tab[aria-selected="true"]::after { transform: translateY(-25%) rotate(-135deg); border-color: var(--tx-teal); }
  .twitter-page .tx-service-tab-title { font-size: 13.5px; flex: 1; }
  .twitter-page .tx-service-tab-num { width: 26px; height: 26px; font-size: 11px; flex-shrink: 0; }
  .twitter-page .tx-service-panel { grid-template-columns: 1fr; gap: 14px; padding: 16px 14px; border-radius: 12px; margin-top: 2px; margin-bottom: 4px; border: 1px solid rgba(54, 231, 196, 0.35); background: linear-gradient(135deg, rgba(78, 31, 163, 0.18), rgba(10, 17, 34, 0.96)); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); }
  .twitter-page .tx-service-panels { margin-top: 18px; }
  .twitter-page .tx-service-panel-main .tx-number, .twitter-page .tx-service-panel-main h3 { display: none !important; }
  .twitter-page .tx-service-panel-main p { font-size: 13px !important; line-height: 1.5; margin: 0; }
  .twitter-page .tx-service-panel-deliverables { padding: 14px 12px; border-radius: 10px; }
  .twitter-page .tx-deliverable-head { font-size: 13px; margin-bottom: 12px; }
  .twitter-page .tx-service-panel-deliverables .tx-list { gap: 10px; }
  .twitter-page .tx-service-panel-deliverables .tx-list li { font-size: 12.5px; }
  .twitter-page .tx-number { width: 32px; height: 32px; border-radius: 8px; margin-bottom: 8px; font-size: 12px; }
  .twitter-page .tx-card-icon { width: 36px; height: 36px; border-radius: 10px; margin-bottom: 12px; }
  .twitter-page .tx-card-icon svg { width: 18px; height: 18px; }
  .twitter-page .tx-actions { display: flex; flex-direction: column; align-items: stretch; width: 100%; max-width: 100%; gap: 12px; margin-top: 18px; }
  .twitter-page .tx-actions .tx-btn, .twitter-page .tx-btn { flex: none !important; display: flex; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; font-size: 13.5px; padding: 12px 18px; border-radius: 8px; text-align: center; justify-content: center; align-items: center; white-space: normal; word-break: normal; overflow-wrap: break-word; }
  .twitter-page .tx-btn-ghost { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 11px 18px; }
  .twitter-page .tx-visual { width: 100%; max-width: 320px; height: 270px; margin: 0 auto; overflow: hidden; }
  .twitter-page .tx-hero-art img { max-width: 320px; margin: 0 auto; }
  .twitter-page .tx-x-core { width: 105px; height: 105px; border-radius: 24px; }
  .twitter-page .tx-x-core svg { width: 60px; }
  .twitter-page .tx-signal { width: 190px; font-size: 12px; padding: 12px 14px; border-radius: 10px; }
  .twitter-page .tx-bars { height: 35px; margin-top: 10px; gap: 5px; }
  .twitter-page .tx-thread { margin-top: 10px; gap: 5px; }
  .twitter-page .tx-thread i { height: 4px; }
  .twitter-page .tx-signal-top { top: 0; }
  .twitter-page .tx-signal-bottom { bottom: 0; }
  .twitter-page .tx-benefit { padding: 13px 0; gap: 12px; }
  .twitter-page .tx-benefit p { font-size: 13px !important; }
  .twitter-page .tx-callout { padding: 20px 14px; border-radius: 12px; gap: 18px; }
  .twitter-page .tx-callout p { font-size: 19px !important; line-height: 1.3; }
  .twitter-page .tx-help { margin-top: 20px; gap: 14px; }
  .twitter-page .tx-goal-header { gap: 12px; margin-bottom: 10px; }
  .twitter-page .tx-goal-title { font-size: 16px; margin-bottom: 0; }
  .twitter-page .tx-goal-result { flex-direction: column; align-items: start; padding: 16px; gap: 10px; font-size: 14px; }
  .twitter-page .tx-stage-tabs { gap: 6px; margin-bottom: 10px; }
  .twitter-page .tx-stage-tabs button { font-size: 12px; padding: 8px 6px; border-radius: 8px; }
  .twitter-page .tx-stage { padding: 14px 12px; gap: 10px; margin-top: 10px; border-radius: 12px; }
  .twitter-page .tx-stage h3 { font-size: 17px; margin-bottom: 4px; }
  .twitter-page .tx-stage p { font-size: 12.5px !important; line-height: 1.4; margin-bottom: 6px; }
  .twitter-page .tx-stage .tx-list { justify-self: start; gap: 6px; margin-top: 8px; }
  .twitter-page .tx-stage .tx-list li { font-size: 12px; line-height: 1.35; }
  .twitter-page .tx-stage-number { font-size: 24px; margin-bottom: 4px; line-height: 1; }
  .twitter-page .tx-center { margin-top: 16px; }
  .twitter-page .tx-principles { gap: 12px; }
  .twitter-page .tx-principles .tx-card { padding: 14px 12px; }
  .twitter-page .tx-timeline { gap: 12px; }
  .twitter-page .tx-timeline .tx-card { padding: 12px 0 12px 42px; }
  .twitter-page .tx-timeline .tx-number { top: 10px; }
  .twitter-page .tx-process-stepper { gap: 8px; padding-bottom: 6px; margin-bottom: 10px; }
  .twitter-page .tx-step-item { width: 155px; padding: 8px 10px; gap: 8px; border-radius: 8px; }
  .twitter-page .tx-step-dot { width: 26px; height: 26px; font-size: 11px; border-radius: 6px; }
  .twitter-page .tx-step-label { font-size: 10px; }
  .twitter-page .tx-step-name { font-size: 11.5px; }
  .twitter-page .tx-step-chevron { font-size: 12px; }
  .twitter-page .tx-process-panel { padding: 14px 12px; border-radius: 12px; }
  .twitter-page .tx-panel-badge-bar { margin-bottom: 8px; gap: 8px; }
  .twitter-page .tx-panel-step-tag { padding: 3px 8px; font-size: 10px; }
  .twitter-page .tx-panel-heading { font-size: 16px; margin: 0 0 8px; }
  .twitter-page .tx-panel-text { font-size: 12.5px !important; line-height: 1.45; margin-bottom: 12px; }
  .twitter-page .tx-panel-deliverables { padding: 12px 10px; margin-bottom: 12px; border-radius: 10px; }
  .twitter-page .tx-deliverables-title { font-size: 11px; margin-bottom: 8px; }
  .twitter-page .tx-deliverables-grid { grid-template-columns: 1fr; gap: 6px; }
  .twitter-page .tx-deliv-item { font-size: 12px; gap: 6px; }
  .twitter-page .tx-deliv-check { font-size: 12px; }
  .twitter-page .tx-panel-action-bar { flex-direction: column; align-items: stretch; gap: 8px; margin-top: 4px; }
  .twitter-page .tx-panel-nav-btns { justify-content: space-between; }
  .twitter-page .tx-proc-cta { justify-content: center; text-align: center; padding: 9px 14px; font-size: 12.5px; border-radius: 8px; }
  .twitter-page .tx-success-kpi-grid { grid-template-columns: 1fr; gap: 10px; }
  .twitter-page .tx-kpi-card { padding: 14px 12px 12px; gap: 8px; border-radius: 12px; }
  .twitter-page .tx-kpi-card-header { gap: 8px; }
  .twitter-page .tx-kpi-num-badge { width: 26px; height: 26px; font-size: 11px; border-radius: 7px; }
  .twitter-page .tx-kpi-icon-wrap { width: 32px; height: 32px; border-radius: 8px; }
  .twitter-page .tx-kpi-icon-wrap svg { width: 16px; height: 16px; }
  .twitter-page .tx-kpi-card-body { gap: 4px; }
  .twitter-page .tx-kpi-title { font-size: 14.5px; margin: 0; }
  .twitter-page .tx-kpi-desc { font-size: 12px !important; line-height: 1.4; }
  .twitter-page .tx-table-wrap { border-radius: 12px; margin-top: 16px; }
  .twitter-page .tx-sector-table { min-width: 500px; }
  .twitter-page .tx-sector-table thead th { padding: 8px 10px; font-size: 10.5px; }
  .twitter-page .tx-sector-table thead th.tx-th-num { width: 46px; }
  .twitter-page .tx-sector-table thead th.tx-th-sector { width: 240px; }
  .twitter-page .tx-sector-table thead th.tx-th-arrow { width: 34px; }
  .twitter-page .tx-sector-table tbody td { padding: 8px 10px; }
  .twitter-page .tx-table-badge { width: 26px; height: 26px; font-size: 11px; border-radius: 6px; }
  .twitter-page .tx-sector-cell { gap: 8px; }
  .twitter-page .tx-table-icon { width: 28px; height: 28px; border-radius: 7px; }
  .twitter-page .tx-table-icon svg { width: 15px; height: 15px; }
  .twitter-page .tx-sector-name { font-size: 13px; }
  .twitter-page .tx-strategy-desc { font-size: 12px; }
  .twitter-page .tx-table-arrow { width: 22px; height: 22px; }
  .twitter-page .tx-table-arrow svg { width: 12px; height: 12px; }
  .twitter-page .tx-quiz { padding: 14px 12px; border-radius: 12px; }
  .twitter-page .tx-quiz-progress { font-size: 11px; margin-bottom: 12px; }
  .twitter-page fieldset { margin-bottom: 10px; }
  .twitter-page legend { font-size: 15px; margin-bottom: 10px; }
  .twitter-page .tx-quiz-options { gap: 6px; }
  .twitter-page .tx-quiz-options label { padding: 9px 10px; gap: 8px; font-size: 13.5px; border-radius: 8px; }
  .twitter-page input[type="radio"] { width: 16px; height: 16px; }
  .twitter-page .tx-quiz-controls { padding-top: 10px; gap: 8px; }
  .twitter-page .tx-quiz-result h3 { font-size: 19px; }
  .twitter-page .tx-plans { gap: 14px; }
  .twitter-page .tx-plan { padding: 16px 14px; border-radius: 12px; }
  .twitter-page .tx-plan h3 { font-size: 18px; margin-bottom: 4px; }
  .twitter-page .tx-plan p { font-size: 12px !important; line-height: 1.35; margin-bottom: 6px; min-height: 0; }
  .twitter-page .tx-price { font-size: 20px; margin-top: 8px; margin-bottom: 8px; }
  .twitter-page .tx-plan .tx-list { margin-top: 6px; margin-bottom: 12px; gap: 6px; }
  .twitter-page .tx-plan .tx-list li { font-size: 12px; line-height: 1.35; }
  .twitter-page .tx-plan .tx-btn { padding: 9px 14px; font-size: 12.5px; }
  .twitter-page .tx-faq details { margin-bottom: 8px; }
  .twitter-page .tx-faq summary { padding: 10px 12px; gap: 8px; }
  .twitter-page .tx-faq h3 { font-size: 13.5px; line-height: 1.35; }
  .twitter-page .tx-faq p { font-size: 12.5px !important; padding: 0 12px 10px; line-height: 1.4; }
}
@media (max-width:576px) {
  .twitter-page { --tx-h1: 23px; --tx-h2: 20px; --tx-faq: 14.5px; --tx-copy: 13.5px; }
  .twitter-page .tx-section { padding: 30px 0; }
  .twitter-page .tx-card { padding: 14px 12px; }
  .twitter-page .tx-actions .tx-btn, .twitter-page .tx-btn { font-size: 13px; padding: 11px 16px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
  .twitter-page .tx-btn-ghost { padding: 10px 16px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
  .twitter-page .tx-step-item { width: 150px; }
  .twitter-page .tx-panel-heading { font-size: 16px; }
  .twitter-page .tx-panel-text { font-size: 12.5px !important; }
}
@media (max-width:480px) {
  .twitter-page .tx-section { padding: 26px 0; }
}
@media (max-width:425px) {
  .twitter-page { --tx-copy: 13px; --tx-faq: 14px; --tx-title: 16px; }
}
@media (max-width:400px) {
  .twitter-page { --tx-h2-line: 1.2; }
}
@media (prefers-reduced-motion:reduce) {
  .twitter-page *, .twitter-page *::before, .twitter-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .twitter-page .tx-card:hover, .twitter-page .tx-btn:hover { transform: none; }
}
/* Statistics and client logo strip copied from the cybersecurity page. */
.about-section-clients { padding: 40px 0; }
.client-carousel { padding-bottom: 40px; }
.scroller__wrapper { --scrolling-gallery-item-duration: 20s; --scrolling-gallery-items-visible: 5; --scrolling-gallery-items-total: 8; overflow: hidden; will-change: transform; }
.scroller__container { overflow-x: hidden; }
.slide-scroller { animation-duration: calc(var(--scrolling-gallery-item-duration, 1s) / var(--scrolling-gallery-items-visible) * var(--scrolling-gallery-items-total)); animation-timing-function: linear; animation-name: scrolling-gallery; animation-iteration-count: infinite; display: flex; }
.slide-scroller:hover, .slide-scroller:focus { animation-play-state: paused; }
@keyframes scrolling-gallery {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(var(--scrolling-gallery-items-total) * -100vw / var(--scrolling-gallery-items-visible))); }
}
.scroller__item { flex: 0 0 calc(100% / var(--scrolling-gallery-items-visible)); width: 0; box-sizing: border-box; }
.scroller__item .item img { height: 60px; width: 100%; object-fit: contain; }
@media (max-width: 1440px) {
  .scroller__wrapper { --scrolling-gallery-items-visible: 5; --scrolling-gallery-item-duration: 30s; }
}
@media (max-width: 767px) {
  .scroller__wrapper { --scrolling-gallery-items-visible: 3; --scrolling-gallery-item-duration: 20s; }
}
@media (max-width: 480px) {
  .scroller__wrapper { --scrolling-gallery-items-visible: 2; --scrolling-gallery-item-duration: 20s; }
}
@media (max-width: 360px) {
  .scroller__wrapper { --scrolling-gallery-items-visible: 1; --scrolling-gallery-item-duration: 10s; }
}
.section-sep { height: 1px; background: linear-gradient(90deg, transparent, rgba(161, 131, 224, 0.25), transparent); max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.project-section { background: none; }
.twitter-page .project-para { line-height: 1.6; }
@media (max-width: 767px) {
  .project-section { padding: 16px 0 !important; }
  .project-section .expert-overall { padding: 0 4px; }
  .project-section .expert-digit { padding: 6px 2px; text-align: center; }
  .project-section .project-head { font-size: 24px !important; line-height: 1.15; margin-bottom: 2px; }
  .project-section .project-para { font-size: 12px !important; line-height: 1.3; margin: 0 !important; opacity: 0.85; }
  .section-sep { margin: 6px auto !important; }
  .about-section-clients { padding: 18px 0 12px !important; }
  .client-carousel { padding-bottom: 12px !important; }
  .metaverse_heading .h-3 { font-size: 20px !important; line-height: 1.3; }
}
/* ===== Consultants Section ===== */
.consultants-section .consultant-card { display: flex; flex-direction: row; align-items: center; gap: 22px; height: 100%; padding: 22px; background: rgba(48, 48, 48, 0.18); border: 1px solid rgba(86, 44, 175, 0.55); border-radius: 14px; position: relative; overflow: hidden; transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease; }
.consultants-section .consultant-card:hover { transform: translateY(-4px); border-color: transparent; background: rgba(78, 31, 163, 0.18); box-shadow: 0 16px 36px -12px rgba(54, 231, 196, 0.28); }
.consultants-section .consultant-card::before { content: ''; position: absolute; inset: -1px; border-radius: 15px; padding: 1px; background: linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.consultants-section .consultant-card:hover::before { opacity: 1; }
/* Photo */
.consultants-section .consultant-photo-wrap { flex: 0 0 130px; width: 130px; height: 130px; border-radius: 50%; position: relative; padding: 3px; background: linear-gradient(135deg, rgba(86, 44, 175, 0.5), rgba(54, 231, 196, 0.35)); overflow: hidden; }
.consultants-section .consultant-photo { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center top; display: block; background: #040914; }
/* Text */
.consultants-section .consultant-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; flex: 1; }
.consultants-section .consultant-name { font-family: 'Syne', 'Exo 2', sans-serif; font-size: 19px; font-weight: 700; color: #fff; line-height: 1.25; margin: 0; transition: background 0.25s ease, -webkit-background-clip 0.25s ease; }
.consultants-section .consultant-card:hover .consultant-name { background: linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.consultants-section .consultant-role { font-family: 'Exo 2', 'Inter', sans-serif; font-size: 13px; font-weight: 500; color: #a8a8b3; line-height: 1.4; margin-bottom: 10px; }
/* LinkedIn pill button */
.consultants-section .consultant-linkedin { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 7px 14px; background: rgba(78, 31, 163, 0.22); border: 1px solid rgba(86, 44, 175, 0.6); border-radius: 50px; color: #d9d9d9; font-family: 'Exo 2', sans-serif; font-size: 12.5px; font-weight: 600; text-decoration: none; letter-spacing: 0.02em; transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease; }
.consultants-section .consultant-linkedin svg { transition: transform 0.25s ease; }
.consultants-section .consultant-linkedin:hover { background: #0a66c2; border-color: #0a66c2; color: #fff; transform: translateY(-1px); }
.consultants-section .consultant-linkedin:hover svg { transform: scale(1.1); }
/* Responsive */
@media (max-width: 767px) {
  .consultants-section .consultant-card { flex-direction: column; text-align: center; gap: 12px; padding: 16px 14px; border-radius: 12px; }
  .consultants-section .consultant-photo-wrap { flex: 0 0 85px; width: 85px; height: 85px; }
  .consultants-section .consultant-photo { width: 85px; height: 85px; }
  .consultants-section .consultant-name { font-size: 16px; margin-bottom: 2px; }
  .consultants-section .consultant-role { font-size: 12px; margin-bottom: 8px; }
  .consultants-section .consultant-info { align-items: center; }
  .consultants-section .consultant-linkedin { padding: 5px 12px; font-size: 11.5px; gap: 6px; }
  .consultants-section .consultant-linkedin svg { width: 12px; height: 12px; }
}
