:root {
  --ax-bg: #ffffff;
  --ax-ink: #15162b;
  --ax-muted: #5f6277;
  --ax-soft: #f4f6ff;
  --ax-line: #e3e7fb;
  --ax-primary: #3b2fd6;
  --ax-cyan: #11b7ff;
  --ax-pink: #a64dff;
  --ax-green: #1d9a76;
  --ax-danger: #d93025;
  --ax-shadow: 0 24px 70px rgba(42, 49, 130, 0.14);
  --ax-radius: 22px;
  --header-h: 76px;
  --font-display: "Outfit", sans-serif;
  --font-body: "Albert Sans", sans-serif;
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--ax-bg);
  color: var(--ax-ink);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { width: 100%; margin: 0; color: var(--ax-muted); }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; line-height: 1.04; letter-spacing: 0; color: var(--ax-ink); }

.ax-wrap { width: min(1160px, calc(100vw - 40px)); margin-inline: auto; }
.ax-page { padding-top: var(--header-h); }
.ax-sec { padding: 82px 0; }
.ax-sec--tint { background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%); }
.ax-grad-text {
  background: linear-gradient(120deg, var(--ax-primary), var(--ax-cyan) 54%, var(--ax-pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ax-head {
  position: fixed;
  inset: 0 0 auto;
  z-index: 900;
  height: var(--header-h);
  direction: ltr;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(227, 231, 251, 0.9);
}
.ax-head__bar { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.ax-head__logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.ax-head__nav { display: flex; align-items: center; gap: 1.05rem; font-weight: 700; font-size: 0.93rem; }
.ax-head__nav a:not(.ax-btn) { color: #34364f; }
.ax-head__nav a:not(.ax-btn):hover { color: var(--ax-primary); }
.ax-head__nav--mobile { display: none; }
.ax-lang { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.25rem; border: 1px solid var(--ax-line); border-radius: 999px; background: #fff; }
.ax-lang a { min-width: 34px; text-align: center; padding: 0.28rem 0.45rem; border-radius: 999px; font-size: 0.78rem; color: var(--ax-muted); }
.ax-lang a[aria-current="page"] { background: var(--ax-primary); color: #fff; }
.ax-nav-toggle { position: fixed; opacity: 0; pointer-events: none; }
.ax-head__burger { display: none; width: 42px; height: 42px; border: 1px solid var(--ax-line); border-radius: 12px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.ax-head__burger span { width: 20px; height: 2px; background: var(--ax-ink); border-radius: 99px; }

.ax-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.ax-btn:hover { transform: translateY(-1px); }
.ax-btn--primary { color: #fff; background: linear-gradient(135deg, var(--ax-primary), #694bff 55%, var(--ax-cyan)); box-shadow: 0 14px 34px rgba(59, 47, 214, 0.27); }
.ax-btn--ghost { color: var(--ax-primary); background: #fff; border-color: var(--ax-line); }
.ax-btn--sm { min-height: 40px; padding: 0.6rem 1rem; font-size: 0.86rem; }
.ax-btn--block { width: 100%; }

.ax-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 16% 18%, rgba(17, 183, 255, 0.18), transparent 28%), linear-gradient(120deg, #ffffff 0%, #f4f7ff 62%, #eef1ff 100%);
}
.ax-hero__media { position: absolute; inset: 0 0 0 47%; overflow: hidden; border-bottom-left-radius: 56px; }
.ax-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.ax-hero__media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,0.92), rgba(255,255,255,0.18) 42%, rgba(59,47,214,0.1)); }
.ax-hero__price {
  position: absolute;
  right: 6%;
  bottom: 8%;
  width: min(310px, 82%);
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  box-shadow: var(--ax-shadow);
}
.ax-hero__price small { display: block; color: var(--ax-muted); font-weight: 700; }
.ax-hero__price b { display: block; color: var(--ax-primary); font-size: 1.15rem; margin-top: 0.2rem; }
.ax-hero__copy { position: relative; z-index: 2; width: min(640px, 100%); padding-top: 36px; }
.ax-hero__kicker, .ax-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ax-primary);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}
.ax-hero__title { margin-top: 1rem; font-size: clamp(3.6rem, 6vw, 4.6rem); }
.ax-hero__title span { display: block; }
.ax-hero__title .ax-grad-text { padding-bottom: 0.14em; }
.ax-hero__sub { margin-top: 1.3rem; font-size: 1.18rem; color: #34364f; }
.ax-hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.7rem; }
.ax-hero__badges { list-style: none; display: flex; flex-wrap: wrap; gap: 0.7rem; margin: 1.5rem 0 0; padding: 0; }
.ax-hero__badges li { padding: 0.55rem 0.8rem; border-radius: 999px; background: #fff; border: 1px solid var(--ax-line); color: #34364f; font-weight: 800; font-size: 0.9rem; }
.ax-hero__note { margin-top: 1rem; font-size: 0.9rem; color: var(--ax-muted); }

.ax-head-block { width: min(790px, 100%); margin-bottom: 2.2rem; }
.ax-head-block--center { margin-inline: auto; text-align: center; }
.ax-h2 { font-size: clamp(2rem, 4vw, 3.8rem); margin-top: 0.55rem; margin-bottom: 0.75rem; }
.ax-areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.ax-area, .ax-card, .ax-price-card, .form-card, .ax-contact-panel, .ax-note {
  border: 1px solid var(--ax-line);
  border-radius: var(--ax-radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(42, 49, 130, 0.08);
}
.ax-area { padding: 1.2rem; min-height: 230px; }
.ax-area__icon, .ax-whyitem__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(59,47,214,0.12), rgba(17,183,255,0.16));
  color: var(--ax-primary);
  font-weight: 900;
}
.ax-area h3, .ax-card h2, .ax-card h3 { font-size: 1.2rem; margin-top: 1rem; margin-bottom: 0.55rem; }

.ax-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.ax-gtile { position: relative; overflow: hidden; min-height: 300px; margin: 0; border-radius: 24px; background: #ddd; box-shadow: var(--ax-shadow); }
.ax-gtile img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.ax-gtile:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(11, 12, 31, 0.72)); }
.ax-gtile figcaption { position: absolute; z-index: 2; left: 1rem; right: 1rem; bottom: 1rem; color: #fff; font-weight: 900; }

.ax-imm { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 3rem; align-items: center; }
.ax-imm__media { overflow: hidden; border-radius: 28px; box-shadow: var(--ax-shadow); }
.ax-imm__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ax-imm__copy h2 { font-size: clamp(2rem, 4vw, 3.7rem); margin: 0.6rem 0 1rem; }
.ax-imm__list { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: 1rem; }
.ax-imm__row { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; align-items: start; }
.ax-imm__num, .ax-pathstep__dot {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ax-primary), var(--ax-cyan));
  color: #fff;
  font-weight: 900;
}
.ax-imm__row h3 { font-size: 1.14rem; margin-bottom: 0.3rem; }

.ax-path { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.ax-pathstep { position: relative; padding: 1.4rem; border-radius: var(--ax-radius); background: #fff; border: 1px solid var(--ax-line); }
.ax-pathstep h3 { margin: 1rem 0 0.5rem; font-size: 1.15rem; }
.ax-why { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.ax-whyitem { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.2rem; background: #fff; border: 1px solid var(--ax-line); border-radius: var(--ax-radius); }
.ax-whyitem h3 { font-size: 1.15rem; margin-bottom: 0.35rem; }
.ax-plans, .ax-price-grid, .ax-about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.ax-plan, .ax-price-card { padding: 1.5rem; }
.ax-plan { border: 1px solid var(--ax-line); border-radius: var(--ax-radius); background: #fff; box-shadow: var(--ax-shadow); }
.ax-plan__name, .ax-price-card__operator { color: var(--ax-muted); font-weight: 900; }
.ax-plan__amount, .ax-price-card__amount strong { display: block; font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 4.3rem); font-weight: 800; line-height: 1; margin: 0.8rem 0 1rem; }
.ax-plan__amount span { font-size: 1rem; color: var(--ax-muted); }
.ax-plan__note { margin-top: 1rem; text-align: center; font-size: 0.92rem; }
.ax-band { text-align: center; border-radius: 30px; padding: clamp(2rem, 5vw, 4rem); color: #fff; background: linear-gradient(135deg, #241bb0, #6747ff 54%, #0db5f4); box-shadow: var(--ax-shadow); }
.ax-band h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.6rem); margin-bottom: 0.8rem; }
.ax-band p { color: rgba(255,255,255,0.88); margin-inline: auto; }
.ax-band .ax-btn { margin-top: 1.5rem; background: #fff; color: var(--ax-primary); box-shadow: none; }
.ax-band__note { margin-top: 1rem; font-size: 0.9rem; }

.page-hero { padding: calc(var(--header-h) + 4rem) 0 4rem; background: linear-gradient(120deg, #ffffff, #f1f5ff); text-align: center; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 5.5rem); margin-bottom: 1rem; }
.page-hero p { margin-inline: auto; font-size: 1.08rem; }
.ax-card, .ax-note, .form-card, .ax-contact-panel { padding: 1.5rem; }
.ax-contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 1.4rem; align-items: start; }
.ax-contact-panel a { color: var(--ax-primary); font-weight: 900; }
.narrow { width: min(560px, 100%); margin-inline: auto; }

.ax-price-card__amount span { display: block; color: var(--ax-muted); font-size: 0.85rem; font-weight: 900; }
.ax-price-card__period, .ax-price-card__trial { margin-bottom: 1rem; }
.ax-clean-list { margin: 1rem 0 1.4rem; padding: 0; list-style: none; display: grid; gap: 0.65rem; }
.ax-clean-list li { position: relative; padding-left: 1.5rem; color: var(--ax-muted); }
.ax-clean-list li:before { content: ""; position: absolute; left: 0; top: 0.62rem; width: 8px; height: 8px; border-radius: 50%; background: var(--ax-green); }
.ax-note { width: min(880px, 100%); margin-inline: auto; }
.ax-note h3 { margin-bottom: 0.7rem; }
.ax-note .ax-btn { margin-top: 1rem; }

.form-group { margin-bottom: 1.1rem; }
.contact-form h3,
.form-card h3 { margin-bottom: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.signin-card button,
.form-card button { margin-top: 0.5rem; }
label { display: block; font-weight: 900; margin-bottom: 0.4rem; }
input, textarea {
  width: 100%;
  border: 1px solid var(--ax-line);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--ax-ink);
  background: #fff;
}
textarea { resize: vertical; min-height: 150px; }
.error-msg,
.errorMsg { display: none; color: var(--ax-danger); font-size: 0.82rem; margin-top: 0.3rem; }
.form-success,
.successMsg { display: none; color: var(--ax-green); font-weight: 700; margin-top: 1rem; }
.form-disclaimer { color: var(--ax-muted); font-size: 0.82rem; margin-top: 1rem; }

.ax-faq-list { width: min(850px, 100%); margin-inline: auto; display: grid; gap: 0.75rem; }
.faq-item { border: 1px solid var(--ax-line); border-radius: 18px; background: #fff; padding: 0.9rem 1.1rem; }
.faq-item summary { cursor: pointer; font-family: var(--font-display); font-weight: 800; color: var(--ax-ink); }
.ax-faq-body { color: var(--ax-muted); padding-top: 0.7rem; }

.ax-foot { padding: 4rem 0 2rem; background: #101226; color: #fff; }
.ax-foot p { color: rgba(255,255,255,0.68); }
.ax-foot__top { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.ax-foot__brand img { filter: brightness(0) invert(1); margin-bottom: 1rem; }
.ax-foot__col { display: grid; gap: 0.55rem; align-content: start; }
.ax-foot__col h4 { color: #fff; margin-bottom: 0.5rem; }
.ax-foot__col a { color: rgba(255,255,255,0.74); }
.ax-foot__col a:hover { color: #fff; }
.ax-foot__legal { display: grid; gap: 0.35rem; padding-top: 1.4rem; font-size: 0.86rem; }
.ax-foot__langs { display: flex; gap: 0.5rem; margin-top: 0.7rem; }
.ax-foot__langs a { border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; padding: 0.3rem 0.65rem; color: rgba(255,255,255,0.75); }
.ax-foot__langs a[aria-current="page"] { background: #fff; color: var(--ax-primary); }

html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
}

.legals-wrap { padding: 3.5rem 0; }
.legals { padding-top: calc(var(--header-h) + 3rem); padding-bottom: 5rem; }
.legals .container { width: min(840px, 92vw); margin-inline: auto; }
.legals h1 { display: none; }
.legals h6 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ax-primary);
  margin: 2rem 0 0.5rem;
}
.legals p { margin-bottom: 0.85rem; line-height: 1.75; }
.legals ul { margin: 0.5rem 0 1rem; padding-inline-start: 1.2rem; }
.legals li { margin-bottom: 0.4rem; line-height: 1.7; }

@media (max-width: 980px) {
  .ax-hero { min-height: auto; padding: 7rem 0 4rem; }
  .ax-hero__media { position: relative; inset: auto; width: min(100% - 40px, 760px); height: 380px; margin: 2rem auto 0; border-radius: 28px; order: 2; }
  .ax-hero { display: flex; flex-direction: column; }
  .ax-areas, .ax-gallery, .ax-path { grid-template-columns: repeat(2, 1fr); }
  .ax-imm, .ax-contact-grid { grid-template-columns: 1fr; }
  .ax-foot__top { grid-template-columns: 1fr 1fr; }
  .ax-foot__brand { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .ax-head__nav--desktop { display: none; }
  .ax-head__burger { display: inline-flex; }
  .ax-head__nav--mobile {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    z-index: 800;
    display: grid;
    gap: 0.4rem;
    padding: 1rem 20px 1.2rem;
    background: rgba(255,255,255,0.98);
    border-bottom: 1px solid var(--ax-line);
    transform: translateY(-110%);
    visibility: hidden;
    transition: transform 0.25s ease, visibility 0.25s ease;
  }
  .ax-head__nav--mobile a:not(.ax-btn) { padding: 0.6rem 0; }
  .ax-head__nav--mobile .ax-btn { width: 100%; justify-content: center; }
  .ax-nav-toggle:checked ~ .ax-head__nav--mobile { transform: translateY(0); visibility: visible; }
}

@media (max-width: 640px) {
  .ax-wrap { width: min(100vw - 28px, 1160px); }
  .ax-sec { padding: 58px 0; }
  .ax-hero__title { font-size: 3.35rem; }
  .ax-hero__media { height: 300px; }
  .ax-areas, .ax-gallery, .ax-path, .ax-why, .ax-plans, .ax-price-grid, .ax-about-grid, .form-row, .ax-foot__top { grid-template-columns: 1fr; }
  .ax-gtile { min-height: 260px; }
  .page-hero { padding-top: calc(var(--header-h) + 3rem); }
}
