/* Axemetric 42.0: high-contrast typography and a guided visual journey. */
:root{
  --ax42-ink:#0d1438;
  --ax42-ink-2:#151f4d;
  --ax42-blue:#496cff;
  --ax42-blue-dark:#2f50e2;
  --ax42-blue-soft:#e9eeff;
  --ax42-copy:#3d4c60;
  --ax42-muted:#5c6b7e;
  --ax42-line:#d9e0ea;
  --ax42-surface:#f4f7fb;
  --ax42-white:#fff;
  --ax42-shadow:0 24px 70px rgba(13,20,56,.12);
  --ax42-shadow-soft:0 16px 42px rgba(13,20,56,.08);
}

html{scroll-padding-top:154px}
body.axm-site{
  color:var(--ax42-ink)!important;
  background:#fff!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:17px!important;
  line-height:1.68!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.axm-site :is(h1,h2,h3,h4,h5,h6,strong,b){color:var(--ax42-ink);text-wrap:balance}
.axm-site :is(p,li,dd){color:var(--ax42-copy);text-wrap:pretty}
.axm-site :is(a,button,input,select,textarea,summary){font-size:inherit}
.axm-site :is(a,button,summary){transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.axm-site :is(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--ax42-blue)!important;outline-offset:4px}
.axm-site .ax22-container,.axm-site .ax-container,.axm-site .axm-wrap{max-width:1280px}
.axm-site .ax409-eyebrow,.axm-site .axm-eyebrow{
  color:#536784!important;
  font-size:11px!important;
  font-weight:750!important;
  letter-spacing:.15em!important;
}
.axm-site .ax409-eyebrow::before,.axm-site .axm-eyebrow::before{height:3px!important;background:var(--ax42-blue)!important}

/* Header and global reading progress */
.axm-header.site-header{height:84px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 1px 0 rgba(13,20,56,.09)!important}
.axm-header.site-header.is-scrolled{box-shadow:0 12px 34px rgba(13,20,56,.11)!important}
.axm-header .header__inner{height:84px!important;width:min(calc(100% - 52px),1280px)!important}
.axm-header .brand img{width:40px!important;height:42px!important}
.axm-header .brand strong{font-size:13px!important;font-weight:800!important;color:var(--ax42-ink)!important}
.axm-header .brand small{font-size:9px!important;font-weight:650!important;color:#6d7a8c!important}
.axm-header .nav .menu{gap:2px!important}
.axm-header .nav .menu a{padding:11px 10px!important;color:#344158!important;font-size:13px!important;font-weight:620!important}
.axm-header .nav .menu a:hover,.axm-header .nav .current-menu-item>a,.axm-header .nav .current_page_item>a{color:var(--ax42-blue)!important;background:var(--ax42-blue-soft)!important}
.axm-header .header__actions .ax22-button{min-height:46px!important;padding:12px 18px!important;border-radius:10px!important;background:var(--ax42-blue)!important;box-shadow:0 10px 24px rgba(73,108,255,.24)!important;font-size:13px!important;font-weight:750!important}
.axm-header .header__actions .ax22-button:hover{background:var(--ax42-blue-dark)!important;transform:translateY(-2px)!important}
.ax42-reading-progress{position:fixed;top:0;left:0;z-index:1200;width:var(--ax42-reading-progress,0%);height:3px;background:linear-gradient(90deg,#7ea3ff,var(--ax42-blue));pointer-events:none;transition:width .08s linear}

/* Homepage journey bar */
.ax42-journey{position:sticky;top:84px;z-index:90;height:58px;background:#0d1438;border-bottom:1px solid rgba(255,255,255,.12);box-shadow:none;backdrop-filter:blur(18px)}
.ax42-journey__inner{position:relative;display:flex;align-items:center;height:58px;gap:28px}
.ax42-journey__label{flex:0 0 auto;color:#aebcff;font-size:10px;font-weight:800;letter-spacing:.16em}
.ax42-journey__links{display:flex;align-self:stretch;min-width:0;flex:1;justify-content:center;gap:4px}
.ax42-journey__links a{position:relative;display:flex;align-items:center;gap:8px;padding:0 16px;color:#aeb9d2;text-decoration:none;font-size:12px;font-weight:650;white-space:nowrap}
.ax42-journey__links a i{font-style:normal;color:#7181ac;font-size:9px;font-weight:800}
.ax42-journey__links a::after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;border-radius:4px 4px 0 0;background:var(--ax42-blue);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.ax42-journey__links a:hover,.ax42-journey__links a[aria-current="step"]{color:#fff}
.ax42-journey__links a[aria-current="step"] i{color:var(--ax42-blue)}
.ax42-journey__links a[aria-current="step"]::after{transform:scaleX(1)}
.ax42-journey__progress{position:absolute;left:0;right:0;bottom:-1px;height:1px;overflow:hidden;background:transparent}
.ax42-journey__progress i{display:block;width:var(--ax42-journey-progress,0%);height:100%;background:var(--ax42-blue);transition:width .18s ease}
.ax42-home [data-ax42-section]{scroll-margin-top:142px}

/* Dark, high-impact homepage opening */
.axm-site .ax42-home .ax409-hero{
  position:relative;
  overflow:hidden;
  min-height:648px;
  padding:56px 0 78px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 78% 24%,rgba(95,128,255,.33),transparent 31%),
    radial-gradient(circle at 3% 8%,rgba(109,171,255,.17),transparent 28%),
    linear-gradient(135deg,#0b1130 0%,#111a45 58%,#18245a 100%)!important;
}
.axm-site .ax42-home .ax409-hero::before{left:-150px;top:95px;width:430px;height:430px;border-color:rgba(139,166,255,.18)!important;box-shadow:0 0 0 65px rgba(94,119,255,.05),0 0 0 130px rgba(94,119,255,.025)!important}
.axm-site .ax42-home .ax409-hero::after{content:"";position:absolute;right:4%;bottom:-160px;width:430px;height:430px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.012);pointer-events:none}
.axm-site .ax42-home .ax409-hero__grid{position:relative;z-index:2;grid-template-columns:minmax(0,1.02fr) minmax(430px,.9fr)!important;gap:78px!important}
.axm-site .ax42-home .ax409-eyebrow{color:#a9baff!important}
.axm-site .ax42-home .ax409-hero__copy h1{max-width:720px!important;color:#fff!important;font-size:clamp(52px,5.3vw,76px)!important;font-weight:690!important;line-height:1.01!important;letter-spacing:-.047em!important}
.axm-site .ax42-home .ax409-hero__copy>p{max-width:560px!important;margin-top:25px!important;color:#d1d9ef!important;font-size:18px!important;line-height:1.68!important}
.axm-site .ax42-home .ax409-actions{margin-top:30px!important;gap:13px!important}
.axm-site .ax42-home .ax409-button{min-height:54px!important;padding:15px 21px!important;border-radius:11px!important;font-size:14px!important;font-weight:740!important}
.axm-site .ax42-home .ax409-button--primary{color:#fff!important;background:var(--ax42-blue)!important;border-color:var(--ax42-blue)!important;box-shadow:0 15px 35px rgba(73,108,255,.3)!important}
.axm-site .ax42-home .ax409-button--primary:hover{background:#6684ff!important;transform:translateY(-3px)!important}
.axm-site .ax42-home .ax409-button--ghost{color:#fff!important;background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.24)!important}
.axm-site .ax42-home .ax409-button--ghost:hover{background:#fff!important;color:var(--ax42-ink)!important}
.axm-site .ax42-home .ax409-hero__proof{margin-top:25px!important;gap:12px!important}
.axm-site .ax42-home .ax409-hero__proof span{padding:8px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#e5eaff!important;background:rgba(255,255,255,.055);font-size:11px!important;font-weight:650!important}
.axm-site .ax42-home .ax409-hero__proof svg{color:#86a0ff!important}
.axm-site .ax42-home .ax409-hero__visual{min-height:520px}
.axm-site .ax42-home .ax409-hero__frame{width:min(100%,555px);border:8px solid rgba(255,255,255,.12);border-radius:32px;box-shadow:0 40px 95px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.16)!important;transform:rotate(1.7deg)}
.axm-site .ax42-home .ax409-float{border:1px solid rgba(255,255,255,.75)!important;border-radius:14px!important;box-shadow:0 18px 40px rgba(0,0,0,.25)!important}
.ax42-next-cue{display:inline-flex;align-items:center;gap:11px;margin-top:27px;color:#c7d1ed!important;text-decoration:none;font-size:12px;font-weight:650}
.ax42-next-cue i{display:grid;width:27px;height:27px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-style:normal;animation:ax42-bob 1.8s ease-in-out infinite}
.ax42-next-cue:hover{color:#fff!important}
@keyframes ax42-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}

/* Capability handoff */
.axm-site .ax42-home .ax410-capabilities{background:#0d1438!important;border-color:rgba(255,255,255,.1)!important}
.axm-site .ax42-home .ax410-capabilities__grid{gap:0!important}
.axm-site .ax42-home .ax410-capability{min-height:92px!important;border-right:1px solid rgba(255,255,255,.1)!important;color:#fff!important}
.axm-site .ax42-home .ax410-capability:first-child{border-left:1px solid rgba(255,255,255,.1)!important}
.axm-site .ax42-home .ax410-capability>i{background:rgba(94,125,255,.13)!important;color:#8fa7ff!important}
.axm-site .ax42-home .ax410-capability strong{color:#f4f6ff!important;font-size:14px!important;font-weight:680!important}
.axm-site .ax42-home .ax410-capability:hover{background:rgba(73,108,255,.12)!important;transform:none!important}

/* Connected path */
.axm-site .axm-flow-section{padding:92px 0 98px!important;background:#fff}
.axm-site .axm-flow{grid-template-columns:minmax(290px,.75fr) minmax(0,1.7fr)!important;gap:70px!important}
.axm-site .axm-flow__intro h2{max-width:390px;font-size:clamp(38px,4vw,54px)!important;font-weight:680!important;line-height:1.06!important;letter-spacing:-.04em!important}
.axm-site .axm-flow__intro p{max-width:390px;margin-top:18px!important;color:var(--ax42-copy)!important;font-size:16px!important;line-height:1.68!important}
.axm-site .axm-flow__steps{border:0!important;border-radius:20px!important;gap:12px!important;overflow:visible!important;background:transparent!important}
.axm-site .axm-flow__step{min-height:190px!important;padding:24px 21px!important;border:1px solid var(--ax42-line)!important;border-radius:16px!important;background:linear-gradient(160deg,#fff,#f1f5fb)!important;box-shadow:var(--ax42-shadow-soft)}
.axm-site .axm-flow__step:nth-child(1){background:linear-gradient(155deg,var(--ax42-ink-2),var(--ax42-ink))!important;border-color:var(--ax42-ink)!important}
.axm-site .axm-flow__step:nth-child(1) :is(small,strong){color:#fff!important}
.axm-site .axm-flow__step:nth-child(1) small{color:#aebcff!important}
.axm-site .axm-flow__step:nth-child(4){background:linear-gradient(155deg,#6683ff,var(--ax42-blue))!important;border-color:var(--ax42-blue)!important}
.axm-site .axm-flow__step:nth-child(4) :is(small,strong){color:#fff!important}
.axm-site .axm-flow__step:not(:last-child)::after{right:-15px!important;width:30px!important;height:30px!important;color:var(--ax42-blue)!important;font-size:15px!important;box-shadow:0 0 0 6px #fff!important}
.axm-site .axm-flow__icon{width:42px!important;height:42px!important;border-radius:12px!important;color:var(--ax42-blue)!important}
.axm-site .axm-flow__step:nth-child(1) .axm-flow__icon,.axm-site .axm-flow__step:nth-child(4) .axm-flow__icon{border-color:rgba(255,255,255,.16)!important;background:rgba(255,255,255,.11)!important;color:#fff!important}
.axm-site .axm-flow__icon svg{width:20px!important;height:20px!important}
.axm-site .axm-flow__step small{color:#748399!important;font-size:9px!important;font-weight:780!important;letter-spacing:.13em!important}
.axm-site .axm-flow__step strong{color:var(--ax42-ink)!important;font-size:17px!important;font-weight:700!important}

/* Industry selector */
.axm-site .ax42-home .ax410-industries{padding:100px 0 108px!important;background:linear-gradient(180deg,#f3f6ff 0%,#eef3ff 100%)!important}
.axm-site .ax410-section-head{align-items:end!important;margin-bottom:38px!important}
.axm-site .ax410-section-head h2{font-size:clamp(38px,4.2vw,56px)!important;font-weight:680!important;line-height:1.08!important;letter-spacing:-.04em!important}
.axm-site .ax410-section-head>p{max-width:390px!important;color:var(--ax42-copy)!important;font-size:16px!important;line-height:1.65!important}
.axm-site .ax410-industry-shell{overflow:hidden;border:1px solid #cfd9eb!important;border-radius:22px!important;background:#fff!important;box-shadow:0 30px 80px rgba(30,49,105,.12)!important}
.axm-site .ax410-industry-tabs{background:#f8faff!important}
.axm-site .ax410-industry-tabs button{min-height:68px!important;padding:12px 8px!important;color:#536179!important;font-size:11px!important;font-weight:680!important}
.axm-site .ax410-industry-tabs button i{width:31px!important;height:31px!important;border-radius:9px!important}
.axm-site .ax410-industry-tabs button[aria-selected="true"]{color:var(--ax42-blue)!important;background:#fff!important;box-shadow:inset 0 -4px var(--ax42-blue)!important}
.axm-site .ax410-industry-panel{grid-template-columns:minmax(0,.95fr) minmax(470px,1.15fr)!important;gap:44px!important;padding:45px!important;background:#fff!important}
.axm-site .ax410-industry-panel__copy>span{color:var(--ax42-blue)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.14em!important}
.axm-site .ax410-industry-panel__copy h3{max-width:500px;font-size:clamp(31px,3vw,42px)!important;font-weight:680!important;line-height:1.08!important;letter-spacing:-.035em!important}
.axm-site .ax410-industry-panel__copy p{max-width:520px;color:var(--ax42-copy)!important;font-size:16px!important;line-height:1.7!important}
.axm-site .ax410-industry-panel__copy .ax409-text-link{margin-top:22px!important;color:var(--ax42-blue)!important;font-size:14px!important;font-weight:750!important}
.axm-site .ax410-industry-panel__signals{gap:14px!important}
.axm-site .ax410-industry-panel__signals>div{padding:21px!important;border-color:#dce3ef!important;border-radius:16px!important;background:#f7f9fd!important}
.axm-site .ax410-industry-panel__signals>div>small{color:#60718a!important;font-size:9px!important;font-weight:800!important}
.axm-site .ax410-industry-panel__signals span{min-height:41px!important;padding:10px 12px!important;color:#344259!important;background:#fff!important;border:1px solid #e2e7ef!important;border-radius:9px!important;font-size:12px!important;line-height:1.45!important}

/* Work showcase */
.axm-site .ax42-home .ax410-demos{padding:100px 0 108px!important;background:linear-gradient(145deg,#0c1232,#151f4d)!important}
.axm-site .ax42-home .ax410-demos::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 10%,rgba(81,113,255,.2),transparent 28%),radial-gradient(circle at 90% 90%,rgba(123,174,255,.1),transparent 30%)}
.axm-site .ax42-home .ax410-demos>.ax22-container{position:relative;z-index:1}
.axm-site .ax42-home .ax410-demos .ax409-eyebrow{color:#9db0ff!important}
.axm-site .ax42-home .ax410-demos h2{color:#fff!important}
.axm-site .ax42-home .ax410-demos .ax409-text-link{color:#fff!important;font-size:14px!important;font-weight:730!important}
.axm-site .ax42-home .ax410-demo-grid{gap:24px!important}
.axm-site .ax42-home .ax410-demo-card{overflow:hidden;border:1px solid rgba(255,255,255,.14)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 26px 55px rgba(0,0,0,.28)!important}
.axm-site .ax42-home .ax410-demo-card:hover{transform:translateY(-8px)!important;box-shadow:0 34px 70px rgba(0,0,0,.38)!important}
.axm-site .ax42-home .ax410-demo-card__media{height:270px!important}
.axm-site .ax42-home .ax410-demo-card__body{padding:23px!important}
.axm-site .ax42-home .ax410-demo-card__body>span{color:var(--ax42-blue)!important;font-size:9px!important;font-weight:800!important;letter-spacing:.14em!important}
.axm-site .ax42-home .ax410-demo-card__body strong{color:var(--ax42-ink)!important;font-size:23px!important;font-weight:680!important}
.axm-site .ax42-home .ax410-demo-card__body>small{color:var(--ax42-muted)!important;font-size:13px!important;line-height:1.5!important}
.axm-site .ax42-home .ax410-demo-card__body>b{color:var(--ax42-blue)!important;font-size:12px!important;font-weight:760!important}

/* Founder signal and FAQ */
.axm-site .ax42-home .axm-founder-signal{padding:0 0 92px!important;background:#151f4d!important}
.axm-site .ax42-home .axm-founder-signal__inner{padding:36px 40px!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:20px!important;background:linear-gradient(118deg,#496cff 0%,#3655e6 58%,#273fb9 100%)!important;box-shadow:0 28px 65px rgba(0,0,0,.25)!important}
.axm-site .ax42-home .axm-founder-signal__identity img{width:58px!important;height:58px!important;flex-basis:58px!important;border-color:rgba(255,255,255,.4)!important}
.axm-site .ax42-home .axm-founder-signal__identity .ax409-eyebrow{color:#dce4ff!important}
.axm-site .ax42-home .axm-founder-signal__identity strong{color:#fff!important;font-size:15px!important;font-weight:720!important}
.axm-site .ax42-home .axm-founder-signal__copy h2{color:#fff!important;font-size:31px!important;font-weight:680!important;letter-spacing:-.03em!important}
.axm-site .ax42-home .axm-founder-signal__copy p{color:#e2e7ff!important;font-size:14px!important;line-height:1.6!important}
.axm-site .ax42-home .axm-founder-signal__inner>.ax409-text-link{color:#fff!important;font-size:14px!important;font-weight:750!important}
.axm-site .ax42-home .ax410-faq{padding:100px 0!important;margin:0!important;background:#f4f7fb!important}
.axm-site .ax42-home .ax410-faq h2{font-size:clamp(38px,4vw,52px)!important;font-weight:680!important;line-height:1.08!important}
.axm-site .ax42-home .ax410-faq .faq-item{margin-bottom:13px!important;border:1px solid #dce3ed!important;border-radius:14px!important;background:#fff!important;box-shadow:0 10px 30px rgba(13,20,56,.045)!important;overflow:hidden}
.axm-site .ax42-home .ax410-faq .faq-item button{min-height:68px!important;padding:19px 22px!important;color:var(--ax42-ink)!important;font-size:16px!important;font-weight:680!important}
.axm-site .ax42-home .ax410-faq .faq-item button i{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:var(--ax42-blue);background:var(--ax42-blue-soft);font-size:20px!important}
.axm-site .ax42-home .ax410-faq .faq-item p{padding:0 22px 22px!important;color:var(--ax42-copy)!important;font-size:15px!important;line-height:1.72!important}

/* Strong next-step panel */
.axm-site .axm-cta{position:relative;overflow:hidden;min-height:260px;margin-top:70px!important;margin-bottom:70px!important;padding:54px 58px!important;border:0!important;border-radius:24px!important;background:linear-gradient(128deg,#101842 0%,#1a2864 70%,#243c9f 100%)!important;box-shadow:var(--ax42-shadow)!important}
.axm-site .axm-cta::before{content:"05";position:absolute;right:32%;top:50%;transform:translateY(-52%);color:rgba(255,255,255,.055);font-size:190px;font-weight:800;line-height:1;letter-spacing:-.08em;pointer-events:none}
.axm-site .axm-cta::after{content:"";position:absolute;right:-100px;bottom:-180px;width:360px;height:360px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.035),0 0 0 90px rgba(255,255,255,.02)}
.axm-site .axm-cta>div,.axm-site .axm-cta>.axm-button{position:relative;z-index:2}
.axm-site .axm-cta .axm-eyebrow{color:#aebdff!important}
.axm-site .axm-cta h2{color:#fff!important;font-size:clamp(36px,4vw,52px)!important;font-weight:680!important;line-height:1.06!important;letter-spacing:-.04em!important}
.axm-site .axm-cta p{max-width:580px!important;margin-top:15px!important;color:#d2daf1!important;font-size:16px!important;line-height:1.65!important}
.axm-site .axm-cta .axm-button--white{min-width:220px!important;min-height:58px!important;padding:16px 22px!important;border-radius:12px!important;color:var(--ax42-ink)!important;background:#fff!important;box-shadow:0 14px 32px rgba(0,0,0,.22)!important;font-size:14px!important;font-weight:760!important}
.axm-site .axm-cta .axm-button--white:hover{color:#fff!important;background:var(--ax42-blue)!important;transform:translateY(-3px)!important}

/* Inner page hero system */
.axm-site .axm-main{background:#fff!important}
.axm-site .axm-page-head{position:relative;overflow:hidden;min-height:370px;margin-top:34px!important;padding:70px 58px!important;border-radius:24px;background:radial-gradient(circle at 82% 12%,rgba(100,133,255,.32),transparent 30%),linear-gradient(135deg,#0d1438,#172357 72%,#203477);box-shadow:var(--ax42-shadow)}
.axm-site .axm-page-head::after{content:"";position:absolute;right:-80px;bottom:-170px;width:340px;height:340px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.014)}
.axm-site .axm-page-head>*{position:relative;z-index:1}
.axm-site .axm-page-head .axm-eyebrow{color:#aebdff!important}
.axm-site .axm-page-head h1{max-width:900px;color:#fff!important;font-size:clamp(50px,6vw,78px)!important;font-weight:680!important;line-height:1.01!important;letter-spacing:-.05em!important}
.axm-site .axm-page-head h1 em{color:#9eb2ff!important}
.axm-site .axm-page-head>p{max-width:680px!important;margin-top:24px!important;color:#d4dcf1!important;font-size:18px!important;line-height:1.68!important}
.axm-site .axm-page-head>.axm-link{color:#fff!important;font-size:14px!important}
.axm-site .axm-section{padding:92px 0!important}
.axm-site .axm-section--first{padding-top:72px!important}
.axm-site .axm-section h2{font-size:clamp(36px,4vw,50px)!important;font-weight:680!important;line-height:1.08!important;letter-spacing:-.04em!important}
.axm-site .axm-section h3{font-weight:680!important}
.axm-site .axm-section p{color:var(--ax42-copy)!important;font-size:16px!important;line-height:1.72!important}
.axm-site .axm-process{gap:90px!important}
.axm-site .axm-process>div:first-child{position:sticky;top:120px;align-self:start}
.axm-site .axm-process>div:first-child>p{margin-top:18px!important}
.axm-site .axm-main details{border-color:var(--ax42-line)!important}
.axm-site .axm-main summary{min-height:68px;padding:20px 4px!important;color:var(--ax42-ink)!important;font-size:17px!important;font-weight:680!important}
.axm-site .axm-main summary::after{display:grid;width:31px;height:31px;flex:0 0 31px;place-items:center;border-radius:50%;color:var(--ax42-blue)!important;background:var(--ax42-blue-soft);font-size:21px!important}
.axm-site .axm-main details>p{padding:0 4px 22px!important;color:var(--ax42-copy)!important;font-size:15px!important;line-height:1.72!important}
.axm-site .axm-main details>ul{padding-bottom:22px!important;color:var(--ax42-copy)!important;font-size:15px!important;line-height:1.65!important}

/* Services */
.axm-site .axm-explorer{border:1px solid var(--ax42-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--ax42-shadow-soft)!important}
.axm-site .axm-tabs{padding:10px!important;gap:7px!important;background:#eef2f8!important}
.axm-site .axm-tabs button{min-height:61px!important;padding:15px 10px!important;color:#55657b!important;font-size:13px!important;font-weight:680!important}
.axm-site .axm-tabs button[aria-selected="true"]{color:#fff!important;background:var(--ax42-blue)!important;box-shadow:0 12px 25px rgba(73,108,255,.25)!important}
.axm-site .axm-panel{padding:52px!important;gap:70px!important}
.axm-site .axm-panel-copy h3{color:var(--ax42-ink)!important;font-size:39px!important;font-weight:680!important;line-height:1.08!important}
.axm-site .axm-panel-copy>p{font-size:16px!important;line-height:1.7!important}
.axm-site .axm-checks li{color:var(--ax42-copy)!important;font-size:14px!important}
.axm-site .axm-service-art{height:320px!important;border-radius:17px!important;background:radial-gradient(circle at 50% 45%,#e8edff,#f4f7fb 70%)!important}
.axm-site .axm-art-icon{color:var(--ax42-blue)!important;box-shadow:0 24px 50px rgba(35,61,155,.2)!important}

/* Pricing */
.axm-site .axm-prices{gap:24px!important}
.axm-site .axm-price{padding:38px 34px!important;border:1px solid var(--ax42-line)!important;border-radius:18px!important;box-shadow:var(--ax42-shadow-soft)!important}
.axm-site .axm-price h2{font-size:32px!important;font-weight:680!important;line-height:1.08!important}
.axm-site .axm-price>p{min-height:54px!important;color:var(--ax42-copy)!important;font-size:15px!important}
.axm-site .axm-price-amount strong{color:var(--ax42-ink)!important;font-size:54px!important;font-weight:700!important}
.axm-site .axm-price .axm-button{min-height:55px!important;border-radius:11px!important;background:var(--ax42-ink)!important;font-size:13px!important;font-weight:750!important}
.axm-site .axm-price.is-featured{transform:translateY(-12px);border-color:var(--ax42-blue)!important;background:linear-gradient(150deg,#14204f,#0d1438)!important;box-shadow:0 30px 70px rgba(13,20,56,.23)!important}
.axm-site .axm-price.is-featured :is(h2,strong){color:#fff!important}
.axm-site .axm-price.is-featured :is(p,small,span,summary){color:#d7def1!important}
.axm-site .axm-price.is-featured .axm-eyebrow{color:#9fb1ff!important}
.axm-site .axm-price.is-featured .axm-button{color:var(--ax42-ink)!important;background:#fff!important}
.axm-site .axm-price.is-featured details{border-color:rgba(255,255,255,.14)!important}
.axm-site .axm-pricing-note{margin-top:36px!important;color:var(--ax42-copy)!important;font-size:14px!important}

/* Resources */
.axm-site .axm-resource-nav{padding:18px;border:1px solid var(--ax42-line);border-radius:14px;background:#f7f9fc}
.axm-site .axm-resource-nav nav a{padding:11px 19px!important;color:#4e5d72!important;font-size:13px!important;font-weight:680!important}
.axm-site .axm-resource-nav nav a.is-active{color:#fff!important;background:var(--ax42-blue)!important;border-color:var(--ax42-blue)!important}
.axm-site .axm-resource-nav input{font-size:14px!important}
.axm-site .axm-resource-features{gap:28px!important}
.axm-site .axm-resource-features>a{min-height:360px!important;border-radius:18px!important;box-shadow:var(--ax42-shadow-soft)!important}
.axm-site .axm-resource-features>a:hover{transform:translateY(-6px)}
.axm-site .axm-resource-features strong{color:#fff!important;font-size:38px!important;font-weight:680!important}
.axm-site .axm-resource-features p{color:#eef2ff!important;font-size:15px!important}
.axm-site .axm-articles{gap:38px 25px!important}
.axm-site .axm-articles>a{padding:12px 12px 24px;border:1px solid var(--ax42-line);border-radius:15px;background:#fff;box-shadow:0 12px 32px rgba(13,20,56,.055)}
.axm-site .axm-articles>a:hover{transform:translateY(-6px);box-shadow:var(--ax42-shadow-soft)}
.axm-site .axm-article-image{height:225px!important;border-radius:10px!important}
.axm-site .axm-articles h3{font-size:23px!important;font-weight:680!important;line-height:1.2!important}

/* About */
.axm-site .ax410-about-hero{position:relative;overflow:hidden;padding:92px 0!important;color:#fff;background:radial-gradient(circle at 82% 10%,rgba(92,124,255,.28),transparent 30%),linear-gradient(135deg,#0c1334,#172357)!important}
.axm-site .ax410-about-hero__grid{gap:80px!important}
.axm-site .ax410-about-hero .ax409-eyebrow{color:#aebdff!important}
.axm-site .ax410-about-hero__copy h1{color:#fff!important;font-size:clamp(52px,6vw,78px)!important;font-weight:680!important;line-height:1.01!important;letter-spacing:-.05em!important}
.axm-site .ax410-about-hero__copy>p{max-width:570px!important;color:#d8dff3!important;font-size:18px!important;line-height:1.68!important}
.axm-site .ax410-about-hero .ax409-button--primary{background:var(--ax42-blue)!important;border-color:var(--ax42-blue)!important;box-shadow:0 15px 35px rgba(73,108,255,.28)!important}
.axm-site .ax410-about-hero .ax409-button--ghost{color:#fff!important;border-color:rgba(255,255,255,.25)!important}
.axm-site .ax410-about-photo{border-radius:24px!important;box-shadow:0 32px 75px rgba(0,0,0,.38)!important}
.axm-site .ax410-about-id{border-radius:14px!important;box-shadow:0 18px 40px rgba(0,0,0,.25)!important}
.axm-site .ax410-principles{padding:34px 0!important;background:#f4f7fb!important}
.axm-site .ax410-principles article{padding:32px!important;border:1px solid var(--ax42-line)!important;border-radius:15px!important;background:#fff!important;box-shadow:0 12px 32px rgba(13,20,56,.05)!important}
.axm-site .ax410-principles strong{font-size:22px!important;font-weight:680!important}
.axm-site .ax410-principles p{color:var(--ax42-copy)!important;font-size:15px!important;line-height:1.65!important}

/* Portfolio */
.axm-site .ax410-demo-library{padding-top:70px!important}
.axm-site .ax410-demo-toolbar{margin-bottom:35px!important}
.axm-site .ax410-demo-toolbar h2{font-size:42px!important;font-weight:680!important;letter-spacing:-.035em!important}
.axm-site .ax409-demo-filters button{min-height:43px!important;padding:11px 17px!important;border-radius:999px!important;font-size:12px!important;font-weight:680!important}
.axm-site .ax409-demo-filters button.is-active{color:#fff!important;background:var(--ax42-blue)!important;border-color:var(--ax42-blue)!important}
.axm-site .ax410-demo-list{display:grid;gap:28px}
.axm-site .ax410-demo-row{padding:28px!important;border:1px solid var(--ax42-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--ax42-shadow-soft)!important}
.axm-site .ax410-demo-row:hover{border-color:#bdc9de!important;box-shadow:var(--ax42-shadow)!important}
.axm-site .ax410-demo-row__index strong{color:var(--ax42-blue)!important;font-size:28px!important;font-weight:720!important}
.axm-site .ax410-demo-row__index span{color:#596980!important;font-size:12px!important}
.axm-site .ax410-demo-row__media{overflow:hidden;border-radius:14px!important;box-shadow:0 18px 35px rgba(13,20,56,.1)!important}
.axm-site .ax410-demo-row__copy h3{font-size:34px!important;font-weight:680!important;line-height:1.08!important}
.axm-site .ax410-demo-row__copy>p{color:var(--ax42-copy)!important;font-size:15px!important;line-height:1.68!important}
.axm-site .axm-demo-details summary{font-size:14px!important;font-weight:680!important}

/* Founder, research, contact */
.axm-site .axm-about{margin-top:34px;padding:68px 58px!important;border-radius:24px;color:#fff;background:radial-gradient(circle at 82% 10%,rgba(92,124,255,.27),transparent 30%),linear-gradient(135deg,#0d1438,#172357)!important;box-shadow:var(--ax42-shadow)}
.axm-site .axm-about h1,.axm-site .axm-about h2{color:#fff!important}
.axm-site .axm-about h1{font-size:clamp(50px,6vw,76px)!important;font-weight:680!important;line-height:1.01!important;letter-spacing:-.05em!important}
.axm-site .axm-about .axm-lead{max-width:600px!important;color:#d8dff3!important;font-size:18px!important;line-height:1.68!important}
.axm-site .axm-about .axm-eyebrow{color:#aebdff!important}
.axm-site .axm-about .axm-founder{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.08)!important}
.axm-site .axm-about .axm-founder p{color:#d6def1!important;font-size:14px!important}
.axm-site .axm-study{padding:55px!important;border-radius:20px!important;background:linear-gradient(145deg,#f6f8fc,#edf2ff)!important;box-shadow:var(--ax42-shadow-soft)!important}
.axm-site .axm-study-ring{width:260px!important;height:260px!important;background:conic-gradient(var(--ax42-blue) 62%,#dce3f1 0)!important}
.axm-site .axm-study-ring::before{background:#f4f7ff!important}
.axm-site .axm-study-ring strong{font-size:62px!important;font-weight:700!important}
.axm-site .axm-study-copy h2{font-size:40px!important;font-weight:680!important}
.axm-site .axm-study-copy>p{font-size:16px!important}
.axm-site .axm-contact{padding:70px 20px 80px!important;background:radial-gradient(circle at 20% 0,rgba(73,108,255,.15),transparent 28%),linear-gradient(180deg,#eef2ff,#f7f9fc)!important}
.axm-site .axm-contact-heading h1{color:var(--ax42-ink)!important;font-size:clamp(42px,5vw,62px)!important;font-weight:680!important;line-height:1.02!important;letter-spacing:-.045em!important}
.axm-site .axm-contact-heading p{color:var(--ax42-copy)!important;font-size:16px!important}
.axm-site .axm-contact-card{max-width:760px!important;padding:42px!important;border:1px solid #d7dfeb!important;border-radius:20px!important;box-shadow:var(--ax42-shadow)!important}
.axm-site .axm-contact .ax40-question h2{font-size:32px!important;font-weight:680!important;line-height:1.12!important}
.axm-site .axm-contact .ax40-question p{color:var(--ax42-copy)!important;font-size:14px!important}
.axm-site .axm-contact .ax40-choice-grid label>span{min-height:118px!important;padding:21px!important;border-radius:13px!important}
.axm-site .axm-contact .ax40-choice-grid strong{font-size:15px!important;font-weight:690!important}
.axm-site .axm-contact .ax40-choice-grid small{color:#53647a!important;font-size:12px!important;line-height:1.5!important}
.axm-site .axm-contact .ax40-choice-grid label>input:checked+span{border-color:var(--ax42-blue)!important;background:var(--ax42-blue-soft)!important;box-shadow:0 0 0 3px rgba(73,108,255,.12)!important}

/* Founder profile: deeper proof, process, and SEO-readable detail */
.axm-site .ax42-founder-page{overflow:hidden}
.axm-site .ax42-founder-hero{position:relative;isolation:isolate;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:70px!important}
.axm-site .ax42-founder-hero::after{content:"";position:absolute;right:-160px;bottom:-210px;width:470px;height:470px;border:1px solid rgba(154,173,255,.2);border-radius:50%;box-shadow:0 0 0 70px rgba(126,163,255,.04),0 0 0 140px rgba(126,163,255,.03);z-index:-1}
.axm-site .ax42-founder-hero__copy{align-self:center}
.axm-site .ax42-founder-hero__copy .axm-actions{align-items:center}
.axm-site .ax42-founder-hero__copy .axm-link{color:#dfe6ff!important}
.axm-site .ax42-founder-card{align-self:stretch;display:flex;flex-direction:column;justify-content:center;min-height:390px;padding:38px!important;border-radius:20px!important;box-shadow:0 24px 60px rgba(0,0,0,.2)!important}
.axm-site .ax42-founder-card>img{width:130px!important;height:130px!important;margin-bottom:30px!important;border-radius:18px;object-fit:contain;background:#fff;padding:9px}
.axm-site .ax42-founder-card h2{max-width:320px;font-size:31px!important;line-height:1.08!important}
.axm-site .ax42-founder-card p{max-width:320px;font-size:15px!important;line-height:1.6!important}
.axm-site .ax42-founder-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.axm-site .ax42-founder-proof span{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#d8e0f8;font-size:12px;line-height:1.2}
.axm-site .ax42-founder-proof strong{color:#fff;font-weight:750}
.axm-site .ax42-founder-story{background:#f1f4fb!important}
.axm-site .ax42-founder-story .axm-wrap{display:grid;grid-template-columns:minmax(270px,.78fr) minmax(0,1.22fr);gap:85px;align-items:start}
.axm-site .ax42-founder-story__intro h2{max-width:430px;margin-top:12px;font-size:clamp(34px,4vw,56px)!important;line-height:1.04!important;color:var(--ax42-ink)!important}
.axm-site .ax42-founder-story__body{max-width:680px}
.axm-site .ax42-founder-story__body p{margin:0 0 20px;color:var(--ax42-copy);font-size:17px;line-height:1.75}
.axm-site .ax42-founder-team{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:76px;align-items:start}
.axm-site .ax42-founder-team__heading h2{max-width:510px;margin:12px 0 20px;font-size:clamp(34px,4vw,55px)!important;line-height:1.04!important}
.axm-site .ax42-founder-team__heading>p{max-width:510px;color:var(--ax42-copy);font-size:16px;line-height:1.7}
.axm-site .ax42-founder-team__grid{display:grid;gap:14px}
.axm-site .ax42-founder-team__grid article{padding:25px 26px;border:1px solid var(--ax42-line);border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(13,20,56,.045)}
.axm-site .ax42-founder-team__grid article>span,.axm-site .ax42-founder-steps article>span{display:block;margin-bottom:11px;color:var(--ax42-blue);font-size:11px;font-weight:800;letter-spacing:.12em}
.axm-site .ax42-founder-team__grid h3,.axm-site .ax42-founder-steps h3{margin:0 0 8px;color:var(--ax42-ink);font-size:21px!important;line-height:1.2!important}
.axm-site .ax42-founder-team__grid p,.axm-site .ax42-founder-steps p{margin:0;color:var(--ax42-copy);font-size:14px;line-height:1.62}
.axm-site .ax42-founder-method{background:linear-gradient(135deg,#111a43,#1b2c71)!important;color:#fff}
.axm-site .ax42-founder-method .axm-process{align-items:start}
.axm-site .ax42-founder-method h2,.axm-site .ax42-founder-method .axm-process>div>p{color:#fff!important}
.axm-site .ax42-founder-method .axm-process>div>p{max-width:410px;color:#d2dcf6!important;font-size:16px;line-height:1.65}
.axm-site .ax42-founder-steps{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.18)}
.axm-site .ax42-founder-steps article{display:grid;grid-template-columns:50px minmax(0,1fr);gap:18px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.axm-site .ax42-founder-steps article>span{color:#aebeff}
.axm-site .ax42-founder-steps h3{color:#fff!important}
.axm-site .ax42-founder-steps p{color:#d2dcf6!important}
.axm-site .ax42-founder-difference{padding-top:clamp(74px,8vw,118px)!important}
.axm-site .ax42-founder-difference .axm-section-head{align-items:end}
.axm-site .ax42-founder-difference .axm-section-head h2{max-width:620px;font-size:clamp(34px,4.2vw,58px)!important;line-height:1.04!important}
.axm-site .ax42-founder-difference .axm-section-head>p{max-width:330px;color:var(--ax42-copy);font-size:15px;line-height:1.65}
.axm-site .ax42-founder-difference__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.axm-site .ax42-founder-difference__grid article{display:flex;flex-direction:column;min-height:260px;padding:28px;border:1px solid var(--ax42-line);border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(13,20,56,.045)}
.axm-site .ax42-founder-difference__grid h3{margin:0 0 12px;color:var(--ax42-ink);font-size:22px!important}
.axm-site .ax42-founder-difference__grid p{margin:0 0 22px;color:var(--ax42-copy);font-size:15px;line-height:1.68}
.axm-site .ax42-founder-difference__grid .axm-link{margin-top:auto}
.axm-site .ax42-founder-faq{padding-top:20px!important}

/* Footer */
.axm-site .axm-footer{padding:52px 0 34px!important;color:#c4cee3!important;background:#0a102c!important}
.axm-site .axm-footer .axm-footer-top{padding:0 0 35px!important;border-top:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
.axm-site .axm-footer .brand img{width:38px!important;height:40px!important;padding:4px!important;border-radius:9px!important;background:#fff!important}
.axm-site .axm-footer .brand strong{color:#fff!important;font-size:13px!important}
.axm-site .axm-footer .brand small{color:#9ba9c5!important;font-size:9px!important}
.axm-site .axm-footer .axm-email{color:#fff!important;font-size:17px!important;font-weight:650!important}
.axm-site .axm-footer .axm-footer-bottom{padding-top:28px!important}
.axm-site .axm-footer .axm-footer-bottom small{color:#9ba9c5!important;font-size:12px!important}
.axm-site .axm-footer nav{gap:22px!important}
.axm-site .axm-footer nav a,.axm-site .axm-footer nav button{color:#b8c3d9!important;font-size:12px!important}
.axm-site .axm-footer nav a:hover,.axm-site .axm-footer nav button:hover{color:#fff!important}

@media(max-width:1100px){
  .axm-header .header__inner{width:min(calc(100% - 32px),1280px)!important}
  .axm-header .nav .menu a{padding:9px 7px!important;font-size:12px!important}
  .ax42-journey__links a{padding-inline:11px}
  .axm-site .ax42-home .ax409-hero__grid{gap:44px!important}
  .axm-site .ax42-home .ax409-hero__copy h1{font-size:59px!important}
  .axm-site .axm-flow{gap:40px!important}
  .axm-site .ax410-industry-panel{grid-template-columns:1fr!important}
  .axm-site .axm-price{padding:31px 24px!important}
}

@media(max-width:900px){
  html{scroll-padding-top:130px}
  body.axm-site{padding-top:72px!important}
  .axm-header.site-header,.axm-header .header__inner{height:72px!important}
  .axm-header .brand img{width:35px!important;height:37px!important}
  .ax42-journey{top:72px;height:54px}
  .ax42-journey__inner{height:54px;gap:12px}
  .ax42-journey__label{display:none}
  .ax42-journey__links{justify-content:space-between}
  .ax42-journey__links a{flex:1;justify-content:center;padding:0 7px;font-size:11px}
  .ax42-journey__links a i{display:none}
  .ax42-home [data-ax42-section]{scroll-margin-top:126px}
  .axm-site .ax42-home .ax409-hero{min-height:0;padding:48px 0 68px!important}
  .axm-site .ax42-home .ax409-hero__grid{grid-template-columns:1fr!important;gap:55px!important}
  .axm-site .ax42-home .ax409-hero__copy{max-width:720px}
  .axm-site .ax42-home .ax409-hero__copy h1{font-size:clamp(52px,8vw,70px)!important}
  .axm-site .ax42-home .ax409-hero__visual{min-height:470px!important}
  .axm-site .ax42-home .ax409-hero__frame{max-width:590px!important}
  .axm-site .axm-flow{grid-template-columns:1fr!important;gap:36px!important}
  .axm-site .axm-flow__intro h2,.axm-site .axm-flow__intro p{max-width:660px!important}
  .axm-site .axm-flow__steps{grid-template-columns:repeat(4,1fr)!important}
  .axm-site .axm-flow__step{min-height:165px!important}
  .axm-site .ax410-industry-panel{padding:34px!important}
  .axm-site .ax410-demo-grid{grid-template-columns:repeat(2,1fr)!important}
  .axm-site .axm-process>div:first-child{position:static}
  .axm-site .axm-page-head{min-height:330px;padding:58px 44px!important}
  .axm-site .axm-page-head h1{font-size:58px!important}
  .axm-site .axm-panel{gap:35px!important;padding:34px!important}
  .axm-site .axm-prices{grid-template-columns:1fr!important;max-width:680px;margin-inline:auto}
  .axm-site .axm-price.is-featured{transform:none}
  .axm-site .axm-price>p{min-height:0!important}
  .axm-site .ax410-demo-row{grid-template-columns:48px minmax(0,1fr)!important}
  .axm-site .ax410-demo-row__copy{grid-column:2}
  .axm-site .axm-about{padding:52px 42px!important}
}

@media(max-width:650px){
  body.axm-site{font-size:16px!important}
  .ax42-journey__inner{width:100%!important;padding-inline:8px}
  .ax42-journey__links{gap:0;overflow-x:auto;scrollbar-width:none}
  .ax42-journey__links::-webkit-scrollbar{display:none}
  .ax42-journey__links a{min-width:68px;padding-inline:5px;font-size:10px}
  .ax42-journey__links a::after{left:8px;right:8px}
  .axm-site .ax42-home .ax409-hero{padding:34px 0 54px!important}
  .axm-site .ax42-home .ax409-hero__grid{gap:42px!important}
  .axm-site .ax42-home .ax409-hero__copy h1{font-size:clamp(43px,12.4vw,54px)!important;line-height:1.01!important;letter-spacing:-.045em!important}
  .axm-site .ax42-home .ax409-hero__copy>p{font-size:17px!important;line-height:1.62!important}
  .axm-site .ax42-home .ax409-actions{display:grid!important}
  .axm-site .ax42-home .ax409-button{width:100%!important;font-size:13px!important}
  .axm-site .ax42-home .ax409-hero__proof{gap:7px!important}
  .axm-site .ax42-home .ax409-hero__proof span{padding:6px 8px!important;font-size:9px!important}
  .ax42-next-cue{font-size:11px}
  .axm-site .ax42-home .ax409-hero__visual{min-height:355px!important}
  .axm-site .ax42-home .ax409-hero__frame{width:94%!important;border-width:5px!important;border-radius:22px!important}
  .axm-site .ax42-home .ax410-capabilities__grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important}
  .axm-site .ax42-home .ax410-capability{min-height:70px!important;border:1px solid rgba(255,255,255,.09)!important;padding:13px 10px!important}
  .axm-site .ax42-home .ax410-capability:last-child{grid-column:1/-1}
  .axm-site .axm-flow-section{padding:64px 0 70px!important}
  .axm-site .axm-flow{gap:28px!important}
  .axm-site .axm-flow__intro h2{font-size:38px!important}
  .axm-site .axm-flow__intro p{font-size:15px!important}
  .axm-site .axm-flow__steps{display:grid!important;grid-template-columns:1fr 1fr!important;gap:11px!important;overflow:visible!important}
  .axm-site .axm-flow__step{min-height:145px!important;padding:18px!important}
  .axm-site .axm-flow__step:not(:last-child)::after{display:none!important}
  .axm-site .axm-flow__step strong{font-size:16px!important}
  .axm-site .ax42-home .ax410-industries{padding:68px 0 75px!important}
  .axm-site .ax410-section-head{align-items:start!important;margin-bottom:27px!important}
  .axm-site .ax410-section-head h2{font-size:39px!important}
  .axm-site .ax410-section-head>p{font-size:15px!important}
  .axm-site .ax410-industry-shell{border-radius:16px!important}
  .axm-site .axm-industry-picker{padding:20px!important}
  .axm-site .axm-industry-picker label{color:#52637a!important;font-size:12px!important;font-weight:690!important}
  .axm-site .axm-industry-picker select{min-height:50px!important;border-color:#bdc9d8!important;border-radius:10px!important;font-size:16px!important}
  .axm-site .ax410-industry-panel{padding:24px 20px!important;gap:25px!important}
  .axm-site .ax410-industry-panel__copy h3{font-size:31px!important}
  .axm-site .ax410-industry-panel__copy p{font-size:15px!important}
  .axm-site .ax410-industry-panel__signals{grid-template-columns:1fr!important}
  .axm-site .ax410-industry-panel__signals span{font-size:12px!important}
  .axm-site .ax42-home .ax410-demos{padding:70px 0 76px!important}
  .axm-site .ax42-home .ax410-demo-grid{display:flex!important;gap:16px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scrollbar-width:none}
  .axm-site .ax42-home .ax410-demo-grid::-webkit-scrollbar{display:none}
  .axm-site .ax42-home .ax410-demo-card{flex:0 0 88%;scroll-snap-align:start}
  .axm-site .ax42-home .ax410-demo-card__media{height:230px!important}
  .axm-site .ax42-home .ax410-demo-card__body strong{font-size:22px!important}
  .axm-site .ax42-home .axm-founder-signal{padding-bottom:70px!important}
  .axm-site .ax42-home .axm-founder-signal__inner{padding:28px 24px!important}
  .axm-site .ax42-home .axm-founder-signal__copy h2{font-size:29px!important}
  .axm-site .ax42-home .ax410-faq{padding:70px 0!important}
  .axm-site .ax42-home .ax410-faq h2{font-size:39px!important}
  .axm-site .ax42-home .ax410-faq .faq-item button{min-height:72px!important;padding:18px!important;font-size:15px!important}
  .axm-site .axm-cta{min-height:0;margin-top:48px!important;margin-bottom:48px!important;padding:38px 29px!important;border-radius:18px!important}
  .axm-site .axm-cta::before{right:-5%;font-size:135px}
  .axm-site .axm-cta h2{font-size:37px!important}
  .axm-site .axm-cta p{font-size:15px!important}
  .axm-site .axm-cta .axm-button--white{width:100%!important;min-width:0!important}
  .axm-site .axm-page-head{width:calc(100% - 24px)!important;min-height:300px;margin-top:18px!important;padding:42px 25px!important;border-radius:18px}
  .axm-site .axm-page-head h1{font-size:44px!important}
  .axm-site .axm-page-head>p{font-size:16px!important}
  .axm-site .axm-section{padding:68px 0!important}
  .axm-site .axm-section--first{padding-top:50px!important}
  .axm-site .axm-section h2{font-size:37px!important}
  .axm-site .axm-section p{font-size:15px!important}
  .axm-site .axm-process{gap:36px!important}
  .axm-site .axm-main summary{font-size:16px!important}
  .axm-site .axm-tabs{grid-template-columns:repeat(2,1fr)!important;padding:7px!important}
  .axm-site .axm-tabs button{min-height:58px!important;flex-direction:row!important;font-size:12px!important}
  .axm-site .axm-tabs button:last-child{grid-column:1/-1}
  .axm-site .axm-panel{padding:22px!important}
  .axm-site .axm-panel-copy h3{font-size:33px!important}
  .axm-site .axm-service-art{height:230px!important}
  .axm-site .axm-price{padding:31px 25px!important}
  .axm-site .axm-price h2{font-size:30px!important}
  .axm-site .axm-price-amount strong{font-size:50px!important}
  .axm-site .axm-resource-nav{padding:14px!important}
  .axm-site .axm-resource-nav nav{overflow-x:auto;scrollbar-width:none}
  .axm-site .axm-resource-nav nav a{white-space:nowrap}
  .axm-site .axm-resource-features>a{min-height:285px!important}
  .axm-site .axm-resource-features strong{font-size:34px!important}
  .axm-site .axm-articles>a{padding:10px 10px 22px}
  .axm-site .ax410-about-hero{padding:62px 0!important}
  .axm-site .ax410-about-hero__copy h1{font-size:46px!important}
  .axm-site .ax410-about-hero__copy>p{font-size:16px!important}
  .axm-site .ax410-principles article{padding:25px!important}
  .axm-site .ax410-demo-library{padding-top:50px!important}
  .axm-site .ax410-demo-toolbar h2{font-size:35px!important}
  .axm-site .ax410-demo-row{grid-template-columns:1fr!important;padding:20px!important}
  .axm-site .ax410-demo-row__copy{grid-column:auto}
  .axm-site .ax410-demo-row__copy h3{font-size:30px!important}
  .axm-site .axm-about{width:calc(100% - 24px)!important;margin-top:18px;padding:40px 24px!important;border-radius:18px}
  .axm-site .axm-about h1{font-size:44px!important}
  .axm-site .axm-about .axm-lead{font-size:16px!important}
  .axm-site .axm-study{padding:30px 23px!important}
  .axm-site .axm-study-ring{width:210px!important;height:210px!important}
  .axm-site .axm-study-ring strong{font-size:54px!important}
  .axm-site .axm-study-copy h2{font-size:35px!important}
  .axm-site .axm-contact{padding:48px 14px 60px!important}
  .axm-site .axm-contact-heading h1{font-size:42px!important}
  .axm-site .axm-contact-card{padding:25px 18px!important;border-radius:16px!important}
  .axm-site .axm-contact .ax40-question h2{font-size:28px!important}
  .axm-site .axm-contact .ax40-choice-grid{grid-template-columns:1fr!important}
  .axm-site .axm-contact .ax40-choice-grid label>span{min-height:92px!important}
  .axm-site .axm-footer{padding-top:40px!important}
  .axm-site .axm-footer .axm-email{font-size:16px!important}
  .axm-site .axm-footer nav a,.axm-site .axm-footer nav button{font-size:12px!important}
}

@media(max-width:900px){
  .axm-site .ax42-founder-hero{grid-template-columns:1fr;gap:38px!important}
  .axm-site .ax42-founder-card{min-height:0}
  .axm-site .ax42-founder-story .axm-wrap,.axm-site .ax42-founder-team{grid-template-columns:1fr;gap:38px}
  .axm-site .ax42-founder-difference .axm-section-head{align-items:start;flex-direction:column;gap:18px}
  .axm-site .ax42-founder-difference .axm-section-head>p{max-width:520px}
  .axm-site .ax42-founder-difference__grid{grid-template-columns:1fr 1fr}
  .axm-site .ax42-founder-difference__grid article:last-child{grid-column:1/-1}
}

@media(max-width:650px){
  .axm-site .ax42-founder-hero{padding:42px 24px!important}
  .axm-site .ax42-founder-hero h1{font-size:clamp(42px,12vw,56px)!important}
  .axm-site .ax42-founder-hero .axm-lead{font-size:16px!important}
  .axm-site .ax42-founder-proof{display:grid;grid-template-columns:1fr;gap:8px}
  .axm-site .ax42-founder-proof span{font-size:11px}
  .axm-site .ax42-founder-card{padding:28px!important}
  .axm-site .ax42-founder-card>img{width:100px!important;height:100px!important}
  .axm-site .ax42-founder-story__body p{font-size:15px;line-height:1.7}
  .axm-site .ax42-founder-team__heading h2,.axm-site .ax42-founder-story__intro h2{font-size:34px!important}
  .axm-site .ax42-founder-team__grid article,.axm-site .ax42-founder-difference__grid article{padding:22px}
  .axm-site .ax42-founder-difference__grid{grid-template-columns:1fr}
  .axm-site .ax42-founder-difference__grid article:last-child{grid-column:auto}
  .axm-site .ax42-founder-steps article{grid-template-columns:39px minmax(0,1fr);gap:12px;padding:19px 0}
  .axm-site .ax42-founder-steps h3{font-size:18px!important}
  .axm-site .ax42-founder-steps p{font-size:13px}
}

@media(prefers-reduced-motion:reduce){
  .ax42-next-cue i{animation:none}
  .axm-site *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}
}
