.ariya-register-html,
.ariya-register-page {
  margin: 0;
  height: auto;
  min-height: 100dvh;
  max-height: none;
  background: #f6f3ee;
  max-width: 100%;
}

.ariya-register-html {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-padding-top: 88px;
}

.ariya-register-page {
  overflow: visible;
}

.ariya-register-page {
  font-family: "Vazirmatn", Tahoma, "Segoe UI", sans-serif;
}

.ariya-register-page .site,
.ariya-register-page .site-header,
.ariya-register-page .site-footer,
.ariya-register-page #masthead,
.ariya-register-page #colophon,
.ariya-register-page #wpadminbar {
  display: none !important;
}

.ariya-register {
  --canvas: #f6f3ee;
  --surface: #ffffff;
  --mist: #ebe6de;
  --ink: #1c1916;
  --stone: #6e6860;
  --gold: #b0893a;
  --gold-hover: #8f6e2c;
  --gold-line: #d4b36a;
  --gold-pale: #f4ecdc;
  --radius: 8px;
  --sans: "Vazirmatn", Tahoma, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: var(--sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(176, 137, 58, 0.18);
  height: auto;
  min-height: 100dvh;
  max-height: none;
  overflow: visible;
}

.ariya-register *,
.ariya-register *::before,
.ariya-register *::after {
  box-sizing: border-box;
}

html.ariya-register-html,
body.ariya-register-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #f6f3ee !important;
  color: #1c1916 !important;
  font-family: "Vazirmatn", Tahoma, "Segoe UI", sans-serif !important;
  line-height: 1.5 !important;
  max-width: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 100dvh !important;
  max-height: none !important;
}

html.ariya-register-html {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.ariya-register-page {
  overflow: visible !important;
}

.ariya-register-page .ariya-register :where(button, input, select, textarea, a, h1, h2, h3, summary, details, p) {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: inherit;
  margin: 0;
  max-width: none;
  outline: none;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
}

.ariya-register-page .ariya-register button.ariya-tab {
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: var(--stone) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  min-height: 40px;
  padding: 8px 16px !important;
  text-transform: none !important;
}

.ariya-register-page .ariya-register button.ariya-tab[aria-selected="true"] {
  color: var(--ink) !important;
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: 0 4px 14px -8px rgba(28, 25, 22, 0.18) !important;
}

.ariya-register-page .ariya-register .ariya-faq summary {
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  padding: 16px 0 !important;
}

.ariya-register-page .ariya-register button.ariya-btn {
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--radius) !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  min-height: 44px;
  padding: 10px 20px !important;
  text-transform: none !important;
}

.ariya-register-page .ariya-register button.ariya-btn-gold,
.ariya-register-page .ariya-register a.ariya-btn-gold {
  background: var(--gold-hover) !important;
  background-color: var(--gold-hover) !important;
  border: 0 !important;
  color: #fff !important;
}

.ariya-register-page .ariya-register button.ariya-btn-ghost {
  background: var(--surface) !important;
  background-color: var(--surface) !important;
  border: 1px solid var(--mist) !important;
  color: var(--ink) !important;
}

.ariya-register-page .ariya-register input.ariya-input {
  appearance: none;
  -webkit-appearance: none;
  background: var(--surface) !important;
  background-color: var(--surface) !important;
  border: 1px solid var(--mist) !important;
  border-radius: var(--radius) !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  height: 48px;
  padding: 0 14px !important;
}

.ariya-register-page .ariya-register .ariya-brand h1,
.ariya-register-page .ariya-register .ariya-pane h2,
.ariya-register-page .ariya-register .ariya-sheet-title,
.ariya-register-page .ariya-register .ariya-land h2,
.ariya-register-page .ariya-register .ariya-land h3 {
  color: var(--ink) !important;
  font-family: inherit !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.ariya-register-page .ariya-register .ariya-land h2 {
  font-size: clamp(24px, 3vw, 32px) !important;
  line-height: 1.3 !important;
}

.ariya-register-page .ariya-register .ariya-land h3 {
  font-size: 17px !important;
  line-height: 1.4 !important;
}

.ariya-register-page .ariya-register .ariya-brand h1 {
  font-size: clamp(28px, 3.6vw, 42px) !important;
  line-height: 1.25 !important;
}

.ariya-stage {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100dvh;
  max-height: none;
  overflow: visible;
  background-color: var(--canvas);
}

.ariya-top {
  position: sticky;
  top: 0;
  z-index: 20;
  flex: 0 0 auto;
  min-height: 64px;
  background: rgba(246, 243, 238, 0.96);
  border-bottom: 1px solid rgba(212, 179, 106, 0.38);
}

.ariya-top-inner {
  direction: ltr;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas: "vendor tabs product";
  align-items: center;
  gap: 16px;
  min-height: 64px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px clamp(16px, 3vw, 32px);
}

.ariya-head-end {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  grid-area: product;
  justify-self: end;
}

.ariya-desk-tel {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 2.75em;
  max-width: 100%;
  padding: 0.125em 0.25em 0.125em 0.125em;
  border-radius: 0.75em;
  border: 0;
  background: transparent;
  color: var(--gold-hover);
  font-size: clamp(0.875rem, 3.2vw, 1rem);
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  pointer-events: auto;
  touch-action: manipulation;
}

.ariya-desk-tel:hover {
  background: transparent;
}

.ariya-desk-tel:hover .ariya-desk-tel-mark {
  filter: brightness(1.06);
}

.ariya-desk-tel:active {
  transform: scale(0.98);
}

.ariya-desk-tel:focus-visible {
  outline: 2px solid var(--gold-hover);
  outline-offset: 2px;
}

.ariya-desk-tel-mark {
  display: grid;
  place-items: center;
  font-size: clamp(0.875rem, 4.2vw, 1rem);
  width: 2em;
  height: 2em;
  flex-shrink: 0;
  border-radius: 0.56em;
  color: #fff;
  background: var(--metal);
}

.ariya-desk-tel-mark .ariya-ico {
  display: block;
  width: 1em;
  height: 1em;
  max-width: 1em;
  max-height: 1em;
  overflow: visible;
}

.ariya-desk-tel-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  direction: rtl;
  text-align: start;
  line-height: 1.15;
}

.ariya-desk-tel-copy small {
  font-size: 0.72em;
  font-weight: 700;
  color: var(--stone);
}

.ariya-desk-tel-copy strong {
  font-size: 0.86em;
  font-weight: 800;
  color: var(--gold-hover);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.ariya-logo-product {
  height: 72px;
  width: auto;
  max-width: 96px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.ariya-vendor {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  direction: ltr;
  text-align: left;
  grid-area: vendor;
  justify-self: start;
}

.ariya-logo-vendor {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.ariya-vendor-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ariya-vendor-name {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.2;
}

.ariya-vendor-tag {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--stone);
}

.ariya-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 44px;
  padding: 3px;
  grid-area: tabs;
  background: var(--gold-pale);
  border-radius: 999px;
}

.ariya-tab {
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: var(--stone);
  background: transparent;
  border: 0;
  border-radius: 999px;
  padding: 8px 16px;
  min-height: 40px;
  cursor: pointer;
  white-space: nowrap;
}

.ariya-tab[aria-selected="true"] {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 4px 14px -8px rgba(28, 25, 22, 0.18);
}

.ariya-tab:focus-visible {
  outline: 2px solid var(--gold-hover);
  outline-offset: 2px;
}

.ariya-hero {
  position: relative;
  z-index: 1;
  scroll-margin-top: 88px;
  background-color: var(--canvas);
  background-image:
    linear-gradient(rgba(246, 243, 238, 0.62), rgba(246, 243, 238, 0.78)),
    url("../img/silk.jpg");
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center, center 20%;
  padding-bottom: 36px;
}

.ariya-shell {
  position: relative;
  z-index: 1;
  direction: ltr;
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  grid-template-rows: auto minmax(0, auto);
  grid-template-areas:
    ". head"
    "form media";
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px clamp(16px, 3vw, 32px) 20px;
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}

.ariya-brand,
.ariya-brand-head,
.ariya-card-col,
.ariya-card,
.ariya-sheet,
.ariya-sheet-paper,
.ariya-reel {
  direction: rtl;
  min-width: 0;
}

.ariya-brand {
  display: contents;
}

.ariya-brand-head {
  grid-area: head;
  padding: 0;
  max-width: none;
}

.ariya-brand h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--ink);
}

.ariya-brand-lead {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--gold-hover);
}

.ariya-register-page .ariya-register p.ariya-brand-note,
.ariya-brand-note {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--stone);
  max-width: 38ch;
}

.ariya-card-col {
  grid-area: form;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: auto;
  align-self: stretch;
}

.ariya-card {
  width: 100%;
  max-width: 520px;
  height: 100%;
  overflow: visible;
  background: var(--surface);
  border-radius: var(--radius);
  border-top: 2px solid var(--gold);
  box-shadow: 0 24px 48px -28px rgba(28, 25, 22, 0.28);
  outline: 1px solid var(--mist);
  padding: 22px 22px 16px;
  display: flex;
  flex-direction: column;
}

.ariya-steps {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin: 0 0 14px;
  padding: 0 4px 12px;
  flex: 0 0 auto;
  position: relative;
  border-bottom: 1px solid var(--mist);
}

.ariya-steps::before {
  content: "";
  position: absolute;
  top: 13px;
  inset-inline: 18%;
  height: 1px;
  background: var(--mist);
}

.ariya-steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--stone);
  position: relative;
  background: transparent;
  border: 0;
}

.ariya-steps li span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--mist);
  color: var(--stone);
  font-size: 12px;
  font-weight: 700;
  z-index: 1;
}

.ariya-steps li.is-current,
.ariya-steps li.is-done {
  color: var(--ink);
}

.ariya-steps li.is-done {
  cursor: pointer;
}

.ariya-steps li.is-current span,
.ariya-steps li.is-done span {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.ariya-pane[hidden] {
  display: none !important;
}

.ariya-pane.is-active {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.ariya-pane h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.ariya-lead {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--stone);
}

.ariya-field {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.ariya-field + .ariya-input + .ariya-field {
  margin-top: 14px;
}

.ariya-input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--mist);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
}

.ariya-input:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-color: var(--gold-line);
}

.ariya-input.is-invalid {
  border-color: #8e3b32;
}

.ariya-hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--stone);
}

.ariya-error {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #8e3b32;
}

.ariya-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 0;
}

.ariya-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 10px 8px;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  background: var(--surface);
  cursor: pointer;
  min-height: 0;
  overflow: hidden;
}

.ariya-plan.is-featured {
  background: var(--gold-pale);
  border: 1.6px solid var(--gold);
}

.ariya-plan:has(input:focus-visible) {
  outline: 2px solid var(--gold-hover);
  outline-offset: 2px;
}

.ariya-plan:has(input:checked) {
  border-color: var(--gold-hover);
  box-shadow: inset 0 0 0 1px var(--gold-hover);
}

.ariya-plan input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.ariya-plan-name {
  font-size: 15px;
  font-weight: 800;
}

.ariya-plan-pitch {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--gold-hover);
  margin: 2px 0 4px;
}

.ariya-plan-meta {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
}

.ariya-plan ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.ariya-plan li {
  position: relative;
  padding-inline-start: 18px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink);
}

.ariya-plan li svg {
  position: absolute;
  inset-inline-start: 0;
  top: 0.15em;
  width: 13px;
  height: 13px;
}

.ariya-consult {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  flex: 0 0 auto;
  padding: 10px 12px;
  border: 1px solid var(--mist);
  border-radius: var(--radius);
  cursor: pointer;
  background: var(--canvas);
}

.ariya-consult input {
  margin-top: 3px;
  accent-color: var(--gold-hover);
}

.ariya-consult strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  color: var(--ink);
}

.ariya-consult span {
  font-size: 13px;
  line-height: 1.5;
  color: var(--stone);
}

.ariya-consult:has(input:checked) {
  border-color: var(--gold);
  background: var(--gold-pale);
}

.ariya-text-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  padding: 4px 0;
  min-height: 36px;
  flex: 0 0 auto;
  background: none;
  border: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-hover);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ariya-text-btn:focus-visible {
  outline: 2px solid var(--gold-hover);
  outline-offset: 2px;
}

.ariya-pane-done {
  text-align: center;
  padding: 12px 8px 8px;
}

.ariya-pane-done h2,
.ariya-pane-done .ariya-lead {
  text-align: center;
}

.ariya-done-mark {
  display: block;
  width: 72px;
  height: 72px;
  margin: 28px auto 4px;
}

.ariya-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  flex: 0 0 auto;
}

.ariya-nav[hidden] {
  display: none !important;
}

.ariya-btn {
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius);
  padding: 10px 20px;
  cursor: pointer;
  min-height: 44px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 180ms var(--ease), transform 160ms var(--ease);
}

.ariya-btn:active {
  transform: translateY(1px);
}

.ariya-btn-gold {
  background: var(--gold-hover);
  color: #fff;
  border: 0;
}

.ariya-btn-gold:hover:not(:disabled) {
  background: #7a5c24;
  box-shadow: 0 8px 20px -12px rgba(176, 137, 58, 0.45);
}

.ariya-btn-gold:focus-visible,
.ariya-btn-ghost:focus-visible {
  outline: 2px solid var(--gold-hover);
  outline-offset: 2px;
}

.ariya-btn-ghost {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--mist);
}

.ariya-btn-ghost:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.ariya-btn:disabled {
  cursor: wait;
}

.ariya-hp {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.ariya-admin-warn {
  padding: 16px;
  font-family: var(--sans);
}

.ariya-sheet {
  scroll-margin-top: 88px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 8px clamp(16px, 3vw, 32px) 8px;
}

.ariya-sheet-paper {
  background: var(--surface);
  border-radius: var(--radius);
  border-top: 2px solid var(--gold);
  outline: 1px solid var(--mist);
  padding: 28px 28px 32px;
}

.ariya-sheet-desktop {
  overflow: visible;
}

.ariya-sheet-title {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
}

.ariya-sheet-title-next {
  margin-top: 28px;
  font-size: 22px;
}

.ariya-catalog-btn {
  display: none;
}

.ariya-foot {
  flex: 0 0 auto;
  padding: 12px 16px 20px;
  text-align: center;
}

.ariya-foot a {
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: var(--stone);
  text-decoration: none;
}

.ariya-foot a:hover {
  color: var(--gold-hover);
}

.ariya-scroll {
  overflow: visible;
  margin: 0 0 8px;
}

.ariya-matrix {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 12px;
}

.ariya-matrix thead th {
  font-size: 12px;
  font-weight: 800;
  padding: 10px 8px;
  text-align: center;
  background: var(--gold-pale);
  border-bottom: 1px solid var(--gold-line);
}

.ariya-matrix thead th.feat,
.ariya-matrix tbody th.feat {
  text-align: right;
}

.ariya-matrix .group {
  text-align: right;
  font-weight: 800;
  background: var(--canvas);
  padding: 10px 12px;
  border-top: 1px solid var(--mist);
}

.ariya-matrix tbody th.feat,
.ariya-matrix td {
  padding: 8px 8px;
  font-weight: 600;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.ariya-matrix tbody th.feat {
  width: 44%;
  background: var(--surface);
}

.ariya-matrix thead th.feat {
  width: 44%;
  background: var(--gold-pale);
  text-align: right;
}

.ariya-matrix .cell {
  text-align: center;
  width: 14%;
  color: var(--gold);
  overflow-wrap: anywhere;
}

.ariya-matrix .cell.no {
  color: #c4bdb4;
}

.ariya-matrix .cell.cap {
  color: var(--ink);
  font-weight: 700;
  font-size: 12px;
}

.ariya-matrix svg {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
}

.ariya-sheet-note {
  margin: 18px 0 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--stone);
  max-width: 65ch;
}

.ariya-land {
  direction: rtl;
  background: var(--canvas);
}

.ariya-land > section {
  max-width: 1360px;
  margin: 0 auto;
  padding: 72px clamp(16px, 3vw, 40px);
}

.ariya-land h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.3;
  color: var(--ink);
}

.ariya-land h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--ink);
}

.ariya-sec-lead {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--stone);
  max-width: 46ch;
}

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

.ariya-why-card {
  padding: 18px 16px 16px;
  background: var(--surface);
  border-top: 2px solid var(--gold);
  outline: 1px solid var(--mist);
  border-radius: var(--radius);
}

.ariya-why-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--stone);
}

.ariya-strips {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ariya-strip {
  direction: ltr;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-width: 0;
  min-height: 260px;
  margin: 0;
  background: var(--surface);
  outline: 1px solid var(--mist);
  border-radius: var(--radius);
  overflow: hidden;
}

.ariya-strip.is-flip .ariya-strip-visual {
  order: 2;
}

.ariya-strip-visual {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: var(--gold-pale);
}

.ariya-strip-visual > img:first-child {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.ariya-strip-mark {
  position: absolute;
  inset-inline-end: 24px;
  bottom: 20px;
  height: 84px;
  width: auto;
  filter: drop-shadow(0 8px 18px rgba(28, 25, 22, 0.22));
}

.ariya-strip-copy {
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 36px 40px;
  background: var(--surface);
}

.ariya-strip-copy h2 {
  overflow-wrap: anywhere;
}

.ariya-strip-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--stone);
  max-width: 42ch;
  overflow-wrap: anywhere;
}

.ariya-pack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.ariya-pack {
  padding: 18px 16px 16px;
  background: var(--surface);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
}

.ariya-pack.is-featured {
  background: var(--gold-pale);
  border: 1.6px solid var(--gold);
}

.ariya-pack p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--stone);
}

.ariya-pack-meta {
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 700;
  color: var(--ink) !important;
}

.ariya-packs .ariya-btn {
  display: inline-flex;
}

.ariya-faq-list {
  border-top: 1px solid var(--mist);
}

.ariya-faq details {
  border-bottom: 1px solid var(--mist);
}

.ariya-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  list-style: none;
}

.ariya-faq summary::-webkit-details-marker {
  display: none;
}

.ariya-faq summary::after {
  content: "";
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-right: 1.6px solid var(--gold-hover);
  border-bottom: 1.6px solid var(--gold-hover);
  transform: rotate(45deg);
  margin-top: -4px;
}

.ariya-faq details[open] summary::after {
  transform: rotate(225deg);
  margin-top: 4px;
}

.ariya-faq summary:focus-visible {
  outline: 2px solid var(--gold-hover);
  outline-offset: 4px;
}

.ariya-faq details p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--stone);
  max-width: 62ch;
}

.ariya-sheet .ariya-btn {
  margin-top: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  html.ariya-register-html {
    scroll-behavior: smooth;
  }

  .ariya-pane.is-active {
    animation: ariya-enter 200ms var(--ease);
  }

  .ariya-pane-done.is-active .ariya-done-mark {
    animation: ariya-done-pop 220ms var(--ease);
  }
}

@keyframes ariya-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ariya-done-pop {
  from {
    opacity: 0;
    transform: scale(0.84);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .ariya-hero {
    padding-bottom: 20px;
  }

  .ariya-shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "head"
      "form"
      "media";
    padding: 12px 16px 8px;
    gap: 12px;
    align-items: start;
    align-content: start;
  }

  .ariya-brand-head {
    padding: 8px 4px 0;
    text-align: center;
  }

  .ariya-register-page .ariya-register p.ariya-brand-note,
  .ariya-brand-note {
    margin: 8px auto 0;
    max-width: 36ch;
    font-size: 14px;
  }

  .ariya-register-page .ariya-register .ariya-brand h1,
  .ariya-brand h1 {
    font-size: 30px !important;
    font-weight: 800 !important;
    margin-bottom: 0;
  }

  .ariya-brand-lead {
    font-size: 16px;
  }

  .ariya-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    align-self: start;
    padding: 16px 16px 12px;
  }

  .ariya-card-col {
    height: auto;
    max-height: none;
    align-self: start;
    align-items: flex-start;
  }

  .ariya-pane.is-active {
    overflow: visible;
  }

  .ariya-pane h2 {
    font-size: 20px;
  }

  .ariya-steps {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .ariya-plans {
    grid-template-columns: 1fr 1fr;
  }

  .ariya-plan {
    padding: 10px 8px 8px;
  }

  .ariya-plan ul {
    display: none;
  }

  .ariya-sheet-desktop {
    display: none;
  }

  .ariya-catalog-btn {
    display: flex;
    width: 100%;
    min-height: 48px;
  }

  .ariya-sheet-paper {
    height: auto;
    overflow: visible;
    padding: 20px 16px;
  }

  .ariya-land > section {
    padding: 32px 16px;
  }

  .ariya-why-grid,
  .ariya-pack-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .ariya-strip {
    grid-template-columns: 1fr;
    min-height: 0;
    margin: 0;
  }

  .ariya-strip.is-flip .ariya-strip-visual {
    order: 0;
  }

  .ariya-strips {
    gap: 10px;
  }

  .ariya-strip-copy {
    padding: 16px 16px 18px;
  }

  .ariya-strip-copy p {
    font-size: 15px;
  }

  .ariya-strip-visual {
    min-height: 140px;
    height: 140px;
  }

  .ariya-strip-mark {
    height: 56px;
    inset-inline-end: 16px;
    bottom: 12px;
  }

  .ariya-packs .ariya-btn {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .ariya-vendor-tag {
    display: none;
  }
}

@media (max-width: 900px) {
  .ariya-desk-tel-copy small {
    display: none;
  }

  .ariya-desk-tel {
    padding: 2px;
  }

  .ariya-desk-tel-copy strong {
    font-size: 0.8em;
  }

  .ariya-top-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "vendor product"
      "tabs tabs";
    gap: 8px;
  }

  .ariya-head-nav {
    width: 100%;
  }
}

@media (max-width: 640px) {
  html.ariya-register-html {
    scroll-padding-top: 96px;
  }

  .ariya-hero,
  .ariya-sheet {
    scroll-margin-top: 96px;
  }

  .ariya-top {
    min-height: 0;
    padding-top: env(safe-area-inset-top);
  }

  .ariya-top-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "vendor product"
      "tabs tabs";
    min-height: 0;
    padding: 6px 14px 0;
    gap: 4px;
  }

  .ariya-vendor-tag {
    display: none;
  }

  .ariya-tabs {
    width: 100%;
    justify-content: stretch;
    gap: 0;
  }

  .ariya-tab {
    flex: 1;
    padding: 10px 6px;
    font-size: 13px;
  }

  .ariya-register-page .ariya-register button.ariya-tab {
    font-size: 13px !important;
    padding: 10px 6px !important;
  }

  .ariya-logo-product {
    height: 44px;
    max-width: 60px;
  }

  .ariya-head-end {
    gap: 12px;
  }

  .ariya-logo-vendor {
    width: 28px;
    height: 28px;
  }

  .ariya-vendor-name {
    font-size: 12px;
  }

  .ariya-register-page .ariya-register .ariya-brand h1,
  .ariya-brand h1 {
    font-size: 28px !important;
  }

  .ariya-brand-lead {
    font-size: 15px;
  }

  .ariya-register-page .ariya-register p.ariya-brand-note,
  .ariya-brand-note {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.65;
  }

  .ariya-steps li {
    font-size: 11px;
    gap: 6px;
  }

  .ariya-steps li span {
    width: 24px;
    height: 24px;
  }

  .ariya-nav {
    margin-top: 10px;
  }

  .ariya-btn {
    flex: 1;
  }

  .ariya-consult {
    padding: 10px;
    margin-top: 8px;
  }

  .ariya-why-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ariya-why-card {
    padding: 12px 14px;
  }

  .ariya-why-card h3 {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .ariya-why-card p {
    font-size: 13px;
    line-height: 1.6;
  }

  .ariya-land > section {
    padding: 28px 16px;
  }

  .ariya-land h2 {
    font-size: 22px;
  }

  .ariya-register-page .ariya-register .ariya-land h2 {
    font-size: 22px !important;
  }

  .ariya-register-page .ariya-register #ariya-sim-title {
    font-size: 1.7rem !important;
  }

  .ariya-sec-lead {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .ariya-pack-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }

  .ariya-pack {
    padding: 12px 12px 10px;
  }

  .ariya-pack p {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .ariya-strip-visual {
    min-height: 112px;
    height: 112px;
  }

  .ariya-strip-mark {
    display: none;
  }

  .ariya-strip-copy {
    padding: 14px 16px 16px;
  }

  .ariya-strip-copy h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .ariya-faq summary {
    min-height: 48px;
    padding: 12px 0;
    font-size: 15px;
  }

  .ariya-register-page .ariya-register .ariya-faq summary {
    font-size: 15px !important;
    padding: 12px 0 !important;
  }

  .ariya-faq details p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .ariya-sheet-paper {
    padding: 16px 14px 18px;
  }

  .ariya-foot {
    padding: 12px 16px max(20px, env(safe-area-inset-bottom));
  }

  .ariya-matrix {
    min-width: 640px;
  }

  .ariya-matrix tbody th.feat,
  .ariya-matrix thead th.feat {
    min-width: 148px;
    max-width: 156px;
    width: 148px;
  }

  .ariya-matrix .cell {
    min-width: 92px;
  }
}

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

  .ariya-btn,
  .ariya-pane,
  .ariya-done-mark {
    transition: none;
    animation: none;
  }

  .ariya-btn:active {
    transform: none;
  }
}
