.elementor-461 .elementor-element.elementor-element-3556b08{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-461 .elementor-element.elementor-element-e3112c7{--display:flex;}.elementor-461 .elementor-element.elementor-element-47c819f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-461 .elementor-element.elementor-element-97a066c{--display:flex;}.elementor-461 .elementor-element.elementor-element-4644209{--display:flex;}.elementor-461 .elementor-element.elementor-element-e283e47{--display:flex;}.elementor-461 .elementor-element.elementor-element-6a57a07.elementor-element{--align-self:center;}.elementor-461 .elementor-element.elementor-element-a449e25 > .elementor-widget-container{margin:0px 0px -19px 0px;padding:0px 0px 0px 0px;}.elementor-461 .elementor-element.elementor-element-238e5e4 > .elementor-widget-container{margin:0px 0px -19px 0px;padding:0px 0px 0px 0px;}.elementor-461 .elementor-element.elementor-element-d7eab3f.elementor-element{--align-self:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-461 .elementor-element.elementor-element-df184c7 > .elementor-widget-container{margin:0px 0px -13px 0px;}.elementor-461 .elementor-element.elementor-element-df184c7{text-align:center;}.elementor-461 .elementor-element.elementor-element-b5bff96{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================
   SCOPE EVERYTHING TO THIS PAGE
========================================= */

.op-auth-page {

/* =========================================
   RESET ELEMENTOR INTERFERENCE
========================================= */

}

.op-auth-page .op-auth-card {
  justify-content: center;
  min-height: 180px;
}

/* =========================================
   PAGE BACKGROUND
========================================= */

.op-auth-page {
  background: linear-gradient(
    180deg,
    #F9F7F3 0%,
    #F3F1EC 100%
  );
}

/* =========================================
   MAIN LAYOUT
========================================= */

.op-auth-page .op-auth-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px;
}

/* MOBILE */
.op-auth-page .op-auth-left {
  margin-bottom: 16px;
}

/* DESKTOP */
@media (min-width: 1024px) {

  .op-auth-page .op-auth-wrapper {
    display: flex;
    gap: 48px;
    align-items: center;
    padding: 48px 24px;
  }

  .op-auth-page .op-auth-left {
    flex: 1;
    max-width: 520px;
    margin-bottom: 0;
  }

  .op-auth-page .op-auth-right {
    width: 420px;
    flex-shrink: 0;
  }
}

/* =========================================
   CONTENT
========================================= */

.op-auth-page .op-auth__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .op-auth-page .op-auth__title {
    font-size: 32px;
  }
}

.op-auth-page .op-auth__title span {
  color: #C6A86B;
}

.op-auth-page .op-auth__subtitle {
  font-size: 15px;
  color: #6B7280;
  margin-bottom: 16px;
}

.op-auth-page .op-auth__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.op-auth-page .op-auth__benefits li {
  font-size: 15px;
  color: #374151;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

.op-auth-page .op-auth__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #C6A86B;
}

/* =========================================
   CARD
========================================= */

.op-auth-page .op-auth-card {
  display: flex;
  flex-direction: column;
  gap: 12px;

  background: #FFFFFF;
  border-radius: 18px;
  padding: 20px;

  box-shadow: 
    0 12px 30px rgba(0,0,0,0.08),
    0 2px 6px rgba(0,0,0,0.04);

  border: 1px solid #EEEAE4;
}

/* constrain text width for better readability */
.op-auth-page .op-auth-card__intro {
  max-width: 300px;
}

/* center paragraph nicely */
.op-auth-page .op-auth-card__text {
  text-align: center;
}

/* slight elevation on desktop */
@media (min-width: 1024px) {
  .op-auth-page .op-auth-card {
    transform: translateY(-6px);
  }
}

/* =========================================
   INTRO TEXT (RIGHT CARD)
========================================= */

.op-auth-page .op-auth-card__intro {
  margin-bottom: 4px;
}

.op-auth-page .op-auth-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #1F2937;
  margin: 0;
}

.op-auth-page .op-auth-card__text {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
}


/* =========================================
   LINKEDIN CTA – CLEAN OVERRIDE ONLY
========================================= */

.op-auth-page .op-auth-form .um-button-linkedin {
  background: linear-gradient(135deg, #D6B97B, #B8965C) !important;
  color: #FFFFFF !important;

  box-shadow: 0 6px 16px rgba(184,150,92,0.25);
  transition: all 0.2s ease;
}

/* override UM blue hover */
.op-auth-page .op-auth-form .um-button-linkedin:hover {
  background: linear-gradient(135deg, #D6B97B, #B8965C) !important;
  color: #FFFFFF !important;

  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(184,150,92,0.35);
}
/* =========================================
   FOOTER
========================================= */

.op-auth-page .op-auth-footer {
  margin-top: 8px;
  font-size: 13px;
  color: #9CA3AF;
  text-align: center;
}

.op-auth-page .op-auth-footer a {
  color: #B8965C;
  font-weight: 500;
  text-decoration: none;
}

.op-login-text {
  font-size: 13px;
  color: #9CA3AF;
}

.op-login-text a {
  color: #B8965C;
  text-decoration: none;
  font-weight: 500;
  margin-left: 4px;
}

.op-login-text a:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .op-auth-page .op-auth-footer {
    text-align: left;
  }
}

/* =========================================
   MOBILE OPTIMIZATION
========================================= */

@media (max-width: 1023px) {

  .op-auth-page .op-auth-left {
    display: none !important;
  }

  .op-auth-page .op-auth-card {
    padding: 20px;
  }

}

/* DEBUG VISIBLE CITY */
.op-city-debug {
  position: relative;
  width: 100%;
  height: 220px;
  min-height: 220px;
  overflow: hidden;
  margin-top: 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f5f0 0%, #ece8df 100%);
  border: 1px solid #e8e1d6;
}

/* skyline */
.op-city-debug .op-skyline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 0 12px;
}

.op-city-debug .building {
  background: linear-gradient(180deg, #d8cfbf 0%, #c8b89a 100%);
  border-radius: 4px 4px 0 0;
  opacity: 0.95;
}

.op-city-debug .b1 { width: 42px; height: 70px; }
.op-city-debug .b2 { width: 58px; height: 110px; }
.op-city-debug .b3 { width: 36px; height: 85px; }
.op-city-debug .b4 { width: 70px; height: 140px; }
.op-city-debug .b5 { width: 48px; height: 95px; }
.op-city-debug .b6 { width: 62px; height: 125px; }
.op-city-debug .b7 { width: 38px; height: 78px; }

/* clouds */
.op-city-debug .cloud {
  position: absolute;
  width: 74px;
  height: 26px;
  background: rgba(255,255,255,0.72);
  border-radius: 999px;
  filter: blur(1px);
}

.op-city-debug .cloud::before,
.op-city-debug .cloud::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.72);
  border-radius: 999px;
}

.op-city-debug .cloud::before {
  width: 28px;
  height: 28px;
  left: 10px;
  top: -10px;
}

.op-city-debug .cloud::after {
  width: 34px;
  height: 34px;
  right: 10px;
  top: -14px;
}

.op-city-debug .c1 {
  top: 34px;
  left: -100px;
  animation: opCloudMove1 28s linear infinite;
}

.op-city-debug .c2 {
  top: 78px;
  left: -180px;
  animation: opCloudMove2 40s linear infinite;
}

@keyframes opCloudMove1 {
  from { transform: translateX(0); }
  to { transform: translateX(130vw); }
}

@keyframes opCloudMove2 {
  from { transform: translateX(0); }
  to { transform: translateX(135vw); }
}

/* plane */
.op-city-debug .plane {
  position: absolute;
  top: 52px;
  left: -40px;
  font-size: 18px;
  color: #b8965c;
  animation: opPlaneFly 18s linear infinite;
}

@keyframes opPlaneFly {
  from { transform: translateX(0) translateY(0); }
  to { transform: translateX(130vw) translateY(-8px); }
}

/* =========================================
   BOTTOM SECTION
========================================= */

.op-bottom-section {
  margin-top: 40px;
  padding: 24px 16px 12px;
}

/* =========================================
   TRUST BAND
========================================= */

.op-trust-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.op-trust-item {
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 999px;

  background: #F5F2EC;
  border: 1px solid #E8E1D6;
  color: #6B7280;

  transition: all 0.2s ease;
}

/* subtle hover (desktop only feel) */
@media (hover: hover) {
  .op-trust-item:hover {
    transform: translateY(-2px);
    background: #EFE9DF;
    border-color: #D8CBB5;
  }
}

/* =========================================
   TOPICS (SCROLLING)
========================================= */

.op-topics-wrapper {
  overflow: hidden;
  position: relative;
}

.op-topics-track {
  display: flex;
  gap: 32px;
  white-space: nowrap;

  animation: op-scroll 30s linear infinite;
}

.op-topics-track span {
  font-size: 13px;
  color: #9CA3AF;
  letter-spacing: 0.2px;
}

/* animation */
@keyframes op-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.op-topics-wrapper::before,
.op-topics-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
}

.op-topics-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #F9F7F3, transparent);
}

.op-topics-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #F3F1EC, transparent);
}

.op-bottom-section {
  animation: opFadeUp 0.6s ease forwards;
  opacity: 0;
}

@keyframes opFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================
   MOBILE BENEFITS – MODERN VERSION
========================================= */

.op-mobile-benefits-v2 {
  display: none;
}

@media (max-width: 767px) {

  .op-mobile-benefits-v2 {
    display: flex;
    flex-direction: column;
    gap: 10px;

    max-width: 260px;
    margin: 16px auto 0;
  }

  .op-benefit-line {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 13.5px;
    color: #6B7280;

    opacity: 0;
    transform: translateY(8px);

    animation: opFadeUp 0.5s ease forwards;
  }

  /* stagger */
  .op-benefit-line:nth-child(1) { animation-delay: 0.1s; }
  .op-benefit-line:nth-child(2) { animation-delay: 0.2s; }
  .op-benefit-line:nth-child(3) { animation-delay: 0.3s; }

  /* subtle line indicator */
  .op-dot {
    width: 20px;
    height: 2px;
    border-radius: 2px;

    background: linear-gradient(90deg, #C6A86B, transparent);
    opacity: 0.7;

    animation: opPulse 2.5s infinite ease-in-out;
  }

  /* animations */
  @keyframes opFadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes opPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
  }
}/* End custom CSS */