/**
 * Msgat SaaS homepage — conversion visuals (Theme: frontend.index)
 * RTL-friendly: logical properties + html[dir="rtl"] overrides where needed.
 */

/* --- Hero: replace bitmap hero background --- */
.msgat-saas-home .tp-hero__area.msgat-hero-saas {
  background-image: none !important;
  background: linear-gradient(165deg, #0f172a 0%, #1e3a5f 38%, #e8eef9 38%, #f0f4ff 55%, #fafbff 100%);
}

.msgat-saas-home .tp-hero__area.msgat-hero-saas .tp-hero__title {
  color: #f8fafc;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.msgat-saas-home .tp-hero__area.msgat-hero-saas .rotate-text,
.msgat-saas-home .tp-hero__area.msgat-hero-saas .scroll-mouse {
  color: rgba(248, 250, 252, 0.85);
}

.msgat-hero-visual {
  margin-top: 0.5rem;
}

/* --- Hero: generated artwork (glassmorphism scene, no in-image text) --- */
.msgat-hero-visual--artwork {
  margin-top: 0.25rem;
}

.msgat-hero-artwork {
  position: relative;
  margin-inline: auto;
  max-width: min(1120px, 100%);
}

.msgat-hero-artwork__glow {
  position: absolute;
  inset: -6% -2% auto;
  height: 50%;
  background: radial-gradient(ellipse 75% 85% at 50% 10%, rgba(45, 212, 191, 0.14), transparent 68%),
    radial-gradient(ellipse 55% 65% at 18% 45%, rgba(99, 102, 241, 0.12), transparent 58%),
    radial-gradient(ellipse 50% 60% at 88% 40%, rgba(56, 189, 248, 0.1), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.msgat-hero-artwork__frame {
  position: relative;
  z-index: 1;
  border-radius: clamp(18px, 2.5vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 24px 64px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(148, 163, 184, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.msgat-hero-artwork__img {
  display: block;
  width: 100%;
  height: auto;
}

.msgat-hero-artwork__caption {
  color: #64748b !important;
}

/* --- Hero: WhatsApp-style bubble overlay (ticks + delivery progression) --- */
.msgat-hero-wa-stub {
  position: absolute;
  z-index: 2;
  inset-block-end: 5%;
  inset-inline-end: 5%;
  width: min(268px, 38vw);
  pointer-events: none;
}

.msgat-hero-wa-stub__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.45rem;
}

html[dir="rtl"] .msgat-hero-wa-stub__inner,
html[lang^="ar"] .msgat-hero-wa-stub__inner {
  align-items: flex-start;
}

.msgat-hero-wa-bubble {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  max-width: 100%;
  padding: 0.4rem 0.45rem 0.35rem 0.55rem;
  background: #d9fdd3;
  box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
  border-radius: 10px 10px 3px 10px;
}

html[dir="rtl"] .msgat-hero-wa-bubble--out,
html[lang^="ar"] .msgat-hero-wa-bubble--out {
  border-radius: 10px 10px 10px 3px;
}

.msgat-hero-wa-bubble__body {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 4.5rem;
  flex: 1;
}

.msgat-hero-wa-line {
  display: block;
  height: 5px;
  border-radius: 3px;
  background: rgba(17, 27, 33, 0.12);
}

.msgat-hero-wa-line--short {
  width: 58%;
  margin-inline-start: 0;
}

.msgat-hero-wa-bubble__meta {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 1px;
}

.msgat-hero-wa-bubble--anim {
  opacity: 0;
  animation: msgatWaBubbleIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.msgat-hero-wa-stub__inner > .msgat-hero-wa-bubble--anim:nth-of-type(1) {
  animation-delay: 0.1s;
}

.msgat-hero-wa-stub__inner > .msgat-hero-wa-bubble--anim:nth-of-type(2) {
  animation-delay: 0.45s;
}

.msgat-hero-wa-stub__inner > .msgat-hero-wa-bubble--anim:nth-of-type(3) {
  animation-delay: 0.8s;
}

@keyframes msgatWaBubbleIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .msgat-hero-wa-bubble--anim {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .msgat-hero-wa-status__dot--read {
    animation: none !important;
  }
}

.msgat-hero-wa-status {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 0.15rem;
  margin-inline-end: 0.15rem;
}

.msgat-hero-wa-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.msgat-hero-wa-status__dot--sent {
  background: #94a3b8;
  box-shadow: 0 0 0 2px rgba(148, 163, 184, 0.35);
}

.msgat-hero-wa-status__dot--delivered {
  background: #667781;
  box-shadow: 0 0 0 2px rgba(102, 119, 129, 0.35);
}

.msgat-hero-wa-status__dot--read {
  background: #53bdeb;
  box-shadow: 0 0 0 2px rgba(83, 189, 235, 0.45);
  animation: msgatWaReadPulse 2.2s ease-in-out infinite;
}

@keyframes msgatWaReadPulse {
  0%,
  100% {
    box-shadow: 0 0 0 2px rgba(83, 189, 235, 0.35);
  }

  50% {
    box-shadow: 0 0 0 5px rgba(83, 189, 235, 0.12);
  }
}

.msgat-hero-wa-status__line {
  width: 14px;
  height: 2px;
  margin-inline: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, #94a3b8, #667781, #53bdeb);
  opacity: 0.45;
}

/* --- Hero: API code panel → arrows → WhatsApp --- */
.msgat-hero-api-flow {
  position: absolute;
  z-index: 2;
  inset-block-end: 6%;
  inset-inline-start: 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  max-width: min(320px, 46vw);
  pointer-events: none;
}

.msgat-hero-api-flow__code {
  flex: 0 1 auto;
  min-width: 0;
  width: min(118px, 32vw);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.88);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  backdrop-filter: blur(8px);
}

.msgat-hero-api-flow__chrome {
  display: flex;
  gap: 4px;
  padding: 6px 8px;
  background: rgba(30, 41, 59, 0.95);
  border-bottom: 1px solid rgba(71, 85, 105, 0.5);
}

.msgat-hero-api-flow__chrome span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.msgat-hero-api-flow__chrome span:nth-child(1) {
  background: #f87171;
}

.msgat-hero-api-flow__chrome span:nth-child(2) {
  background: #fbbf24;
}

.msgat-hero-api-flow__chrome span:nth-child(3) {
  background: #4ade80;
}

.msgat-hero-api-flow__lines {
  padding: 7px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.msgat-hero-api-flow__ln {
  display: block;
  height: 4px;
  border-radius: 2px;
}

.msgat-hero-api-flow__ln--muted {
  width: 100%;
  background: rgba(148, 163, 184, 0.35);
}

.msgat-hero-api-flow__ln--key {
  width: 28%;
  background: rgba(196, 181, 253, 0.85);
}

.msgat-hero-api-flow__ln--str {
  width: 72%;
  background: rgba(125, 211, 252, 0.55);
}

.msgat-hero-api-flow__ln--fn {
  width: 55%;
  background: rgba(251, 191, 36, 0.5);
}

.msgat-hero-api-flow__ln--short {
  width: 40%;
}

.msgat-hero-api-flow__arrows {
  flex: 0 0 auto;
  width: clamp(52px, 14vw, 72px);
  flex-shrink: 0;
}

html[dir="rtl"] .msgat-hero-api-flow__arrows,
html[lang^="ar"] .msgat-hero-api-flow__arrows {
  transform: scaleX(-1);
}

.msgat-hero-api-flow__svg {
  display: block;
  width: 100%;
  height: auto;
}

.msgat-hero-api-flow__path--out {
  stroke-dasharray: 72;
  stroke-dashoffset: 72;
  animation: msgatApiArrowDraw 1.1s cubic-bezier(0.45, 0, 0.2, 1) 0.35s forwards;
}

.msgat-hero-api-flow__path--in {
  stroke-dasharray: 56;
  stroke-dashoffset: 56;
  animation: msgatApiArrowDraw 0.85s cubic-bezier(0.45, 0, 0.2, 1) 0.9s forwards;
}

@keyframes msgatApiArrowDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .msgat-hero-api-flow__path--out,
  .msgat-hero-api-flow__path--in {
    animation: none;
    stroke-dashoffset: 0;
  }
}

.msgat-hero-api-flow__wa {
  flex-shrink: 0;
}

.msgat-hero-api-flow__wa-badge {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #128c7e, #25d366);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.msgat-hero-api-flow__wa-badge svg {
  width: 26px;
  height: 26px;
}

/* --- Hero: multiple devices → one dashboard hub --- */
.msgat-hero-devices-hub {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  inset-block-end: 11%;
  width: min(400px, 76vw);
  pointer-events: none;
}

.msgat-hero-devices-hub__svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(15, 23, 42, 0.1));
}

.msgat-hero-devices-hub__wire {
  opacity: 0;
  animation: msgatDevicesWireIn 0.85s ease-out forwards;
}

.msgat-hero-devices-hub__wire--1 {
  animation-delay: 0.12s;
}

.msgat-hero-devices-hub__wire--2 {
  animation-delay: 0.28s;
}

.msgat-hero-devices-hub__wire--3 {
  animation-delay: 0.44s;
}

@keyframes msgatDevicesWireIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.78;
  }
}

@media (prefers-reduced-motion: reduce) {
  .msgat-hero-devices-hub__wire {
    animation: none;
    opacity: 0.78;
  }
}

/* --- Hero: request / response between system and WhatsApp --- */
.msgat-hero-rr {
  position: absolute;
  z-index: 2;
  inset-inline-end: 3%;
  inset-block-end: 27%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  direction: ltr;
  padding: 0.4rem 0.55rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

.msgat-hero-rr__sys {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #1e293b, #334155);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.msgat-hero-rr__lanes {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: clamp(48px, 14vw, 58px);
  flex-shrink: 0;
}

.msgat-hero-rr__svg {
  display: block;
  width: 100%;
  height: auto;
}

.msgat-hero-rr__path--req {
  stroke-dasharray: 52;
  stroke-dashoffset: 52;
  animation: msgatRrDraw 0.9s cubic-bezier(0.45, 0, 0.2, 1) 0.2s forwards;
}

.msgat-hero-rr__path--res {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: msgatRrDraw 0.75s cubic-bezier(0.45, 0, 0.2, 1) 0.55s forwards;
}

@keyframes msgatRrDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .msgat-hero-rr__path--req,
  .msgat-hero-rr__path--res {
    animation: none;
    stroke-dashoffset: 0;
  }
}

.msgat-hero-rr__wa {
  flex-shrink: 0;
}

.msgat-hero-rr__wa-badge {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #128c7e, #25d366);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.42), inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

/* --- Hero: connection status (connected / disconnected) --- */
.msgat-hero-conn {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  inset-block-end: 39%;
  pointer-events: none;
}

.msgat-hero-conn__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.msgat-hero-conn__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.55rem 0.2rem 0.4rem;
  border-radius: 999px;
  white-space: nowrap;
}

.msgat-hero-conn__pill--connected {
  background: rgba(220, 252, 231, 0.95);
  border: 1px solid rgba(34, 197, 94, 0.45);
}

.msgat-hero-conn__pill--disconnected {
  background: rgba(241, 245, 249, 0.9);
  border: 1px dashed rgba(148, 163, 184, 0.75);
  opacity: 0.92;
}

.msgat-hero-conn__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.msgat-hero-conn__dot--live {
  background: #16a34a;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.35);
  animation: msgatConnPulse 2.2s ease-in-out infinite;
}

.msgat-hero-conn__dot--off {
  background: #94a3b8;
  box-shadow: 0 0 0 2px rgba(148, 163, 184, 0.35);
}

@keyframes msgatConnPulse {
  0%,
  100% {
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.35);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .msgat-hero-conn__dot--live {
    animation: none;
  }
}

.msgat-hero-conn__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #14532d;
}

.msgat-hero-conn__pill--disconnected .msgat-hero-conn__label {
  color: #64748b;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .msgat-hero-api-flow {
    inset-block-end: auto;
    inset-block-start: 5%;
    inset-inline-start: 3%;
    max-width: min(300px, 88%);
  }

  .msgat-hero-devices-hub {
    inset-block-end: auto;
    inset-block-start: 19%;
    width: min(320px, 94vw);
  }

  .msgat-hero-rr {
    inset-block-end: auto;
    inset-block-start: 10%;
    inset-inline-end: 2%;
    transform: scale(0.9);
    transform-origin: top center;
  }

  .msgat-hero-conn {
    inset-block-end: auto;
    inset-block-start: 42%;
    transform: translateX(-50%) scale(0.94);
  }
}

@media (max-width: 575.98px) {
  .msgat-hero-devices-hub {
    inset-block-start: 22%;
    transform: translateX(-50%) scale(0.88);
    transform-origin: center top;
  }

  .msgat-hero-rr {
    inset-block-start: 8%;
    transform: scale(0.82);
    transform-origin: top center;
  }

  .msgat-hero-conn {
    inset-block-start: 46%;
    transform: translateX(-50%) scale(0.88);
    max-width: calc(100% - 1rem);
  }

  .msgat-hero-conn__label {
    font-size: 0.6rem;
  }

  .msgat-hero-wa-stub {
    width: min(220px, 52vw);
    inset-block-end: 3%;
    inset-inline-end: 3%;
  }

  .msgat-hero-wa-bubble {
    padding: 0.32rem 0.38rem 0.28rem 0.45rem;
  }
}

.msgat-hero-artwork__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.msgat-hero-artwork__cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

@media (min-width: 1400px) {
  .msgat-hero-artwork__img {
    /* Sharp downscale when a higher-res asset replaces this file */
    image-rendering: -webkit-optimize-contrast;
  }
}

/* --- Feature cards: icon / mock area --- */
.msgat-feature-visual {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8fafc, #eef2ff);
  border: 1px solid #e2e8f0;
}

.msgat-feature-visual svg {
  max-width: 100%;
  height: auto;
}

.msgat-saas-home .tp-service__inner-item .tp-service__icon img {
  display: none;
}

.msgat-saas-home .tp-service__inner-item .tp-service__icon {
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- Pricing: fintech-style section + illustration + glowing best plan --- */
.msgat-pricing.tp-price__area {
  position: relative;
  isolation: isolate;
  background: linear-gradient(165deg, #f8fafc 0%, #eef2ff 32%, #ecfeff 58%, #f1f5f9 100%);
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.msgat-pricing.tp-price__area::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 85% 55% at 50% -5%, rgba(99, 102, 241, 0.14), transparent 52%),
    radial-gradient(ellipse 50% 45% at 95% 70%, rgba(56, 189, 248, 0.1), transparent 50%),
    radial-gradient(ellipse 45% 40% at 5% 65%, rgba(251, 191, 36, 0.06), transparent 48%);
}

.msgat-pricing.tp-price__area .container {
  position: relative;
  z-index: 1;
}

.msgat-pricing__visual {
  max-width: 760px;
  margin-inline: auto;
}

.msgat-pricing-visual {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.msgat-pricing-visual__svg {
  display: block;
  width: 100%;
  height: auto;
}

.msgat-pricing .tp-price__item.tp-price__active {
  position: relative;
  z-index: 2;
  transform: translateY(-8px) scale(1.02);
  border: 2px solid rgba(99, 102, 241, 0.5) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fafbff 45%, #f8fafc 100%) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95) inset,
    0 32px 64px rgba(67, 56, 202, 0.22),
    0 0 100px rgba(59, 130, 246, 0.2),
    0 0 56px rgba(251, 191, 36, 0.16),
    0 0 72px rgba(99, 102, 241, 0.18) !important;
}

.msgat-pricing .tp-price__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #4f46e5, #2563eb);
  color: #fff;
  margin-bottom: 0.5rem;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.45), 0 0 24px rgba(99, 102, 241, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .msgat-pricing .tp-price__item.tp-price__active {
    transform: translateY(-4px);
  }
}

/* --- Social proof strip --- */
.msgat-trust-strip {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}

.msgat-trust-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .msgat-trust-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.msgat-trust-stat {
  text-align: center;
}

.msgat-trust-stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.msgat-trust-stat span {
  font-size: 0.75rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.msgat-trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.msgat-trust-logo {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.msgat-testimonial-aside__note {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748b;
  margin-bottom: 0;
}

.msgat-testimonial-aside .msgat-trust-strip {
  margin-bottom: 0;
}

/* --- Testimonial avatars (initials) --- */
.msgat-avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  flex-shrink: 0;
}

.msgat-saas-home .tp-testimonial__icon img {
  display: none;
}

.msgat-saas-home .tp-testimonial__icon span.msgat-avatar {
  display: flex;
}

/* --- Top app / about area --- */
.msgat-app-visual {
  min-height: 280px;
  border-radius: 20px;
  background: linear-gradient(145deg, #eff6ff, #f8fafc);
  border: 1px solid #dbeafe;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 1.25rem;
  align-content: start;
}

.msgat-app-tile {
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem;
  border: 1px solid #e2e8f0;
  font-size: 0.75rem;
  color: #475569;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.msgat-app-tile strong {
  display: block;
  color: #0f172a;
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}

.msgat-saas-home .tp-app__thumb img {
  display: none;
}

/* --- About / app column: dark analytics dashboard (figures only, no labels) --- */
.msgat-saas-home .msgat-analytics-dash {
  margin-top: 1rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(51, 65, 85, 0.65);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.msgat-saas-home .msgat-analytics-dash__svg {
  display: block;
  width: 100%;
  height: auto;
}

/* --- FAQ side visual (replaces stock photo) --- */
.msgat-faq-visual {
  min-height: 320px;
  border-radius: 20px;
  background: linear-gradient(160deg, #ecfdf5 0%, #f0fdf4 40%, #f8fafc 100%);
  border: 1px solid #bbf7d0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.msgat-faq-visual-inner svg {
  max-width: 100%;
  height: auto;
}

/* --- Integration hub --- */
.msgat-integration-hub {
  max-width: 420px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.msgat-integration-hub svg {
  width: 100%;
  height: auto;
}

.msgat-saas-home .tp-integration__big-thumb > img {
  display: none;
}

.msgat-saas-home .tp-integration__border-shape img,
.msgat-saas-home .int-icon-bottom .tp-pulse-border img {
  opacity: 0.35;
}

/* --- Why choose: soften decorative bg --- */
.msgat-saas-home .tp-choose__area {
  background-image: none !important;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%) !important;
}

.msgat-saas-home .tp-counter__icon img {
  display: none;
}

.msgat-saas-home .tp-counter__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 1rem;
}

.msgat-saas-home .tp-counter__icon i {
  font-size: 1.35rem;
  color: #a5f3fc;
}

/* --- Frontend language switch (AR / EN) --- */
.msgat-lang-switch {
  flex-shrink: 0;
  border-radius: 999px;
  padding: 2px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.msgat-lang-switch__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  text-decoration: none !important;
  color: #475569;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.msgat-lang-switch__btn:hover {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.75);
}

.msgat-lang-switch__btn.is-active {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.tp-header__transparent .msgat-lang-switch {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.tp-header__transparent .msgat-lang-switch__btn {
  color: rgba(248, 250, 252, 0.92);
}

.tp-header__transparent .msgat-lang-switch__btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.tp-header__transparent .msgat-lang-switch__btn.is-active {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.msgat-lang-switch--inverse {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.msgat-lang-switch--inverse .msgat-lang-switch__btn {
  color: rgba(248, 250, 252, 0.9);
}

.msgat-lang-switch--inverse .msgat-lang-switch__btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.msgat-lang-switch--inverse .msgat-lang-switch__btn.is-active {
  background: #fff;
  color: #0f172a;
}

.tp-footer-bottom__social .msgat-lang-switch {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.tp-footer-bottom__social .msgat-lang-switch__btn {
  color: rgba(255, 255, 255, 0.88);
}

.tp-footer-bottom__social .msgat-lang-switch__btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.tp-footer-bottom__social .msgat-lang-switch__btn.is-active {
  background: #fff;
  color: #0f172a;
}

/* =============================================================================
   Msgat landing v2 — dark tech SaaS homepage (Hero → … → FAQ)
   ============================================================================= */

body.msgat-landing-v2 {
  background: linear-gradient(165deg, #050816 0%, #0f172a 48%, #1a0b2e 100%);
  color: #e2e8f0;
}

body.msgat-landing-v2 .msgat-landing-v2__main {
  overflow-x: clip;
}

body.msgat-landing-v2 .tp-header__transparent,
body.msgat-landing-v2 #header-sticky.tp-header__area {
  background: rgba(15, 23, 42, 0.55) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

body.msgat-landing-v2 .tp-header__main-menu1 ul li a,
body.msgat-landing-v2 .tp-header__main-menu ul li a {
  color: rgba(248, 250, 252, 0.92) !important;
}

body.msgat-landing-v2 .tp-header__main-menu1 ul li a:hover,
body.msgat-landing-v2 .tp-header__main-menu ul li a:hover {
  color: #fff !important;
}

body.msgat-landing-v2 .tp-header__right .tp-btn span,
body.msgat-landing-v2 .tp-header__right-two .tp-btn-blue span,
body.msgat-landing-v2 .tp-header__right-two .tp-btn-blue-square span {
  color: #0f172a;
}

body.msgat-landing-v2 .tp-footer__area.theme-bg {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.95) 0%, #0b1120 100%) !important;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

body.msgat-landing-v2 .tp-footer-bottom__border-top {
  border-top-color: rgba(148, 163, 184, 0.2);
}

body.msgat-landing-v2 .tp-footer-bottom__menu ul li a {
  color: rgba(248, 250, 252, 0.88) !important;
}

.msgat-ld-glass {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 18px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.msgat-ld-muted {
  color: rgba(148, 163, 184, 0.95);
}

.msgat-ld-section {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  position: relative;
}

.msgat-ld-section__title {
  font-size: clamp(1.65rem, 2.5vw, 2.1rem);
  font-weight: 700;
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.msgat-ld-section__lead {
  color: rgba(148, 163, 184, 0.95);
  font-size: 1rem;
}

.msgat-ld-hero {
  position: relative;
  padding-block: clamp(5rem, 12vw, 7.5rem) 3rem;
}

.msgat-ld-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 55% at 70% 0%, rgba(99, 102, 241, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 45% at 20% 30%, rgba(56, 189, 248, 0.18), transparent 50%);
  pointer-events: none;
}

.msgat-ld-hero__title {
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.msgat-ld-hero__title span {
  background: linear-gradient(90deg, #a5b4fc, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.msgat-ld-hero__sub {
  font-size: 1.1rem;
  line-height: 1.65;
  color: rgba(203, 213, 225, 0.95);
  margin-block: 1.25rem 1.75rem;
  max-width: 36rem;
}

.msgat-ld-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.msgat-ld-btn--primary {
  background: linear-gradient(135deg, #6366f1, #22d3ee);
  color: #0b1120 !important;
  box-shadow: 0 4px 24px rgba(99, 102, 241, 0.35);
}

.msgat-ld-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(99, 102, 241, 0.45);
  color: #0b1120 !important;
}

.msgat-ld-btn--ghost {
  border-color: rgba(148, 163, 184, 0.45);
  color: #f1f5f9 !important;
  background: rgba(255, 255, 255, 0.04);
}

.msgat-ld-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.msgat-ld-btn--block {
  display: flex;
  width: 100%;
}

.msgat-ld-btn--lg {
  padding: 0.85rem 2rem;
  font-size: 1.05rem;
}

.msgat-ld-hero__visual {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.msgat-hero-visual--compact .msgat-hero-artwork {
  max-width: min(520px, 100%);
  margin-inline: auto;
}

.msgat-ld-hero-caption {
  color: rgba(148, 163, 184, 0.95) !important;
}

.msgat-ld-card {
  padding: 1.5rem 1.35rem;
  height: 100%;
}

.msgat-ld-card__title {
  color: #f8fafc;
  font-weight: 700;
}

.msgat-ld-card__text {
  color: rgba(148, 163, 184, 0.98);
  font-size: 0.95rem;
  line-height: 1.55;
}

.msgat-ld-card__icon .msgat-feature-visual {
  display: flex;
  justify-content: flex-start;
}

html[dir='rtl'] .msgat-ld-card__icon .msgat-feature-visual {
  justify-content: flex-end;
}

.msgat-ld-step {
  padding: 1.75rem 1.25rem;
}

.msgat-ld-step__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(99, 102, 241, 0.2);
  color: #a5b4fc;
  font-size: 1.35rem;
}

.msgat-ld-step__title {
  color: #f8fafc;
  font-weight: 700;
}

.msgat-ld-step__text {
  color: rgba(148, 163, 184, 0.98);
  font-size: 0.95rem;
  line-height: 1.55;
}

.msgat-ld-how__row {
  align-items: stretch;
}

.msgat-ld-stat {
  padding: 1.5rem 1rem;
}

.msgat-ld-stat__value {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #f8fafc;
  margin-bottom: 0.35rem;
  background: linear-gradient(90deg, #e0e7ff, #a5f3fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.msgat-ld-stat__label {
  font-size: 0.9rem;
  color: rgba(148, 163, 184, 0.95);
}

.msgat-ld-price {
  padding: 1.75rem 1.5rem;
  position: relative;
}

.msgat-ld-price--spotlight {
  border-color: rgba(129, 140, 248, 0.55);
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.35), 0 16px 48px rgba(79, 70, 229, 0.25);
  transform: scale(1.02);
}

@media (max-width: 991px) {
  .msgat-ld-price--spotlight {
    transform: none;
  }
}

.msgat-ld-price__badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.35);
  color: #e0e7ff;
}

.msgat-ld-price__badge--soft {
  background: rgba(56, 189, 248, 0.2);
  color: #a5f3fc;
}

.msgat-ld-price__head {
  color: #cbd5e1;
}

.msgat-ld-price__name {
  font-weight: 700;
  color: #f8fafc;
}

.msgat-ld-price__amount {
  font-size: 1.85rem;
  font-weight: 800;
  color: #f8fafc;
}

.msgat-ld-price__period {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(148, 163, 184, 0.95);
  margin-inline-start: 0.25rem;
}

.msgat-ld-price__list li {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.92rem;
}

.msgat-ld-price__list li:last-child {
  border-bottom: 0;
}

.msgat-ld-cta__inner {
  padding: clamp(2.5rem, 5vw, 3.5rem) 1.5rem;
}

.msgat-ld-cta__title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #f8fafc;
  max-width: 32rem;
  margin-inline: auto;
  line-height: 1.25;
}

.msgat-ld-accordion .accordion-item {
  margin-bottom: 0.75rem;
  border: 0;
  overflow: hidden;
}

.msgat-ld-accordion .accordion-button {
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  font-weight: 600;
  box-shadow: none !important;
}

.msgat-ld-accordion .accordion-button:not(.collapsed) {
  background: rgba(99, 102, 241, 0.25);
  color: #fff;
}

.msgat-ld-accordion .accordion-button::after {
  filter: invert(1) brightness(1.2);
}

html[dir='rtl'] .msgat-ld-accordion .accordion-button::after {
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.msgat-ld-accordion .accordion-body {
  background: rgba(15, 23, 42, 0.5);
  color: rgba(203, 213, 225, 0.95);
  line-height: 1.65;
}

.msgat-ld-inline-link {
  color: #a5f3fc;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-inline-start: 0.35rem;
}

.msgat-ld-inline-link:hover {
  color: #fff;
}

body.msgat-landing-v2 .tp-footer-bottom__area p,
body.msgat-landing-v2 .tp-footer-bottom__area a {
  color: rgba(248, 250, 252, 0.88) !important;
}

/* =============================================================================
   Auth login — matches landing v2 (glass card + gradient + side panel)
   ============================================================================= */

body.msgat-auth-login {
  min-height: 100vh;
}

body.msgat-auth-login .msgat-auth-login__main {
  position: relative;
  padding-block: clamp(5.5rem, 12vw, 7rem) clamp(3rem, 6vw, 4.5rem);
  min-height: min(920px, calc(100vh - 4rem));
}

.msgat-auth-login__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 90% 60% at 80% 15%, rgba(99, 102, 241, 0.28), transparent 55%),
    radial-gradient(ellipse 70% 50% at 15% 40%, rgba(56, 189, 248, 0.14), transparent 52%),
    radial-gradient(ellipse 55% 45% at 50% 95%, rgba(167, 139, 250, 0.12), transparent 50%);
  pointer-events: none;
}

.msgat-auth-login__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin-inline: auto;
}

.msgat-auth-login__row {
  min-height: min(760px, calc(100vh - 8rem));
}

body.msgat-auth-login .msgat-auth-login__card.msgat-login-card {
  max-width: 420px;
  margin-inline: auto;
  padding: clamp(1.75rem, 4vw, 2.25rem);
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.msgat-auth-login .msgat-login-title {
  font-size: clamp(1.35rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

body.msgat-auth-login .msgat-login-subtitle {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.98);
  max-width: 26rem;
  margin-inline: auto;
}

body.msgat-auth-login .msgat-logo-text {
  color: #f8fafc !important;
}

.msgat-auth-login__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(203, 213, 225, 0.92) !important;
  margin-bottom: 0.4rem;
}

body.msgat-auth-login .tplogin__form .tp-mail {
  margin-bottom: 0;
}

body.msgat-auth-login .tplogin__form .tp-password {
  padding-bottom: 0;
}

body.msgat-auth-login .tplogin .tp-forgot-password {
  margin-bottom: 0 !important;
}

body.msgat-auth-login .msgat-login-card .msgat-input {
  height: auto !important;
  min-height: 52px;
  background: rgba(15, 23, 42, 0.55) !important;
  border: 1px solid rgba(148, 163, 184, 0.28) !important;
  color: #f1f5f9 !important;
  border-radius: 12px;
  padding: 0.65rem 0.85rem !important;
  font-size: 0.95rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.msgat-auth-login .msgat-login-card .msgat-input::placeholder {
  color: rgba(148, 163, 184, 0.65);
}

body.msgat-auth-login .msgat-login-card .msgat-input:focus {
  border-color: rgba(99, 102, 241, 0.65);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
  outline: none;
  background: rgba(15, 23, 42, 0.75);
}

body.msgat-auth-login .msgat-login-card .msgat-input.is-invalid {
  border-color: rgba(248, 113, 113, 0.65);
}

body.msgat-auth-login .msgat-login-card .invalid-feedback {
  font-size: 0.8rem;
}

.msgat-auth-login__remember .form-check-input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.15rem;
  border-radius: 6px;
  border-color: rgba(148, 163, 184, 0.45);
  background: rgba(15, 23, 42, 0.5);
}

.msgat-auth-login__remember .form-check-input:checked {
  background-color: #6366f1;
  border-color: #6366f1;
}

.msgat-auth-login__remember .form-check-label {
  font-size: 0.875rem;
  color: rgba(203, 213, 225, 0.95);
  padding-inline-start: 0.25rem;
}

.msgat-auth-login__muted {
  font-size: 0.875rem;
  color: rgba(148, 163, 184, 0.95);
}

.msgat-auth-login__link {
  font-size: 0.875rem;
  color: #a5f3fc;
  text-decoration: none;
  font-weight: 500;
}

.msgat-auth-login__link:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.msgat-auth-login__link--emphasis {
  font-weight: 700;
}

body.msgat-auth-login .msgat-auth-login__submit.msgat-ld-btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

body.msgat-auth-login .msgat-login-footer {
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.75);
}

/* Side panel */
.msgat-auth-login__panel-wrap {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  padding-inline-start: clamp(0.75rem, 2vw, 1.5rem);
}

html[dir='rtl'] .msgat-auth-login__panel-wrap {
  padding-inline-start: clamp(1.5rem, 4vw, 2.5rem);
  padding-inline-end: clamp(0.75rem, 2vw, 1.5rem);
}

.msgat-auth-login__panel {
  position: relative;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
}

.msgat-auth-login__panel-glow {
  position: absolute;
  inset: -20% -10% auto auto;
  width: 70%;
  height: 55%;
  background: radial-gradient(ellipse 80% 70% at 70% 20%, rgba(99, 102, 241, 0.35), transparent 65%);
  pointer-events: none;
}

html[dir='rtl'] .msgat-auth-login__panel-glow {
  inset-inline-end: auto;
  inset-inline-start: -10%;
}

.msgat-auth-login__panel-kicker {
  position: relative;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(165, 180, 252, 0.95);
  margin-bottom: 0.75rem;
}

.msgat-auth-login__panel-title {
  position: relative;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.msgat-auth-login__panel-lead {
  position: relative;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.92);
  margin-bottom: 1.5rem;
  max-width: 28rem;
}

.msgat-auth-login__bullets li {
  position: relative;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.95);
}

.msgat-auth-login__bullets li:last-child {
  margin-bottom: 0;
}

.msgat-auth-login__bullet-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(99, 102, 241, 0.2);
  color: #a5b4fc;
  font-size: 0.95rem;
}

.msgat-auth-login__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.75rem;
  position: relative;
}

.msgat-auth-login__chip {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: rgba(203, 213, 225, 0.95);
}

@media (max-width: 991.98px) {
  .msgat-auth-login__panel-wrap {
    padding-block-start: 0;
    padding-inline: clamp(1rem, 4vw, 1.5rem);
  }

  .msgat-auth-login__row {
    min-height: 0;
  }

  body.msgat-auth-login .msgat-auth-login__main {
    min-height: 0;
  }
}

