
:root {
  --es-header-popup-gold: #E6A817;
  --es-header-popup-gold-dark: #C48C0A;
  --es-header-popup-gold-light: #FFF3D0;
  --es-header-popup-ink: #1A1A2E;
  --es-header-popup-ink-mid: #3D3D5C;
  --es-header-popup-ink-soft: #7A7A9A;
  --es-header-popup-white: #FFFFFF;
  --es-header-popup-surface: #F9F8F5;
  --es-header-popup-border: #E8E6E0;
  --es-header-popup-danger: #E05252;
  --es-header-popup-success: #3AAA6D;
  --es-header-popup-radius: 14px;
  --es-header-popup-shadow: 0 24px 80px rgba(26,26,46,.18), 0 4px 16px rgba(26,26,46,.1);
  --es-header-popup-transition: .28s cubic-bezier(.4,0,.2,1);
}
.es-new-modal-style-aprtwentysix .abcRioButtonBlue:hover {
    background-color: #4285f4;
    box-shadow: none;
}

.es-new-modal-style-aprtwentysix .dropdown-wrapper-country-code{
    left: 0;
}
.es-new-modal-style-aprtwentysix .display-country-code.show-adjacent-icon::after{
 display:none;
}

.es-new-modal-style-aprtwentysix .close-btn.hide{
display:none;
}

.es-new-modal-style-aprtwentysix .demo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(26, 26, 46, 0.92);
  backdrop-filter: blur(12px);
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  z-index: 9999;
}
.es-new-modal-style-aprtwentysix .demo-bar span {
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.es-new-modal-style-aprtwentysix .ctx-btn {
  padding: 5px 14px;
  border-radius: 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .ctx-btn:hover, .es-new-modal-style-aprtwentysix .ctx-btn.active {
  background: var(--es-header-popup-gold);
  border-color: var(--es-header-popup-gold);
  color: var(--es-header-popup-ink);
}
.es-new-modal-style-aprtwentysix {
  /* ─── OVERLAY ──────────────────────────────────────── */
}
.es-new-modal-style-aprtwentysix.overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 20, 0.55);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix.overlay.open {
  opacity: 1;
  pointer-events: all;
}
.es-new-modal-style-aprtwentysix {
  /* ─── MODAL SHELL ──────────────────────────────────── */
}
.es-new-modal-style-aprtwentysix .modal {
  width: 100%;
  max-width: 900px;
  background: var(--es-header-popup-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--es-header-popup-shadow);
  display: grid;
  grid-template-columns: 340px 1fr;
  min-height: 540px;
  transform: scale(0.94) translateY(24px);
  opacity: 0;
  transition: transform var(--es-header-popup-transition), opacity var(--es-header-popup-transition);
  position: relative;
}

.es-new-modal-style-aprtwentysix .abcRioButton{
    background: #FFF !important;
    color: #1e1e1e !important;
    box-shadow: none;
    height: auto !important;
}

.es-new-modal-style-aprtwentysix .btn-google{
   height: auto;
}

.es-new-modal-style-aprtwentysix .googleLogin-Box .form-group{
  margin-bottom: 0px;
}


.es-new-modal-style-aprtwentysix .googleLogin-Box .abcRioButtonBlue .abcRioButtonIcon{
	padding: 0px !important;
}

.es-new-modal-style-aprtwentysix .googleLogin-Box .abcRioButtonContentWrapper { 
	  display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.es-new-modal-style-aprtwentysix.overlay.open .modal {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.es-new-modal-style-aprtwentysix {
  /* ─── LEFT PANEL ───────────────────────────────────── */
}
.es-new-modal-style-aprtwentysix .panel-left {
  position: relative;
  overflow: hidden;
  background: var(--es-header-popup-ink);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.es-new-modal-style-aprtwentysix .panel-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(230, 168, 23, 0.22) 0%, transparent 55%), url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.es-new-modal-style-aprtwentysix .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.es-new-modal-style-aprtwentysix .brand-logo {
  width: 38px;
  height: 38px;
  background: var(--es-header-popup-gold);
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  color: var(--es-header-popup-ink);
  font-weight: 700;
}
.es-new-modal-style-aprtwentysix .brand-name {
  font-family: "DM Serif Display", serif;
  color: var(--es-header-popup-white);
  font-size: 18px;
  line-height: 1.1;
}
.es-new-modal-style-aprtwentysix .brand-tag {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.es-new-modal-style-aprtwentysix .panel-content {
  position: relative;
  z-index: 1;
  flex: 1;
  padding-top: 36px;
}
.es-new-modal-style-aprtwentysix .context-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(230, 168, 23, 0.15);
  border: 1px solid rgba(230, 168, 23, 0.3);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 11px;
  color: var(--es-header-popup-gold);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .left-headline {
  font-family: "DM Serif Display", serif;
  font-size: 26px;
  line-height: 1.25;
  color: var(--es-header-popup-white);
  margin-bottom: 10px;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .left-sub {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 28px;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.es-new-modal-style-aprtwentysix .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
  opacity: 0;
  transform: translateX(-12px);
  animation: none;
}
.es-new-modal-style-aprtwentysix .benefit-item.animated {
  animation: slideInBenefit 0.4s forwards;
}
@keyframes slideInBenefit {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.es-new-modal-style-aprtwentysix .benefit-dot {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: rgba(230, 168, 23, 0.18);
  border: 1.5px solid rgba(230, 168, 23, 0.4);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 1px;
}
.es-new-modal-style-aprtwentysix .benefit-dot svg {
  width: 10px;
  height: 10px;
  fill: var(--es-header-popup-gold);
}
.es-new-modal-style-aprtwentysix .social-proof {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.es-new-modal-style-aprtwentysix .avatars {
  display: flex;
}
.es-new-modal-style-aprtwentysix .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--es-header-popup-ink);
  background: var(--es-header-popup-gold);
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--es-header-popup-ink);
  margin-left: -6px;
}
.es-new-modal-style-aprtwentysix .avatar:first-child {
  margin-left: 0;
}
.es-new-modal-style-aprtwentysix .proof-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.4;
}
.es-new-modal-style-aprtwentysix .proof-text strong {
  color: var(--es-header-popup-gold);
  font-weight: 600;
}
.es-new-modal-style-aprtwentysix {
  /* ─── RIGHT PANEL ──────────────────────────────────── */
}
.es-new-modal-style-aprtwentysix .panel-right {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 620px;
  background: var(--es-header-popup-white);
  position: relative;
}
.es-new-modal-style-aprtwentysix .close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--es-header-popup-border);
  background: var(--es-header-popup-white);
  cursor: pointer;
  display: grid;
  place-items: center;
  color: var(--es-header-popup-ink-soft);
  transition: var(--es-header-popup-transition);
  z-index: 10;
}
.es-new-modal-style-aprtwentysix .close-btn:hover {
  background: var(--es-header-popup-surface);
  border-color: var(--es-header-popup-ink-mid);
  color: var(--es-header-popup-ink);
}
.es-new-modal-style-aprtwentysix .close-btn svg {
  width: 14px;
  height: 14px;
}
.es-new-modal-style-aprtwentysix .form-header {
  margin-bottom: 28px;
}
.es-new-modal-style-aprtwentysix .form-title {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  color: var(--es-header-popup-ink);
  line-height: 1.2;
  margin-bottom: 6px;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .form-sub {
  font-size: 14px;
  color: var(--es-header-popup-ink-soft);
}
.es-new-modal-style-aprtwentysix .form-sub a {
  color: var(--es-header-popup-gold);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.es-new-modal-style-aprtwentysix .form-sub a:hover {
  color: var(--es-header-popup-gold-dark);
}
.es-new-modal-style-aprtwentysix {
  /* ─── SMART STEP SYSTEM ────────────────────────────── */
  /* Step container */
}
.es-new-modal-style-aprtwentysix .auth-step {
  display: none;
  animation: stepIn 0.28s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.es-new-modal-style-aprtwentysix .auth-step.active {
  display: block;
}
@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.es-new-modal-style-aprtwentysix {
  /* Email chip shown in step 2+ */
}
.es-new-modal-style-aprtwentysix .email-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--es-header-popup-surface);
  border: 1.5px solid var(--es-header-popup-border);
  border-radius: 30px;
  padding: 6px 14px 6px 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--es-header-popup-ink-mid);
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
}
.es-new-modal-style-aprtwentysix .email-chip-dot {
  width: 8px;
  height: 8px;
  background: var(--es-header-popup-success);
  border-radius: 50%;
  flex-shrink: 0;
}
.es-new-modal-style-aprtwentysix .email-chip-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.es-new-modal-style-aprtwentysix .email-chip-change {
  flex-shrink: 0;
  font-size: 11.5px;
  color: var(--es-header-popup-gold);
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  margin-left: 4px;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .email-chip-change:hover {
  color: var(--es-header-popup-gold-dark);
}
.es-new-modal-style-aprtwentysix {
  /* Back button */
}
.es-new-modal-style-aprtwentysix .back-btn {
  display: none;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--es-header-popup-ink-soft);
  padding: 0;
  margin-bottom: 20px;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .back-btn.show {
  display: inline-flex;
  animation: stepIn 0.2s ease forwards;
}
.es-new-modal-style-aprtwentysix .back-btn:hover {
  color: var(--es-header-popup-ink);
}
.es-new-modal-style-aprtwentysix .back-btn svg {
  width: 14px;
  height: 14px;
}
.es-new-modal-style-aprtwentysix {
  /* Loading spinner */
}
.es-new-modal-style-aprtwentysix .btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.es-new-modal-style-aprtwentysix {
  /* Checking state */
}
.es-new-modal-style-aprtwentysix .checking-state {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
  gap: 14px;
}
.es-new-modal-style-aprtwentysix .checking-state.show {
  display: flex;
  animation: stepIn 0.2s ease forwards;
}
.es-new-modal-style-aprtwentysix .check-ring {
  width: 44px;
  height: 44px;
  border: 3px solid var(--es-header-popup-border);
  border-top-color: var(--es-header-popup-gold);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.es-new-modal-style-aprtwentysix .check-label {
  font-size: 14px;
  color: var(--es-header-popup-ink-soft);
}
.es-new-modal-style-aprtwentysix {
  /* Certificate note */
}
.es-new-modal-style-aprtwentysix .cert-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #FFFBF0;
  border: 1px solid rgba(230, 168, 23, 0.3);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12px;
  color: #7A5A00;
  line-height: 1.5;
  margin-top: -4px;
  margin-bottom: 14px;
}
.es-new-modal-style-aprtwentysix .cert-note-icon {
  flex-shrink: 0;
  font-size: 14px;
  margin-top: 1px;
}
.es-new-modal-style-aprtwentysix {
  /* Google btn — PRIMARY, highest visual weight */
}
.es-new-modal-style-aprtwentysix .btn-google {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid var(--es-header-popup-gold);
  border-radius: var(--es-header-popup-radius);
  background: var(--es-header-popup-white);
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--es-header-popup-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: var(--es-header-popup-transition);
  box-shadow: 0 2px 12px rgba(230, 168, 23, 0.18);
  margin-top: 0;
}
.es-new-modal-style-aprtwentysix .btn-google:hover {
  background: var(--es-header-popup-gold-light);
  box-shadow: 0 6px 20px rgba(230, 168, 23, 0.28);
  transform: translateY(-1px);
}
.es-new-modal-style-aprtwentysix .btn-google:active {
  transform: translateY(0);
}
.es-new-modal-style-aprtwentysix .btn-google svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.es-new-modal-style-aprtwentysix {
  /* Speed hint under Google btn */
}
.es-new-modal-style-aprtwentysix .google-hint {
  text-align: center;
  font-size: 11.5px;
  color: var(--es-header-popup-ink-soft);
  margin-top: 7px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.es-new-modal-style-aprtwentysix .google-hint::before {
  content: "⚡";
  font-size: 11px;
}
.es-new-modal-style-aprtwentysix {
  /* Divider */
}
.es-new-modal-style-aprtwentysix .divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: var(--es-header-popup-ink-soft);
  font-size: 12px;
  font-weight: 500;
}
.es-new-modal-style-aprtwentysix .divider::before, .es-new-modal-style-aprtwentysix .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--es-header-popup-border);
}
.es-new-modal-style-aprtwentysix {
  /* Fields */
}
.es-new-modal-style-aprtwentysix .field {
  margin-bottom: 16px;
}
.es-new-modal-style-aprtwentysix .field-label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--es-header-popup-ink-mid);
  margin-bottom: 7px;
  letter-spacing: 0.2px;
}
.es-new-modal-style-aprtwentysix .field-wrap {
  position: relative;
}
.es-new-modal-style-aprtwentysix .field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: var(--es-header-popup-ink-soft);
  pointer-events: none;
}
.es-new-modal-style-aprtwentysix .field-input {
  width: 100%;
  padding: 12px 14px 12px 42px;
  border: 1.5px solid var(--es-header-popup-border);
  border-radius: var(--es-header-popup-radius);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--es-header-popup-ink);
  background: var(--es-header-popup-surface);
  outline: none;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .field-input::placeholder {
  color: var(--es-header-popup-ink-soft);
}
.es-new-modal-style-aprtwentysix .field-input:focus {
  border-color: var(--es-header-popup-gold);
  background: var(--es-header-popup-white);
  box-shadow: 0 0 0 3px rgba(230, 168, 23, 0.12);
}
.es-new-modal-style-aprtwentysix .field-input.error {
  border-color: var(--es-header-popup-danger);
  background: #fff5f5;
}
.es-new-modal-style-aprtwentysix .eye-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: var(--es-header-popup-ink-soft);
  width: 20px;
  height: 20px;
  padding: 0;
  display: grid;
  place-items: center;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .eye-btn:hover {
  color: var(--es-header-popup-ink);
}
.es-new-modal-style-aprtwentysix .eye-btn svg {
  width: 16px;
  height: 16px;
}
.es-new-modal-style-aprtwentysix .phone-wrap {
  display: flex;
  gap: 8px;
}
.es-new-modal-style-aprtwentysix .phone-code {
  flex-shrink: 0;
  width: 80px;
  padding: 12px 10px;
  border: 1.5px solid var(--es-header-popup-border);
  border-radius: var(--es-header-popup-radius);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--es-header-popup-ink);
  background: var(--es-header-popup-surface);
  outline: none;
  transition: var(--es-header-popup-transition);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.es-new-modal-style-aprtwentysix .phone-code:focus-within {
  border-color: var(--es-header-popup-gold);
}
.es-new-modal-style-aprtwentysix .flag {
  font-size: 16px;
}
.es-new-modal-style-aprtwentysix .field-input.phone-num {
  padding-left: 14px;
}
.es-new-modal-style-aprtwentysix .forgot {
  font-size: 12px;
  color: var(--es-header-popup-gold);
  font-weight: 600;
  text-decoration: none;
  /* float: right; */
  /* margin-top: -10px; */
  margin-bottom: 16px;
  display: block;
}
.es-new-modal-style-aprtwentysix .forgot:hover {
  color: var(--es-header-popup-gold-dark);
}
.es-new-modal-style-aprtwentysix {
  /* Primary CTA */
}
.es-new-modal-style-aprtwentysix .btn-primary {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: var(--es-header-popup-radius);
  background: var(--es-header-popup-ink);
  color: var(--es-header-popup-white);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--es-header-popup-transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.es-new-modal-style-aprtwentysix .btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(230, 168, 23, 0) 0%, rgba(230, 168, 23, 0.18) 100%);
  opacity: 0;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .btn-primary:hover {
  background: #2a2a46;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(26, 26, 46, 0.25);
}
.es-new-modal-style-aprtwentysix .btn-primary:hover::after {
  opacity: 1;
}
.es-new-modal-style-aprtwentysix .btn-primary:active {
  transform: translateY(0);
}
.es-new-modal-style-aprtwentysix .btn-primary .cta-text {
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix {
  /* Trust badge */
}
.es-new-modal-style-aprtwentysix .trust-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11.5px;
  color: var(--es-header-popup-ink-soft);
  margin-top: 14px;
}
.es-new-modal-style-aprtwentysix .trust-line svg {
  width: 12px;
  height: 12px;
  color: var(--es-header-popup-success);
}
.es-new-modal-style-aprtwentysix {
  /* Urgency pill */
}
.es-new-modal-style-aprtwentysix .urgency-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #FFF8E6;
  border: 1px solid rgba(230, 168, 23, 0.35);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #9A6800;
  margin-bottom: 16px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.es-new-modal-style-aprtwentysix .urgency-dot {
  width: 7px;
  height: 7px;
  background: var(--es-header-popup-gold);
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}
.es-new-modal-style-aprtwentysix {
  /* Field error msg */
}
.es-new-modal-style-aprtwentysix .field-error {
  font-size: 11.5px;
  color: var(--es-header-popup-danger);
  margin-top: 5px;
  display: none;
}
.es-new-modal-style-aprtwentysix .field-error.show {
  display: block;
}
.es-new-modal-style-aprtwentysix {
  /* Animation helpers */
}
.es-new-modal-style-aprtwentysix .fade-in {
  animation: fadeIn 0.3s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.es-new-modal-style-aprtwentysix {
  /* ─── MOBILE ───────────────────────────────────────── */
}
@media (max-width: 720px) {
  .es-new-modal-style-aprtwentysix .modal {
    grid-template-columns: 1fr;
    min-height: unset;
    max-width: 440px;
  }
  .es-new-modal-style-aprtwentysix .panel-left {
    display: none;
  }
  .es-new-modal-style-aprtwentysix .panel-right {
    padding: 32px 24px 28px;
    max-height: 90vh;
  }
  .es-new-modal-style-aprtwentysix .close-btn {
    top: 14px;
    right: 14px;
  }
}
.es-new-modal-style-aprtwentysix {
  /* ─── SUCCESS STATE ────────────────────────────────── */
}
.es-new-modal-style-aprtwentysix .success-state {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  padding: 20px 0;
}
.es-new-modal-style-aprtwentysix .success-state.show {
  display: flex;
  animation: fadeIn 0.4s ease forwards;
}
.es-new-modal-style-aprtwentysix .success-icon {
  width: 60px;
  height: 60px;
  background: rgba(58, 170, 109, 0.12);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.es-new-modal-style-aprtwentysix .success-icon svg {
  width: 28px;
  height: 28px;
  color: var(--es-header-popup-success);
}
.es-new-modal-style-aprtwentysix {
  /* Content switcher */
}
.es-new-modal-style-aprtwentysix .form-body {
  transition: opacity 0.2s ease;
}
.es-new-modal-style-aprtwentysix .form-body.switching {
  opacity: 0;
}
.es-new-modal-style-aprtwentysix {
  /* ─── OTP STEP ─────────────────────────────────────── */
}
.es-new-modal-style-aprtwentysix .otp-boxes {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0 6px;
}
.es-new-modal-style-aprtwentysix .otp-box {
  width: 56px;
  height: 60px;
  border: 1.5px solid var(--es-header-popup-border);
  border-radius: var(--es-header-popup-radius);
  text-align: center;
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--es-header-popup-ink);
  background: var(--es-header-popup-surface);
  outline: none;
  transition: var(--es-header-popup-transition);
}
.es-new-modal-style-aprtwentysix .otp-box:focus {
  border-color: var(--es-header-popup-gold);
  background: var(--es-header-popup-white);
  box-shadow: 0 0 0 3px rgba(230, 168, 23, 0.12);
}
.es-new-modal-style-aprtwentysix .otp-box.filled {
  border-color: var(--es-header-popup-gold);
  background: var(--es-header-popup-gold-light);
}
.es-new-modal-style-aprtwentysix .otp-box.otp-error {
  border-color: var(--es-header-popup-danger);
  background: #fff5f5;
}
.es-new-modal-style-aprtwentysix .otp-meta {
  text-align: center;
  margin-bottom: 18px;
}
.es-new-modal-style-aprtwentysix .otp-phone-line {
  font-size: 13.5px;
  color: var(--es-header-popup-ink-mid);
  font-weight: 500;
  margin-bottom: 4px;
}
.es-new-modal-style-aprtwentysix .otp-trust {
  font-size: 11.5px;
  color: var(--es-header-popup-ink-soft);
  margin-bottom: 14px;
}
.es-new-modal-style-aprtwentysix .otp-resend-row {
  font-size: 12.5px;
  color: var(--es-header-popup-ink-soft);
}
.es-new-modal-style-aprtwentysix .otp-timer {
  font-weight: 600;
  color: var(--es-header-popup-gold);
}
.es-new-modal-style-aprtwentysix .otp-resend-link {
  color: var(--es-header-popup-gold);
  font-weight: 600;
  cursor: pointer;
  display: none;
}
.es-new-modal-style-aprtwentysix .otp-resend-link:hover {
  color: var(--es-header-popup-gold-dark);
}
.es-new-modal-style-aprtwentysix .otp-edit {
  font-size: 11.5px;
  color: var(--es-header-popup-gold);
  cursor: pointer;
  font-weight: 600;
  margin-left: 6px;
}
.es-new-modal-style-aprtwentysix .otp-edit:hover {
  color: var(--es-header-popup-gold-dark);
}
.es-new-modal-style-aprtwentysix .otp-field-error {
  font-size: 11.5px;
  color: var(--es-header-popup-danger);
  text-align: center;
  margin-bottom: 8px;
  display: none;
}
.es-new-modal-style-aprtwentysix .otp-field-error.show {
  display: block;
}
.es-new-modal-style-aprtwentysix {
  /* ─── PROFILE STEP ──────────────────────────────────── */
}
.es-new-modal-style-aprtwentysix .wa-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(58, 170, 109, 0.1);
  border: 1px solid rgba(58, 170, 109, 0.3);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--es-header-popup-success);
  margin-bottom: 18px;
}
.es-new-modal-style-aprtwentysix .wa-verified-badge svg {
  width: 13px;
  height: 13px;
}
.es-new-modal-style-aprtwentysix .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.es-new-modal-style-aprtwentysix .field-input-plain {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--es-header-popup-border);
  border-radius: var(--es-header-popup-radius);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--es-header-popup-ink);
  background: var(--es-header-popup-surface);
  outline: none;
  transition: var(--es-header-popup-transition);
  appearance: none;
  cursor: pointer;
}
.es-new-modal-style-aprtwentysix .field-input-plain::placeholder {
  color: var(--es-header-popup-ink-soft);
}
.es-new-modal-style-aprtwentysix .field-input-plain:focus {
  border-color: var(--es-header-popup-gold);
  background: var(--es-header-popup-white);
  box-shadow: 0 0 0 3px rgba(230, 168, 23, 0.12);
}
.es-new-modal-style-aprtwentysix .field-input-plain.error {
  border-color: var(--es-header-popup-danger);
  background: #fff5f5;
}
.es-new-modal-style-aprtwentysix .select-wrap {
  position: relative;
}
.es-new-modal-style-aprtwentysix .select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--es-header-popup-ink-soft);
  pointer-events: none;
}
.es-new-modal-style-aprtwentysix .btn-skip {
  width: 100%;
  padding: 11px 20px;
  border: 1.5px solid var(--es-header-popup-border);
  border-radius: var(--es-header-popup-radius);
  background: transparent;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--es-header-popup-ink-soft);
  cursor: pointer;
  transition: var(--es-header-popup-transition);
  margin-bottom: 12px;
}
.es-new-modal-style-aprtwentysix .btn-skip:hover {
  border-color: var(--es-header-popup-ink-mid);
  color: var(--es-header-popup-ink);
}
@media (max-width: 720px) {
  .es-new-modal-style-aprtwentysix .otp-box {
    width: 48px;
    height: 54px;
    font-size: 20px;
  }
  .es-new-modal-style-aprtwentysix .field-row {
    grid-template-columns: 1fr;
  }
}