/* === theme-v76-auth-otp.css === */

:root{
  --auth-teal:#063f49;
  --auth-teal-dark:#032e36;
  --auth-teal-soft:#eaf5f4;
  --auth-gold:#f6bd55;
  --auth-gold-dark:#d89a2b;
  --auth-ink:#062f38;
  --auth-muted:#617a80;
  --auth-line:#d7e6e8;
  --auth-white:#fff;
  --auth-danger:#b4233c;
  --auth-success:#16865d;
  --auth-shadow:0 28px 70px rgba(4,51,60,.18);
}
*{box-sizing:border-box}
body.auth-otp-body{margin:0;min-height:100vh;font-family:'Plus Jakarta Sans',system-ui,sans-serif;color:var(--auth-ink);background:linear-gradient(145deg,#f7fbfb 0%,#e8f3f2 52%,#dbeceb 100%);overflow-x:hidden}
a{text-decoration:none;color:inherit}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);position:relative}
.auth-showcase{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:42px 54px;color:#fff;background:linear-gradient(155deg,rgba(3,46,54,.98),rgba(6,63,73,.92)),url('../images/hero-kashmir.svg') center/cover no-repeat;overflow:hidden}
.auth-showcase:before,.auth-showcase:after{content:"";position:absolute;border:1px solid rgba(246,189,85,.25);border-radius:50%}
.auth-showcase:before{width:420px;height:420px;left:-180px;bottom:-160px}
.auth-showcase:after{width:300px;height:300px;right:-120px;top:70px}
.auth-brand{display:inline-flex;align-items:center;gap:12px;position:relative;z-index:2;width:max-content}
.auth-brand-box{display:inline-flex;align-items:center;background:var(--auth-gold);color:var(--auth-ink);font-family:'Montserrat',sans-serif;font-size:1.55rem;font-weight:900;letter-spacing:.04em;padding:7px 10px;line-height:1}
.auth-brand-plane{width:39px;height:39px;color:#fff;display:grid;place-items:center}
.auth-brand-plane svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transform:rotate(-8deg)}
.auth-brand-era{font-family:'Montserrat',sans-serif;font-size:1.55rem;font-weight:900;color:var(--auth-gold);letter-spacing:.05em}
.auth-showcase-copy{position:relative;z-index:2;max-width:600px;margin:auto 0}
.auth-showcase-copy .auth-kicker{display:inline-block;color:var(--auth-gold);font-family:'Montserrat',sans-serif;font-weight:800;letter-spacing:.17em;text-transform:uppercase;font-size:.78rem;margin-bottom:20px}
.auth-showcase-copy h2{font-family:'Playfair Display',serif;font-size:clamp(2.6rem,4vw,4.8rem);line-height:1.02;margin:0 0 24px;max-width:620px}
.auth-showcase-copy p{font-size:1.05rem;line-height:1.8;color:#d6e7e9;max-width:540px}
.auth-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;position:relative;z-index:2}
.auth-benefit{border:1px solid rgba(255,255,255,.16);padding:15px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.auth-benefit strong{display:block;color:#fff;font-size:.84rem;text-transform:uppercase;letter-spacing:.05em}
.auth-benefit small{display:block;color:#b9d0d4;margin-top:5px;line-height:1.45}
.auth-panel{display:flex;align-items:center;justify-content:center;padding:42px;position:relative}
.auth-panel:before{content:"";position:absolute;width:310px;height:310px;border:42px solid rgba(6,63,73,.045);border-radius:50%;right:-120px;top:-70px}
.auth-card{position:relative;z-index:2;width:min(100%,570px);background:#fff;border:1px solid rgba(6,63,73,.12);box-shadow:var(--auth-shadow);padding:38px 42px}
.auth-card-top{text-align:center;margin-bottom:26px}
.auth-mobile-brand{display:none;justify-content:center;margin-bottom:20px}
.auth-card h1{font-family:'Montserrat',sans-serif;text-transform:uppercase;font-size:2rem;line-height:1.1;margin:0;color:var(--auth-ink);letter-spacing:.025em}
.auth-card-subtitle{margin:10px auto 0;color:var(--auth-muted);line-height:1.65;max-width:420px}
.auth-progress{display:flex;align-items:center;justify-content:center;margin:24px 0 30px}
.auth-progress-step{display:flex;flex-direction:column;align-items:center;gap:7px;color:#8ca0a4;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.auth-progress-step b{width:34px;height:34px;display:grid;place-items:center;border:2px solid #d7e2e4;background:#fff;color:#71868b}
.auth-progress-step.active b,.auth-progress-step.done b{border-color:var(--auth-teal);background:var(--auth-teal);color:#fff}
.auth-progress-line{width:90px;height:2px;background:#d7e2e4;margin:0 10px 24px}
.auth-progress-line.active{background:var(--auth-gold)}
.auth-alert{display:flex;gap:10px;align-items:flex-start;padding:13px 15px;margin:0 0 18px;border-left:4px solid;font-size:.9rem;line-height:1.55}
.auth-alert.error{background:#fff2f4;color:#8f1d32;border-color:var(--auth-danger)}
.auth-alert.success{background:#ecfbf5;color:#126845;border-color:var(--auth-success)}
.auth-field{margin-bottom:16px}
.auth-field label,.auth-method-title{display:block;margin-bottom:8px;font-size:.78rem;font-family:'Montserrat',sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#3b5960}
.auth-input-wrap{display:flex;align-items:center;border:1.5px solid var(--auth-line);background:#f7fafb;min-height:55px;transition:.2s}
.auth-input-wrap:focus-within{border-color:var(--auth-teal);background:#fff;box-shadow:0 0 0 4px rgba(6,63,73,.08)}
.auth-prefix{display:flex;align-items:center;gap:7px;height:53px;padding:0 14px;border-right:1px solid var(--auth-line);font-weight:800;white-space:nowrap}
.auth-input-icon{width:48px;display:grid;place-items:center;color:#82979c}
.auth-input-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.auth-input-wrap input{width:100%;height:53px;border:0;outline:0;background:transparent;padding:0 14px;font:inherit;color:var(--auth-ink)}
.auth-input-wrap input::placeholder{color:#93a5a9}
.auth-password-toggle{border:0;background:transparent;color:#7f9499;cursor:pointer;padding:0 15px;font-weight:800}
.auth-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.auth-method{position:relative;display:flex;align-items:center;gap:12px;padding:13px;border:1.5px solid var(--auth-line);background:#f8fbfb;cursor:pointer;transition:.2s}
.auth-method:hover{transform:translateY(-2px);border-color:#abc9cd}
.auth-method.active{border-color:var(--auth-teal);background:var(--auth-teal-soft);box-shadow:inset 0 0 0 1px var(--auth-teal)}
.auth-method input{position:absolute;opacity:0}
.auth-method-icon{width:42px;height:42px;display:grid;place-items:center;background:#fff;border:1px solid var(--auth-line);color:var(--auth-teal)}
.auth-method-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.auth-method-copy b{display:block;font-family:'Montserrat',sans-serif;font-size:.84rem;text-transform:uppercase}
.auth-method-copy small{display:block;margin-top:3px;color:#72878c;font-size:.75rem}
.auth-primary-btn{width:100%;min-height:55px;border:0;background:linear-gradient(135deg,var(--auth-teal),#0b7580);color:#fff;font-family:'Montserrat',sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:.2s;box-shadow:0 14px 28px rgba(6,63,73,.2)}
.auth-primary-btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(6,63,73,.26)}
.auth-primary-btn.secondary{background:var(--auth-gold);color:var(--auth-ink)}
.auth-footer{text-align:center;margin-top:22px;color:#688086;font-size:.88rem}
.auth-footer a{color:var(--auth-teal);font-weight:800}
.auth-legal{font-size:.72rem;line-height:1.6;color:#87999d;margin-top:10px}
.auth-verified-mobile{display:flex;align-items:center;justify-content:space-between;padding:14px;border:1px solid #b8d8d3;background:#edf9f6;margin-bottom:18px}
.auth-verified-mobile strong{color:var(--auth-teal);font-size:1rem}
.auth-verified-mobile span{font-size:.72rem;font-family:'Montserrat',sans-serif;font-weight:900;text-transform:uppercase;color:var(--auth-success)}
.auth-change-mobile{border:0;background:none;color:var(--auth-danger);font-weight:800;cursor:pointer;padding:0}

.auth-otp-overlay,.auth-success-overlay{position:fixed;inset:0;z-index:9999;background:rgba(3,31,37,.72);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:18px}
.auth-otp-overlay.show,.auth-success-overlay.show{display:flex}
.auth-otp-modal,.auth-success-card{width:min(100%,480px);background:#fff;border-top:5px solid var(--auth-gold);box-shadow:0 34px 90px rgba(0,0,0,.3);padding:30px;position:relative;text-align:center}
.auth-modal-close{position:absolute;right:14px;top:14px;width:38px;height:38px;border:1px solid var(--auth-line);background:#f4f8f8;color:var(--auth-ink);font-size:1.3rem;cursor:pointer;display:grid;place-items:center}
.auth-otp-icon,.auth-success-icon{width:68px;height:68px;margin:0 auto 17px;display:grid;place-items:center;background:var(--auth-teal-soft);color:var(--auth-teal);border:1px solid #cce2e3}
.auth-otp-icon svg,.auth-success-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.auth-otp-modal h3,.auth-success-card h2{font-family:'Montserrat',sans-serif;text-transform:uppercase;margin:0;font-size:1.5rem}
.auth-otp-modal p,.auth-success-card p{color:var(--auth-muted);line-height:1.6;margin:9px 0 19px}
.auth-otp-digits{display:flex;justify-content:center;gap:8px;margin:22px 0}
.auth-otp-digit{width:54px;height:60px;border:1.5px solid var(--auth-line);background:#f8fbfb;text-align:center;font-size:1.4rem;font-weight:900;color:var(--auth-ink);outline:0}
.auth-otp-digit:focus{border-color:var(--auth-teal);box-shadow:0 0 0 4px rgba(6,63,73,.08);background:#fff}
.auth-resend{margin-top:14px;font-size:.82rem;color:#71868b}
.auth-resend button{border:0;background:none;color:var(--auth-teal);font-weight:900;cursor:pointer}
.auth-resend button:disabled{color:#9aabaf;cursor:not-allowed}
.auth-success-card{border-top-color:var(--auth-success)}
.auth-success-icon{background:#e9faf3;color:var(--auth-success);border-color:#bce7d3}
.auth-success-progress{height:5px;background:#e5efef;overflow:hidden;margin-top:18px}
.auth-success-progress span{display:block;height:100%;background:var(--auth-success);animation:authProgress 3s linear forwards}
@keyframes authProgress{from{width:0}to{width:100%}}
.auth-back-link{position:absolute;left:28px;top:24px;z-index:3;color:#fff;font-family:'Montserrat',sans-serif;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}

@media(max-width:980px){
  .auth-shell{grid-template-columns:1fr}
  .auth-showcase{display:none}
  .auth-panel{min-height:100vh;padding:28px 20px}
  .auth-mobile-brand{display:flex}
  .auth-card{padding:32px 28px}
}
@media(max-width:560px){
  .auth-panel{padding:14px;background:linear-gradient(150deg,var(--auth-teal-dark) 0 150px,#eaf4f3 150px)}
  .auth-card{padding:27px 20px;margin-top:74px}
  .auth-card h1{font-size:1.65rem}
  .auth-methods{grid-template-columns:1fr}
  .auth-method{padding:11px 12px}
  .auth-otp-modal,.auth-success-card{padding:26px 17px}
  .auth-otp-digits{gap:5px}
  .auth-otp-digit{width:43px;height:54px;font-size:1.2rem}
  .auth-progress-line{width:55px}
  .auth-brand-box,.auth-brand-era{font-size:1.2rem}
  .auth-brand-plane{width:31px;height:31px}.auth-brand-plane svg{width:29px;height:29px}
}
@media(max-width:380px){.auth-otp-digit{width:39px;height:50px}.auth-card{padding-inline:16px}}

/* === theme-v77-auth-header-footer.css === */


/* V77: public header/footer authentication pages without promotional side panel */
.auth-page-clean{background:#f3f8f7!important;color:#062f38!important}
.auth-page-clean .journey-cta,.auth-page-clean .floating-call,.auth-page-clean .back-to-top{display:none!important}
.auth-page-clean #main-content{min-height:0!important;background:#f3f8f7!important}
.auth-public-section{position:relative;padding:54px 0 64px;background:linear-gradient(180deg,#edf7f6 0%,#f8fbfb 54%,#fff 100%);overflow:hidden}
.auth-public-section:before,.auth-public-section:after{content:"";position:absolute;border:34px solid rgba(6,63,73,.045);border-radius:50%;pointer-events:none}
.auth-public-section:before{width:330px;height:330px;left:-155px;top:-120px}
.auth-public-section:after{width:280px;height:280px;right:-115px;bottom:-125px}
.auth-public-container{position:relative;z-index:1}
.auth-page-clean .auth-shell.auth-shell-single{display:block;min-height:auto!important}
.auth-page-clean .auth-showcase,.auth-page-clean .auth-mobile-brand{display:none!important}
.auth-page-clean .auth-panel{display:flex;align-items:center;justify-content:center;min-height:auto;padding:0;background:transparent;position:relative}
.auth-page-clean .auth-panel:before{display:none!important}
.auth-page-clean .auth-card{width:min(100%,600px);padding:38px 42px;border-top:5px solid var(--auth-gold);box-shadow:0 24px 62px rgba(4,51,60,.15)}
.auth-page-clean .auth-register-card{width:min(100%,650px)}
.auth-page-kicker{display:inline-block;margin-bottom:12px;color:#0b7580;font-family:'Montserrat',sans-serif;font-size:.7rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.auth-page-clean .auth-card-top{margin-bottom:25px}
.auth-page-clean .auth-card h1{font-size:2rem}
.auth-page-clean .auth-card-subtitle{font-size:.94rem}
.auth-page-clean .site-header{position:relative!important;top:auto!important}
.auth-page-clean .site-footer{margin-top:0!important}
@media(max-width:760px){
  .auth-public-section{padding:28px 0 38px}
  .auth-page-clean .auth-card{padding:28px 20px;width:100%}
  .auth-page-clean .auth-card h1{font-size:1.62rem}
  .auth-page-clean .auth-card-subtitle{font-size:.88rem}
  .auth-page-clean .auth-methods{grid-template-columns:1fr}
}
@media(max-width:390px){
  .auth-public-section{padding-inline:0}
  .auth-page-clean .auth-card{padding-inline:16px}
}

/* === theme-v78-auth-bank-account.css === */

/* V78: horizontal authentication choices and A.zip-inspired account/bank/security forms */
.auth-page-clean .auth-methods{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.auth-page-clean .auth-method{
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  min-height:88px;
  padding:14px 16px!important;
  text-align:left!important;
}
.auth-page-clean .auth-method-icon{grid-column:1;width:50px;height:50px;margin:0!important}
.auth-page-clean .auth-method-copy{grid-column:2;min-width:0;align-self:center}
.auth-page-clean .auth-method-copy b{font-size:.91rem;line-height:1.25}
.auth-page-clean .auth-method-copy small{font-size:.76rem;line-height:1.4}

.account-premium-panel,.bank-premium-panel,.security-premium-panel{border-radius:0!important;overflow:hidden}
.account-form-actions,.bank-form-actions,.security-form-actions{display:flex;justify-content:center;align-items:center;margin-top:24px}
.account-form-actions .btn,.bank-form-actions .btn,.security-form-actions .btn{min-width:220px;text-align:center;justify-content:center}
.account-section-stack{display:grid;gap:26px}
.bank-premium-panel{border-top:4px solid #f6bd55!important;background:linear-gradient(180deg,#fff 0%,#f9fcfc 100%)!important}
.bank-premium-panel .premium-form-intro{background:#edf7f6;border:1px solid #cfe5e3;padding:18px;margin-bottom:22px}
.bank-status-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;margin-bottom:20px;background:#073f49;color:#fff}
.bank-status-row span{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;font-weight:800;color:#bcd6d9}
.bank-status-row strong{font-family:'Montserrat',sans-serif;font-size:1rem;letter-spacing:.05em}
.bank-help-note{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;margin-top:18px;border-left:4px solid #f6bd55;background:#fff8e8;color:#5f563f;font-size:.82rem;line-height:1.55}
.bank-help-note b{color:#063f49}
.bank-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}
.bank-form-grid .full{grid-column:1/-1}
.bank-form-grid label,.account-premium-panel label,.security-premium-panel label{font-family:'Montserrat',sans-serif;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.055em;color:#385b62}
.bank-form-grid .form-control{text-transform:none}
.security-premium-panel form{max-width:680px;margin:0 auto}
.security-premium-panel .premium-form-title{text-align:center}

@media(max-width:760px){
  .auth-page-clean .auth-methods{grid-template-columns:1fr}
  .auth-page-clean .auth-method{grid-template-columns:46px minmax(0,1fr)!important;min-height:78px;padding:12px 13px!important}
  .auth-page-clean .auth-method-icon{width:46px;height:46px}
  .bank-form-grid{grid-template-columns:1fr}
  .bank-form-grid .full{grid-column:auto}
  .bank-status-row{align-items:flex-start;flex-direction:column;gap:5px}
  .account-form-actions .btn,.bank-form-actions .btn,.security-form-actions .btn{width:100%;min-width:0}
}

/* === theme-v79-auth-mobile-gap-fix.css === */

/* V79: remove the empty decorative gap above login/register cards on mobile */
@media (max-width: 767px) {
  .auth-page-clean .auth-public-section {
    padding-top: 14px !important;
    padding-bottom: 32px !important;
  }

  .auth-page-clean .auth-public-container,
  .auth-page-clean .auth-shell.auth-shell-single,
  .auth-page-clean .auth-panel {
    min-height: 0 !important;
  }

  .auth-page-clean .auth-panel {
    padding: 0 !important;
    background: transparent !important;
  }

  .auth-page-clean .auth-card,
  .auth-page-clean .auth-register-card {
    margin-top: 0 !important;
  }

  .auth-page-clean .auth-public-section::before {
    top: -250px !important;
    opacity: .45;
  }

  .auth-page-clean .auth-public-section::after {
    bottom: -230px !important;
    opacity: .45;
  }

  .auth-page-clean .auth-method-copy b {
    font-size: .9rem !important;
  }

  .auth-page-clean .auth-method-copy small {
    font-size: .66rem !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 420px) {
  .auth-page-clean .auth-public-section {
    padding-top: 10px !important;
  }

  .auth-page-clean .auth-card,
  .auth-page-clean .auth-register-card {
    padding-top: 24px !important;
  }
}

/* === theme-v80-footer-mobile-alignment.css === */

/* V80 — footer trust row, mobile contact centering and logo top breathing room */

/* Keep all three trust promises in one row on every viewport. */
.compact-footer-trust,
.luxury-footer-trust.compact-footer-trust{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  gap:10px!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.compact-footer-trust span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  margin:0!important;
  line-height:1.15!important;
  text-align:center!important;
}

/* Keep footer contact groups visually centred. */
.compact-contact-col .footer-contact-list{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  margin-inline:auto!important;
}
.compact-contact-col .footer-contact-row{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:min(100%,460px)!important;
  margin:7px auto!important;
  gap:10px!important;
  text-align:center!important;
}
.compact-contact-col .footer-contact-row > span:last-child{
  display:inline-block!important;
  width:auto!important;
  text-align:center!important;
  overflow-wrap:anywhere!important;
}
.compact-contact-col .footer-contact-icon{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 18px!important;
  width:18px!important;
  min-width:18px!important;
  margin:0!important;
}

@media (max-width:640px){
  /* Prevent the footer logo from touching the upper separator line. */
  .compact-footer-about{
    padding-top:10px!important;
  }
  .compact-footer-about .footer-luxury-brand,
  .compact-footer-about .footer-luxury-brand.tripwithera-brand{
    margin-top:4px!important;
    margin-bottom:14px!important;
  }

  .compact-footer-trust,
  .luxury-footer-trust.compact-footer-trust{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:4px!important;
    padding:11px 4px!important;
    margin-top:20px!important;
    font-size:clamp(.46rem,2.25vw,.59rem)!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }
  .compact-footer-trust span{
    gap:3px!important;
    line-height:1.1!important;
  }
  .compact-footer-trust span:before{
    width:15px!important;
    height:15px!important;
    min-width:15px!important;
    margin-right:3px!important;
    font-size:.61rem!important;
  }

  .compact-contact-col .footer-contact-list{
    width:100%!important;
    max-width:100%!important;
    align-items:center!important;
  }
  .compact-contact-col .footer-contact-row{
    display:flex!important;
    width:min(100%,370px)!important;
    max-width:370px!important;
    justify-content:center!important;
    align-items:center!important;
    margin:8px auto!important;
    padding:0 8px!important;
    gap:9px!important;
    text-align:center!important;
  }
  .compact-contact-col .footer-contact-row > span:last-child{
    flex:0 1 auto!important;
    max-width:320px!important;
    text-align:center!important;
    line-height:1.45!important;
  }
}

@media (max-width:390px){
  .compact-footer-trust,
  .luxury-footer-trust.compact-footer-trust{
    font-size:.43rem!important;
    gap:2px!important;
    padding-inline:0!important;
  }
  .compact-footer-trust span:before{
    width:13px!important;
    height:13px!important;
    min-width:13px!important;
    margin-right:2px!important;
    font-size:.53rem!important;
  }
}
