html {
  background: #fbfbfd !important;
}
html, body {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;  /* let the fixed .p4-bg aurora show through */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               Helvetica, Arial, sans-serif !important;
  text-align: left !important;
  color: #16131D;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  box-sizing: border-box;
}


.p4-wrap, .p4-wrap * { box-sizing: border-box; }


section.content, .content {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}


footer { display: none !important; }

a { text-decoration: none; color: inherit; }


.p4-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(to top,
      #ffffff 0%,
      rgba(255,255,255,0.92) 18%,
      rgba(255,255,255,0.55) 38%,
      rgba(255,255,255,0.18) 60%,
      rgba(255,255,255,0) 80%),
    /* main aurora sweep */
    radial-gradient(135% 115% at 4% 14%,
      #FE894C 0%,
      #FDA45E 12.5%,
      #FCB368 19.5%,
      #FBEBE1 49%,
      #B4BCD9 76.8%,
      #B4BCD9 100%);
  background-attachment: fixed;
}

.p4-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}


.p4-wrap {
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 28px 16px 48px;
  overflow-x: hidden;
}

.p4-card {
  position: relative;
  width: 100%;
  max-width: 408px;
  min-width: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}


.p4-eyebrow {
  display: inline-block;
  background: rgba(255,116,58,0.16);
  color: #FF743A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
}

.p4-title {
  font-size: 34px;
  line-height: 1.12;
  font-weight: 800;
  color: #16131D;
  margin: 2px 0 0;
}
.p4-sub {
  font-size: 16px;
  line-height: 1.55;
  color: #4D4F5C;
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
:root[dir="rtl"] .p4-sub { text-align: right; }


.p4-hero {
  display: block;
  height: auto;
  margin: 6px auto;
}

.p4-hero--phone { width: 100%; max-width: 290px; margin: 0 auto -6px; }

.p4-hero--bubbles { width: 100%; max-width: 260px; margin: 6px auto; }


.p4-cta {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 16px 22px;
  border: 0;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #FF743A;
  box-shadow: 0 8px 22px rgba(255,116,58,0.32);
  cursor: pointer;
  outline: 0;
}
.p4-cta:hover { filter: brightness(1.04); }
.p4-cta:active, .p4-cta:focus-visible { box-shadow: 0 0 0 3px rgba(255,116,58,0.45); }

.p4-cta-note {
  font-size: 12px;
  line-height: 1.5;
  color: #56586A;
  margin: -4px auto 0;
  max-width: 100%;
}


.p4-section-label {
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #949494;
  margin: 14px 0 -4px;
}


.p4-panel {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ECECEF;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(20,19,29,0.05);
  overflow: hidden;
  text-align: left;
}
.p4-row {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  align-items: flex-start;
}
.p4-row + .p4-row { border-top: 1px solid #F0F0F2; }

.p4-num {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  border-radius: 50%;
  border: 1px solid #FF743A;
  background: rgba(255,116,58,0.12);
  color: #FF743A;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.p4-step-text {
  font-size: 14px;
  line-height: 1.45;
  color: #3C3D49;
  margin: 2px 0 0;
}

.p4-info-block { padding: 16px 18px; }
.p4-info-block + .p4-info-block { border-top: 1px solid #F0F0F2; }
.p4-info-title {
  font-size: 15px;
  font-weight: 700;
  color: #1D1826;
  margin: 0 0 6px;
}
.p4-info-body {
  font-size: 14px;
  line-height: 1.5;
  color: #4D4F5C;
  margin: 0;
}

.p4-footer-link {
  font-size: 14px;
  font-weight: 500;
  color: #16131D;
  margin: 8px 0 0;
}
.p4-footer-link a { text-decoration: underline; }

.p4-lang-reset {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #444;
  border: 1px solid #d8d8dc;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 7px 11px;
  display: none;
  z-index: 2;
}


:root[dir="rtl"] .p4-card { direction: rtl; }
:root[dir="rtl"] .p4-section-label,
:root[dir="rtl"] .p4-panel,
:root[dir="rtl"] .p4-info-block { text-align: right; }
:root[dir="rtl"] .p4-lang-reset { right: auto; left: 0; }
:root[dir="rtl"] body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               "Noto Naskh Arabic", "Noto Sans Arabic", Tahoma, Arial, sans-serif !important;
}

@media (max-width: 380px) {
  .p4-title { font-size: 30px; }
  .p4-hero { max-width: 260px; }
  .p4-cta { font-size: 16px; padding: 14px 18px; }
}
