/* WP Persian Login — public styles */

@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazir-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazir-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --wppl-primary: #1687e8;
  --wppl-accent: #7357ff;
}

html.wppl-html,
body.wppl-standalone-body {
  min-height: 100%;
}

body.wppl-standalone-body {
  margin: 0 !important;
  background: #f3f6fb !important;
}

body.wppl-standalone-body #wpadminbar {
  display: none !important;
}

.wppl-page,
.wppl-page *,
.wppl-page *::before,
.wppl-page *::after {
  box-sizing: border-box;
}

.wppl-page {
  --wppl-ink: #15203a;
  --wppl-muted: #79839a;
  --wppl-border: #e6eaf2;
  --wppl-soft: #f7f9fc;
  width: 100%;
  min-height: 100vh;
  padding: clamp(18px, 4vw, 52px);
  display: grid;
  place-items: center;
  color: var(--wppl-ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(115, 87, 255, .09), transparent 25rem),
    radial-gradient(circle at 92% 88%, rgba(22, 135, 232, .08), transparent 28rem),
    #f3f6fb;
  font-family: "IRANSansX", "IRANSans", "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  direction: rtl;
  isolation: isolate;
}

.wppl-page button,
.wppl-page input {
  font: inherit;
}

.wppl-page button,
.wppl-page a {
  -webkit-tap-highlight-color: transparent;
}

.wppl-page a {
  color: inherit;
  text-decoration: none;
}

.wppl-card {
  width: min(1280px, 100%);
  min-height: min(720px, calc(100vh - 70px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 455px);
  direction: ltr;
  overflow: hidden;
  border: 1px solid rgba(30, 50, 90, .08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 75px rgba(37, 54, 91, .14), 0 4px 15px rgba(37, 54, 91, .05);
}

.wppl-visual-panel,
.wppl-form-panel {
  direction: rtl;
  min-width: 0;
}

.wppl-visual-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 660px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 14% 9%, rgba(255, 255, 255, .28), transparent 18rem),
    linear-gradient(135deg, #8c79ef 0%, #4f74e2 50%, #1774d5 100%);
}

.wppl-visual-panel::before,
.wppl-visual-panel::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  pointer-events: none;
  border-radius: 999px;
}

.wppl-visual-panel::before {
  width: 540px;
  height: 540px;
  top: -250px;
  left: -220px;
  border: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 0 0 40px rgba(255, 255, 255, .035), 0 0 0 90px rgba(255, 255, 255, .025);
}

.wppl-visual-panel::after {
  width: 420px;
  height: 170px;
  right: -120px;
  bottom: -90px;
  background: rgba(7, 39, 135, .18);
  filter: blur(8px);
  transform: rotate(-18deg);
}

.wppl-visual-topbar {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 32px 38px 0;
}

.wppl-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  max-width: 65%;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.wppl-brand:hover {
  color: #fff;
  opacity: .9;
}

.wppl-brand-mark {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  display: inline-grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(145deg, rgba(255,255,255,.35), rgba(255,255,255,.08));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 8px 20px rgba(18, 43, 126, .16);
}

.wppl-brand-mark svg {
  width: 23px;
  height: 23px;
}

.wppl-brand-logo {
  width: auto;
  max-width: 145px;
  height: 35px;
  object-fit: contain;
}

.wppl-visual-caption {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
}

.wppl-slider {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 560px;
  margin-top: 10px;
  overflow: hidden;
}

.wppl-slides,
.wppl-slide {
  position: absolute;
  inset: 0;
}

.wppl-slide {
  visibility: hidden;
  opacity: 0;
  transition: opacity .65s ease, visibility .65s ease;
}

.wppl-slide.is-active {
  visibility: visible;
  opacity: 1;
}

.wppl-slide-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.wppl-slide-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.02);
}

.wppl-slide-media.has-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(25, 34, 108, .04) 10%, rgba(23, 42, 129, .28) 62%, rgba(12, 26, 94, .88) 100%);
}

.wppl-slide-shade {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, rgba(32, 45, 139, .02) 15%, rgba(29, 51, 150, .2) 54%, rgba(7, 29, 103, .82) 100%);
}

.wppl-slide-copy {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 52px;
  left: 38px;
  max-width: 620px;
  text-align: right;
  text-shadow: 0 2px 16px rgba(8, 28, 94, .22);
}

.wppl-eyebrow,
.wppl-form-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .85);
  font-size: 12px;
  font-weight: 700;
}

.wppl-eyebrow::before {
  width: 25px;
  height: 2px;
  display: inline-block;
  content: "";
  border-radius: 99px;
  background: #a8f1f5;
}

.wppl-slide-copy h2 {
  max-width: 550px;
  margin: 11px 0 10px;
  color: #fff;
  font-size: clamp(25px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.035em;
}

.wppl-slide-copy p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 2;
}

.wppl-slider-arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  color: #fff;
  background: rgba(16, 40, 132, .13);
  box-shadow: 0 8px 20px rgba(5, 29, 105, .1);
  cursor: pointer;
  opacity: .72;
  transform: translateY(-50%);
  transition: background .2s ease, opacity .2s ease, transform .2s ease;
}

.wppl-slider-arrow:hover,
.wppl-slider-arrow:focus-visible {
  opacity: 1;
  background: rgba(255, 255, 255, .2);
  transform: translateY(-50%) scale(1.04);
}

.wppl-slider-arrow:focus-visible,
.wppl-slider-dot:focus-visible,
.wppl-password-toggle:focus-visible {
  outline: 3px solid rgba(170, 232, 255, .72);
  outline-offset: 3px;
}

.wppl-slider-arrow svg {
  width: 22px;
  height: 22px;
}

.wppl-slider-arrow--prev {
  left: 25px;
}

.wppl-slider-arrow--next {
  right: 25px;
}

.wppl-slider-dots {
  position: absolute;
  z-index: 7;
  right: 38px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.wppl-slider-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, .48);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.wppl-slider-dot.is-active {
  width: 25px;
  background: #fff;
}

/* Generated artwork for the default slides. It can be replaced with images from the settings page. */
.wppl-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 71% 37%, rgba(255,255,255,.22), transparent 8rem),
    linear-gradient(145deg, #8792ee 0%, #687ee9 35%, #2c59cb 100%);
}

.wppl-art::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(140deg, rgba(0,0,0,.9), transparent 72%);
}

.wppl-art-glow {
  position: absolute;
  top: 16%;
  left: 43%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.86) 0 1.5%, rgba(114,231,255,.55) 4%, rgba(110,109,255,.3) 25%, transparent 67%);
  filter: blur(3px);
}

.wppl-art-ring {
  position: absolute;
  top: 22%;
  left: 30%;
  width: 480px;
  height: 170px;
  border: 2px solid rgba(255,255,255,.78);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255,255,255,.45);
  transform: rotate(23deg);
}

.wppl-art-ring--two {
  top: 27%;
  left: 24%;
  width: 500px;
  height: 135px;
  border-color: rgba(160,246,255,.62);
  transform: rotate(-21deg);
}

.wppl-art-plus {
  position: absolute;
  top: 25%;
  left: 46%;
  width: 165px;
  height: 165px;
  display: block;
  border-radius: 31px;
  background: linear-gradient(135deg, #7be264 0%, #1cccd2 40%, #194bdd 77%, #6815d7 100%);
  box-shadow: -18px 22px 0 rgba(43, 19, 166, .45), 0 22px 40px rgba(13, 33, 124, .4), inset 7px 8px 25px rgba(255,255,255,.28);
  transform: rotate(-11deg);
}

.wppl-art-plus::before,
.wppl-art-plus::after,
.wppl-art-plus i,
.wppl-art-plus b {
  position: absolute;
  display: block;
  content: "";
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 20px rgba(255,255,255,.75);
}

.wppl-art-plus::before,
.wppl-art-plus i {
  width: 105px;
  height: 24px;
  top: 71px;
  left: 30px;
}

.wppl-art-plus::after,
.wppl-art-plus b {
  width: 24px;
  height: 105px;
  top: 30px;
  left: 71px;
}

.wppl-art-plus i,
.wppl-art-plus b {
  opacity: .16;
  transform: translate(-4px, 5px);
}

.wppl-art-star {
  position: absolute;
  color: rgba(255,255,255,.9);
  font-size: 29px;
  text-shadow: 0 0 14px #fff;
}

.wppl-art-star--one {
  top: 25%;
  left: 27%;
}

.wppl-art-star--two {
  right: 22%;
  bottom: 32%;
  font-size: 20px;
}

.wppl-art-orbit {
  position: absolute;
  top: 24%;
  left: 27%;
  width: 480px;
  height: 190px;
  border: 2px solid rgba(224, 255, 255, .75);
  border-radius: 50%;
  transform: rotate(-30deg);
  box-shadow: 0 0 24px rgba(125,231,255,.4);
}

.wppl-art-orbit--two {
  top: 17%;
  left: 37%;
  width: 250px;
  height: 420px;
  border-color: rgba(255,255,255,.48);
  transform: rotate(36deg);
}

.wppl-art-phone {
  position: absolute;
  top: 17%;
  left: 51%;
  width: 176px;
  height: 320px;
  display: block;
  border: 7px solid rgba(255,255,255,.82);
  border-radius: 32px;
  background: linear-gradient(150deg, rgba(147,238,255,.74), rgba(51,85,220,.8) 68%, rgba(103,24,203,.9));
  box-shadow: -20px 20px 0 rgba(27, 28, 143, .28), 0 24px 42px rgba(10, 35, 128, .3), inset 0 0 30px rgba(255,255,255,.12);
  transform: rotate(13deg);
}

.wppl-art-phone::before {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 45px;
  height: 6px;
  display: block;
  content: "";
  border-radius: 20px;
  background: rgba(255,255,255,.65);
  transform: translateX(-50%);
}

.wppl-art-phone i,
.wppl-art-phone b,
.wppl-art-phone em {
  position: absolute;
  left: 23px;
  right: 23px;
  display: block;
  border-radius: 10px;
  background: rgba(255,255,255,.18);
}

.wppl-art-phone i {
  top: 69px;
  height: 86px;
  background: linear-gradient(135deg, rgba(138,246,222,.72), rgba(65,125,230,.2));
}

.wppl-art-phone b {
  top: 175px;
  height: 12px;
}

.wppl-art-phone em {
  top: 205px;
  height: 12px;
}

.wppl-art--two {
  background: radial-gradient(circle at 78% 32%, rgba(160,255,220,.7), transparent 8rem), linear-gradient(145deg, #4c9edb, #4251c9 58%, #6c31c7);
}

.wppl-art--three {
  background: radial-gradient(circle at 20% 16%, rgba(255,255,255,.37), transparent 12rem), linear-gradient(145deg, #4bc5c3, #3268d5 53%, #343296);
}

.wppl-art-grid {
  position: absolute;
  top: 18%;
  right: 8%;
  width: 72%;
  height: 65%;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 28px;
  transform: perspective(650px) rotateY(-17deg) rotateX(7deg) rotateZ(-3deg);
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 37px 37px;
  box-shadow: 0 26px 40px rgba(8,33,115,.24), inset 0 0 30px rgba(255,255,255,.06);
}

.wppl-art-dashboard {
  position: absolute;
  top: 28%;
  right: 21%;
  width: 59%;
  height: 43%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 2fr;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 21px;
  background: rgba(255,255,255,.14);
  box-shadow: 0 15px 30px rgba(18,43,137,.22);
  transform: rotate(-3deg);
  backdrop-filter: blur(9px);
}

.wppl-art-dashboard i,
.wppl-art-dashboard b {
  display: block;
  border-radius: 9px;
  background: rgba(255,255,255,.65);
}

.wppl-art-dashboard i:nth-child(2) { background: rgba(168,245,211,.75); }
.wppl-art-dashboard i:nth-child(3) { background: rgba(255,216,155,.78); }
.wppl-art-dashboard b { height: 100%; align-self: end; background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.2)); }
.wppl-art-dashboard b:nth-of-type(1) { height: 68%; }
.wppl-art-dashboard b:nth-of-type(2) { height: 91%; }
.wppl-art-dashboard b:nth-of-type(3) { height: 48%; }

.wppl-art-dot {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #c9ffe8;
  box-shadow: 0 0 20px #b1ffe4;
}

.wppl-art-dot--one { top: 17%; left: 24%; width: 15px; height: 15px; }
.wppl-art-dot--two { right: 20%; bottom: 13%; width: 9px; height: 9px; background: #ffe3a9; box-shadow: 0 0 16px #ffe3a9; }

/* Form panel */
.wppl-form-panel {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  background: #fff;
}

.wppl-form-inner {
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
  padding: 50px 34px 38px;
}

.wppl-mobile-brand {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 26px;
  color: var(--wppl-primary);
  font-size: 15px;
}

.wppl-mobile-brand img {
  width: auto;
  max-width: 125px;
  height: 30px;
  object-fit: contain;
}

.wppl-mobile-brand .wppl-brand-mark {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
  color: var(--wppl-primary);
  background: rgba(22, 135, 232, .08);
}

.wppl-mobile-brand .wppl-brand-mark svg { width: 20px; height: 20px; }

.wppl-form-heading {
  margin-bottom: 27px;
  text-align: right;
}

.wppl-form-kicker {
  color: var(--wppl-primary);
  font-size: 11px;
  font-weight: 800;
}

.wppl-form-kicker::before {
  width: 18px;
  height: 2px;
  display: inline-block;
  content: "";
  border-radius: 20px;
  background: var(--wppl-primary);
}

.wppl-form-heading h1 {
  margin: 9px 0 4px;
  color: #141c30;
  font-size: clamp(24px, 2.2vw, 29px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -.035em;
}

.wppl-form-heading p {
  margin: 0;
  color: var(--wppl-muted);
  font-size: 12px;
  line-height: 1.9;
}

.wppl-alert {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0 0 18px;
  padding: 10px 12px;
  border-radius: 11px;
  font-size: 12px;
  line-height: 1.8;
}

.wppl-alert svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 1px;
}

.wppl-alert--error {
  color: #ad3f57;
  border: 1px solid #f7d8df;
  background: #fff5f6;
}

.wppl-alert--success {
  color: #167453;
  border: 1px solid #ccefe1;
  background: #f0fcf7;
}

.wppl-login-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wppl-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.wppl-field label {
  color: #34405c;
  font-size: 12px;
  font-weight: 800;
}

.wppl-field-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.wppl-small-link,
.wppl-register a,
.wppl-back a {
  color: var(--wppl-primary);
  transition: color .2s ease, opacity .2s ease;
}

.wppl-small-link {
  font-size: 10px;
  font-weight: 700;
}

.wppl-small-link:hover,
.wppl-register a:hover,
.wppl-back a:hover {
  color: var(--wppl-accent);
}

.wppl-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.wppl-input-wrap input {
  width: 100%;
  height: 48px;
  padding: 0 42px 0 42px;
  border: 1px solid var(--wppl-border);
  border-radius: 11px;
  outline: none;
  color: #1d2740;
  background: #fbfcfe;
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.wppl-input-wrap input::placeholder {
  color: #a1a9b8;
  opacity: 1;
}

.wppl-input-wrap input:hover {
  border-color: #cbd4e3;
}

.wppl-input-wrap input:focus {
  border-color: var(--wppl-primary);
  background: #fff;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--wppl-primary) 13%, transparent);
}

.wppl-input-icon {
  position: absolute;
  z-index: 1;
  right: 14px;
  width: 19px;
  height: 19px;
  display: inline-flex;
  color: #a1aabd;
  pointer-events: none;
}

.wppl-input-icon svg {
  width: 100%;
  height: 100%;
}

.wppl-password-toggle {
  position: absolute;
  left: 8px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: #9aa5ba;
  background: transparent;
  cursor: pointer;
}

.wppl-password-toggle:hover { color: var(--wppl-primary); }
.wppl-password-toggle svg { width: 19px; height: 19px; }


.wppl-form-options {
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -3px;
}

.wppl-check,
.wppl-check-admin {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #727e94;
  font-size: 11px;
  cursor: pointer;
  user-select: none;
}

.wppl-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.wppl-check-box {
  position: relative;
  width: 17px;
  height: 17px;
  display: inline-block;
  flex: 0 0 17px;
  border: 1px solid #d8dfeb;
  border-radius: 5px;
  background: #fff;
  transition: border-color .2s ease, background .2s ease;
}

.wppl-check-box::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  display: block;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.wppl-check input:checked + .wppl-check-box {
  border-color: var(--wppl-primary);
  background: var(--wppl-primary);
}

.wppl-check input:checked + .wppl-check-box::after { opacity: 1; }
.wppl-check input:focus-visible + .wppl-check-box { outline: 3px solid rgba(22, 135, 232, .2); outline-offset: 2px; }

.wppl-submit {
  width: 100%;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 1px;
  padding: 11px 18px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(100deg, var(--wppl-primary), var(--wppl-accent));
  box-shadow: 0 12px 20px color-mix(in srgb, var(--wppl-primary) 22%, transparent);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: box-shadow .2s ease, filter .2s ease, transform .2s ease;
}

.wppl-submit:hover,
.wppl-submit:focus-visible {
  filter: saturate(1.08) brightness(1.03);
  box-shadow: 0 15px 25px color-mix(in srgb, var(--wppl-primary) 29%, transparent);
  transform: translateY(-1px);
}

.wppl-submit:active { transform: translateY(0); }
.wppl-submit svg { width: 19px; height: 19px; }
.wppl-submit.is-loading { pointer-events: none; opacity: .72; }
.wppl-submit.is-loading span::after { content: " ..."; }

.wppl-register {
  margin: 22px 0 0;
  color: #8993a6;
  font-size: 11px;
  text-align: center;
}

.wppl-register a { font-weight: 800; }

.wppl-back {
  margin: 23px 0 0;
  color: #98a1b1;
  font-size: 11px;
  text-align: center;
}

.wppl-back a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.wppl-back svg { width: 15px; height: 15px; }

@media (max-width: 1100px) {
  .wppl-page { padding: 24px; }
  .wppl-card { grid-template-columns: minmax(0, 1fr) minmax(350px, 410px); }
  .wppl-form-inner { padding-right: 29px; padding-left: 29px; }
  .wppl-visual-topbar { padding-right: 29px; padding-left: 29px; }
  .wppl-slide-copy { right: 29px; left: 29px; }
  .wppl-slider-dots { right: 29px; }
  .wppl-art-plus { left: 40%; }
  .wppl-art-phone { left: 47%; }
}

@media (max-width: 780px) {
  .wppl-page { padding: 0; place-items: stretch; }
  .wppl-card {
    width: 100%;
    min-height: 100vh;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(260px, 36vh) auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .wppl-form-panel { order: 1; align-items: flex-start; }
  .wppl-visual-panel { order: 2; min-height: 280px; }
  .wppl-slider { min-height: 250px; }
  .wppl-form-inner { max-width: 480px; padding: 38px 32px 42px; }
  .wppl-mobile-brand { display: flex; }
  .wppl-visual-topbar { display: none; }
  .wppl-slide-copy { right: 30px; bottom: 34px; left: 30px; }
  .wppl-slide-copy h2 { margin-top: 7px; font-size: 24px; }
  .wppl-slide-copy p { display: none; }
  .wppl-slider-dots { right: 30px; bottom: 19px; }
  .wppl-slider-arrow { top: auto; bottom: 15px; width: 32px; height: 32px; transform: none; }
  .wppl-slider-arrow:hover, .wppl-slider-arrow:focus-visible { transform: scale(1.04); }
  .wppl-slider-arrow--prev { left: 30px; }
  .wppl-slider-arrow--next { right: auto; left: 72px; }
  .wppl-art-plus { top: 13%; left: 42%; transform: scale(.72) rotate(-11deg); }
  .wppl-art-phone { top: 6%; left: 49%; transform: scale(.62) rotate(13deg); transform-origin: top left; }
  .wppl-art-ring { top: 5%; left: 20%; transform: scale(.7) rotate(23deg); }
  .wppl-art-ring--two { transform: scale(.72) rotate(-21deg); }
  .wppl-art-orbit { top: 2%; left: 20%; transform: scale(.65) rotate(-30deg); }
  .wppl-art-orbit--two { transform: scale(.65) rotate(36deg); }
  .wppl-art-dashboard { top: 14%; right: 19%; }
}

@media (max-width: 430px) {
  .wppl-form-inner { padding: 30px 20px 35px; }
  .wppl-form-heading { margin-bottom: 23px; }
  .wppl-form-heading h1 { font-size: 23px; }
  .wppl-login-form { gap: 16px; }
  .wppl-slide-copy { right: 20px; bottom: 29px; left: 20px; }
  .wppl-slide-copy h2 { font-size: 21px; }
  .wppl-slider-dots { right: 20px; bottom: 16px; }
  .wppl-slider-arrow--prev { left: 20px; }
  .wppl-slider-arrow--next { left: 61px; }
}

@media (prefers-reduced-motion: reduce) {
  .wppl-page *, .wppl-page *::before, .wppl-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
