.button.contact-action {
  position: relative;
  min-height: 48px;
  padding-inline: 20px 18px;
  border-color: rgba(147, 197, 253, .26);
  background: rgba(15, 23, 42, .72);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .055);
  backdrop-filter: blur(14px);
}

.button.contact-action::after {
  content: '→';
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-inline-start: 3px;
  border: 1px solid rgba(147, 197, 253, .24);
  border-radius: 8px;
  color: #bfdbfe;
  background: rgba(37, 99, 235, .11);
  transition: transform .18s ease, background .18s ease;
}

html[dir="rtl"] .button.contact-action::after { content: '←'; }
.button.contact-action:hover {
  border-color: rgba(147, 197, 253, .46);
  background: rgba(20, 31, 52, .86);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .24), 0 0 0 1px rgba(37, 99, 235, .06);
}
.button.contact-action:hover::after { transform: translateX(2px); background: rgba(37, 99, 235, .19); }
html[dir="rtl"] .button.contact-action:hover::after { transform: translateX(-2px); }

.goodbye-actions .button.primary,
.form-footer .button.primary {
  min-height: 48px;
  padding-inline: 20px;
  border-color: rgba(96, 165, 250, .38);
  color: #eff6ff;
  background: linear-gradient(180deg, rgba(59, 130, 246, .92), rgba(37, 99, 235, .82));
  box-shadow: 0 10px 26px rgba(37, 99, 235, .16), inset 0 1px 0 rgba(255, 255, 255, .14);
  font-weight: 650;
}
.goodbye-actions .button.primary:hover,
.form-footer .button.primary:hover {
  border-color: rgba(147, 197, 253, .56);
  background: linear-gradient(180deg, rgba(59, 130, 246, .98), rgba(37, 99, 235, .9));
  box-shadow: 0 13px 30px rgba(37, 99, 235, .2), inset 0 1px 0 rgba(255, 255, 255, .17);
}
.goodbye-actions .button.primary { min-width: 190px; }
.form-footer .button.primary { min-width: 132px; }

.field label.consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  width: 100%;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  cursor: pointer;
}
.field label.consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 4px 0 0;
  padding: 0;
  border-radius: 4px;
  accent-color: #3b82f6;
  justify-self: start;
}
.field label.consent span { min-width: 0; }
.field label.consent .text-link { font-weight: 600; }
html[dir="rtl"] .field label.consent { text-align: right; }
.footer-vision { color: inherit !important; font-weight: 400; }

/* Mirsah 1.21 landing-page refresh. Scoped so legal/support pages keep their current layout. */
.mirsah-home-v121 {
  --home-panel: rgba(10, 16, 29, .72);
  --home-panel-strong: rgba(8, 12, 22, .92);
  --home-hairline: rgba(148, 163, 184, .17);
  --home-accent: #60a5fa;
}

.mirsah-home-v121 .site-header {
  background: rgba(3, 7, 18, .66);
  backdrop-filter: blur(22px) saturate(130%);
}

.mirsah-home-v121 .hero {
  padding-top: 70px;
  padding-bottom: 44px;
}

.mirsah-home-v121 .hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  gap: 54px;
}

.mirsah-home-v121 .hero h1 {
  max-width: 680px;
  font-size: clamp(44px, 5.8vw, 74px);
}

.release-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-inline-start: 8px;
  padding: 4px 8px;
  border: 1px solid rgba(96, 165, 250, .25);
  border-radius: 999px;
  background: rgba(37, 99, 235, .12);
  color: #bfdbfe;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
}

.product-stage-v121 {
  position: relative;
  min-height: 548px;
  isolation: isolate;
}

.product-stage-v121::before {
  content: '';
  position: absolute;
  inset: 6% 2% 4%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, .24), rgba(37, 99, 235, .04) 44%, transparent 70%);
  filter: blur(38px);
}

.workspace-preview-v121 {
  position: absolute;
  inset: 8px 10px 42px 0;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 25%, rgba(99, 102, 241, .22), transparent 28%),
    radial-gradient(circle at 80% 75%, rgba(37, 99, 235, .16), transparent 34%),
    linear-gradient(145deg, #171a26, #0b1020 58%, #111827);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255,255,255,.04);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1.25deg);
}
html[dir="rtl"] .workspace-preview-v121 {
  inset: 8px 0 42px 10px;
  transform: perspective(1200px) rotateY(3deg) rotateX(1.25deg);
}

.preview-topbar {
  padding: 15px 17px 13px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(10, 12, 20, .58);
  backdrop-filter: blur(18px);
}
.preview-search {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 365px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 11px;
  color: rgba(226,232,240,.8);
  background: rgba(255,255,255,.065);
  font-size: 10px;
}
.preview-search::before {
  content: '⌕';
  color: #93c5fd;
  font-size: 15px;
}
.preview-tabs {
  display: flex;
  gap: 7px;
  margin-top: 10px;
  overflow: hidden;
}
.preview-tab {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 8px;
  color: #aab6c8;
  background: rgba(255,255,255,.045);
  font-size: 9px;
  font-weight: 700;
}
.preview-tab.active {
  border-color: rgba(96,165,250,.45);
  color: #dbeafe;
  background: rgba(37,99,235,.22);
}

.preview-canvas {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 13px;
  padding: 18px 18px 94px;
}
.preview-column { display: grid; align-content: start; gap: 13px; }
.preview-group {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 15px;
  background: rgba(13, 17, 27, .58);
  box-shadow: 0 14px 32px rgba(0,0,0,.18);
  backdrop-filter: blur(13px);
}
.preview-group-head {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.preview-group-title {
  height: 9px;
  border-radius: 999px;
  background: rgba(248,250,252,.8);
}
.preview-group-title.w1 { width: 78px; }
.preview-group-title.w2 { width: 104px; }
.preview-group-title.w3 { width: 64px; }
.preview-count {
  width: 26px;
  height: 15px;
  border-radius: 5px;
  background: rgba(255,255,255,.08);
}
.preview-links { padding: 5px 0; }
.preview-link {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
}
.preview-link-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  background: rgba(255,255,255,.08);
}
.preview-link-icon.blue { background: rgba(59,130,246,.3); }
.preview-link-icon.green { background: rgba(34,197,94,.25); }
.preview-link-icon.pink { background: rgba(236,72,153,.24); }
.preview-link-icon.amber { background: rgba(245,158,11,.24); }
.preview-link-line {
  height: 7px;
  border-radius: 999px;
  background: rgba(226,232,240,.54);
}
.preview-link-line.a { width: 74px; }
.preview-link-line.b { width: 94px; }
.preview-link-line.c { width: 58px; }
.preview-link-line.d { width: 82px; }

.preview-dock {
  position: absolute;
  inset-inline: 50% auto;
  bottom: 17px;
  width: 246px;
  height: 54px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgba(148,163,184,.28);
  border-radius: 17px;
  background: rgba(9,12,22,.72);
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}
html[dir="rtl"] .preview-dock { transform: translateX(50%); }
.preview-dock-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  justify-self: center;
  border-radius: 10px;
  color: #aeb9ca;
  font-size: 15px;
}
.preview-dock-button.add {
  width: 40px;
  height: 40px;
  color: #06101f;
  background: #60a5fa;
  font-size: 23px;
  line-height: 1;
}

.quick-settings-preview {
  position: absolute;
  z-index: 4;
  inset-inline-end: -6px;
  bottom: 74px;
  width: 205px;
  padding: 11px;
  border: 1px solid rgba(148,163,184,.27);
  border-radius: 18px;
  background: rgba(6, 9, 16, .91);
  box-shadow: 0 24px 52px rgba(0,0,0,.42);
  backdrop-filter: blur(18px);
}
.quick-account {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.quick-avatar {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  color: #93c5fd;
  background: rgba(255,255,255,.045);
  font-size: 12px;
}
.quick-account-copy { flex: 1; min-width: 0; }
.quick-account-title { height: 7px; width: 90px; border-radius: 99px; background: rgba(248,250,252,.8); }
.quick-account-sub { height: 5px; width: 70px; margin-top: 5px; border-radius: 99px; background: rgba(148,163,184,.35); }
.quick-trial { margin-top: 5px; color: #93c5fd; font-size: 7px; font-weight: 750; }
.quick-label { margin-top: 11px; color: #64748b; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quick-row { display: flex; gap: 5px; margin-top: 6px; }
.quick-chip {
  flex: 1;
  padding: 5px 0;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  color: #94a3b8;
  text-align: center;
  font-size: 7px;
}
.quick-chip.active { border-color: rgba(96,165,250,.48); color: #dbeafe; background: rgba(37,99,235,.2); }
.quick-slider-label { display: flex; justify-content: space-between; gap: 8px; margin-top: 9px; color: #cbd5e1; font-size: 7px; font-weight: 650; }
.quick-slider { position: relative; height: 3px; margin-top: 6px; border-radius: 999px; background: rgba(226,232,240,.72); }
.quick-slider::before { content:''; position:absolute; inset:0 28% 0 0; border-radius:inherit; background:#60a5fa; }
.quick-slider::after { content:''; position:absolute; top:50%; left:72%; width:8px; height:8px; border-radius:50%; background:#60a5fa; transform:translate(-50%,-50%); }
html[dir="rtl"] .quick-slider::before { inset: 0 0 0 28%; }
html[dir="rtl"] .quick-slider::after { left: 28%; }

.version-section { padding: 34px 0 68px; }
.version-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 34px;
  padding: 30px;
  border: 1px solid rgba(96,165,250,.22);
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(37,99,235,.1), rgba(255,255,255,.025) 44%, rgba(15,23,42,.56));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}
.version-panel::after {
  content:'';
  position:absolute;
  width:220px;
  height:220px;
  inset-inline-end:-80px;
  top:-100px;
  border-radius:50%;
  background:rgba(37,99,235,.16);
  filter:blur(45px);
  pointer-events:none;
}
.version-copy { position: relative; z-index: 1; }
.version-number {
  display: inline-flex;
  align-items:center;
  gap:7px;
  padding:5px 9px;
  border:1px solid rgba(96,165,250,.3);
  border-radius:999px;
  color:#bfdbfe;
  background:rgba(37,99,235,.12);
  font-size:10px;
  font-weight:850;
}
.version-copy h2 { margin-top: 12px; font-size: clamp(25px, 3.2vw, 38px); }
.version-copy p { margin:0; color:var(--muted); font-size:14px; }
.version-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }
.version-item {
  padding: 13px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:rgba(2,6,23,.34);
}
.version-item strong { display:block; margin-bottom:4px; color:#e8eef8; font-size:12px; }
.version-item span { color:#8998ad; font-size:10px; line-height:1.55; }
.version-item .mini-icon { display:inline-grid; place-items:center; width:21px; height:21px; margin-bottom:8px; border-radius:7px; color:#bfdbfe; background:rgba(37,99,235,.16); font-size:11px; }

.feature-card.feature-pro { border-color: rgba(96,165,250,.24); background: linear-gradient(180deg, rgba(37,99,235,.075), rgba(255,255,255,.025)); }
.feature-card .feature-tag { display:inline-block; margin-top:14px; color:#93c5fd; font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }

.price-value { margin-top: 16px; color: #f8fafc; font-size: 30px; font-weight: 850; letter-spacing: -.04em; }
.price-value span { color: #71839e; font-size: 11px; font-weight: 600; letter-spacing: 0; }
.price-option-note { margin-top: 4px; color: #8ea0b8; font-size: 11px; }
.trial-note { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.07); color: #93c5fd; font-size: 11px; line-height: 1.65; }

.site-footer .release-footnote { color:#71839e; font-size:11px; }

@media (max-width: 980px) {
  .mirsah-home-v121 .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .product-stage-v121 { width: min(100%, 650px); min-height: 520px; margin-inline: auto; }
  .version-panel { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .mirsah-home-v121 .hero { padding-top: 48px; }
  .product-stage-v121 { min-height: 470px; }
  .workspace-preview-v121 { inset-inline: 0; bottom: 24px; transform: none !important; border-radius: 21px; }
  .preview-canvas { grid-template-columns: 1fr 1fr; gap: 9px; padding: 13px 12px 82px; }
  .preview-topbar { padding: 12px; }
  .preview-search { max-width: none; }
  .preview-group-head { min-height: 42px; }
  .preview-link { min-height: 31px; padding-inline: 9px; }
  .quick-settings-preview { inset-inline-end: 9px; bottom: 67px; width: 174px; padding: 9px; }
  .preview-dock { bottom: 12px; width: 220px; height: 49px; }
  .preview-dock-button { width: 31px; height: 31px; }
  .preview-dock-button.add { width: 37px; height: 37px; }
  .version-section { padding-top: 16px; }
  .version-panel { padding: 20px; gap: 22px; border-radius: 20px; }
  .version-grid { grid-template-columns: 1fr; }
}

@media (max-width: 470px) {
  .product-stage-v121 { min-height: 430px; }
  .quick-settings-preview { width: 156px; }
  .preview-column:nth-child(2) .preview-group:last-child { display:none; }
  .release-pill { margin-inline-start: 0; }
}

@media (max-width: 650px) {
  .goodbye-actions .button.primary,
  .form-footer .button.primary { width: 100%; }
}
