:root {
  --axioma-black: #070909;
  --axioma-graphite: #121515;
  --axioma-green: #b8ff37;
  --axioma-green-deep: #6fae17;
  --axioma-mist: #eef0ec;
  --axioma-cream: #f7f7f3;
  --axioma-line: rgba(13, 16, 15, .14);
  --axioma-radius: 28px;
  --axioma-shadow: 0 24px 70px rgba(8, 12, 10, .12);
}

html { scroll-behavior: smooth; }
body { background: var(--axioma-cream) !important; color: #111514; overflow-x: hidden; }
.wrapper { overflow: visible; }
.axioma-home, .axioma-home * { box-sizing: border-box; }
.axioma-home { margin-top: 0; font-family: "Stolzl", "Helvetica Neue", Arial, sans-serif; }
.axioma-shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }

.axioma-kicker { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 600; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.axioma-kicker span { display: inline-block; width: 38px; height: 1px; background: var(--axioma-green); }
.axioma-kicker--dark { color: #59605d; }
.axioma-heading { max-width: 780px; }
.axioma-heading h2 { margin: 20px 0 24px; color: #0c100f; font-size: clamp(42px, 5vw, 72px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.axioma-heading p { max-width: 680px; margin: 0; color: #5a615e; font-size: 17px; line-height: 1.65; }
.axioma-heading--inverse h2 { color: #fff; }
.axioma-heading--inverse p { color: rgba(255,255,255,.62); }
.axioma-heading--split { display: flex; justify-content: space-between; align-items: end; max-width: none; gap: 30px; }
.axioma-text-link { display: inline-flex; color: #111514; font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap; border-bottom: 1px solid #111514; padding-bottom: 5px; transition: color .25s, border-color .25s; }
.axioma-text-link:hover { color: var(--axioma-green-deep); border-color: var(--axioma-green-deep); }

.axioma-button { display: inline-flex; min-height: 54px; padding: 0 27px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-decoration: none; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.axioma-button:hover { transform: translateY(-2px); }
.axioma-button--light { background: #fff; color: #0b0e0d; }
.axioma-button--light:hover { background: var(--axioma-green); color: #0b0e0d; }
.axioma-button--ghost { color: #fff; border-color: rgba(255,255,255,.34); }
.axioma-button--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.62); }
.axioma-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Header */
.header { position: relative; z-index: 30; background: #050606 !important; color: #fff; border: 0 !important; }
.header.sticky { position: sticky; top: 0; }
.hcenter { background: #050606 !important; border: 0 !important; }
.hcenter__container { min-height: 88px; }
.hcenter__logo img, .mheader__logo img, .mobilemenu__logo img { width: auto; max-width: 210px; height: 56px !important; object-fit: contain; filter: invert(1); }
.hcenter svg, .hcenter__profile, .hcenter__profile a, .hcenter__icons, .hcenter__icons a, .hcenter .iconblock-text, .hcenter .iconblock-subtext-item a { color: #fff !important; fill: #fff !important; }
.hcenter .iconblock-count { background: var(--axioma-green) !important; color: #071006 !important; }
.header__nav { background: #050606 !important; border-top: 1px solid rgba(255,255,255,.12) !important; }
.header__nav a { color: rgba(255,255,255,.78) !important; }
.header__nav a:hover { color: var(--axioma-green) !important; }
.mheader { background: #050606 !important; }
.mobilemenu__panel { background: #f6f7f2 !important; }

/* Hero */
.axioma-hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #070909 url("img/axiomanext-hero.webp") center/cover no-repeat; color: #fff; }
.axioma-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,6,6,.96) 0%, rgba(4,6,6,.78) 44%, rgba(4,6,6,.13) 100%); }
.axioma-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(5,7,7,.88)); pointer-events: none; }
.axioma-hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 40px; align-items: center; padding: 86px 0; }
.axioma-hero__content { position: relative; z-index: 3; }
.axioma-hero h1 { margin: 26px 0 28px; color: #fff; font-size: clamp(62px, 6.8vw, 105px); font-weight: 500; letter-spacing: -.068em; line-height: .88; }
.axioma-hero h1 em { color: var(--axioma-green); font-style: normal; }
.axioma-hero__content > p { max-width: 620px; margin: 0 0 34px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.6; }
.axioma-hero__note { margin-top: 30px; padding-left: 18px; color: rgba(255,255,255,.52); font-size: 12px; letter-spacing: .07em; border-left: 1px solid var(--axioma-green); }
.axioma-hero__visual { position: relative; min-height: 570px; }
.axioma-hero__orb { position: absolute; width: 470px; height: 470px; top: 50%; left: 50%; border: 1px solid rgba(184,255,55,.25); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 120px rgba(111,174,23,.18), inset 0 0 90px rgba(184,255,55,.08); }
.axioma-hero__orb::before, .axioma-hero__orb::after { content: ""; position: absolute; inset: 45px; border: 1px solid rgba(255,255,255,.13); border-radius: inherit; }
.axioma-hero__orb::after { inset: 105px; border-color: rgba(184,255,55,.35); }
.axioma-hero__product { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 2; text-decoration: none; }
.axioma-hero__product img { width: min(88%, 540px); height: 510px; object-fit: contain; filter: drop-shadow(0 34px 38px rgba(0,0,0,.46)); transition: transform .5s ease; }
.axioma-hero__product:hover img { transform: translateY(-9px) rotate(-1deg); }
.axioma-hero__product span { max-width: 280px; margin-top: -18px; color: rgba(255,255,255,.7); font-size: 12px; text-align: center; }
.axioma-hero__formula { position: absolute; inset: 0; display: grid; place-content: center; color: #fff; font-size: 70px; font-weight: 700; letter-spacing: .18em; text-align: center; }
.axioma-hero__formula small { color: var(--axioma-green); font-size: 12px; letter-spacing: .42em; }
.axioma-hero__badge { position: absolute; right: 4%; bottom: 10%; z-index: 4; width: 108px; height: 108px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--axioma-green); color: #071006; transform: rotate(8deg); box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.axioma-hero__badge strong { font-size: 25px; line-height: 1; }
.axioma-hero__badge span { margin-top: 5px; font-size: 9px; line-height: 1.2; letter-spacing: .11em; text-align: center; text-transform: uppercase; }

.axioma-proof { position: relative; z-index: 3; background: #090b0b; color: #fff; border-top: 1px solid rgba(255,255,255,.12); }
.axioma-proof__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.axioma-proof__grid > div { min-height: 108px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 26px 34px; border-right: 1px solid rgba(255,255,255,.12); }
.axioma-proof__grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.axioma-proof strong { color: var(--axioma-green); font-size: 13px; letter-spacing: .15em; }
.axioma-proof span { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }

/* Sections */
.axioma-section { position: relative; padding: 132px 0; }
.axioma-section--light { background: var(--axioma-mist); }
.axioma-section--catalog { background: #fff; }
.axioma-section--dark { background: #080a0a; color: #fff; overflow: hidden; }
.axioma-section--dark::after { content: "INJIR"; position: absolute; right: -40px; bottom: -72px; color: rgba(255,255,255,.025); font-size: 300px; font-weight: 700; letter-spacing: -.08em; pointer-events: none; }

.axioma-tech-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.axioma-tech-card { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background: #fff; color: #101413; border-radius: var(--axioma-radius); text-decoration: none; box-shadow: 0 1px 0 rgba(0,0,0,.04); transition: transform .35s, box-shadow .35s; }
.axioma-tech-card:hover { transform: translateY(-8px); box-shadow: var(--axioma-shadow); }
.axioma-tech-card--dark { background: #101313; color: #fff; }
.axioma-tech-card--green { background: var(--axioma-green); color: #091007; }
.axioma-tech-card__index { align-self: flex-end; color: #909693; font-size: 12px; }
.axioma-tech-card--green .axioma-tech-card__index { color: rgba(7,16,6,.5); }
.axioma-tech-card small { color: #7a827e; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.axioma-tech-card--dark small { color: var(--axioma-green); }
.axioma-tech-card h3 { margin: 15px 0; color: inherit; font-size: 32px; font-weight: 500; letter-spacing: -.04em; }
.axioma-tech-card p { color: #68706c; font-size: 14px; line-height: 1.55; }
.axioma-tech-card--dark p { color: rgba(255,255,255,.58); }
.axioma-tech-card--green p { color: rgba(7,16,6,.67); }
.axioma-tech-card b { font-size: 12px; }

.axioma-products { margin-top: 55px; }
.axioma-products .p-thumbs { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.axioma-products .p-thumbs > [class*="p-thumbs__col-"] { width: auto !important; max-width: none !important; padding: 0 !important; }
.axioma-products .p-thumbs__inner { height: 100%; overflow: hidden; background: #f1f2ee; border: 0 !important; border-radius: 22px; box-shadow: none; transition: transform .3s, box-shadow .3s; }
.axioma-products .p-thumbs__inner:hover { transform: translateY(-6px); box-shadow: var(--axioma-shadow); }
.axioma-products .p-thumbs__img { height: 320px; padding: 26px; background: #f1f2ee; }
.axioma-products .p-thumbs__img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.axioma-products .p-thumbs__text { padding: 20px 22px 24px; background: #fff; }
.axioma-products .p-thumbs__text-name a { color: #101413; font-size: 16px; font-weight: 500; line-height: 1.35; }
.axioma-products .p-thumbs__price { color: #101413; font-size: 18px; }
.axioma-products .p-thumbs__button-col button { background: #101413 !important; border-radius: 50% !important; }
.axioma-products .p-thumbs__text-status { color: #69716d; }
.axioma-empty { margin-top: 45px; padding: 35px; background: #f0f2ee; border-radius: 20px; color: #606762; }

.axioma-discount { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: center; }
.axioma-statuses { position: relative; z-index: 2; }
.axioma-statuses > div { min-height: 82px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.13); transition: padding .25s, color .25s; }
.axioma-statuses > div:hover { padding-left: 12px; color: var(--axioma-green); }
.axioma-statuses span { color: var(--axioma-green); font-size: 11px; }
.axioma-statuses strong { font-size: 21px; font-weight: 500; }
.axioma-statuses small { color: rgba(255,255,255,.45); }
.axioma-discount .axioma-button { margin-top: 30px; }

.axioma-section--science { background: #f6f6f1; }
.axioma-science { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.axioma-science__visual { min-height: 540px; display: grid; place-items: center; border-radius: 46% 54% 55% 45%; background: radial-gradient(circle at 55% 42%, rgba(184,255,55,.92) 0 10%, rgba(126,181,37,.28) 11% 32%, transparent 33%), #111515; box-shadow: var(--axioma-shadow); }
.axioma-science__ring { width: 300px; height: 300px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025); }
.axioma-science__ring span { color: #fff; font-size: 40px; font-weight: 700; letter-spacing: .28em; text-indent: .28em; }
.axioma-checks { margin: 28px 0; padding: 0; list-style: none; }
.axioma-checks li { padding: 13px 0 13px 30px; position: relative; border-bottom: 1px solid var(--axioma-line); color: #3e4642; }
.axioma-checks li::before { content: "+"; position: absolute; left: 0; color: var(--axioma-green-deep); font-weight: 700; }

.axioma-section--education { background: #111515; color: #fff; }
.axioma-education-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.axioma-education-grid a { min-height: 320px; display: flex; flex-direction: column; padding: 32px; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; transition: background .3s, color .3s, transform .3s; }
.axioma-education-grid a:hover { background: var(--axioma-green); color: #071006; transform: translateY(-5px); }
.axioma-education-grid span { color: var(--axioma-green); font-size: 11px; }
.axioma-education-grid a:hover span { color: #071006; }
.axioma-education-grid h3 { margin: auto 0 15px; color: inherit; font-size: 34px; font-weight: 500; letter-spacing: -.04em; }
.axioma-education-grid p { min-height: 48px; margin: 0 0 28px; color: rgba(255,255,255,.54); line-height: 1.5; }
.axioma-education-grid a:hover p { color: rgba(7,16,6,.68); }
.axioma-education-grid b { font-size: 12px; }

.axioma-section--reviews { background: #fff; }
.axioma-review-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.axioma-review-grid blockquote { margin: 0; min-height: 280px; display: flex; flex-direction: column; padding: 34px; background: #f0f2ee; border-radius: 24px; }
.axioma-review-grid blockquote > div { color: #7bad20; letter-spacing: .18em; }
.axioma-review-grid p { margin: 33px 0; color: #222826; font-size: 17px; line-height: 1.6; }
.axioma-review-grid footer { margin-top: auto; background: transparent !important; color: #78807c; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.axioma-final { padding: 110px 0; color: #fff; background: #070909 url("img/axiomanext-hero.webp") center/cover no-repeat; }
.axioma-final__inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.axioma-final h2 { margin: 20px 0 0; color: #fff; font-size: clamp(42px, 5vw, 70px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }

/* Content pages */
.axioma-page { padding: 72px 0 110px; }
.axioma-page__header { max-width: 900px; margin-bottom: 48px; }
.axioma-page__header h1 { margin: 0; font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.axioma-page__subnav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 34px; }
.axioma-page__subnav a { display: inline-flex; padding: 11px 16px; color: #1b211e; border: 1px solid var(--axioma-line); border-radius: 999px; text-decoration: none; }
.axioma-page__body { max-width: 980px; color: #303734; font-size: 17px; line-height: 1.75; }
.axioma-page__body img { max-width: 100%; height: auto; border-radius: 20px; }
.axioma-page__body h2, .axioma-page__body h3 { color: #101413; letter-spacing: -.03em; }

/* Footer */
.axioma-footer { padding: 80px 0 30px; background: #070909; color: #fff; }
.axioma-footer__top { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 60px; }
.axioma-footer__brand img { width: 190px; height: auto; filter: invert(1); }
.axioma-footer__brand p { max-width: 310px; margin: 25px 0; color: rgba(255,255,255,.5); line-height: 1.6; }
.axioma-footer__social { display: flex; gap: 8px; }
.axioma-footer__social a { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; text-decoration: none; }
.axioma-footer__social a:hover { background: var(--axioma-green); color: #071006; border-color: var(--axioma-green); }
.axioma-footer h3 { margin: 0 0 22px; color: #fff; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.axioma-footer ul { margin: 0; padding: 0; list-style: none; }
.axioma-footer li { margin: 11px 0; }
.axioma-footer li a { color: rgba(255,255,255,.58); text-decoration: none; }
.axioma-footer li a:hover { color: var(--axioma-green); }
.axioma-footer__bottom { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.65; }
.axioma-footer__legal { max-width: 740px; }
.axioma-footer__mail { color: #fff; text-decoration: none; }

[data-axioma-reveal] { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
[data-axioma-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-axioma-reveal] { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1100px) {
  .axioma-shell { width: min(100% - 40px, 960px); }
  .axioma-hero { min-height: 670px; }
  .axioma-hero__grid { grid-template-columns: 1fr .75fr; }
  .axioma-hero__visual { min-height: 460px; }
  .axioma-hero__orb { width: 360px; height: 360px; }
  .axioma-hero__product img { height: 420px; }
  .axioma-tech-grid { grid-template-columns: repeat(2,1fr); }
  .axioma-products .p-thumbs { grid-template-columns: repeat(2,1fr); }
  .axioma-discount { gap: 45px; }
  .axioma-footer__top { grid-template-columns: 1.2fr repeat(2,1fr); }
  .axioma-footer__top > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 767px) {
  .axioma-shell { width: calc(100% - 32px); }
  .axioma-section { padding: 82px 0; }
  .axioma-heading h2 { font-size: 42px; }
  .axioma-heading--split, .axioma-final__inner { display: block; }
  .axioma-heading--split .axioma-text-link { margin-top: 24px; }
  .axioma-hero { min-height: auto; }
  .axioma-hero::before { background: linear-gradient(180deg, rgba(4,6,6,.94) 0%, rgba(4,6,6,.72) 58%, rgba(4,6,6,.9) 100%); }
  .axioma-hero__grid { grid-template-columns: 1fr; padding: 62px 0 40px; }
  .axioma-hero h1 { font-size: 57px; }
  .axioma-hero__content > p { font-size: 16px; }
  .axioma-hero__visual { min-height: 380px; margin-top: -20px; }
  .axioma-hero__orb { width: 310px; height: 310px; }
  .axioma-hero__product img { width: 100%; height: 350px; }
  .axioma-hero__badge { right: 2%; bottom: 5%; width: 88px; height: 88px; }
  .axioma-proof__grid { grid-template-columns: repeat(2,1fr); }
  .axioma-proof__grid > div { min-height: 90px; padding: 18px; border: 1px solid rgba(255,255,255,.1); }
  .axioma-tech-grid, .axioma-products .p-thumbs, .axioma-education-grid, .axioma-review-grid { grid-template-columns: 1fr; }
  .axioma-tech-card { min-height: 340px; }
  .axioma-products .p-thumbs__img { height: 300px; }
  .axioma-discount, .axioma-science { grid-template-columns: 1fr; gap: 55px; }
  .axioma-statuses > div { grid-template-columns: 34px 1fr; }
  .axioma-statuses small { grid-column: 2; margin-top: -22px; padding-bottom: 15px; }
  .axioma-science__visual { min-height: 390px; order: 2; }
  .axioma-science__ring { width: 220px; height: 220px; }
  .axioma-final .axioma-actions { margin-top: 35px; }
  .axioma-footer__top { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
  .axioma-footer__brand { grid-column: 1 / -1; }
  .axioma-footer__top > div:last-child { grid-column: 1 / -1; }
  .axioma-footer__bottom { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .axioma-hero h1 { font-size: 48px; }
  .axioma-actions { display: grid; }
  .axioma-button { width: 100%; }
  .axioma-proof__grid { grid-template-columns: 1fr; }
  .axioma-tech-grid { grid-template-columns: 1fr; }
}

/* AXIOMA NEXT 2.1 — единая витрина INJIR HAIR, Nirvel и Системы Аксиом */
.axioma-button--accent { background: var(--axioma-green); color: #071006; }
.axioma-button--accent:hover { background: #fff; color: #071006; }

.axioma-hero--ecosystem { min-height: 790px; background: #070909; }
.axioma-hero--ecosystem::before {
  background:
    radial-gradient(circle at 78% 30%, rgba(184,255,55,.18), transparent 24%),
    radial-gradient(circle at 66% 78%, rgba(255,150,80,.12), transparent 28%),
    linear-gradient(110deg, rgba(5,7,7,1) 0%, rgba(9,12,11,.97) 48%, rgba(17,21,19,.93) 100%);
}
.axioma-hero--ecosystem::after { height: 210px; background: linear-gradient(transparent, rgba(4,6,6,.94)); }
.axioma-hero--ecosystem .axioma-hero__grid { grid-template-columns: .95fr 1.05fr; }
.axioma-hero--ecosystem h1 { font-size: clamp(64px, 7vw, 108px); }
.axioma-hero--ecosystem .axioma-hero__content > p { max-width: 660px; }
.axioma-hero__brands { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 38px; color: rgba(255,255,255,.52); font-size: 10px; font-weight: 600; letter-spacing: .13em; }
.axioma-hero__brands i { width: 4px; height: 4px; background: var(--axioma-green); border-radius: 50%; }
.axioma-hero__showcase { position: relative; min-height: 610px; }
.axioma-hero__halo { position: absolute; width: 510px; height: 510px; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(184,255,55,.24); border-radius: 50%; box-shadow: 0 0 120px rgba(184,255,55,.09), inset 0 0 90px rgba(184,255,55,.05); }
.axioma-hero__halo::before, .axioma-hero__halo::after { content: ""; position: absolute; border-radius: inherit; border: 1px solid rgba(255,255,255,.09); }
.axioma-hero__halo::before { inset: 55px; }
.axioma-hero__halo::after { inset: 125px; border-color: rgba(184,255,55,.22); }
.axioma-hero__item { position: absolute; display: flex; flex-direction: column; align-items: center; z-index: 2; text-decoration: none; transition: transform .4s ease; }
.axioma-hero__item:hover { transform: translateY(-9px); z-index: 5; }
.axioma-hero__item img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 30px 32px rgba(0,0,0,.55)); }
.axioma-hero__item span { margin-top: -6px; padding: 7px 11px; background: rgba(7,9,9,.78); color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .15em; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; backdrop-filter: blur(8px); }
.axioma-hero__item--injir { width: 260px; height: 430px; left: 27%; top: 10%; }
.axioma-hero__item--nirvel { width: 225px; height: 390px; right: 6%; top: 22%; }
.axioma-hero__item--axioma { width: 230px; height: 300px; left: 0; bottom: 3%; }
.axioma-hero__stamp { position: absolute; right: 1%; bottom: 2%; z-index: 6; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--axioma-green); color: #071006; border-radius: 50%; transform: rotate(7deg); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.axioma-hero__stamp strong { font-size: 24px; line-height: 1; }
.axioma-hero__stamp span { margin-top: 5px; font-size: 8px; line-height: 1.25; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

.axioma-section--directions { background: #eef0ec; }
.axioma-direction-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.axioma-direction { position: relative; min-height: 520px; display: flex; flex-direction: column; padding: 34px; overflow: hidden; color: #101413; text-decoration: none; border-radius: 28px; transition: transform .35s ease, box-shadow .35s ease; isolation: isolate; }
.axioma-direction::before { content: ""; position: absolute; right: -90px; bottom: -90px; width: 280px; height: 280px; z-index: -1; border-radius: 50%; background: rgba(255,255,255,.2); box-shadow: 0 0 0 38px rgba(255,255,255,.08), 0 0 0 78px rgba(255,255,255,.04); }
.axioma-direction:hover { transform: translateY(-8px); box-shadow: var(--axioma-shadow); }
.axioma-direction--injir { background: #111514; color: #fff; }
.axioma-direction--nirvel { background: #e4ab7f; color: #15100d; }
.axioma-direction--axioma { background: #f04f83; color: #190b10; }
.axioma-direction__number { align-self: flex-end; color: currentColor; opacity: .48; font-size: 12px; letter-spacing: .1em; }
.axioma-direction__tag { margin-top: 45px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; opacity: .65; }
.axioma-direction h3 { margin: 22px 0; color: inherit; font-size: clamp(40px, 4vw, 57px); font-weight: 600; line-height: .88; letter-spacing: -.06em; }
.axioma-direction p { max-width: 340px; margin: 0; color: inherit; opacity: .68; font-size: 14px; line-height: 1.6; }
.axioma-direction b { margin-top: auto; font-size: 12px; letter-spacing: .03em; }
.axioma-direction--injir b { color: var(--axioma-green); }

.axioma-section--system { overflow: hidden; background: #0b0e0d; color: #fff; }
.axioma-section--system::before { content: "NIRVEL + INJIR"; position: absolute; right: -30px; bottom: -35px; color: rgba(255,255,255,.025); font-size: clamp(90px, 15vw, 230px); font-weight: 700; letter-spacing: -.08em; white-space: nowrap; }
.axioma-system { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.axioma-system .axioma-heading p { margin-bottom: 32px; }
.axioma-system__steps { border-top: 1px solid rgba(255,255,255,.15); }
.axioma-system__steps > div { display: grid; grid-template-columns: 46px 1fr 1.1fr; gap: 20px; align-items: center; min-height: 105px; border-bottom: 1px solid rgba(255,255,255,.15); }
.axioma-system__steps span { color: var(--axioma-green); font-size: 11px; }
.axioma-system__steps strong { color: #fff; font-size: 18px; font-weight: 500; }
.axioma-system__steps small { color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.45; }

.axioma-catalog-block { padding: 112px 0; }
.axioma-catalog-block + .axioma-catalog-block { border-top: 1px solid rgba(12,16,15,.1); }
.axioma-catalog-block--warm { background: #fbf4ed; }
.axioma-catalog-block--paper { background: #f3f1ee; }
.axioma-catalog-block .axioma-heading--split > div { max-width: 760px; }
.axioma-catalog-block .axioma-heading h2 { margin-bottom: 15px; }
.axioma-category-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.axioma-category-links a { display: inline-flex; padding: 11px 16px; color: #27211d; border: 1px solid rgba(39,33,29,.18); border-radius: 999px; text-decoration: none; font-size: 11px; letter-spacing: .04em; transition: background .2s, color .2s, border-color .2s; }
.axioma-category-links a:hover { background: #17120f; color: #fff; border-color: #17120f; }

.axioma-empty { margin-top: 42px; padding: 26px; background: rgba(255,255,255,.7); color: #5d6460; border: 1px solid rgba(12,16,15,.08); border-radius: 18px; }
.axioma-section--education .axioma-heading p { color: rgba(255,255,255,.6); }
.axioma-final { background: linear-gradient(110deg, rgba(5,7,7,.98), rgba(16,21,18,.88)), url("img/axiomanext-hero.webp") center/cover no-repeat; }

/* Основное меню трёх направлений */
.axioma-primary-nav { display: flex; align-items: center; gap: 4px; }
.axioma-primary-nav a { display: inline-flex; align-items: center; min-height: 48px; padding: 0 16px; color: rgba(255,255,255,.78) !important; text-decoration: none; font-size: 12px; white-space: nowrap; border-radius: 999px; }
.axioma-primary-nav a:hover { background: rgba(255,255,255,.08); color: var(--axioma-green) !important; }
.axioma-mobile-primary { display: grid; gap: 8px; padding: 24px 20px; }
.axioma-mobile-primary a { display: flex; justify-content: space-between; padding: 15px 0; color: #111514; text-decoration: none; font-size: 15px; border-bottom: 1px solid rgba(12,16,15,.12); }
.axioma-mobile-primary a::after { content: "→"; color: #6fae17; }

@media (max-width: 1100px) {
  .axioma-hero--ecosystem .axioma-hero__grid { grid-template-columns: .95fr 1.05fr; }
  .axioma-hero__showcase { min-height: 500px; }
  .axioma-hero__halo { width: 410px; height: 410px; }
  .axioma-hero__item--injir { width: 215px; height: 360px; left: 25%; }
  .axioma-hero__item--nirvel { width: 180px; height: 330px; }
  .axioma-hero__item--axioma { width: 185px; height: 250px; }
  .axioma-direction-grid { grid-template-columns: 1fr; }
  .axioma-direction { min-height: 390px; }
  .axioma-system { gap: 45px; }
  .axioma-primary-nav a { padding: 0 10px; font-size: 10px; }
}

@media (max-width: 767px) {
  .axioma-hero--ecosystem .axioma-hero__grid { grid-template-columns: 1fr; }
  .axioma-hero--ecosystem h1 { font-size: 55px; }
  .axioma-hero__showcase { min-height: 430px; margin-top: 0; }
  .axioma-hero__halo { width: 330px; height: 330px; }
  .axioma-hero__item--injir { width: 180px; height: 300px; left: 27%; top: 8%; }
  .axioma-hero__item--nirvel { width: 145px; height: 265px; right: 1%; top: 24%; }
  .axioma-hero__item--axioma { width: 145px; height: 205px; left: -2%; bottom: 3%; }
  .axioma-hero__stamp { width: 84px; height: 84px; right: 0; bottom: 0; }
  .axioma-hero__brands { line-height: 1.5; }
  .axioma-direction { min-height: 360px; padding: 28px; }
  .axioma-direction__tag { margin-top: 30px; }
  .axioma-direction h3 { font-size: 42px; }
  .axioma-system { grid-template-columns: 1fr; gap: 50px; }
  .axioma-system__steps > div { grid-template-columns: 36px 1fr; padding: 18px 0; }
  .axioma-system__steps small { grid-column: 2; margin-top: -13px; }
  .axioma-catalog-block { padding: 82px 0; }
  .axioma-primary-nav { display: none; }
}

@media (max-width: 420px) {
  .axioma-hero--ecosystem h1 { font-size: 47px; }
  .axioma-hero__showcase { min-height: 380px; }
  .axioma-hero__halo { width: 285px; height: 285px; }
  .axioma-hero__item--injir { width: 155px; height: 260px; }
  .axioma-hero__item--nirvel { width: 128px; height: 225px; }
  .axioma-hero__item--axioma { width: 128px; height: 180px; }
  .axioma-direction h3 { font-size: 38px; }
}
