/* Styles used by the Web3 marketing page and its shared components. */
.twitter-page { --tx-text: #d9d9d9; --tx-teal: #36e7c4; --tx-gradient: linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%); --tx-h1: 52px; --tx-h1-line: 60px; --tx-copy: 18px; 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 .container { position: relative; }
.twitter-page h1 { font-family: "Exo 2", sans-serif; color: inherit; margin: 0; padding: 0; }
.twitter-page p { font-family: Epilogue, sans-serif; font-size: var(--tx-copy) !important; font-weight: 300; line-height: 1.6; margin: 0; }
.twitter-page a { text-decoration: none; }
.twitter-page a:focus-visible { outline: 2px solid var(--tx-teal); outline-offset: 5px; }
.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-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: 16px; background: var(--tx-gradient); background-clip: text; -webkit-text-fill-color: transparent; }
.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); }
.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; }
  .twitter-page .tx-hero { padding: 70px 0; }
  .twitter-page .tx-hero-grid { gap: 34px; }}
@media (max-width:991px) {
  .twitter-page { --tx-h1: 35px; --tx-copy: 16px; }
  .twitter-page p { line-height: 1.5; }
  .twitter-page .tx-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .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; }}
@media (max-width:767px) {
  .twitter-page { --tx-h1: 26px; --tx-h1-line: 1.25; --tx-copy: 14px; }
  .twitter-page .tx-hero { padding: 36px 0 28px; }
  .twitter-page .tx-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .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 p { font-size: 13.5px !important; }
  .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; }}
@media (max-width:576px) {
  .twitter-page { --tx-h1: 23px; --tx-copy: 13.5px; }
  .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; }}
@media (max-width:425px) {
  .twitter-page { --tx-copy: 13px; }}
@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-btn:hover { transform: none; }}
.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; }}
/* Web3 content: the cybersecurity reference's type scale and section rhythm. */
.web3-page { --w3-h2: 40px; --w3-h2-line: 56px; --w3-title: 20px; --w3-faq: 24px; --w3-line: rgba(217, 217, 217, .14); }
.web3-page [hidden] { display: none !important; }
.web3-page :is(button, summary, [tabindex]):focus-visible { outline: 2px solid #36e7c4; outline-offset: 5px; }
.web3-page h2, .web3-page h3 { margin: 0; padding: 0; font-family: "Exo 2", sans-serif; color: #d9d9d9; }
.web3-page h3 { font-size: var(--w3-title); line-height: 1.35; font-weight: 600; }
.web3-page .w3-hero-subtitle { font-size: 26px; line-height: 1.3; font-weight: 600; padding-bottom: 20px; }
.web3-page .w3-hero-lead { font-weight: 500; margin-bottom: 12px; }
.web3-page .w3-hero-art { position: relative; width: 100%; max-width: 550px; margin: auto; isolation: isolate; }
.web3-page .w3-hero-art::before { content: ""; position: absolute; inset: 15%; background: radial-gradient(ellipse, rgba(78, 31, 163, .4), transparent 70%); filter: blur(30px); z-index: -1; }
.web3-page .w3-hero-art img { width: 100%; height: auto; display: block; }
.web3-page .w3-network { display: block; width: 100%; height: auto; }
.web3-page .w3-core-label { position: absolute; top: 39%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 34px; font-weight: 600; letter-spacing: 2px; text-shadow: 0 0 24px rgba(54, 231, 196, .25); }
.web3-page .w3-orbit-label { display: flex; align-items: center; gap: 10px; position: absolute; padding: 13px 18px; border: 1px solid rgba(54, 231, 196, .28); border-radius: 12px; background: linear-gradient(135deg, #121b2c, #0a1122); box-shadow: 0 10px 30px rgba(0, 0, 0, .3); font-size: 15px; font-weight: 500; }
.web3-page .w3-orbit-label svg { width: 22px; height: 22px; color: #36e7c4; }
.web3-page .w3-orbit-one { top: 12%; left: 0; transform: rotate(-5deg); }
.web3-page .w3-orbit-two { top: 8%; right: 0; transform: rotate(5deg); }
.web3-page .w3-orbit-three { bottom: 13%; left: 0; transform: rotate(-4deg); }
.web3-page .w3-orbit-four { bottom: 15%; right: 0; transform: rotate(5deg); }
.web3-page .w3-section { padding: 70px 0; scroll-margin-top: 110px; }
.web3-page .w3-alt { background: rgba(255, 255, 255, .045); }
.web3-page .w3-heading { max-width: 1100px; margin: 0 auto; text-align: center; }
.web3-page .w3-heading h2 { font-size: var(--w3-h2); line-height: var(--w3-h2-line); font-weight: 600; margin: 0 0 20px; }
.web3-page .w3-heading h2 span, .web3-page .w3-service h3 { background: var(--tx-gradient); background-clip: text; -webkit-text-fill-color: transparent; }
.web3-page .w3-heading p { max-width: 1000px; margin: auto; }
.web3-page .w3-left { text-align: left; }
.web3-page .w3-space { margin-top: 60px; }
.web3-page .w3-grid { display: grid; gap: 48px 24px; }
.web3-page .w3-grid-2 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.web3-page .w3-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.web3-page .w3-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 56px; align-items: start; }
.web3-page .w3-sticky { position: sticky; top: 110px; }
.web3-page .w3-number { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; flex-shrink: 0; border-radius: 10px; border: 1px solid rgba(54, 231, 196, .22); color: #36e7c4; background: rgba(54, 231, 196, .06); font-size: 13px; font-weight: 600; }
.web3-page .w3-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 48px; }
.web3-page .w3-principle { display: flex; align-items: flex-start; gap: 20px; border-bottom: 1px solid var(--w3-line); padding-bottom: 24px; transition: border-color .25s ease; }
.web3-page .w3-principle:hover { border-bottom-color: rgba(54, 231, 196, .4); }
.web3-page .w3-principle:hover .w3-number { border-color: rgba(54, 231, 196, .6); box-shadow: 0 0 12px rgba(54, 231, 196, .2); }
.web3-page .w3-table-wrap { overflow-x: auto; border: 1px solid var(--w3-line); border-radius: 16px; }
.web3-page .w3-comparison { width: 100%; min-width: 640px; border-collapse: collapse; text-align: left; }
.web3-page .w3-comparison th, .web3-page .w3-comparison td { padding: 22px 24px; border-bottom: 1px solid var(--w3-line); vertical-align: top; font-size: 16px; font-weight: 400; line-height: 1.6; }
.web3-page .w3-comparison thead th { background: #0a1122; font-size: 20px; font-weight: 600; }
.web3-page .w3-comparison th:first-child { width: 19%; }
.web3-page .w3-comparison tbody th { font-weight: 500; }
.web3-page .w3-comparison :is(th, td):last-child { background: rgba(54, 231, 196, .055); }
.web3-page .w3-comparison thead th:last-child { color: #36e7c4; }
.web3-page .w3-comparison tr:last-child :is(th, td) { border-bottom: 0; }
.web3-page .w3-card { min-width: 0; padding: 28px 24px; border: 1px solid var(--w3-line); border-radius: 12px; background: rgba(255, 255, 255, .025); transition: transform .25s, border-color .25s, background .25s; }
.web3-page .w3-card:hover { transform: translateY(-4px); border-color: rgba(54, 231, 196, .45); background: rgba(78, 31, 163, .1); }
.web3-page .w3-card h3 { margin-bottom: 14px; }
.web3-page .w3-card p { line-height: 1.7; }
.web3-page .w3-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex-shrink: 0; background: rgba(54, 231, 196, .08); border: 1px solid rgba(54, 231, 196, .22); border-radius: 12px; color: #36e7c4; }
.web3-page .w3-icon svg { width: 24px; height: 24px; }
.web3-page .w3-service { background: #0a1122; border-radius: 0; box-shadow: 6px 6px 0 rgba(78, 31, 163, .55); }
.web3-page .w3-service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.web3-page .w3-service-top .w3-number { border: 0; background: none; opacity: .65; }
.web3-page .w3-service:hover .w3-icon { background: var(--tx-gradient); color: #040914; }
.web3-page .w3-tabs { display: flex; gap: 12px; margin-bottom: 24px; }
.web3-page .w3-tabs button { flex: 1; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 20px; border: 1px solid var(--w3-line); border-radius: 10px; background: transparent; color: #d9d9d9; font-family: "Exo 2", sans-serif; font-size: 16px; line-height: 1.4; font-weight: 600; cursor: pointer; transition: background .2s, border-color .2s; }
.web3-page .w3-tabs button:hover { border-color: #36e7c4; }
.web3-page .w3-tabs button[aria-selected="true"] { background: var(--tx-gradient); color: #040914; border-color: transparent; }
.web3-page .w3-panels { min-width: 0; }
.web3-page .w3-panel+.w3-panel { margin-top: 24px; }
.web3-page .is-enhanced .w3-panel { margin-top: 0; }
.web3-page .w3-channel-panel { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: center; min-height: 320px; padding: 40px; border: 1px solid rgba(54, 231, 196, .3); border-radius: 16px; background: linear-gradient(130deg, rgba(78, 31, 163, .14), #0a1122); }
.web3-page .w3-icon-large { width: 60px; height: 60px; margin-bottom: 24px; }
.web3-page .w3-icon-large svg { width: 30px; height: 30px; }
.web3-page .w3-channel-panel h3 { margin-bottom: 16px; }
.web3-page .w3-channel-platforms { padding: 28px 24px; border: 1px solid rgba(54, 231, 196, .22); border-radius: 14px; background: rgba(8, 14, 27, .6); backdrop-filter: blur(8px); }
.web3-page .w3-platforms-header { margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; }
.web3-page .w3-platforms-label { font-family: "Exo 2", sans-serif; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--tx-teal); background: rgba(54, 231, 196, .08); padding: 5px 12px; border-radius: 6px; border: 1px solid rgba(54, 231, 196, .25); }
.web3-page .w3-platforms-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.web3-page .w3-platform-tag { display: flex; align-items: center; gap: 9px; padding: 11px 13px; border-radius: 9px; background: rgba(255, 255, 255, .035); border: 1px solid rgba(217, 217, 217, .12); color: #e2e8f0; font-family: "Exo 2", sans-serif; font-size: 13.5px; font-weight: 500; transition: background .2s, border-color .2s, transform .2s; }
.web3-page .w3-platform-tag:hover { background: rgba(54, 231, 196, .08); border-color: rgba(54, 231, 196, .4); color: #fff; transform: translateY(-1px); }
.web3-page .w3-platform-icon { display: block; width: 22px; height: 22px; flex: 0 0 22px; color: var(--tx-teal); }
.web3-page .w3-tag-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--tx-teal); box-shadow: 0 0 8px rgba(54, 231, 196, .8); flex-shrink: 0; }
.web3-page .w3-process.is-enhanced { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 40px; align-items: start; }
.web3-page .w3-vertical-tabs { flex-direction: column; gap: 10px; margin: 0; }
.web3-page .w3-vertical-tabs button { text-align: left; justify-content: flex-start; padding: 16px 18px; }
.web3-page .w3-vertical-tabs .w3-number { background: rgba(255, 255, 255, .04); }
.web3-page .w3-vertical-tabs button[aria-selected="true"] .w3-number { border-color: rgba(4, 9, 20, .25); color: #040914; }
.web3-page .w3-tab-arrow { margin-left: auto; }
.web3-page .w3-process-panel { padding: 40px; border: 1px solid rgba(54, 231, 196, .25); border-radius: 18px; background: radial-gradient(ellipse at 50% 20%, rgba(78, 31, 163, .22), transparent 70%), #0a1122; min-height: 565px; }
.web3-page .w3-process-panel h3 { margin: 24px 0 16px; color: #36e7c4; }
.web3-page .w3-process-visual { position: relative; height: 235px; display: flex; align-items: center; justify-content: center; }
.web3-page .w3-process-ring { position: absolute; width: 195px; height: 195px; border-radius: 50%; border: 1px solid rgba(54, 231, 196, .3); outline: 1px dashed rgba(245, 210, 85, .2); outline-offset: 18px; }
.web3-page .w3-process-symbol { display: grid; place-items: center; width: 106px; height: 106px; background: linear-gradient(135deg, #221638, #091923); border: 1px solid rgba(54, 231, 196, .4); border-radius: 26px; transform: rotate(-7deg); color: #36e7c4; }
.web3-page .w3-process-symbol svg { width: 52px; height: 52px; transform: rotate(7deg); }
.web3-page .w3-process-count { position: absolute; bottom: 0; right: 0; font-size: 13px; letter-spacing: 2px; color: #a183e0; }
.web3-page .w3-guide-link { margin: 32px auto 0; }
.web3-page .w3-guide-link a { color: #d9d9d9; text-decoration: none; text-decoration-color: rgba(54, 231, 196, .5); text-underline-offset: 5px; }
.web3-page .w3-guide-link a:hover { color: #36e7c4; }
.web3-page .w3-launch-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 56px; padding: 40px; border: 1px solid var(--w3-line); border-radius: 16px; background: linear-gradient(125deg, rgba(78, 31, 163, .1), rgba(54, 231, 196, .025)); }
.web3-page .w3-time { display: inline-block; margin-left: 14px; font-size: 14px; color: #36e7c4; }
.web3-page .w3-launch-intro h3 { font-size: 26px; margin: 24px 0 16px; }
.web3-page .w3-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.web3-page .w3-list li { position: relative; padding-left: 22px; font-family: Epilogue, sans-serif; font-size: var(--tx-copy); font-weight: 300; line-height: 1.6; }
.web3-page .w3-list li::before { content: ""; position: absolute; top: .65em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #36e7c4; }
.web3-page .w3-list strong { font-family: inherit; font-weight: 700; background: var(--tx-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.web3-page .w3-note { position: relative; padding: 24px 28px; margin-top: 28px; background: rgba(54, 231, 196, .055); border-radius: 0 12px 12px 0; border-left: none; }
.web3-page .w3-note::before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 3px; background: var(--tx-gradient); border-radius: 3px; }
.web3-page .w3-note span, .web3-page .w3-note strong { font-weight: 700; background: var(--tx-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
/* ===== HIGH-GROWTH INDUSTRIES SECTION (MODERN WEB3 UI) ===== */
.web3-page .w3-industries { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.web3-page .w3-industry { display: flex; flex-direction: column; background: radial-gradient(circle at 92% 8%, rgba(54, 231, 196, 0.07), transparent 45%), radial-gradient(circle at 8% 92%, rgba(78, 31, 163, 0.2), transparent 55%), #081020; border: 1px solid rgba(54, 231, 196, 0.22); border-radius: 18px; padding: 28px 24px; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35); position: relative; overflow: hidden; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.web3-page .w3-industry::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; }
.web3-page .w3-industry:hover { transform: translateY(-6px); border-color: rgba(54, 231, 196, 0.55); box-shadow: 0 18px 45px rgba(0, 0, 0, 0.5), 0 0 25px rgba(54, 231, 196, 0.12); }
.web3-page .w3-industry:hover::before { transform: scaleX(1); }
/* Card Header: Icon, Title, and Number */
.web3-page .w3-industry-title { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; position: relative; }
.web3-page .w3-industry .w3-icon { width: 46px; height: 46px; border-radius: 13px; background: rgba(54, 231, 196, 0.08); border: 1px solid rgba(54, 231, 196, 0.32); color: var(--tx-teal); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease; }
.web3-page .w3-industry:hover .w3-icon { background: var(--tx-gradient); color: #040914; border-color: var(--tx-teal); transform: scale(1.05); box-shadow: 0 0 14px rgba(54, 231, 196, 0.45); }
.web3-page .w3-industry .w3-icon svg { width: 22px; height: 22px; }
.web3-page .w3-industry-title h3 { font-family: "Exo 2", sans-serif; font-size: 18px; font-weight: 700; line-height: 1.35; color: #ffffff; margin: 0; flex: 1; }
.web3-page .w3-industry-num { font-family: "Exo 2", sans-serif; font-size: 13px; font-weight: 700; color: rgba(54, 231, 196, 0.45); letter-spacing: 0.05em; margin-left: auto; }
/* Challenge Callout Container */
.web3-page .w3-industry .w3-challenge { background: rgba(54, 231, 196, 0.05); border: 1px solid rgba(54, 231, 196, 0.2); border-left: 3px solid var(--tx-teal); border-radius: 10px; padding: 12px 14px; margin: 0 0 14px; font-family: Epilogue, sans-serif; font-size: 14px !important; font-weight: 300; line-height: 1.58; color: #e2e8f0; }
.web3-page .w3-industry .w3-challenge strong { font-weight: 700; color: var(--tx-teal); margin-right: 4px; }
/* Solution / Strategic Approach Container */
.web3-page .w3-industry .w3-solution { background: rgba(13, 23, 46, 0.55); border: 1px solid rgba(217, 217, 217, 0.08); border-radius: 10px; padding: 14px 14px; margin: 0; font-family: Epilogue, sans-serif; font-size: 14px !important; font-weight: 300; line-height: 1.62; color: #cbd5e1; flex: 1; }
/* 7th Card Layout (Centered in 3rd row on desktop) */
@media (max-width: 1199px) {
  .web3-page .w3-industries { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }}
@media (max-width: 767px) {
  .web3-page .w3-industries { grid-template-columns: 1fr; gap: 16px; }
  .web3-page .w3-industry { padding: 22px 18px; }
  .web3-page .w3-industry-title h3 { font-size: 16.5px; }}
.web3-page .w3-handled { padding: 28px 24px; margin-top: 32px; background: rgba(78, 31, 163, .1); border: 1px solid var(--w3-line); border-radius: 12px; }
.web3-page .w3-handled h3 { margin-bottom: 20px; }
.web3-page .w3-accordion details { border: 1px solid #36e7c4; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }
.web3-page .w3-accordion summary { display: flex; align-items: center; gap: 18px; padding: 18px 22px; cursor: pointer; list-style: none; }
.web3-page summary::-webkit-details-marker { display: none; }
.web3-page .w3-accordion details[open] { background: rgba(54, 231, 196, .1); }
.web3-page .w3-accordion details>p { padding: 0 22px 18px; }
.web3-page .w3-plus { position: relative; width: 12px; height: 12px; flex-shrink: 0; margin-left: auto; color: #36e7c4; }
.web3-page .w3-plus::before, .web3-page .w3-plus::after { content: ""; position: absolute; width: 12px; height: 2px; top: 5px; left: 0; background: currentColor; }
.web3-page .w3-plus::after { transform: rotate(90deg); transition: transform .2s; }
.web3-page details[open] .w3-plus::after { transform: rotate(0); }
.web3-page .w3-price-card { display: flex; flex-direction: column; }
.web3-page .w3-price-card>.w3-number { margin-bottom: 20px; }
.web3-page .w3-price-card h3 { font-size: 26px; margin-bottom: 24px; }
.web3-page .w3-price { padding-bottom: 24px; border-bottom: 1px solid var(--w3-line); margin-bottom: 24px; }
.web3-page .w3-price strong { display: block; font-size: 30px; line-height: 1.3; font-weight: 600; color: #36e7c4; }
.web3-page .w3-price span { display: block; font-size: 14px; margin-top: 10px; opacity: .8; }
.web3-page .w3-price-card .w3-list { margin: 28px 0; flex: 1; }
.web3-page .w3-price-card .tx-btn { width: 100%; margin-top: auto; padding-inline: 18px; }
.web3-page .w3-costs { max-width: 1140px; margin: 60px auto 0; padding: 44px 40px; background: linear-gradient(180deg, rgba(16, 22, 36, 0.65) 0%, rgba(10, 14, 24, 0.85) 100%); border: 1px solid rgba(255, 255, 255, 0.08); border-top: 1px solid rgba(54, 231, 196, 0.45); border-radius: 20px; position: relative; box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.06); }
.web3-page .w3-costs::before, .web3-page .w3-costs::after { content: "+"; position: absolute; font-family: var(--font-heading, 'Exo 2', sans-serif); font-size: 16px; color: rgba(54, 231, 196, 0.4); line-height: 1; pointer-events: none; }
.web3-page .w3-costs::before { top: 14px; left: 16px; }
.web3-page .w3-costs::after { top: 14px; right: 16px; }
.web3-page .w3-costs-head { text-align: center; margin-bottom: 40px; position: relative; }
.web3-page .w3-costs-head h3, .web3-page .w3-costs>h3 { font-family: var(--font-heading, 'Exo 2', sans-serif); font-size: 28px; font-weight: 700; color: #ffffff; letter-spacing: -0.01em; margin: 0; display: inline-block; position: relative; }
.web3-page .w3-costs-head h3::after, .web3-page .w3-costs>h3::after { content: ""; display: block; width: 52px; height: 3px; background: var(--tx-gradient, linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%)); border-radius: 3px; margin: 14px auto 0; }
.web3-page .w3-costs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 32px; }
.web3-page .w3-cost-channel { position: relative; display: flex; flex-direction: column; padding: 18px 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1); border-left: 2px solid transparent; }
.web3-page .w3-cost-channel:hover { background: linear-gradient(90deg, rgba(54, 231, 196, 0.08) 0%, rgba(245, 210, 85, 0.02) 50%, transparent 95%); border-left-color: #36e7c4; padding-left: 22px; }
.web3-page .w3-cost-chan-top { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.web3-page .w3-cost-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: rgba(54, 231, 196, 0.08); border: 1px solid rgba(54, 231, 196, 0.22); border-radius: 10px; color: #36e7c4; flex-shrink: 0; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.web3-page .w3-cost-channel:hover .w3-cost-icon { background: rgba(54, 231, 196, 0.18); border-color: #36e7c4; box-shadow: 0 0 16px rgba(54, 231, 196, 0.35); transform: scale(1.08); }
.web3-page .w3-cost-title-grp { display: flex; align-items: center; gap: 10px; flex: 1; }
.web3-page .w3-cost-num { font-family: var(--font-heading, 'Exo 2', sans-serif); font-size: 13px; font-weight: 800; letter-spacing: 0.08em; color: #36e7c4; padding: 3px 8px; border-radius: 6px; background: rgba(54, 231, 196, 0.08); border: 1px solid rgba(54, 231, 196, 0.2); transition: all 0.25s ease; }
.web3-page .w3-cost-channel:hover .w3-cost-num { background: rgba(54, 231, 196, 0.18); border-color: #36e7c4; box-shadow: 0 0 10px rgba(54, 231, 196, 0.25); }
.web3-page .w3-cost-label { font-family: var(--font-heading, 'Exo 2', sans-serif); font-size: 17px; font-weight: 700; color: #ffffff; letter-spacing: -0.01em; transition: all 0.25s ease; }
.web3-page .w3-cost-channel:hover .w3-cost-label { background: var(--tx-gradient, linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.web3-page .w3-cost-meter { display: inline-flex; align-items: center; gap: 3px; padding: 4px 8px; border-radius: 4px; background: rgba(255, 255, 255, 0.03); margin-left: auto; flex-shrink: 0; }
.web3-page .w3-meter-bar { width: 4px; height: 14px; border-radius: 2px; background: rgba(255, 255, 255, 0.15); transition: all 0.25s ease; }
.web3-page .w3-meter-bar.is-filled { background: #36e7c4; box-shadow: 0 0 6px rgba(54, 231, 196, 0.4); }
.web3-page .w3-cost-channel:hover .w3-meter-bar.is-filled { background: #f5d255; box-shadow: 0 0 8px rgba(245, 210, 85, 0.6); }
.web3-page .w3-cost-desc { font-family: var(--font-body, 'Epilogue', sans-serif); font-size: 14.5px; line-height: 1.6; color: #94a3b8; margin: 0; padding-left: 54px; transition: color 0.25s ease; }
.web3-page .w3-cost-channel:hover .w3-cost-desc { color: #f1f5f9; }
.web3-page .w3-proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.web3-page .w3-proof-card { position: relative; display: flex; flex-direction: column; padding: 32px 30px; background: linear-gradient(145deg, rgba(20, 26, 42, 0.7) 0%, rgba(12, 16, 26, 0.85) 100%); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 18px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow: hidden; transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; }
.web3-page .w3-proof-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #36e7c4 40%, #f5d255 70%, transparent); opacity: 0; transition: opacity 0.3s ease; }
.web3-page .w3-proof-card::after { content: ""; position: absolute; top: -50px; right: -50px; width: 140px; height: 140px; background: radial-gradient(circle, rgba(54, 231, 196, 0.18) 0%, transparent 70%); border-radius: 50%; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; }
.web3-page .w3-proof-card:hover { transform: translateY(-5px); background: linear-gradient(145deg, rgba(26, 35, 54, 0.85) 0%, rgba(15, 20, 32, 0.95) 100%); border-color: rgba(54, 231, 196, 0.4); box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.65), 0 0 24px -6px rgba(54, 231, 196, 0.18); }
.web3-page .w3-proof-card:hover::before, .web3-page .w3-proof-card:hover::after { opacity: 1; }
.web3-page .w3-proof-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.web3-page .w3-proof-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background: rgba(54, 231, 196, 0.08); border: 1px solid rgba(54, 231, 196, 0.22); border-radius: 12px; color: #36e7c4; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); flex-shrink: 0; }
.web3-page .w3-proof-card:hover .w3-proof-icon { background: rgba(54, 231, 196, 0.18); border-color: #36e7c4; box-shadow: 0 0 18px rgba(54, 231, 196, 0.35); transform: scale(1.08); }
.web3-page .w3-proof-tag { font-family: var(--font-heading, 'Exo 2', sans-serif); font-size: 13px; font-weight: 800; letter-spacing: 0.08em; color: #36e7c4; padding: 4px 11px; border-radius: 20px; background: rgba(54, 231, 196, 0.07); border: 1px solid rgba(54, 231, 196, 0.22); transition: all 0.3s ease; }
.web3-page .w3-proof-card:hover .w3-proof-tag { color: #ffffff; background: var(--tx-gradient, linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%)); border-color: transparent; box-shadow: 0 0 12px rgba(54, 231, 196, 0.4); }
.web3-page .w3-proof-title { font-family: var(--font-heading, 'Exo 2', sans-serif); font-size: 20px; font-weight: 700; color: #ffffff; margin: 0 0 12px; line-height: 1.35; letter-spacing: -0.01em; transition: color 0.3s ease, text-shadow 0.3s ease; }
.web3-page .w3-proof-card:hover .w3-proof-title { color: #ffffff; text-shadow: 0 0 14px rgba(54, 231, 196, 0.25); }
.web3-page .w3-proof-desc { font-family: var(--font-body, 'Epilogue', sans-serif); font-size: 15px; line-height: 1.65; color: #94a3b8; margin: 0; transition: color 0.3s ease; }
.web3-page .w3-proof-card:hover .w3-proof-desc { color: #e2e8f0; }
.web3-page .w3-faq { max-width: 960px; margin-inline: auto; }
.web3-page .w3-faq h3 { font-size: var(--w3-faq); font-weight: 600; line-height: 1.3; }
@media (max-width:1199px) {
  .web3-page { --w3-h2: 34px; --w3-h2-line: 1.3; }
  .web3-page .w3-space { margin-top: 50px; }
  .web3-page .w3-orbit-label { padding: 12px 14px; font-size: 13px; }
  .web3-page .w3-core-label { font-size: 28px; }
  .web3-page .w3-process-panel { min-height: 605px; }
  .web3-page .w3-pricing { gap: 24px; }}
@media (max-width:991px) {
  .web3-page { --w3-h2: 30px; --w3-faq: 20px; }
  .web3-page .w3-section { padding: 50px 0 40px; }
  .web3-page .w3-space { margin-top: 40px; }
  .web3-page .w3-hero-art { max-width: 440px; }
  .web3-page .w3-grid { gap: 32px 20px; }
  .web3-page .w3-grid-2, .web3-page .w3-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .web3-page .w3-split { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .web3-page .w3-sticky { position: static; }
  .web3-page .w3-principles { gap: 22px 28px; }
  .web3-page .w3-channel-panel { padding: 28px; gap: 28px; }
  .web3-page .w3-tabs button { padding: 14px 12px; font-size: 14px; }
  .web3-page .w3-process.is-enhanced { gap: 24px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .web3-page .w3-process-panel { min-height: 610px; padding: 28px; }
  .web3-page .w3-process-ring { width: 150px; height: 150px; }
  .web3-page .w3-launch-panel { padding: 28px; gap: 28px; }
  .web3-page .w3-pricing { grid-template-columns: minmax(0, 1fr); }
  .web3-page .w3-price-card .w3-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .web3-page .w3-proof-grid { gap: 18px; }
  .web3-page .w3-proof-card { padding: 26px 22px; }
  .web3-page .w3-proof-title { font-size: 18px; }}
@media (max-width:767px) {
  .web3-page { --w3-h2: 22px; --w3-h2-line: 1.3; --w3-title: 17px; --w3-faq: 15px; }
  .web3-page .w3-section { padding: 38px 0; scroll-margin-top: 70px; }
  .web3-page .w3-heading h2 { margin-bottom: 10px; }
  .web3-page .w3-heading p { font-size: 13.5px !important; line-height: 1.5; }
  .web3-page .w3-space { margin-top: 24px; }
  .web3-page .w3-grid { gap: 16px; }
  .web3-page .w3-grid-2, .web3-page .w3-grid-3 { grid-template-columns: minmax(0, 1fr); }
  .web3-page .w3-hero-subtitle { font-size: 16px; line-height: 1.3; padding-bottom: 10px; }
  .web3-page .w3-hero-lead { margin-bottom: 8px; }
  .web3-page .w3-hero-art { max-width: 340px; }
  .web3-page .w3-orbit-label { padding: 9px 10px; font-size: 11px; gap: 6px; border-radius: 8px; }
  .web3-page .w3-orbit-label svg { width: 16px; height: 16px; }
  .web3-page .w3-core-label { font-size: 22px; }
  .web3-page .w3-number { width: 32px; height: 32px; border-radius: 8px; font-size: 12px; }
  .web3-page .w3-principles { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .web3-page .w3-principle { gap: 12px; padding-bottom: 16px; }
  .web3-page .w3-principle p { font-size: 13px !important; }
  .web3-page .w3-comparison { min-width: 580px; }
  .web3-page .w3-comparison th, .web3-page .w3-comparison td { padding: 12px 14px; font-size: 12.5px; }
  .web3-page .w3-comparison thead th { font-size: 15px; }
  .web3-page .w3-table-wrap { border-radius: 10px; }
  .web3-page .w3-card { padding: 13px 13px 11px; border-radius: 10px; }
  .web3-page .w3-card h3 { font-size: 16px; line-height: 1.3; margin-bottom: 4px; }
  .web3-page .w3-card p { font-size: 12.5px !important; line-height: 1.4; }
  .web3-page .w3-icon { width: 32px; height: 32px; border-radius: 8px; }
  .web3-page .w3-icon svg { width: 16px; height: 16px; }
  .web3-page .w3-service { box-shadow: 4px 4px 0 rgba(78, 31, 163, .55); border-radius: 0; }
  .web3-page .w3-service-top { margin-bottom: 8px; }
  .web3-page .w3-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 14px; }
  .web3-page .w3-tabs button { font-size: 13px; padding: 12px 10px; border-radius: 8px; }
  .web3-page .w3-channel-panel { grid-template-columns: minmax(0, 1fr); gap: 20px; padding: 18px 16px; min-height: 0; border-radius: 12px; }
  .web3-page .w3-channel-panel h3 { margin-bottom: 8px; }
  .web3-page .w3-icon-large { margin-bottom: 14px; width: 40px; height: 40px; }
  .web3-page .w3-icon-large svg { width: 20px; height: 20px; }
  .web3-page .w3-channel-platforms { padding: 16px 14px; border-radius: 10px; }
  .web3-page .w3-platforms-header { margin-bottom: 12px; }
  .web3-page .w3-platforms-label { font-size: 11px; padding: 4px 9px; }
  .web3-page .w3-platforms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .web3-page .w3-platform-tag { font-size: 12px; padding: 8px 10px; gap: 6px; border-radius: 7px; }
  .web3-page .w3-process.is-enhanced { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .web3-page .w3-vertical-tabs { display: flex; flex-direction: row; overflow-x: auto; padding: 4px 4px 10px; margin: 0 -4px; }
  .web3-page .w3-vertical-tabs button { min-width: 210px; max-width: 240px; flex-shrink: 0; justify-content: flex-start; gap: 10px; }
  .web3-page .w3-process-panel { min-height: 0; padding: 20px 16px; border-radius: 12px; }
  .web3-page .w3-process-visual { height: 175px; }
  .web3-page .w3-process-ring { width: 135px; height: 135px; outline-offset: 12px; }
  .web3-page .w3-process-symbol { width: 80px; height: 80px; border-radius: 20px; }
  .web3-page .w3-process-symbol svg { width: 38px; height: 38px; }
  .web3-page .w3-process-panel h3 { margin: 20px 0 10px; }
  .web3-page .w3-guide-link { margin-top: 20px; font-size: 13px; }
  .web3-page .w3-launch-panel { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 18px 16px; border-radius: 12px; }
  .web3-page .w3-time { margin-left: 10px; font-size: 12px; }
  .web3-page .w3-launch-intro h3 { font-size: 18px; margin: 14px 0 10px; }
  .web3-page .w3-list { gap: 10px; }
  .web3-page .w3-list li { font-size: 13px; padding-left: 18px; line-height: 1.5; }
  .web3-page .w3-note { margin-top: 20px; padding: 16px 18px; }
  .web3-page .w3-note p { font-size: 12.5px !important; }
  .web3-page .w3-industry-title { gap: 12px; margin-bottom: 12px; }
  .web3-page .w3-industry-title h3 { margin: 0; }
  .web3-page .w3-industry .w3-challenge { padding-bottom: 12px; margin-bottom: 12px; }
  .web3-page .w3-handled { margin-top: 24px; padding: 18px 16px; }
  .web3-page .w3-handled h3 { margin-bottom: 14px; }
  .web3-page .w3-accordion details { margin-bottom: 8px; }
  .web3-page .w3-accordion summary { gap: 10px; padding: 12px; }
  .web3-page .w3-accordion details>p { padding: 0 12px 12px; font-size: 12.5px !important; line-height: 1.4; }
  .web3-page .w3-pricing { gap: 24px; }
  .web3-page .w3-price-card { padding: 22px 18px; }
  .web3-page .w3-price-card>.w3-number { margin-bottom: 14px; }
  .web3-page .w3-price-card h3 { font-size: 22px; margin-bottom: 18px; }
  .web3-page .w3-price { padding-bottom: 18px; margin-bottom: 18px; }
  .web3-page .w3-price strong { font-size: 26px; }
  .web3-page .w3-price span { font-size: 12px; margin-top: 8px; }
  .web3-page .w3-price-card .w3-list { grid-template-columns: minmax(0, 1fr); margin: 20px 0; }
  .web3-page .w3-costs { padding: 24px 14px; margin-top: 28px; border-radius: 14px; }
  .web3-page .w3-costs::before, .web3-page .w3-costs::after { display: none; }
  .web3-page .w3-costs-head { margin-bottom: 22px; }
  .web3-page .w3-costs-head h3, .web3-page .w3-costs>h3 { font-size: 19px; }
  .web3-page .w3-costs-head h3::after, .web3-page .w3-costs>h3::after { margin-top: 10px; width: 36px; }
  .web3-page .w3-costs-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .web3-page .w3-cost-channel { padding: 14px 10px; }
  .web3-page .w3-cost-channel:hover { padding-left: 14px; }
  .web3-page .w3-cost-chan-top { gap: 10px; }
  .web3-page .w3-cost-icon { width: 34px; height: 34px; }
  .web3-page .w3-cost-icon svg { width: 17px; height: 17px; }
  .web3-page .w3-cost-label { font-size: 15px; }
  .web3-page .w3-cost-desc { padding-left: 44px; font-size: 13px; line-height: 1.5; }
  .web3-page .w3-proof-grid { grid-template-columns: minmax(0, 1fr); gap: 11px; }
  .web3-page .w3-proof-card { padding: 13px 14px 12px; border-radius: 10px; }
  .web3-page .w3-proof-top { margin-bottom: 9px; }
  .web3-page .w3-proof-icon { width: 32px; height: 32px; border-radius: 8px; }
  .web3-page .w3-proof-icon svg { width: 16px; height: 16px; }
  .web3-page .w3-proof-tag { font-size: 11px; padding: 2px 8px; border-radius: 12px; }
  .web3-page .w3-proof-title { font-size: 15px; margin-bottom: 4px; line-height: 1.3; }
  .web3-page .w3-proof-desc { font-size: 12.5px !important; line-height: 1.45; }
  .web3-page .w3-faq h3 { font-size: 13.5px; line-height: 1.35; }
  .web3-page .w3-faq summary { padding: 10px 12px; gap: 8px; }
  .web3-page .w3-faq details>p { padding-bottom: 10px; }}
@media (max-width:576px) {
  .web3-page { --w3-h2: 20px; --w3-faq: 14.5px; }
  .web3-page .w3-section { padding: 30px 0; }
  .web3-page .w3-card { padding: 14px 12px; }
  .web3-page .w3-price-card { padding: 20px 16px; }}
@media (max-width:480px) {
  .web3-page .w3-section { padding: 26px 0; }}
@media (max-width:425px) {
  .web3-page { --w3-title: 16px; --w3-faq: 14px; }
  .web3-page .w3-platforms-grid { grid-template-columns: 1fr; }}
@media (max-width:400px) {
  .web3-page { --w3-h2-line: 1.2; }}
@media (prefers-reduced-motion:reduce) {
  .web3-page .w3-card:hover { transform: none; }}
/* Process timeline: existing steps and descriptions in a horizontal layout. */
.web3-page #process .w3-process.is-enhanced { display: block; }
.web3-page #process .w3-vertical-tabs { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 0; margin: 0 0 32px; padding: 0; overflow: visible; }
.web3-page #process .w3-vertical-tabs button { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 18px; min-width: 0; max-width: none; padding: 10px 10px 20px; border: 0; border-radius: 0; background: transparent; color: #aeb5c3; font-size: 15px; font-weight: 500; text-align: center; white-space: normal; }
.web3-page #process .w3-vertical-tabs button::before { content: ""; position: absolute; top: 35px; left: 50%; width: 100%; height: 1px; background: rgba(54, 231, 196, .24); }
.web3-page #process .w3-vertical-tabs button:last-child::before { display: none; }
.web3-page #process .w3-vertical-tabs .w3-number { position: relative; z-index: 1; width: 50px; height: 50px; border-radius: 50%; background: #0a1122; border: 1px solid rgba(54, 231, 196, .35); color: #36e7c4; font-size: 16px; transition: background .2s, box-shadow .2s; margin: 0 auto; flex-shrink: 0; }
.web3-page #process .w3-vertical-tabs button[aria-selected="true"] { color: #fff; }
.web3-page #process .w3-vertical-tabs button[aria-selected="true"] .w3-number { background: var(--tx-gradient); border-color: transparent; color: #040914; box-shadow: 0 0 0 6px rgba(54, 231, 196, .08); }
.web3-page #process .w3-vertical-tabs button:hover .w3-number { border-color: #36e7c4; }
.web3-page #process .w3-tab-arrow { display: none; }
.web3-page #process .w3-process-panel { display: grid; grid-template-columns: 130px minmax(0, 1fr); column-gap: 36px; align-content: center; min-height: 200px; padding: 40px; border: 1px solid rgba(54, 231, 196, .25); border-radius: 18px; background: linear-gradient(110deg, rgba(78, 31, 163, .18), transparent 65%), #0a1122; box-shadow: 0 18px 40px rgba(0, 0, 0, .14); }
.web3-page #process .w3-process-visual { grid-row: 1 / 3; align-self: center; display: flex; flex-direction: column; gap: 16px; height: auto; }
.web3-page #process .w3-process-ring { display: none; }
.web3-page #process .w3-process-symbol { width: 88px; height: 88px; border-radius: 22px; transform: none; background: rgba(54, 231, 196, .06); border: 1px solid rgba(54, 231, 196, .35); box-shadow: 0 0 20px rgba(54, 231, 196, .08); transition: all .3s ease; }
.web3-page #process .w3-process-panel:hover .w3-process-symbol { border-color: rgba(54, 231, 196, .65); box-shadow: 0 0 25px rgba(54, 231, 196, .22); }
.web3-page #process .w3-process-symbol svg { width: 40px; height: 40px; transform: none; }
.web3-page #process .w3-process-count { position: static; color: #9aabc0; }
.web3-page #process .w3-process-panel h3 { margin: 0 0 16px; align-self: end; }
.web3-page #process .w3-process-panel p { max-width: 940px; }
@media (max-width:991px) {
  .web3-page #process .w3-process.is-enhanced { display: block; }
  .web3-page #process .w3-vertical-tabs { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; overflow-x: auto !important; overflow-y: hidden; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; margin: 0 0 28px; padding: 10px 6px 18px; scrollbar-width: thin; scrollbar-color: #36e7c4 rgba(10, 17, 34, .8); }
  .web3-page #process .w3-vertical-tabs::-webkit-scrollbar { height: 5px; }
  .web3-page #process .w3-vertical-tabs::-webkit-scrollbar-track { background: rgba(10, 17, 34, .8); border-radius: 3px; }
  .web3-page #process .w3-vertical-tabs::-webkit-scrollbar-thumb { background: rgba(54, 231, 196, .45); border-radius: 3px; }
  .web3-page #process .w3-vertical-tabs button { flex: 0 0 160px !important; min-width: 160px !important; max-width: 160px !important; width: 160px; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; text-align: center; gap: 14px; padding: 10px 8px 16px; font-size: 14px; flex-shrink: 0; }
  .web3-page #process .w3-vertical-tabs button::before { top: 35px; left: 50%; width: 100%; height: 1px; }
  .web3-page #process .w3-vertical-tabs button:last-child::before { display: none; }
  .web3-page #process .w3-process-panel { display: grid; grid-template-columns: 90px minmax(0, 1fr); column-gap: 24px; gap: 24px; padding: 28px; min-height: auto; border-radius: 16px; }
  .web3-page #process .w3-process-visual { grid-row: 1 / 3; align-self: center; display: flex; flex-direction: column; gap: 14px; }
  .web3-page #process .w3-process-symbol { width: 76px; height: 76px; border-radius: 18px; }
  .web3-page #process .w3-process-symbol svg { width: 34px; height: 34px; }
  .web3-page #process .w3-process-count { font-size: 13px; }
  .web3-page #process .w3-process-panel h3 { font-size: 20px; margin: 0 0 12px; }
  .web3-page #process .w3-process-panel p { font-size: 14.5px; line-height: 1.6; }}
@media (max-width:767px) {
  .web3-page #process .w3-vertical-tabs { margin-bottom: 20px; padding: 8px 4px 14px; }
  .web3-page #process .w3-vertical-tabs button { flex: 0 0 135px !important; min-width: 135px !important; max-width: 135px !important; width: 135px; gap: 10px; padding: 8px 6px 12px; font-size: 12.5px; }
  .web3-page #process .w3-vertical-tabs button::before { top: 29px; left: 50%; width: 100%; }
  .web3-page #process .w3-vertical-tabs .w3-number { width: 42px; height: 42px; font-size: 14px; }
  .web3-page #process .w3-process-panel { display: block; padding: 22px 18px; min-height: 0; border-radius: 14px; }
  .web3-page #process .w3-process-visual { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 16px; height: auto; }
  .web3-page #process .w3-process-symbol { width: 50px; height: 50px; border-radius: 14px; }
  .web3-page #process .w3-process-symbol svg { width: 24px; height: 24px; }
  .web3-page #process .w3-process-count { position: static; font-size: 13px; font-weight: 600; letter-spacing: 1px; }
  .web3-page #process .w3-process-panel h3 { font-size: 17px; margin: 0 0 10px; }
  .web3-page #process .w3-process-panel p { font-size: 13px !important; line-height: 1.5; }}
/* ===== 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; }}