:root {
  --axtr-deep: #102d23;
  --axtr-deep-2: #174737;
  --axtr-ink: #26332e;
  --axtr-muted: #53615b;
  --axtr-ivory: #f7f3ea;
  --axtr-cream: #fcfaf5;
  --axtr-sand: #eee6d4;
  --axtr-line: #d9d6cd;
  --axtr-gold: #d4b66e;
  --axtr-gold-dark: #76591f;
  --axtr-white: #ffffff;
  --axtr-shadow: 0 22px 60px rgba(16, 45, 35, 0.11);
}

html {
  scroll-behavior: smooth;
}

html.axtr-nav-open,
html.axtr-nav-open body {
  overflow: hidden;
}

body.axia-transaction-template {
  margin: 0;
  min-width: 320px;
  background: var(--axtr-cream);
  color: var(--axtr-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.axia-transaction-template.admin-bar .axtr-header {
  top: 32px;
}

#axtr-v2,
#axtr-v2 *,
#axtr-v2 *::before,
#axtr-v2 *::after {
  box-sizing: border-box;
}

#axtr-v2 {
  width: 100%;
  min-width: 320px;
  background: var(--axtr-cream);
  color: var(--axtr-ink);
  overflow: clip;
}

#axtr-v2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

#axtr-v2 a {
  color: inherit;
  text-decoration: none;
}

#axtr-v2 button,
#axtr-v2 a {
  -webkit-tap-highlight-color: transparent;
}

#axtr-v2 p,
#axtr-v2 h1,
#axtr-v2 h2,
#axtr-v2 h3,
#axtr-v2 ul,
#axtr-v2 ol,
#axtr-v2 dl,
#axtr-v2 dd {
  margin-top: 0;
}

#axtr-v2 h1,
#axtr-v2 h2,
#axtr-v2 h3,
#axtr-v2 strong {
  font-weight: 700;
}

#axtr-v2 h1,
#axtr-v2 h2 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.025em;
}

#axtr-v2 :focus-visible {
  outline: 3px solid #c79d3e;
  outline-offset: 4px;
}

.axtr-shell {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}

.axtr-skip {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--axtr-white);
  color: var(--axtr-deep);
  font-weight: 700;
  transition: transform 0.18s ease;
}

.axtr-skip:focus {
  transform: translateY(0);
}

.axtr-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 200;
  height: 90px;
  border-bottom: 1px solid rgba(16, 45, 35, 0.08);
  background: rgba(252, 250, 245, 0.97);
  backdrop-filter: blur(12px);
}

.axtr-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, calc(100% - 68px));
  height: 100%;
  margin-inline: auto;
}

.axtr-logo {
  display: flex;
  align-items: center;
  width: 138px;
  flex: 0 0 auto;
}

.axtr-logo img {
  width: 138px;
}

.axtr-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-size: 14px;
  font-weight: 700;
  color: var(--axtr-deep);
}

.axtr-nav a {
  position: relative;
  padding-block: 12px;
}

.axtr-nav a:not(.axtr-nav__contact)::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--axtr-gold-dark);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease;
}

.axtr-nav a:not(.axtr-nav__contact):hover::after,
.axtr-nav a:not(.axtr-nav__contact):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.axtr-nav__contact {
  padding: 12px 20px !important;
  background: var(--axtr-deep);
  color: var(--axtr-white) !important;
}

.axtr-menu {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(16, 45, 35, 0.22);
  background: transparent;
  color: var(--axtr-deep);
  cursor: pointer;
}

.axtr-menu span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 0.2s ease;
}

.axtr-header.is-open .axtr-menu span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.axtr-header.is-open .axtr-menu span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

#axtr-main {
  padding-top: 90px;
}

#axtr-policy,
#axtr-use,
#axtr-sharing,
#axtr-security,
#axtr-rights {
  scroll-margin-top: 112px;
}

.axtr-hero {
  position: relative;
  isolation: isolate;
  min-height: 540px;
  padding: 68px 0 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgba(212, 182, 110, 0.18), transparent 35%),
    linear-gradient(128deg, #0f2e24 0%, #12392b 57%, #1f5642 100%);
  color: var(--axtr-white);
}

.axtr-hero::after {
  position: absolute;
  top: -260px;
  right: -150px;
  z-index: -1;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.axtr-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.72fr);
  align-items: center;
  gap: clamp(44px, 6vw, 84px);
}

.axtr-eyebrow,
.axtr-kicker {
  margin-bottom: 22px;
  color: #ead9aa;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.axtr-hero h1 {
  max-width: 700px;
  margin-bottom: 26px;
  color: var(--axtr-white);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.35;
}

.axtr-hero__lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 253, 248, 0.9);
  font-size: 17px;
  line-height: 1.95;
}

.axtr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.axtr-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 15px 24px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.axtr-button span {
  margin-left: 28px;
}

.axtr-button:hover {
  transform: translateY(-2px);
}

.axtr-button--gold {
  background: var(--axtr-gold);
  color: var(--axtr-deep) !important;
}

.axtr-button--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--axtr-white) !important;
}

.axtr-button--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.axtr-button--dark {
  background: var(--axtr-deep);
  color: var(--axtr-white) !important;
}

.axtr-hero__card {
  padding: 36px 36px 28px;
  border-top: 4px solid var(--axtr-gold);
  background: var(--axtr-cream);
  box-shadow: var(--axtr-shadow);
  color: var(--axtr-deep);
}

.axtr-hero__card > p {
  margin-bottom: 20px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
  font-weight: 700;
}

.axtr-hero__card ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.axtr-hero__card li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(16, 45, 35, 0.14);
}

.axtr-hero__card li span {
  color: var(--axtr-gold-dark);
  font-family: Georgia, serif;
  font-size: 13px;
}

.axtr-hero__card li strong {
  font-size: 15px;
  line-height: 1.65;
}

.axtr-policy,
.axtr-use,
.axtr-security,
.axtr-rights {
  padding: 104px 0;
}

.axtr-policy {
  background: linear-gradient(180deg, #f1f3ec 0%, var(--axtr-cream) 100%);
}

.axtr-policy__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(54px, 7vw, 104px);
}

.axtr-section-head h2 {
  margin-bottom: 22px;
  color: var(--axtr-deep);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.5;
}

.axtr-section-head > p:last-child {
  margin-bottom: 0;
  color: var(--axtr-muted);
  font-size: 16px;
  line-height: 1.95;
}

.axtr-section-head--center {
  max-width: 800px;
  margin: 0 auto 54px;
  text-align: center;
}

.axtr-section-head--center .axtr-kicker {
  color: var(--axtr-gold-dark);
}

.axtr-policy__body {
  display: grid;
  gap: 26px;
}

.axtr-operator {
  padding: 28px 30px;
  border-left: 4px solid var(--axtr-gold);
  background: var(--axtr-white);
  box-shadow: 0 14px 38px rgba(16, 45, 35, 0.07);
}

.axtr-operator__label {
  margin-bottom: 5px;
  color: var(--axtr-gold-dark);
  font-size: 14px;
  font-weight: 700;
}

.axtr-operator h3 {
  margin-bottom: 18px;
  color: var(--axtr-deep);
  font-size: 21px;
}

.axtr-operator dl {
  margin-bottom: 0;
}

.axtr-operator dl > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--axtr-line);
}

.axtr-operator dt {
  color: var(--axtr-muted);
  font-size: 14px;
  font-weight: 700;
}

.axtr-operator dd {
  margin-bottom: 0;
  color: var(--axtr-ink);
  font-size: 16px;
  overflow-wrap: anywhere;
}

.axtr-operator dd a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.axtr-use {
  background: var(--axtr-cream);
}

.axtr-source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.axtr-source-grid article {
  position: relative;
  min-height: 250px;
  padding: 26px 24px;
  border: 1px solid var(--axtr-line);
  background: var(--axtr-white);
}

.axtr-source-grid article > span {
  display: block;
  margin-bottom: 22px;
  color: var(--axtr-gold-dark);
  font-family: Georgia, serif;
  font-size: 14px;
}

.axtr-source-grid h3 {
  margin-bottom: 12px;
  color: var(--axtr-deep);
  font-size: 18px;
  line-height: 1.55;
}

.axtr-source-grid p {
  margin-bottom: 0;
  color: var(--axtr-muted);
  font-size: 16px;
  line-height: 1.85;
}

.axtr-source-grid p + p {
  margin-top: 12px;
}

.axtr-source-grid p strong {
  color: var(--axtr-deep);
  font-size: 16px;
}

.axtr-purpose {
  margin-top: 52px;
  padding: 40px;
  background: #eef1e9;
}

.axtr-purpose > h3 {
  margin-bottom: 24px;
  color: var(--axtr-deep);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 27px;
}

.axtr-purpose__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--axtr-line);
}

.axtr-payment .axtr-purpose__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.axtr-purpose__grid article {
  min-height: 150px;
  padding: 24px;
  background: var(--axtr-white);
}

.axtr-purpose__grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--axtr-deep);
  font-size: 16px;
}

.axtr-purpose__grid p {
  margin-bottom: 0;
  color: var(--axtr-muted);
  font-size: 16px;
}

.axtr-purpose__note {
  margin: 22px 0 0;
  color: var(--axtr-muted);
  font-size: 16px;
}

.axtr-sharing {
  padding: 104px 0;
  background:
    radial-gradient(circle at 95% 10%, rgba(212, 182, 110, 0.16), transparent 31%),
    var(--axtr-deep);
  color: var(--axtr-white);
}

.axtr-section-head--light {
  max-width: 810px;
  margin-bottom: 50px;
}

.axtr-section-head--light h2 {
  color: var(--axtr-white);
}

.axtr-section-head--light > p:last-child {
  color: rgba(255, 255, 255, 0.82);
}

.axtr-sharing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.axtr-sharing__grid article {
  min-height: 250px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.axtr-sharing__grid article > span {
  display: block;
  margin-bottom: 18px;
  color: var(--axtr-gold);
  font-family: Georgia, serif;
  font-size: 14px;
}

.axtr-sharing__grid h3 {
  margin-bottom: 12px;
  color: var(--axtr-white);
  font-size: 20px;
}

.axtr-sharing__grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.9;
}

.axtr-return-grid article {
  display: flex;
  flex-direction: column;
  min-height: 520px;
}

.axtr-return-grid article > span {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.axtr-check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 20px !important;
  padding: 0;
  list-style: none;
}

.axtr-check-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.axtr-check-list li::before {
  position: absolute;
  top: 0.68em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--axtr-gold);
  border-radius: 50%;
  content: "";
}

.axtr-sharing__grid .axtr-card-note {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
}

.axtr-sharing__grid .axtr-check-list + .axtr-card-note {
  margin-top: auto;
}

.axtr-sharing__grid .axtr-card-note + .axtr-card-note {
  margin-top: 12px;
  padding-top: 12px;
}

.axtr-consumable {
  margin-top: 22px;
  padding: 28px 30px;
  border-left: 4px solid var(--axtr-gold);
  background: rgba(255, 255, 255, 0.1);
}

.axtr-consumable h3 {
  margin-bottom: 8px;
  color: var(--axtr-white);
  font-size: 19px;
}

.axtr-consumable p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.9;
}

.axtr-security {
  background: #f1f3ec;
}

.axtr-security__layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.74fr) minmax(0, 1.26fr);
  align-items: start;
  gap: clamp(54px, 7vw, 100px);
}

.axtr-security__body {
  display: grid;
  gap: 26px;
}

.axtr-security-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.axtr-security-list li {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--axtr-line);
}

.axtr-security-list li:first-child {
  border-top: 1px solid var(--axtr-line);
}

.axtr-security-list strong {
  color: var(--axtr-deep);
  font-size: 16px;
}

.axtr-security-list p {
  margin-bottom: 0;
  color: var(--axtr-muted);
  font-size: 16px;
}

.axtr-overquantity {
  padding: 30px;
  border-top: 4px solid var(--axtr-gold);
  background: var(--axtr-white);
  box-shadow: 0 16px 42px rgba(16, 45, 35, 0.07);
}

.axtr-overquantity h3 {
  margin-bottom: 12px;
  color: var(--axtr-deep);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
}

.axtr-overquantity p {
  margin-bottom: 12px;
  color: var(--axtr-muted);
  font-size: 16px;
}

.axtr-overquantity p:last-child {
  margin-bottom: 0;
}

.axtr-overquantity a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  margin-top: 10px;
  padding: 12px 16px;
  background: var(--axtr-deep);
  color: var(--axtr-white) !important;
  font-size: 14px;
  font-weight: 700;
}

.axtr-overquantity a span {
  margin-left: 20px;
}

.axtr-rights {
  background: var(--axtr-cream);
}

.axtr-rights__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: clamp(46px, 6vw, 82px);
}

.axtr-rights__copy > p {
  margin-bottom: 20px;
  color: var(--axtr-muted);
  font-size: 16px;
}

.axtr-procedure {
  padding: 30px;
  background: #eef1e9;
}

.axtr-procedure h3 {
  margin-bottom: 20px;
  color: var(--axtr-deep);
  font-size: 20px;
}

.axtr-procedure ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.axtr-procedure li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.axtr-procedure li span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--axtr-deep);
  color: var(--axtr-white);
  font-size: 13px;
  font-weight: 700;
}

.axtr-procedure li p,
.axtr-procedure__note {
  margin-bottom: 0;
  color: var(--axtr-muted);
  font-size: 16px;
}

.axtr-procedure__note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--axtr-line);
}

.axtr-contact-cards {
  display: grid;
  gap: 16px;
}

.axtr-contact-card {
  padding: 30px;
  border: 1px solid var(--axtr-line);
  background: var(--axtr-white);
  box-shadow: 0 16px 40px rgba(16, 45, 35, 0.07);
}

.axtr-contact-card > span {
  display: block;
  margin-bottom: 6px;
  color: var(--axtr-gold-dark);
  font-size: 14px;
  font-weight: 700;
}

.axtr-contact-card h3 {
  margin-bottom: 14px;
  color: var(--axtr-deep);
  font-size: 21px;
}

.axtr-contact-card p {
  margin-bottom: 18px;
  color: var(--axtr-muted);
  font-size: 16px;
}

.axtr-contact-card--phone {
  border: 0;
  border-top: 4px solid var(--axtr-gold);
  background: var(--axtr-deep);
  color: var(--axtr-white);
}

.axtr-contact-card--phone > span {
  color: var(--axtr-gold);
}

.axtr-contact-card--phone h3,
.axtr-contact-card--phone p {
  color: var(--axtr-white);
}

.axtr-contact-card--phone > a {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--axtr-white) !important;
  font-family: Arial, sans-serif;
  font-size: clamp(29px, 3.3vw, 40px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
}

.axtr-revision {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 26px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--axtr-line);
}

.axtr-revision h3 {
  margin-bottom: 0;
  color: var(--axtr-deep);
  font-size: 17px;
}

.axtr-revision p {
  margin-bottom: 0;
  color: var(--axtr-muted);
  font-size: 16px;
}

.axtr-revision p:last-child {
  white-space: nowrap;
}

.axtr-footer {
  padding: 72px 0 26px;
  background: #0b241c;
  color: rgba(255, 255, 255, 0.78);
}

.axtr-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
}

.axtr-footer__brand img {
  width: 145px;
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.axtr-footer__brand p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.9;
}

.axtr-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.axtr-footer__nav div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.axtr-footer__nav strong {
  margin-bottom: 7px;
  color: var(--axtr-gold);
  font-size: 13px;
}

.axtr-footer__nav a {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 14px;
}

.axtr-footer__nav a:hover {
  color: var(--axtr-white) !important;
}

.axtr-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.axtr-footer__bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.axtr-mobile-actions {
  display: none;
}

@media (max-width: 1100px) {
  .axtr-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.68fr);
    gap: 38px;
  }

  .axtr-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .axtr-source-grid article {
    min-height: 220px;
  }

  .axtr-payment .axtr-purpose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .axtr-rights__grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
    gap: 38px;
  }

  .axtr-footer__grid {
    gap: 50px;
  }
}

@media (max-width: 900px) {
  body.axia-transaction-template.admin-bar .axtr-header {
    top: 46px;
  }

  .axtr-shell {
    width: min(760px, calc(100% - 44px));
  }

  .axtr-header {
    height: 74px;
  }

  .axtr-header__inner {
    width: calc(100% - 36px);
  }

  .axtr-logo,
  .axtr-logo img {
    width: 122px;
  }

  .axtr-menu {
    display: block;
  }

  .is-nav-enhanced .axtr-nav {
    position: fixed;
    top: 74px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: 0;
    padding: 0 22px;
    overflow: hidden;
    background: var(--axtr-cream);
    box-shadow: 0 20px 40px rgba(16, 45, 35, 0.14);
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.24s ease, opacity 0.2s ease, visibility 0.2s ease, padding 0.2s ease;
  }

  body.admin-bar .is-nav-enhanced .axtr-nav {
    top: 120px;
  }

  #axtr-v2:not(.is-nav-enhanced) .axtr-nav {
    max-width: calc(100vw - 176px);
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
  }

  .axtr-header.is-open .axtr-nav {
    max-height: calc(100vh - 74px);
    padding-block: 12px 18px;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
  }

  .axtr-nav a {
    padding: 15px 8px;
    border-bottom: 1px solid var(--axtr-line);
  }

  .axtr-nav a::after {
    display: none;
  }

  .axtr-nav__contact {
    margin-top: 10px;
    padding: 14px 16px !important;
    text-align: center;
  }

  #axtr-main {
    padding-top: 74px;
  }

  #axtr-policy,
  #axtr-use,
  #axtr-sharing,
  #axtr-security,
  #axtr-rights {
    scroll-margin-top: 90px;
  }

  .axtr-hero {
    min-height: 0;
    padding: 68px 0;
  }

  .axtr-hero__grid,
  .axtr-policy__layout,
  .axtr-security__layout,
  .axtr-rights__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .axtr-hero__grid {
    gap: 42px;
  }

  .axtr-hero__card {
    max-width: 620px;
  }

  .axtr-policy,
  .axtr-use,
  .axtr-sharing,
  .axtr-security,
  .axtr-rights {
    padding: 82px 0;
  }

  .axtr-policy__layout,
  .axtr-security__layout {
    gap: 44px;
  }

  .axtr-purpose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .axtr-sharing__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .axtr-sharing__grid article {
    min-height: 0;
  }

  .axtr-return-grid article {
    min-height: 0;
  }

  .axtr-contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .axtr-revision {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .axtr-revision p:last-child {
    grid-column: 2;
  }

  .axtr-footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  body.axia-transaction-template {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .axtr-shell {
    width: calc(100% - 34px);
  }

  .axtr-header__inner {
    width: calc(100% - 28px);
  }

  .axtr-hero {
    padding: 54px 0 48px;
  }

  .axtr-hero h1 {
    font-size: clamp(36px, 10.3vw, 47px);
    line-height: 1.42;
  }

  .axtr-hero__lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .axtr-actions {
    display: grid;
  }

  .axtr-button {
    width: 100%;
  }

  .axtr-hero__card {
    padding: 20px 22px 12px;
  }

  .axtr-hero__card > p {
    display: none;
  }

  .axtr-hero__card ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }

  .axtr-hero__card li {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 4px;
    padding: 12px 0;
  }

  .axtr-hero__card li span {
    font-size: 12px;
  }

  .axtr-hero__card li strong {
    font-size: 14px;
    line-height: 1.6;
  }

  .axtr-policy,
  .axtr-use,
  .axtr-sharing,
  .axtr-security,
  .axtr-rights {
    padding: 66px 0;
  }

  .axtr-section-head h2 {
    font-size: clamp(30px, 8.5vw, 40px);
    line-height: 1.5;
  }

  .axtr-section-head h2 br {
    display: none;
  }

  .axtr-section-head--center {
    margin-bottom: 38px;
    text-align: left;
  }

  .axtr-source-grid,
  .axtr-purpose__grid,
  .axtr-sharing__grid,
  .axtr-contact-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .axtr-source-grid article,
  .axtr-purpose__grid article {
    min-height: 0;
  }

  .axtr-source-grid article {
    padding: 24px 22px;
  }

  .axtr-purpose {
    margin-top: 36px;
    padding: 26px 20px;
  }

  .axtr-purpose__grid article {
    padding: 22px 20px;
  }

  .axtr-sharing__grid article {
    padding: 26px 22px;
  }

  .axtr-consumable {
    padding: 24px 22px;
  }

  .axtr-payment .axtr-purpose__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .axtr-security-list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .axtr-overquantity,
  .axtr-procedure,
  .axtr-contact-card {
    padding: 25px 22px;
  }

  .axtr-contact-card--phone > a {
    font-size: clamp(27px, 8.7vw, 34px);
  }

  .axtr-revision {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .axtr-revision p:last-child {
    grid-column: auto;
    white-space: normal;
  }

  .axtr-footer {
    padding-top: 58px;
  }

  .axtr-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .axtr-footer__bottom {
    display: grid;
    gap: 8px;
  }

  .axtr-mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 220;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 74px;
    padding-bottom: env(safe-area-inset-bottom);
    background: var(--axtr-deep);
    box-shadow: 0 -10px 24px rgba(16, 45, 35, 0.2);
  }

  .axtr-mobile-actions a {
    display: grid;
    place-content: center;
    min-width: 0;
    padding: 10px 8px;
    color: var(--axtr-white) !important;
    text-align: center;
  }

  .axtr-mobile-actions a:first-child {
    background: var(--axtr-gold);
    color: var(--axtr-deep) !important;
  }

  .axtr-mobile-actions span {
    font-size: 13px;
    font-weight: 700;
  }

  .axtr-mobile-actions strong {
    font-size: 15px;
    line-height: 1.35;
    white-space: nowrap;
    font-variant-numeric: lining-nums tabular-nums;
  }
}

@media (max-width: 360px) {
  .axtr-shell {
    width: calc(100% - 28px);
  }

  .axtr-hero h1 {
    font-size: 34px;
  }

  .axtr-operator {
    padding: 24px 20px;
  }

  .axtr-operator dl > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }

  .axtr-footer__nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .axtr-mobile-actions span {
    font-size: 13px;
  }

  .axtr-mobile-actions strong {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  #axtr-v2 *,
  #axtr-v2 *::before,
  #axtr-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  body.axia-transaction-template {
    padding: 0;
    background: #ffffff;
    color: #000000;
  }

  .axtr-header,
  .axtr-mobile-actions,
  .axtr-actions,
  .axtr-footer {
    display: none !important;
  }

  #axtr-main {
    padding-top: 0;
  }

  .axtr-hero,
  .axtr-sharing {
    background: #ffffff !important;
    color: #000000 !important;
  }

  .axtr-hero h1,
  .axtr-hero__lead,
  .axtr-sharing h2,
  .axtr-sharing h3,
  .axtr-sharing p,
  .axtr-sharing li,
  .axtr-sharing article > span {
    color: #000000 !important;
  }

  .axtr-consumable {
    border: 1px solid #777777;
    background: #ffffff !important;
  }

  .axtr-policy,
  .axtr-use,
  .axtr-sharing,
  .axtr-security,
  .axtr-rights {
    padding: 28px 0;
    break-inside: avoid;
  }

  .axtr-hero__card,
  .axtr-source-grid article,
  .axtr-purpose,
  .axtr-sharing__grid article,
  .axtr-overquantity,
  .axtr-procedure,
  .axtr-contact-card {
    box-shadow: none;
  }
}
