

/* ---------- shared keyframes (namespaced, safe to declare once) ---------- */
@keyframes uxrFloatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes uxrPulseDot { 0%,100% { opacity:1; transform:scale(1);} 50% { opacity:.55; transform:scale(.8);} }
@keyframes uxrMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes uxrFillGrow { from { width: 0; } }
@keyframes uxrReveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* ==================== HERO ==================== */
.hero-section{ position:relative; overflow:hidden; padding:30px 0; background:#070C1B; color:#F4F7FF; }
.hero-bg{ position:absolute; inset:0; overflow:hidden; }
.hero-grid{ position:absolute; inset:-1px; background-image:linear-gradient(rgba(79,163,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(79,163,255,.08) 1px, transparent 1px); background-size:44px 44px; -webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 30%, #000 40%, transparent 85%); mask-image:radial-gradient(ellipse 70% 60% at 50% 30%, #000 40%, transparent 85%); }
.hero-orb{ position:absolute; border-radius:50%; filter:blur(70px); opacity:.55; }
.hero-orb-a{ width:420px; height:420px; top:-140px; right:-100px; background:radial-gradient(circle, #1E4FFF, transparent 70%); animation:uxrFloatY 9s ease-in-out infinite; }
.hero-orb-b{ width:320px; height:320px; bottom:-120px; left:-80px; background:radial-gradient(circle, #4FA3FF, transparent 70%); animation:uxrFloatY 11s ease-in-out infinite 1s; }

.hero-copy-col{ position:relative; z-index:2; }
.hero-eyebrow{ display:inline-flex; align-items:center; gap:8px; font-size:12.5px; letter-spacing:.14em; text-transform:uppercase; font-weight:700; color:#9FC1FF; background:rgba(79,163,255,.1); border:1px solid rgba(79,163,255,.28); padding:7px 14px; border-radius:999px; margin-bottom:22px; }
.hero-eyebrow-dot{ width:7px; height:7px; border-radius:50%; background:#4FA3FF; animation:uxrPulseDot 1.8s ease-in-out infinite; }
.hero-h1{ font-size:52px; line-height:1.08; font-weight:800; letter-spacing:-.02em; margin:0 0 22px; background:linear-gradient(120deg,#FFFFFF 20%,#BFD6FF 55%,#4FA3FF 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-desc{ font-size:17px; line-height:1.7; color:#B9C4DE; max-width:560px; margin:0 0 34px; }
.hero-cta-row{ display:flex; flex-wrap:wrap; gap:14px; margin-bottom:44px; }
.hero-btn{ border-radius:12px; padding:15px 26px; font-size:15px; font-weight:700; border:none; cursor:pointer; display:inline-flex; align-items:center; gap:9px; transition:transform .25s ease, box-shadow .25s ease, background .25s ease; }
.hero-btn-primary{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); color:#fff; box-shadow:0 14px 30px -12px rgba(30,79,255,.65); }
.hero-btn-primary:hover{ transform:translateY(-2px); box-shadow:0 18px 34px -10px rgba(30,79,255,.8); color:#fff; }
.hero-btn-ghost{ background:rgba(255,255,255,.04); color:#EAF0FF; border:1px solid rgba(255,255,255,.22); }
.hero-btn-ghost:hover{ background:rgba(255,255,255,.09); transform:translateY(-2px); color:#fff; }
.hero-stats{ display:flex; gap:34px; flex-wrap:wrap; }
.hero-stat{ display:flex; flex-direction:column; }
.hero-stat-num{ font-size:30px; font-weight:800; color:#fff; }
.hero-stat-plus{ font-size:22px; font-weight:800; color:#4FA3FF; }
.hero-stat-label{ font-size:13px; color:#8C9BC2; margin-top:2px; }

.hero-visual-col{ position:relative; z-index:2; }
.hero-glass-panel{ position:relative; margin-top:20px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.14); border-radius:20px; backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); box-shadow:0 30px 60px -20px rgba(0,0,0,.55); padding:20px; animation:uxrFloatY 7s ease-in-out infinite; }
.hero-panel-head{ display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.hero-panel-dot{ width:9px; height:9px; border-radius:50%; background:rgba(255,255,255,.28); animation:uxrPulseDot 1.6s ease-in-out infinite; }
.hero-panel-dot:nth-child(1){ animation-delay:0s; }
.hero-panel-dot:nth-child(2){ animation-delay:.25s; }
.hero-panel-dot:nth-child(3){ animation-delay:.5s; }
.hero-live-dot{ display:inline-block; width:6px; height:6px; border-radius:50%; background:#4FA3FF; margin-left:6px; vertical-align:middle; animation:uxrPulseDot 1.4s ease-in-out infinite; }
.hero-panel-title{ margin-left:8px; font-size:12.5px; color:#B9C4DE; letter-spacing:.02em; }
.hero-panel-body{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.hero-mini-card{ grid-column:span 1; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:14px; padding:14px; }
.hero-mini-card-heat{ grid-column:1 / -1; }
.hero-mini-label{ display:block; font-size:11.5px; color:#8C9BC2; text-transform:uppercase; letter-spacing:.08em; margin-bottom:10px; font-weight:700; }
.hero-heat-row{ display:flex; gap:6px; }
.hero-heat-cell{ flex:1; height:26px; border-radius:6px; transition:background .5s ease, transform .5s ease; }
.hero-heat-cell.is-hot{ background:linear-gradient(120deg,#FF8A5B,#FF5B7F) !important; transform:scaleY(1.12); }
.hero-heat-1{ background:rgba(79,163,255,.25); }
.hero-heat-2{ background:rgba(79,163,255,.5); }
.hero-heat-3{ background:linear-gradient(120deg,#FF8A5B,#FF5B7F); }
.hero-heat-4{ background:rgba(79,163,255,.75); }
.hero-persona-row{ display:flex; align-items:center; gap:10px; }
.hero-persona-avatar{ width:36px; height:36px; border-radius:50%; background:linear-gradient(120deg,#1E4FFF,#4FA3FF); display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:800; color:#fff; flex:none; }
.hero-persona-name{ display:block; font-size:13.5px; font-weight:700; color:#fff; }
.hero-persona-role{ display:block; font-size:11.5px; color:#8C9BC2; }
.hero-mini-card-metric{ grid-column:1 / -1; }
.hero-metric-track{ height:8px; border-radius:999px; background:rgba(255,255,255,.1); overflow:hidden; margin-bottom:8px; }
.hero-metric-fill{ display:block; height:100%; width:0; border-radius:999px; background:linear-gradient(90deg,#1E4FFF,#4FA3FF); transition:width 1.3s cubic-bezier(.22,.9,.3,1); }
.hero-metric-value{ font-size:13px; font-weight:700; color:#fff; }
.hero-mini-card-flag{ grid-column:1 / -1; display:flex; align-items:center; gap:10px; font-size:13px; color:#E7ECFB; background:rgba(255,107,107,.08); border-color:rgba(255,107,107,.28); }
.hero-float-badge{ position:absolute; font-size:11.5px; font-weight:700; color:#0A0F1E; background:#fff; padding:8px 14px; border-radius:999px; box-shadow:0 12px 24px -8px rgba(0,0,0,.4); }
.hero-float-badge-a{ top:10px; right:24px; animation:uxrFloatY 6s ease-in-out infinite; }

@media (max-width:991.98px){
  .hero-section{ padding:30px 0; text-align:left; }
  .hero-h1{ font-size:38px; }
  .hero-visual-col{ margin-top:44px; }
}
@media (max-width:575.98px){
  .hero-h1{ font-size:31px; }
  .hero-stats{ gap:22px; }
}

/* ==================== TRUST ==================== */
.trust-section{ padding:30px 0; background:#FFFFFF; }
.trust-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#1E4FFF; margin-bottom:12px; }
.trust-h2{ font-size:2.6rem; font-weight:800; line-height:1.28; margin:0 0 14px; letter-spacing:-.01em; background:linear-gradient(120deg,#0A0F1E,#1E4FFF 60%,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.trust-desc{ font-size:15.5px; line-height:1.75; color:#5B6478; margin:0 0 22px; max-width:540px; }
.trust-btn{ display:inline-flex; align-items:center; gap:9px; background:#0A0F1E; color:#fff; border:none; border-radius:11px; padding:13px 22px; font-size:14.5px; font-weight:700; cursor:pointer; transition:background .2s ease, transform .2s ease; }
.trust-btn:hover{ background:#1E4FFF; transform:translateY(-2px); color:#fff; }
.trust-badge-list{ list-style:none; margin:0; padding:14px; background:#0B1224; border:1px solid rgba(255,255,255,.08); border-radius:16px; box-shadow:0 30px 50px -30px rgba(10,15,30,.5); }
.trust-badge{ display:flex; align-items:center; gap:12px; font-size:14.5px; font-weight:600; color:#C7D1EC; padding:14px 12px; border-radius:11px; cursor:default; transition:background .25s ease, color .25s ease, transform .25s ease; }
.trust-badge + .trust-badge{ margin-top:2px; }
.trust-badge-icon{ display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:8px; background:rgba(79,163,255,.12); color:#4FA3FF; flex:none; transition:background .25s ease, color .25s ease; }
.trust-badge:hover{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); color:#fff; transform:translateX(4px); }
.trust-badge:hover .trust-badge-icon{ background:rgba(255,255,255,.2); color:#fff; }

/* ==================== SERVICES ==================== */
.svc-section{ padding:30px 0 46px; background:#0B1224; }
.svc-head{ max-width:720px; margin:0 auto 40px; text-align:center; }
.svc-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#7DB8FF; margin-bottom:12px; }
.svc-h2{ font-size:2.6rem; font-weight:800; margin:0 0 14px; letter-spacing:-.01em; background:linear-gradient(120deg,#EAF0FF,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.svc-desc{ font-size:15.5px; line-height:1.75; color:#AEB9D6; margin:0; }
.svc-tabs-row{ margin:0 -12px; }
.svc-tabs-col,.svc-panel-col{ padding:0 12px; }
.svc-tabs{ display:flex; flex-direction:column; gap:8px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08); border-radius:16px; padding:10px; }
.svc-tab{ display:flex; align-items:center; gap:12px; text-align:left; background:transparent; border:none; border-radius:11px; padding:14px 14px; font-size:14.5px; font-weight:600; color:#AEB9D6; cursor:pointer; transition:background .22s ease, color .22s ease; }
.svc-tab-icon{ display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:9px; background:rgba(255,255,255,.05); color:#7DB8FF; flex:none; transition:background .22s ease, color .22s ease; }
.svc-tab:hover{ background:rgba(255,255,255,.05); color:#fff; }
.svc-tab.is-active{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); color:#fff; }
.svc-tab.is-active .svc-tab-icon{ background:rgba(255,255,255,.2); color:#fff; }
.svc-panel-col{ margin-top:22px; }
.svc-panel{ display:none; height:100%; background:#101A33; border:1px solid rgba(255,255,255,.08); border-radius:18px; padding:36px 34px; transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.svc-panel.is-active{ display:block; animation:uxrReveal .45s ease; }
.svc-panel:hover{ transform:translateY(-4px); box-shadow:0 26px 46px -22px rgba(30,79,255,.4); border-color:rgba(79,163,255,.35); }
.svc-panel-icon{ display:inline-flex; align-items:center; justify-content:center; width:58px; height:58px; border-radius:14px; background:rgba(79,163,255,.12); margin-bottom:18px; }
.svc-panel-title{ font-size:21px; font-weight:700; color:#fff; margin:0 0 12px; }
.svc-panel-text{ font-size:15px; line-height:1.8; color:#AEB9D6; margin:0; }
.svc-cta-wrap{ margin-top:36px; }
.svc-cta-btn{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); color:#fff; border:none; border-radius:12px; padding:15px 30px; font-size:15px; font-weight:700; cursor:pointer; box-shadow:0 16px 30px -14px rgba(30,79,255,.55); transition:transform .2s ease; }
.svc-cta-btn:hover{ transform:translateY(-2px); color:#fff; }

@media (max-width:991.98px){
  .svc-tabs{ flex-direction:row; overflow-x:auto; }
  .svc-tab{ flex:0 0 auto; white-space:nowrap; }
}

/* ==================== WHY ==================== */
.why-section{ padding:30px 0; background:#0B1224; color:#EAF0FF; }
.why-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#7DB8FF; margin-bottom:12px; }
.why-h2{ font-size:2.6rem; font-weight:800; margin:0 0 16px; letter-spacing:-.01em; background:linear-gradient(120deg,#EAF0FF,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.why-desc{ font-size:15.5px; line-height:1.75; color:#AEB9D6; margin:0 0 14px; max-width:520px; }
.why-footnote{ font-size:13.5px; color:#7B87A8; border-left:2px solid #1E4FFF; padding-left:14px; margin:0; max-width:500px; }
.why-chip-grid{ list-style:none; display:flex; flex-wrap:wrap; gap:12px; margin:0; padding:0; }
.why-chip{ font-size:13.5px; font-weight:600; color:#FFD9D9; background:rgba(255,107,107,.08); border:1px solid rgba(255,107,107,.28); padding:10px 16px; border-radius:999px; }

/* ==================== PROCESS ==================== */
.proc-section{ padding:30px 0 46px; background:#fff; }
.proc-head{ max-width:720px; margin:0 auto 44px; text-align:center; }
.proc-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#1E4FFF; margin-bottom:12px; }
.proc-h2{ font-size:2.6rem; font-weight:800; margin:0 0 14px; letter-spacing:-.01em; background:linear-gradient(120deg,#0A0F1E,#1E4FFF 60%,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.proc-desc{ font-size:15.5px; line-height:1.75; color:#5B6478; margin:0; }
.proc-flow{ display:grid; grid-template-columns:repeat(7, 1fr); grid-template-rows:auto 40px auto; column-gap:14px; align-items:start; }
.proc-step{ background:#101A33; border:1px solid rgba(255,255,255,.08); border-radius:16px; padding:24px 20px; transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.proc-step:hover{ transform:translateY(-8px); box-shadow:0 26px 44px -20px rgba(30,79,255,.5); border-color:rgba(79,163,255,.4); }
.proc-icon-badge{ position:relative; display:inline-flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius:12px; background:linear-gradient(135deg,#1E4FFF,#4FA3FF); margin-bottom:16px; }
.proc-num{ position:absolute; top:-9px; right:-9px; display:inline-flex; align-items:center; justify-content:center; width:26px; height:26px; border-radius:50%; background:#0B1224; border:2px solid #101A33; color:#7DB8FF; font-size:10.5px; font-weight:800; }
.proc-step-title{ font-size:15.5px; font-weight:700; color:#fff; margin:0 0 8px; }
.proc-step-text{ font-size:13px; line-height:1.65; color:#9AA6C7; margin:0; }
.proc-arrow{ position:relative; align-self:center; height:2px; }
.proc-arrow-right::before,.proc-arrow-left::before{ content:""; position:absolute; top:50%; left:0; right:0; height:2px; background:repeating-linear-gradient(90deg,#C9D7FF 0 6px, transparent 6px 11px); transform:translateY(-50%); }
.proc-arrow-right::after{ content:""; position:absolute; right:-1px; top:50%; width:8px; height:8px; border-top:2px solid #4FA3FF; border-right:2px solid #4FA3FF; transform:translateY(-50%) rotate(45deg); }
.proc-arrow-left::after{ content:""; position:absolute; left:-1px; top:50%; width:8px; height:8px; border-bottom:2px solid #4FA3FF; border-left:2px solid #4FA3FF; transform:translateY(-50%) rotate(45deg); }
.proc-arrow-down{ justify-self:center; width:2px; height:100%; }
.proc-arrow-down::before{ content:""; position:absolute; top:0; bottom:0; left:50%; width:2px; background:repeating-linear-gradient(180deg,#C9D7FF 0 6px, transparent 6px 11px); transform:translateX(-50%); }
.proc-arrow-down::after{ content:""; position:absolute; left:50%; bottom:-1px; width:8px; height:8px; border-bottom:2px solid #4FA3FF; border-right:2px solid #4FA3FF; transform:translateX(-50%) rotate(45deg); }
.proc-cta-wrap{ margin-top:40px; }
.proc-cta-btn{ background:#0A0F1E; color:#fff; border:none; border-radius:12px; padding:15px 30px; font-size:15px; font-weight:700; cursor:pointer; transition:background .2s ease, transform .2s ease; }
.proc-cta-btn:hover{ background:#1E4FFF; transform:translateY(-2px); color:#fff; }

@media (max-width:991.98px){
  .proc-flow{ grid-template-columns:1fr; grid-template-rows:none; row-gap:16px; }
  .proc-flow .proc-step{ grid-column:1 !important; grid-row:auto !important; }
  .proc-arrow{ display:none; }
}

/* ==================== METHODS ==================== */
.meth-section{ padding:30px 0 46px; background:#0B1224; }
.meth-head{ max-width:720px; margin:0 auto 34px; text-align:center; }
.meth-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#7DB8FF; margin-bottom:12px; }
.meth-h2{font-size: 2.6rem; font-weight:800; margin:0 0 14px; letter-spacing:-.01em; background:linear-gradient(120deg,#EAF0FF,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.meth-desc{ font-size:15.5px; line-height:1.75; color:#AEB9D6; margin:0; }
.meth-tabs{ display:flex; justify-content:center; flex-wrap:wrap; gap:10px; margin-bottom:28px; }
.meth-tab{ display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1); color:#AEB9D6; font-size:14px; font-weight:700; padding:11px 22px; border-radius:999px; cursor:pointer; transition:all .2s ease; }
.meth-tab.is-active,.meth-tab:hover{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); border-color:transparent; color:#fff; }
.meth-panels{ max-width:700px; margin:0 auto; text-align:center; background:#101A33; border:1px solid rgba(255,255,255,.08); border-radius:18px; padding:40px 34px; min-height:170px; }
.meth-panel-icon{ display:inline-flex; align-items:center; justify-content:center; width:56px; height:56px; border-radius:14px; background:rgba(79,163,255,.12); margin-bottom:16px; }
.meth-panel-title{ font-size:20px; font-weight:800; color:#fff; margin:0 0 12px; }
.meth-panel-text{ font-size:15px; line-height:1.75; color:#AEB9D6; margin:0; }

/* ==================== INDUSTRIES ==================== */
.uxrind-section{ padding:30px 0 46px; background:#0B1224; overflow:hidden; }
.uxrind-head{ max-width:720px; margin:0 auto 34px; text-align:center; }
.uxrind-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#7DB8FF; margin-bottom:12px; }
.uxrind-h2{font-size: 2.6rem; font-weight:800; margin:0 0 14px; letter-spacing:-.01em; background:linear-gradient(120deg,#EAF0FF,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.uxrind-desc{ font-size:15.5px; line-height:1.75; color:#AEB9D6; margin:0; }
.uxrind-marquee-wrap{ width:100%; display:flex; flex-direction:column; gap:14px; -webkit-mask-image:linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image:linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.uxrind-marquee{ display:flex; width:max-content; gap:14px; }
.uxrind-marquee-a{ animation:uxrMarquee 34s linear infinite; }
.uxrind-marquee-b{ animation:uxrMarquee 34s linear infinite reverse; }
.uxrind-card{ flex:none; display:flex; align-items:center; gap:10px; height:56px; border-radius:13px; background:#101A33; border:1px solid rgba(255,255,255,.08); color:#EAF0FF; font-size:14px; font-weight:700; text-decoration:none; padding:0 20px; transition:all .22s ease; }
.uxrind-icon{ display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:8px; background:rgba(79,163,255,.14); color:#7DB8FF; flex:none; transition:background .22s ease, color .22s ease; }
.uxrind-card:hover{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); color:#fff; border-color:transparent; transform:translateY(-3px); text-decoration:none; box-shadow:0 16px 28px -14px rgba(30,79,255,.5); }
.uxrind-card:hover .uxrind-icon{ background:rgba(255,255,255,.22); color:#fff; }

/* ==================== WEBSITE AUDIT ==================== */
.waudit-section{ padding:30px 0 46px; background:#0B1224; color:#EAF0FF; }
.waudit-intro-col{ margin-bottom:30px; }
.waudit-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#7DB8FF; margin-bottom:12px; }
.waudit-h2{ font-size: 2.6rem; font-weight:800; margin:0 0 14px; letter-spacing:-.01em; background:linear-gradient(120deg,#EAF0FF,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.waudit-desc{ font-size:15px; line-height:1.75; color:#AEB9D6; margin:0 0 22px; }
.waudit-btn{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); color:#fff; border:none; border-radius:11px; padding:13px 22px; font-size:14.5px; font-weight:700; cursor:pointer; transition:transform .2s ease; }
.waudit-btn:hover{ transform:translateY(-2px); color:#fff; }
@media (min-width:992px){
  .waudit-intro-col{ position:sticky; top:100px; align-self:flex-start; margin-bottom:0; }
}
.waudit-grid{ margin:0 -10px; }
.waudit-col{ padding:0 10px; margin-bottom:18px; }
.waudit-item{ height:100%; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.1); border-radius:14px; padding:18px; }
.waudit-item-title{ font-size:14.5px; font-weight:700; color:#fff; margin:0 0 8px; }
.waudit-item-text{ font-size:13px; line-height:1.65; color:#9AA6C7; margin:0; }

/* ==================== MOBILE UX ==================== */
.mux-section{ padding:30px 0 46px; background:#fff; }
.mux-intro-col{ margin-bottom:30px; }
.mux-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#1E4FFF; margin-bottom:12px; }
.mux-h2{ font-size: 2.6rem; font-weight:800; margin:0 0 14px; letter-spacing:-.01em; background:linear-gradient(120deg,#0A0F1E,#1E4FFF 60%,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.mux-desc{ font-size:15px; line-height:1.75; color:#5B6478; margin:0 0 22px; }
.mux-btn{ background:#0A0F1E; color:#fff; border:none; border-radius:11px; padding:13px 22px; font-size:14.5px; font-weight:700; cursor:pointer; transition:background .2s ease, transform .2s ease; }
.mux-btn:hover{ background:#1E4FFF; transform:translateY(-2px); color:#fff; }
.mux-tabs-wrap{ display:flex; gap:16px; background:#0B1224; border-radius:20px; padding:16px; }
.mux-tab-list{ flex:0 0 230px; display:flex; flex-direction:column; gap:6px; }
.mux-tab{ text-align:left; background:transparent; border:none; border-radius:10px; padding:13px 14px; font-size:13.5px; font-weight:600; color:#AEB9D6; cursor:pointer; transition:background .2s ease, color .2s ease; }
.mux-tab:hover,.mux-tab.is-active{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); color:#fff; }
.mux-tab-content{ flex:1; background:#101A33; border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:28px; min-height:190px; }
.mux-panel{ display:none; }
.mux-panel.is-active{ display:block; animation:uxrReveal .4s ease; }
.mux-item-title{ font-size:17px; font-weight:700; color:#fff; margin:0 0 12px; }
.mux-item-text{ font-size:14px; line-height:1.75; color:#AEB9D6; margin:0; }

@media (max-width:767.98px){
  .mux-tabs-wrap{ flex-direction:column; }
  .mux-tab-list{ flex:none; flex-direction:row; overflow-x:auto; }
  .mux-tab{ white-space:nowrap; }
}

/* ==================== ENTERPRISE (accordion) ==================== */
.ent-section{ padding:30px 0 46px; background:#F7F9FE; }
.ent-head{ max-width:720px; margin:0 auto 34px; text-align:center; }
.ent-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#1E4FFF; margin-bottom:12px; }
.ent-h2{font-size: 2.6rem; font-weight:800; margin:0 0 14px; letter-spacing:-.01em; background:linear-gradient(120deg,#0A0F1E,#1E4FFF 60%,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.ent-desc{ font-size:15.5px; line-height:1.75; color:#5B6478; margin:0; }

.ent-accordion{ max-width:900px; margin:0 auto; display:flex; flex-direction:column; gap:14px; }

.ent-acc-item{ border-radius:16px; background:#fff; border:1px solid #E7EBF6; overflow:hidden; transition:background .35s ease, border-color .35s ease, box-shadow .35s ease; }
.ent-acc-item.is-active{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); border-color:transparent; box-shadow:0 22px 40px -20px rgba(30,79,255,.5); }

.ent-acc-head{ width:100%; display:flex; align-items:center; gap:20px; background:none; border:none; text-align:left; padding:24px 26px; cursor:pointer; }
.ent-acc-num{ flex:none; font-size:14.5px; font-weight:800; color:#9FB0D6; letter-spacing:.02em; transition:color .3s ease; }
.ent-acc-item.is-active .ent-acc-num{ color:rgba(255,255,255,.75); }

.ent-acc-title{ flex:1; font-size:16.5px; font-weight:700; color:#0A0F1E; transition:color .3s ease; }
.ent-acc-item.is-active .ent-acc-title{ color:#fff; }

.ent-acc-arrow{ flex:none; display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:50%; background:rgba(30,79,255,.1); color:#1E4FFF; transition:transform .3s ease, background .3s ease, color .3s ease; }
.ent-acc-item.is-active .ent-acc-arrow{ background:rgba(255,255,255,.2); color:#fff; transform:rotate(90deg); }

.ent-acc-body{ max-height:0; overflow:hidden; transition:max-height .4s ease, padding .4s ease; }
.ent-acc-item.is-active .ent-acc-body{ padding:0 26px 26px 66px; }
.ent-acc-body p{ font-size:14.5px; line-height:1.75; color:#5B6478; margin:0; }
.ent-acc-item.is-active .ent-acc-body p{ color:rgba(255,255,255,.92); }

@media (max-width:575.98px){
  .ent-acc-head{ padding:18px; gap:12px; }
  .ent-acc-item.is-active .ent-acc-body{ padding:0 18px 20px 44px; }
  .ent-acc-title{ font-size:15px; }
}

/* ==================== CHOOSE US ==================== */
.choose-section{ padding:30px 0 46px; background:#fff; }
.choose-head{ max-width:720px; margin:0 auto 34px; text-align:center; }
.choose-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#1E4FFF; margin-bottom:12px; }
.choose-h2{font-size: 2.6rem; font-weight:800; margin:0 0 14px; letter-spacing:-.01em; background:linear-gradient(120deg,#0A0F1E,#1E4FFF 60%,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.choose-desc{ font-size:15.5px; line-height:1.75; color:#5B6478; margin:0; }
.choose-grid{ margin:0 -12px; }
.choose-col{ padding:0 12px; margin-bottom:22px; }
.choose-card{ position:relative; height:100%; background:#0B1224; border-radius:16px; padding:26px 22px; overflow:hidden; }
.choose-card::before{ content:""; position:absolute; inset:0; background:radial-gradient(circle at 100% 0%, rgba(79,163,255,.22), transparent 60%); }
.choose-num{ position:relative; display:block; font-size:26px; font-weight:800; background:linear-gradient(120deg,#4FA3FF,#7DB8FF); -webkit-background-clip:text; background-clip:text; color:transparent; margin-bottom:12px; }
.choose-card-title{ position:relative; font-size:16.5px; font-weight:700; color:#fff; margin:0 0 10px; }
.choose-card-text{ position:relative; font-size:13.5px; line-height:1.7; color:#9AA6C7; margin:0; }
.choose-cta-wrap{ margin-top:8px; }
.choose-cta-btn{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); color:#fff; border:none; border-radius:12px; padding:15px 30px; font-size:15px; font-weight:700; cursor:pointer; box-shadow:0 16px 30px -14px rgba(30,79,255,.55); transition:transform .2s ease; }
.choose-cta-btn:hover{ transform:translateY(-2px); color:#fff; }

/* ==================== TOOLS ==================== */
.tools-section{ padding:30px 0; background:#F7F9FE; overflow:hidden; }
.tools-head{ max-width:640px; margin:0 auto 26px; text-align:center; }
.tools-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#1E4FFF; margin-bottom:12px; }
.tools-h2{ font-size:24px; font-weight:800; margin:0 0 10px; background:linear-gradient(120deg,#0A0F1E,#1E4FFF 60%,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.tools-desc{ font-size:14.5px; color:#5B6478; margin:0; }
.tools-marquee-wrap{ width:100%; overflow:hidden; -webkit-mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.tools-marquee{ display:flex; width:max-content; gap:14px; animation:uxrMarquee 26s linear infinite; }
.tools-badge{ flex:none; display:inline-flex; align-items:center; gap:10px; background:#fff; border:1px solid #E4E8F2; border-radius:11px; padding:11px 20px 11px 14px; font-size:14px; font-weight:700; color:#1B2338; transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.tools-badge:hover{ transform:translateY(-3px); box-shadow:0 14px 26px -14px rgba(30,79,255,.35); border-color:#C9D7FF; }
.tools-badge-icon{ flex:none; width:50px; height:50px; border-radius:5px; display:block; }

/* ==================== BENEFITS ==================== */
.benefit-section{ padding:30px 0 46px; background:#fff; }
.benefit-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#1E4FFF; margin-bottom:12px; }
.benefit-h2{font-size: 2.6rem; font-weight:800; margin:0 0 16px; letter-spacing:-.01em; background:linear-gradient(120deg,#0A0F1E,#1E4FFF 60%,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.benefit-desc{ font-size:15px; line-height:1.75; color:#5B6478; margin:0; }
.benefit-card{ background:#0B1224; border:1px solid rgba(255,255,255,.08); border-radius:20px; padding:22px; transition:transform .3s ease, box-shadow .3s ease; }
.benefit-card:hover{ transform:translateY(-4px); box-shadow:0 30px 54px -26px rgba(30,79,255,.5); }
.benefit-grid{ list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:0; padding:0; }
.benefit-item{ display:flex; align-items:center; gap:10px; font-size:14px; font-weight:600; color:#EAF0FF; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:12px; padding:13px 14px; transition:background .22s ease, transform .22s ease, border-color .22s ease; }
.benefit-item:hover{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); border-color:transparent; transform:translateX(4px); }
.benefit-item svg{ flex:none; color:#7DB8FF; transition:color .22s ease; }
.benefit-item:hover svg{ color:#fff; }
@media (max-width:575.98px){ .benefit-grid{ grid-template-columns:1fr; } }

/* ==================== FINAL CTA ==================== */
.cta-section{ padding:30px 0; background:#0B1224; }
.cta-panel{ position:relative; overflow:hidden; text-align:center; background:linear-gradient(135deg,#122057,#0B1224 55%); border:1px solid rgba(79,163,255,.25); border-radius:24px; padding:60px 30px; }
.cta-panel::before{ content:""; position:absolute; width:360px; height:360px; border-radius:50%; background:radial-gradient(circle,#1E4FFF,transparent 70%); opacity:.4; top:-140px; left:-80px; filter:blur(10px); }
.cta-panel::after{ content:""; position:absolute; width:300px; height:300px; border-radius:50%; background:radial-gradient(circle,#4FA3FF,transparent 70%); opacity:.35; bottom:-140px; right:-60px; filter:blur(10px); }
.cta-h2{ position:relative; font-size:2.6rem; font-weight:800; margin:0 0 16px; letter-spacing:-.01em; background:linear-gradient(120deg,#EAF0FF,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.cta-desc{ position:relative; font-size:15.5px; line-height:1.75; color:#AEB9D6; max-width:620px; margin:0 auto 30px; }
.cta-btn-row{ position:relative; display:flex; justify-content:center; flex-wrap:wrap; gap:14px; }
.cta-btn{ border-radius:12px; padding:15px 26px; font-size:15px; font-weight:700; border:none; cursor:pointer; transition:transform .2s ease, box-shadow .2s ease, background .2s ease; }
.cta-btn-primary{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); color:#fff; box-shadow:0 16px 30px -12px rgba(30,79,255,.6); }
.cta-btn-primary:hover{ transform:translateY(-2px); color:#fff; }
.cta-btn-ghost{ background:rgba(255,255,255,.06); color:#fff; border:1px solid rgba(255,255,255,.25); }
.cta-btn-ghost:hover{ background:rgba(255,255,255,.12); transform:translateY(-2px); color:#fff; }

/* ==================== FAQ ==================== */
.faq-section{ padding:30px 0 56px; background:#0B1224; }
.faq-head{ max-width:680px; margin:0 auto 34px; text-align:center; }
.faq-eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#7DB8FF; margin-bottom:12px; }
.faq-h2{ font-size: 2.6rem; font-weight:800; margin:0 0 14px; letter-spacing:-.01em; background:linear-gradient(120deg,#EAF0FF,#4FA3FF); -webkit-background-clip:text; background-clip:text; color:transparent; }
.faq-desc{ font-size:14.5px; line-height:1.75; color:#AEB9D6; margin:0; }
.faq-list{ max-width:800px; margin:0 auto; display:flex; flex-direction:column; gap:14px; }
.faq-item{ background:#101A33; border:1px solid rgba(255,255,255,.1); border-radius:14px; transition:border-color .25s ease, box-shadow .25s ease; }
.faq-item:has(.faq-q-btn[aria-expanded="true"]){ border-color:rgba(79,163,255,.4); box-shadow:0 18px 34px -20px rgba(30,79,255,.5); }
.faq-q{ margin:0; }
.faq-q-btn{ width:100%; text-align:left; background:none; border:none; padding:22px 24px; font-size:15.5px; font-weight:700; color:#fff; display:flex; align-items:center; justify-content:space-between; gap:16px; cursor:pointer; }
.faq-q-btn:focus-visible{ outline:2px solid #4FA3FF; outline-offset:3px; border-radius:6px; }
.faq-q-icon{ position:relative; flex:none; width:34px; height:34px; border-radius:50%; border:1.5px solid rgba(255,255,255,.25); transition:background .25s ease, border-color .25s ease, transform .25s ease; }
.faq-q-icon::before,.faq-q-icon::after{ content:""; position:absolute; top:50%; left:50%; background:#7DB8FF; transform:translate(-50%,-50%); transition:transform .25s ease, background .25s ease; }
.faq-q-icon::before{ width:13px; height:1.6px; }
.faq-q-icon::after{ width:1.6px; height:13px; }
.faq-q-btn[aria-expanded="true"] .faq-q-icon{ background:linear-gradient(120deg,#1E4FFF,#4FA3FF); border-color:transparent; transform:rotate(45deg); }
.faq-q-btn[aria-expanded="true"] .faq-q-icon::before,.faq-q-btn[aria-expanded="true"] .faq-q-icon::after{ background:#fff; }
.faq-a{ padding:0 24px 24px; }
.faq-a p{ font-size:14.5px; line-height:1.75; color:#AEB9D6; margin:0; }

/* ---------- generic reveal-on-scroll hook used by page.js (scoped, no global tag) ---------- */
.svc-card.uxr-in,.ent-card.uxr-in,.choose-card.uxr-in,.uxrind-card.uxr-in,.waudit-item.uxr-in,.mux-item.uxr-in{ animation:uxrReveal .6s ease forwards; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce){
  .hero-orb-a,.hero-orb-b,.hero-glass-panel,.hero-float-badge-a,.hero-eyebrow-dot,.hero-panel-dot,.hero-live-dot,.tools-marquee,.proc-step{ animation:none !important; }
}