
/* ==============================================================
   DESHATAN 2026 — HIMALAYAN ROUTE EXPERIENCE
   Dedicated interactive page + printable consent form
   ============================================================== */

.bjs-tour-page{
    --tour-indigo:#0B2E6F;
    --tour-deep:#061E4E;
    --tour-blue:#124D9C;
    --tour-gold:#E8A816;
    --tour-gold-light:#FFD973;
    --tour-ivory:#FFF9EE;
    --tour-cream:#F7F0E3;
    --tour-ink:#18243A;
    --tour-muted:#657087;
    --tour-line:#D9D5CD;
    background:#fff;
    color:var(--tour-ink);
    overflow:hidden;
}
.bjs-tour-page *,
.bjs-tour-page *::before,
.bjs-tour-page *::after{box-sizing:border-box}
.bjs-tour-page h1,
.bjs-tour-page h2,
.bjs-tour-page h3,
.bjs-tour-page p{margin-top:0}
.bjs-tour-page button,
.bjs-tour-page input,
.bjs-tour-page select,
.bjs-tour-page textarea{font:inherit}
.bjs-tour-page a{text-decoration:none}

.bjs-tour-hero{
    position:relative;
    min-height:760px;
    display:flex;
    align-items:center;
    background:var(--tour-deep);
    overflow:hidden;
}
.bjs-tour-hero-media,
.bjs-tour-hero-overlay,
.bjs-tour-hero-pattern{position:absolute;inset:0}
.bjs-tour-hero-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:70% center;
    transform:scale(1.03);
    animation:bjsTourHeroZoom 14s ease-out both;
}
@keyframes bjsTourHeroZoom{from{transform:scale(1.1)}to{transform:scale(1.03)}}
.bjs-tour-hero-overlay{
    background:
        linear-gradient(90deg,rgba(6,30,78,.98) 0%,rgba(6,30,78,.89) 43%,rgba(6,30,78,.48) 68%,rgba(6,30,78,.38) 100%),
        linear-gradient(0deg,rgba(6,30,78,.75),transparent 48%);
}
.bjs-tour-hero-pattern{
    opacity:.18;
    background-image:
        radial-gradient(circle at 15% 28%,rgba(255,217,115,.75) 0 1px,transparent 1.5px),
        radial-gradient(circle at 22% 64%,rgba(255,255,255,.4) 0 1px,transparent 1.5px);
    background-size:42px 42px,58px 58px;
}
.bjs-tour-hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
    align-items:center;
    gap:80px;
    padding-top:70px;
    padding-bottom:70px;
}
.bjs-tour-label{
    display:flex;
    align-items:center;
    gap:13px;
    margin-bottom:24px;
    color:var(--tour-gold-light);
    font-size:.65rem;
    font-weight:900;
    letter-spacing:.15em;
    text-transform:uppercase;
}
.bjs-tour-label i{width:40px;height:1px;background:var(--tour-gold)}
.bjs-tour-label strong{color:rgba(255,255,255,.7)}
.bjs-tour-hero-copy h1{
    margin-bottom:22px;
    color:#fff!important;
    font-size:clamp(4rem,8vw,8.5rem);
    line-height:.83;
    letter-spacing:-.075em;
    text-transform:uppercase;
}
.bjs-tour-hero-copy h1 em{
    display:block;
    margin-top:18px;
    color:var(--tour-gold-light);
    font-size:.47em;
    font-style:normal;
    letter-spacing:-.04em;
}
.bjs-tour-hero-lead{
    max-width:690px;
    color:rgba(255,255,255,.82)!important;
    font-size:1rem;
    line-height:1.8;
}
.bjs-tour-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:32px;
}
.bjs-tour-btn{
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    border:1px solid transparent;
    border-radius:10px;
    padding:13px 20px;
    cursor:pointer;
    font-size:.66rem;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    transition:transform .3s ease,box-shadow .3s ease,background .3s ease,color .3s ease,border-color .3s ease;
}
.bjs-tour-btn:hover{transform:translateY(-3px)}
.bjs-tour-btn-primary{
    background:linear-gradient(135deg,var(--tour-gold),#FFC94D);
    color:var(--tour-deep)!important;
    box-shadow:0 14px 32px rgba(232,168,22,.24);
}
.bjs-tour-btn-primary:hover{box-shadow:0 20px 42px rgba(232,168,22,.32)}
.bjs-tour-btn-glass{
    border-color:rgba(255,255,255,.36);
    background:rgba(255,255,255,.08);
    color:#fff!important;
    backdrop-filter:blur(12px);
}
.bjs-tour-btn-dark{background:var(--tour-deep);color:#fff!important}
.bjs-tour-btn-outline{border-color:rgba(11,46,111,.24);background:#fff;color:var(--tour-indigo)!important}
.bjs-tour-hero-footnote{
    display:flex;
    gap:24px;
    margin-top:34px;
    color:rgba(255,255,255,.58);
    font-size:.56rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.bjs-tour-ticket{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.25);
    border-radius:28px;
    padding:30px;
    background:rgba(255,255,255,.12);
    color:#fff;
    backdrop-filter:blur(19px);
    box-shadow:0 30px 80px rgba(0,0,0,.28);
}
.bjs-tour-ticket::before,
.bjs-tour-ticket::after{
    content:"";
    position:absolute;
    width:34px;
    height:34px;
    top:50%;
    border-radius:50%;
    background:var(--tour-deep);
    transform:translateY(-50%);
}
.bjs-tour-ticket::before{left:-18px}
.bjs-tour-ticket::after{right:-18px}
.bjs-tour-ticket-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:22px;
    border-bottom:1px dashed rgba(255,255,255,.35);
}
.bjs-tour-ticket-top span{font-size:.6rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.bjs-tour-ticket-top strong{color:var(--tour-gold-light);font-size:1.2rem}
.bjs-tour-ticket-date{padding:25px 0;text-align:center}
.bjs-tour-ticket-date small,
.bjs-tour-ticket-date strong,
.bjs-tour-ticket-date span{display:block}
.bjs-tour-ticket-date small{margin-bottom:10px;color:rgba(255,255,255,.58);font-size:.55rem;font-weight:800;text-transform:uppercase}
.bjs-tour-ticket-date strong{font-size:1.12rem}
.bjs-tour-ticket-date span{margin:4px 0;color:var(--tour-gold);font-size:.55rem;font-weight:900;text-transform:uppercase}
.bjs-tour-ticket-fee{
    margin:0 -30px;
    padding:24px 30px;
    background:linear-gradient(135deg,var(--tour-gold),#FFD35F);
    color:var(--tour-deep);
    text-align:center;
}
.bjs-tour-ticket-fee small,
.bjs-tour-ticket-fee strong,
.bjs-tour-ticket-fee span{display:block}
.bjs-tour-ticket-fee small{font-size:.55rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.bjs-tour-ticket-fee strong{margin-top:5px;font-size:3.25rem;line-height:1}
.bjs-tour-ticket-fee strong sup{font-size:.5em}
.bjs-tour-ticket-fee strong em{font-size:.45em;font-style:normal}
.bjs-tour-ticket-fee span{margin-top:6px;font-size:.56rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.bjs-tour-ticket-meta{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    padding-top:24px;
}
.bjs-tour-ticket-meta div{text-align:center}
.bjs-tour-ticket-meta small,
.bjs-tour-ticket-meta strong{display:block}
.bjs-tour-ticket-meta small{color:rgba(255,255,255,.48);font-size:.48rem;text-transform:uppercase}
.bjs-tour-ticket-meta strong{margin-top:4px;font-size:.64rem}
.bjs-tour-scroll{
    position:absolute;
    z-index:3;
    left:50%;
    bottom:25px;
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff!important;
    font-size:.52rem;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
    transform:translateX(-50%);
}
.bjs-tour-scroll i{position:relative;width:60px;height:1px;background:rgba(255,255,255,.4);overflow:hidden}
.bjs-tour-scroll i::after{
    content:"";position:absolute;inset:0;background:var(--tour-gold);animation:bjsTourScroll 2s infinite;
}
@keyframes bjsTourScroll{from{transform:translateX(-100%)}to{transform:translateX(100%)}}

.bjs-tour-subnav{
    position:sticky;
    top:0;
    z-index:35;
    border-bottom:1px solid rgba(11,46,111,.12);
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(15px);
}
.admin-bar .bjs-tour-subnav{top:32px}
.bjs-tour-subnav .bjs-container{
    display:flex;
    justify-content:center;
    gap:30px;
    overflow:auto;
    scrollbar-width:none;
}
.bjs-tour-subnav a{
    flex:0 0 auto;
    padding:17px 0 15px;
    border-bottom:2px solid transparent;
    color:var(--tour-muted);
    font-size:.57rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.bjs-tour-subnav a:hover,
.bjs-tour-subnav a.is-active{border-color:var(--tour-gold);color:var(--tour-indigo)}

.bjs-tour-proof{border-bottom:1px solid var(--tour-line);background:var(--tour-ivory)}
.bjs-tour-proof-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.bjs-tour-proof-grid div{
    padding:25px 18px;
    border-right:1px solid var(--tour-line);
    text-align:center;
}
.bjs-tour-proof-grid div:last-child{border-right:0}
.bjs-tour-proof-grid strong,
.bjs-tour-proof-grid span{display:block}
.bjs-tour-proof-grid strong{color:var(--tour-indigo);font-size:.84rem}
.bjs-tour-proof-grid span{margin-top:5px;color:var(--tour-muted);font-size:.54rem}

.bjs-tour-section{padding:105px 0}
.bjs-tour-section-head{
    display:grid;
    grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);
    align-items:end;
    gap:55px;
    margin-bottom:45px;
}
.bjs-tour-section-head h2{
    max-width:820px;
    margin-bottom:0;
    color:var(--tour-indigo)!important;
    font-size:clamp(2.4rem,5vw,5.2rem);
    line-height:.98;
    letter-spacing:-.065em;
}
.bjs-tour-section-head>p{margin-bottom:5px;color:var(--tour-muted)!important;line-height:1.75}
.bjs-tour-kicker{
    display:block;
    margin-bottom:13px;
    color:#B76500;
    font-size:.6rem;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.bjs-tour-plan-section{background:#fff}
.bjs-tour-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.bjs-tour-timeline article{
    position:relative;
    min-height:350px;
    overflow:hidden;
    border:1px solid var(--tour-line);
    border-radius:24px;
    padding:28px;
    background:linear-gradient(160deg,#fff,var(--tour-ivory));
    box-shadow:0 16px 42px rgba(6,30,78,.08);
    transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease;
}
.bjs-tour-timeline article:hover{transform:translateY(-8px);border-color:rgba(232,168,22,.6);box-shadow:0 28px 65px rgba(6,30,78,.14)}
.bjs-tour-timeline article>span{
    position:absolute;
    right:21px;
    top:18px;
    color:rgba(11,46,111,.08);
    font-size:3.2rem;
    font-weight:900;
}
.bjs-tour-step-icon{
    display:grid;
    width:58px;
    height:58px;
    place-items:center;
    margin-bottom:54px;
    border-radius:18px;
    background:var(--tour-indigo);
    color:#fff;
    font-size:.7rem;
    font-weight:900;
    letter-spacing:.08em;
}
.bjs-tour-timeline small{color:#B76500;font-size:.5rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.bjs-tour-timeline h3{margin:11px 0;color:var(--tour-indigo)!important;font-size:1.05rem}
.bjs-tour-timeline p{color:var(--tour-muted)!important;font-size:.68rem;line-height:1.72}
.bjs-tour-includes{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:13px;
    margin-top:28px;
    border-radius:16px;
    padding:18px 22px;
    background:linear-gradient(135deg,var(--tour-gold),#FFD15A);
    color:var(--tour-deep);
}
.bjs-tour-includes span{margin-right:12px;font-size:.55rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.bjs-tour-includes strong{font-size:.67rem}
.bjs-tour-includes i{font-style:normal;opacity:.5}

.bjs-tour-attractions-section{
    position:relative;
    background:
        radial-gradient(circle at 15% 0,rgba(232,168,22,.14),transparent 30%),
        var(--tour-deep);
}
.bjs-tour-section-head-light h2{color:#fff!important}
.bjs-tour-section-head-light>p{color:rgba(255,255,255,.7)!important}
.bjs-tour-section-head-light .bjs-tour-kicker{color:var(--tour-gold-light)}
.bjs-tour-attraction-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.bjs-tour-attraction-grid article{
    min-height:190px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:20px;
    padding:23px;
    background:rgba(255,255,255,.07);
    color:#fff;
    backdrop-filter:blur(12px);
    transition:background .35s ease,transform .35s ease;
}
.bjs-tour-attraction-grid article:hover{background:rgba(232,168,22,.16);transform:translateY(-5px)}
.bjs-tour-attraction-grid span{color:var(--tour-gold-light);font-size:.53rem;font-weight:900}
.bjs-tour-attraction-grid h3{margin:24px 0 8px;color:#fff!important;font-size:.84rem}
.bjs-tour-attraction-grid p{color:rgba(255,255,255,.65)!important;font-size:.62rem;line-height:1.65}

.bjs-tour-packing-section{background:linear-gradient(180deg,var(--tour-ivory),#fff)}
.bjs-tour-print-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.bjs-packing-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.bjs-packing-card,
.bjs-guideline-grid article{
    border:1px solid var(--tour-line);
    border-radius:22px;
    background:#fff;
    box-shadow:0 15px 42px rgba(6,30,78,.07);
}
.bjs-packing-card{position:relative;padding:28px}
.bjs-packing-card>span{
    position:absolute;
    right:22px;
    top:22px;
    display:grid;
    width:38px;
    height:38px;
    place-items:center;
    border-radius:50%;
    background:var(--tour-gold);
    color:var(--tour-deep);
    font-size:.72rem;
    font-weight:900;
}
.bjs-packing-card h3{padding-right:45px;color:var(--tour-indigo)!important;font-size:.95rem}
.bjs-packing-card ul,
.bjs-guideline-grid ul{margin:20px 0 0;padding-left:18px}
.bjs-packing-card li,
.bjs-guideline-grid li{margin:8px 0;color:var(--tour-muted);font-size:.66rem;line-height:1.45}
.bjs-guideline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
.bjs-guideline-grid article{position:relative;padding:26px}
.bjs-guideline-grid article>span{color:var(--tour-gold);font-size:.54rem;font-weight:900}
.bjs-guideline-grid h3{margin:16px 0 0;color:var(--tour-indigo)!important;font-size:.9rem}
.bjs-guideline-grid .bjs-not-allowed{background:var(--tour-deep);border-color:var(--tour-deep)}
.bjs-guideline-grid .bjs-not-allowed h3{color:#fff!important}
.bjs-guideline-grid .bjs-not-allowed li{color:rgba(255,255,255,.72)}
.bjs-packing-note{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:14px;
    border-radius:17px;
    padding:18px 22px;
    background:linear-gradient(135deg,#FFD972,var(--tour-gold));
    color:var(--tour-deep);
}
.bjs-packing-note strong{font-size:.8rem;text-transform:uppercase}
.bjs-packing-note span{font-size:.67rem;font-weight:700}

.bjs-tour-poster-section{background:#fff}
.bjs-tour-poster-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.bjs-tour-poster-grid>a{
    position:relative;
    display:block;
    min-height:680px;
    overflow:hidden;
    border-radius:26px;
    background:var(--tour-cream);
    box-shadow:0 25px 70px rgba(6,30,78,.15);
}
.bjs-tour-poster-grid img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.bjs-tour-poster-grid>a:hover img{transform:scale(1.025)}
.bjs-tour-poster-grid>a>span{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    display:grid;
    grid-template-columns:1fr auto;
    align-items:end;
    border:1px solid rgba(255,255,255,.22);
    border-radius:16px;
    padding:16px 18px;
    background:rgba(6,30,78,.86);
    color:#fff;
    backdrop-filter:blur(13px);
}
.bjs-tour-poster-grid small,
.bjs-tour-poster-grid strong{display:block;grid-column:1}
.bjs-tour-poster-grid small{color:var(--tour-gold-light);font-size:.48rem;font-weight:900;text-transform:uppercase}
.bjs-tour-poster-grid strong{margin-top:4px;font-size:.78rem}
.bjs-tour-poster-grid i{grid-column:2;grid-row:1/3;font-style:normal}

.bjs-tour-payment-section{
    background:
        radial-gradient(circle at 92% 8%,rgba(232,168,22,.28),transparent 26%),
        linear-gradient(145deg,var(--tour-deep),#0C377C);
    color:#fff;
}
.bjs-tour-payment-grid{display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:80px}
.bjs-tour-payment-copy .bjs-tour-kicker{color:var(--tour-gold-light)}
.bjs-tour-payment-copy h2{color:#fff!important;font-size:clamp(2.8rem,5vw,5.5rem);line-height:.95;letter-spacing:-.065em}
.bjs-tour-payment-copy>p{max-width:690px;color:rgba(255,255,255,.72)!important;line-height:1.75}
.bjs-tour-payment-amount{
    display:inline-block;
    margin:25px 0;
    border:1px solid rgba(255,255,255,.18);
    border-radius:20px;
    padding:18px 24px;
    background:rgba(255,255,255,.08);
}
.bjs-tour-payment-amount small,
.bjs-tour-payment-amount strong,
.bjs-tour-payment-amount span{display:block}
.bjs-tour-payment-amount small{color:var(--tour-gold-light);font-size:.52rem;font-weight:900;text-transform:uppercase}
.bjs-tour-payment-amount strong{margin:4px 0;color:#fff;font-size:3.8rem;line-height:1}
.bjs-tour-payment-amount sup{font-size:.45em}
.bjs-tour-payment-amount em{font-size:.38em;font-style:normal}
.bjs-tour-payment-amount span{color:rgba(255,255,255,.58);font-size:.55rem}
.bjs-tour-payment-steps{display:grid;gap:10px;margin:0 0 28px;padding:0;list-style:none}
.bjs-tour-payment-steps li{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.77);font-size:.67rem}
.bjs-tour-payment-steps span{
    display:grid;width:29px;height:29px;place-items:center;flex:0 0 auto;border-radius:50%;
    background:var(--tour-gold);color:var(--tour-deep);font-size:.55rem;font-weight:900;
}
.bjs-tour-qr-card{
    border:1px solid rgba(255,255,255,.24);
    border-radius:30px;
    padding:28px;
    background:#fff;
    color:var(--tour-ink);
    box-shadow:0 35px 100px rgba(0,0,0,.3);
}
.bjs-tour-qr-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.bjs-tour-qr-head span{color:#6D37B8;font-size:.55rem;font-weight:900;text-transform:uppercase}
.bjs-tour-qr-head strong{color:var(--tour-indigo);font-size:1.1rem}
.bjs-tour-qr-frame{
    max-width:410px;
    margin:auto;
    border:1px solid var(--tour-line);
    border-radius:20px;
    padding:18px;
    background:#fff;
}
.bjs-tour-qr-frame img{display:block;width:100%;height:auto}
.bjs-tour-qr-card p{margin:18px 0 5px;color:var(--tour-indigo)!important;text-align:center;font-size:.67rem;font-weight:800}
.bjs-tour-qr-card small{display:block;color:var(--tour-muted);text-align:center;font-size:.52rem;line-height:1.5}

.bjs-consent-section{background:linear-gradient(180deg,#F6F2EA,#fff)}
.bjs-form-status{
    margin-bottom:20px;
    border:1px solid var(--tour-line);
    border-radius:17px;
    padding:17px 20px;
    background:#fff;
    box-shadow:0 12px 35px rgba(6,30,78,.06);
}
.bjs-form-status>div{display:flex;justify-content:space-between;gap:20px}
.bjs-form-status strong{color:var(--tour-indigo);font-size:.65rem}
.bjs-form-status span{color:var(--tour-muted);font-size:.59rem}
.bjs-form-status>i{display:block;height:6px;margin:12px 0 8px;border-radius:999px;background:#ECE8E0;overflow:hidden}
.bjs-form-status>i span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--tour-gold),#FFCA46);transition:width .35s ease}
.bjs-form-status small{color:var(--tour-muted);font-size:.51rem}
.bjs-consent-sheet{
    width:min(100%,1120px);
    margin:auto;
    border:1px solid #BFC5CF;
    border-radius:20px;
    padding:23px;
    background:#fff;
    box-shadow:0 28px 80px rgba(6,30,78,.14);
}
.bjs-consent-header{
    display:grid;
    grid-template-columns:115px 1fr;
    align-items:center;
    gap:20px;
    margin-bottom:14px;
    border:3px double #4A5361;
    border-radius:9px;
    padding:13px 17px;
    text-align:center;
}
.bjs-consent-header img{max-width:100px;max-height:100px;margin:auto;object-fit:contain}
.bjs-consent-header strong,
.bjs-consent-header span,
.bjs-consent-header h3,
.bjs-consent-header p{display:block}
.bjs-consent-header strong{color:#111;font-size:2rem;letter-spacing:.02em}
.bjs-consent-header span{margin-top:2px;color:#111;font-size:.82rem;font-weight:900}
.bjs-consent-header h3{
    display:inline-block;
    margin:8px 0 5px;
    border:1px solid #444;
    border-radius:5px;
    padding:5px 10px;
    color:#111!important;
    font-size:.8rem;
}
.bjs-consent-header p{margin:0;color:#333!important;font-size:.58rem;font-weight:700}
.bjs-consent-grid{display:grid;gap:10px}
.bjs-consent-grid-two{grid-template-columns:1fr 1fr}
.bjs-consent-sheet fieldset{
    min-width:0;
    margin:0 0 10px;
    border:1px solid #8B929C;
    border-radius:9px;
    padding:13px;
}
.bjs-consent-sheet legend{
    display:flex;
    align-items:center;
    gap:8px;
    border-radius:5px;
    padding:5px 10px;
    background:#303945;
    color:#fff;
    font-size:.65rem;
    font-weight:900;
    text-transform:uppercase;
}
.bjs-consent-sheet legend span{
    display:grid;
    width:21px;
    height:21px;
    place-items:center;
    border-radius:50%;
    background:#fff;
    color:#222;
    font-size:.55rem;
}
.bjs-consent-sheet label{
    display:block;
    margin:5px 0;
    color:#222;
    font-size:.58rem;
    font-weight:700;
}
.bjs-consent-sheet input[type="text"],
.bjs-consent-sheet input[type="email"],
.bjs-consent-sheet input[type="tel"],
.bjs-consent-sheet input[type="date"],
.bjs-consent-sheet select,
.bjs-consent-sheet textarea{
    width:100%;
    min-height:30px;
    margin-top:3px;
    border:0;
    border-bottom:1px solid #7E858E;
    border-radius:0;
    padding:4px 3px;
    background:#fff;
    color:#111;
    outline:none;
}
.bjs-consent-sheet textarea{resize:vertical}
.bjs-consent-sheet input:focus,
.bjs-consent-sheet select:focus,
.bjs-consent-sheet textarea:focus{
    border-color:var(--tour-blue);
    box-shadow:0 2px 0 var(--tour-blue);
}
.bjs-form-row{display:grid;gap:10px}
.bjs-form-row-two{grid-template-columns:1fr 1fr}
.bjs-form-row-three{grid-template-columns:repeat(3,1fr)}
.bjs-choice-line{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin:5px 0;
    color:#222;
    font-size:.58rem;
    font-weight:700;
}
.bjs-choice-line>span{margin-right:auto}
.bjs-choice-line label{display:flex;align-items:center;gap:4px;margin:0}
.bjs-consent-statement{
    display:grid;
    grid-template-columns:1fr auto auto;
    align-items:center;
    gap:14px;
    border-bottom:1px dashed #C2C5CA;
    padding:5px 0;
}
.bjs-consent-statement:last-child{border-bottom:0}
.bjs-consent-statement p{margin:0;color:#222!important;font-size:.59rem;line-height:1.45}
.bjs-consent-statement label{display:flex;align-items:center;gap:4px;margin:0}
.bjs-undertaking{margin:0 0 9px;color:#222!important;font-size:.58rem;line-height:1.5;text-align:justify}
.bjs-consent-checks,
.bjs-document-checks{display:grid;gap:5px}
.bjs-consent-checks{grid-template-columns:repeat(3,1fr)}
.bjs-consent-checks label,
.bjs-document-checks label{display:flex;align-items:flex-start;gap:5px;margin:0}
.bjs-signature-lines{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin-top:13px}
.bjs-signature-lines span,
.bjs-receipt-signatures span{
    min-height:34px;
    border-top:1px solid #555;
    padding-top:5px;
    color:#333;
    font-size:.53rem;
    text-align:center;
}
.bjs-office-use{
    margin-bottom:10px;
    border:1px solid #8B929C;
    border-radius:9px;
    padding:10px 13px;
    text-align:center;
}
.bjs-office-use>strong{color:#222;font-size:.65rem;text-transform:uppercase}
.bjs-office-use p{margin:5px 0 0;color:#333!important;font-size:.52rem;font-weight:700}
.bjs-receipt-cut{
    margin:8px 0;
    border-top:1px dashed #333;
    border-bottom:1px dashed #333;
    padding:5px;
    color:#333;
    font-size:.55rem;
    font-weight:900;
    letter-spacing:.08em;
    text-align:center;
}
.bjs-payment-receipt{
    border:1px solid #8B929C;
    border-radius:9px;
    padding:11px 13px;
}
.bjs-payment-receipt h3{
    margin:-11px -13px 9px;
    border-radius:8px 8px 0 0;
    padding:7px 12px;
    background:#303945;
    color:#fff!important;
    font-size:.65rem;
    text-transform:uppercase;
}
.bjs-payment-receipt p{margin:4px 0;color:#222!important;font-size:.58rem}
.bjs-receipt-signatures{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:15px}
.bjs-form-bottom-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin-top:24px;
}
.bjs-form-bottom-actions p{margin:0;color:var(--tour-muted)!important;font-size:.6rem}
.bjs-tour-contact-strip{background:var(--tour-deep);color:#fff}
.bjs-tour-contact-strip .bjs-container{
    display:grid;
    grid-template-columns:1fr auto auto;
    align-items:center;
    gap:30px;
    padding-top:26px;
    padding-bottom:26px;
}
.bjs-tour-contact-strip span,
.bjs-tour-contact-strip strong{display:block}
.bjs-tour-contact-strip span{color:var(--tour-gold-light);font-size:.52rem;font-weight:900;text-transform:uppercase}
.bjs-tour-contact-strip strong{margin-top:4px;color:#fff;font-size:.8rem}
.bjs-tour-contact-strip a{color:#fff!important;font-size:1rem;font-weight:900}

@media(max-width:1100px){
    .bjs-tour-hero-grid{gap:45px}
    .bjs-tour-timeline{grid-template-columns:1fr 1fr}
    .bjs-tour-attraction-grid{grid-template-columns:repeat(3,1fr)}
    .bjs-tour-proof-grid{grid-template-columns:repeat(3,1fr)}
    .bjs-tour-proof-grid div:nth-child(3){border-right:0}
    .bjs-tour-proof-grid div:nth-child(-n+3){border-bottom:1px solid var(--tour-line)}
    .bjs-tour-payment-grid{gap:45px}
}
@media(max-width:900px){
    .bjs-tour-hero{min-height:auto}
    .bjs-tour-hero-grid{grid-template-columns:1fr;padding-top:100px;padding-bottom:100px}
    .bjs-tour-ticket{max-width:580px}
    .bjs-tour-section-head{grid-template-columns:1fr;gap:20px}
    .bjs-tour-section-head>p{max-width:720px}
    .bjs-tour-attraction-grid{grid-template-columns:1fr 1fr}
    .bjs-packing-groups,.bjs-guideline-grid{grid-template-columns:1fr}
    .bjs-tour-poster-grid{grid-template-columns:1fr}
    .bjs-tour-poster-grid>a{min-height:760px}
    .bjs-tour-payment-grid{grid-template-columns:1fr}
    .bjs-tour-qr-card{max-width:560px}
    .bjs-consent-grid-two{grid-template-columns:1fr}
    .bjs-consent-checks{grid-template-columns:1fr}
    .bjs-tour-contact-strip .bjs-container{grid-template-columns:1fr 1fr}
    .bjs-tour-contact-strip .bjs-container>div{grid-column:1/-1}
}
@media(max-width:700px){
    .bjs-tour-hero-copy h1{font-size:clamp(3.4rem,17vw,5.2rem)}
    .bjs-tour-hero-copy h1 em{font-size:.42em}
    .bjs-tour-hero-grid{padding-top:78px;padding-bottom:90px}
    .bjs-tour-hero-actions{display:grid}
    .bjs-tour-hero-actions .bjs-tour-btn{width:100%}
    .bjs-tour-ticket{padding:24px}
    .bjs-tour-ticket-fee{margin-inline:-24px;padding-inline:24px}
    .bjs-tour-subnav .bjs-container{justify-content:flex-start;padding-inline:18px}
    .bjs-tour-proof-grid{grid-template-columns:1fr 1fr}
    .bjs-tour-proof-grid div:nth-child(n){border-right:1px solid var(--tour-line);border-bottom:1px solid var(--tour-line)}
    .bjs-tour-proof-grid div:nth-child(2n){border-right:0}
    .bjs-tour-proof-grid div:last-child{grid-column:1/-1;border-right:0}
    .bjs-tour-section{padding:78px 0}
    .bjs-tour-timeline,.bjs-tour-attraction-grid{grid-template-columns:1fr}
    .bjs-tour-timeline article{min-height:auto}
    .bjs-tour-step-icon{margin-bottom:35px}
    .bjs-tour-poster-grid>a{min-height:560px}
    .bjs-consent-sheet{padding:10px;border-radius:10px}
    .bjs-consent-header{grid-template-columns:75px 1fr;padding:10px}
    .bjs-consent-header strong{font-size:1.15rem}
    .bjs-consent-header img{max-width:70px;max-height:70px}
    .bjs-form-row-three,.bjs-form-row-two{grid-template-columns:1fr}
    .bjs-consent-statement{grid-template-columns:1fr auto auto}
    .bjs-payment-signature-grid{grid-template-columns:1fr}
    .bjs-tour-contact-strip .bjs-container{grid-template-columns:1fr}
    .bjs-tour-contact-strip .bjs-container>div{grid-column:auto}
}
@media(max-width:480px){
    .bjs-tour-ticket-meta{grid-template-columns:1fr}
    .bjs-tour-hero-footnote{display:block}
    .bjs-tour-hero-footnote span{display:block;margin-top:5px}
    .bjs-tour-poster-grid>a{min-height:480px}
}

/* Print only the consent form. */
@media print{
    @page{size:A4 portrait;margin:5mm}
    body.bjs-print-consent{
        background:#fff!important;
    }
    body.bjs-print-consent header,
    body.bjs-print-consent footer,
    body.bjs-print-consent .bjs-page-progress,
    body.bjs-print-consent .bjs-tour-page>section:not(.bjs-consent-section),
    body.bjs-print-consent .bjs-tour-subnav,
    body.bjs-print-consent .bjs-consent-screen-head,
    body.bjs-print-consent .bjs-form-status,
    body.bjs-print-consent .bjs-form-bottom-actions{
        display:none!important;
    }
    body.bjs-print-consent .bjs-consent-section{
        display:block!important;
        padding:0!important;
        background:#fff!important;
    }
    body.bjs-print-consent .bjs-consent-section>.bjs-container{
        width:100%!important;
        max-width:none!important;
        padding:0!important;
    }
    body.bjs-print-consent .bjs-consent-sheet{
        width:100%!important;
        max-width:none!important;
        margin:0!important;
        border:1px solid #222!important;
        border-radius:0!important;
        padding:3.5mm!important;
        box-shadow:none!important;
        color:#000!important;
    }
    body.bjs-print-consent .bjs-consent-header{
        grid-template-columns:22mm 1fr;
        gap:3mm;
        margin-bottom:2mm;
        padding:2mm 3mm;
    }
    body.bjs-print-consent .bjs-consent-header img{
        max-width:20mm;
        max-height:20mm;
    }
    body.bjs-print-consent .bjs-consent-header strong{font-size:15pt}
    body.bjs-print-consent .bjs-consent-header span{font-size:7.5pt}
    body.bjs-print-consent .bjs-consent-header h3{margin:1.5mm 0 1mm;padding:1mm 2mm;font-size:7.2pt}
    body.bjs-print-consent .bjs-consent-header p{font-size:5.6pt}
    body.bjs-print-consent .bjs-consent-grid{gap:1.5mm}
    body.bjs-print-consent .bjs-consent-grid-two{grid-template-columns:1fr 1fr}
    body.bjs-print-consent .bjs-consent-sheet fieldset{
        break-inside:avoid;
        margin:0 0 1.5mm;
        border-radius:2mm;
        padding:2mm;
    }
    body.bjs-print-consent .bjs-consent-sheet legend{
        padding:.8mm 1.7mm;
        border-radius:1mm;
        font-size:5.8pt;
    }
    body.bjs-print-consent .bjs-consent-sheet legend span{
        width:4mm;
        height:4mm;
        font-size:4.8pt;
    }
    body.bjs-print-consent .bjs-consent-sheet label,
    body.bjs-print-consent .bjs-choice-line,
    body.bjs-print-consent .bjs-consent-statement p,
    body.bjs-print-consent .bjs-undertaking,
    body.bjs-print-consent .bjs-payment-receipt p{
        font-size:5.5pt;
        line-height:1.18;
    }
    body.bjs-print-consent .bjs-consent-sheet label{margin:.6mm 0}
    body.bjs-print-consent .bjs-consent-sheet input[type="text"],
    body.bjs-print-consent .bjs-consent-sheet input[type="email"],
    body.bjs-print-consent .bjs-consent-sheet input[type="tel"],
    body.bjs-print-consent .bjs-consent-sheet input[type="date"],
    body.bjs-print-consent .bjs-consent-sheet select,
    body.bjs-print-consent .bjs-consent-sheet textarea{
        min-height:4.5mm;
        margin-top:.3mm;
        padding:.3mm;
        font-size:6pt;
        color:#000!important;
        -webkit-print-color-adjust:exact;
        print-color-adjust:exact;
    }
    body.bjs-print-consent .bjs-consent-sheet textarea{height:8mm;min-height:8mm}
    body.bjs-print-consent .bjs-form-row{gap:1.5mm}
    body.bjs-print-consent .bjs-consent-statement{gap:2mm;padding:.7mm 0}
    body.bjs-print-consent .bjs-consent-checks{grid-template-columns:repeat(3,1fr);gap:1mm}
    body.bjs-print-consent .bjs-consent-checks label,
    body.bjs-print-consent .bjs-document-checks label{font-size:5pt}
    body.bjs-print-consent .bjs-signature-lines{gap:4mm;margin-top:4mm}
    body.bjs-print-consent .bjs-signature-lines span,
    body.bjs-print-consent .bjs-receipt-signatures span{
        min-height:5mm;
        padding-top:1mm;
        font-size:4.8pt;
    }
    body.bjs-print-consent .bjs-office-use{margin-bottom:1.5mm;padding:1.5mm 2mm}
    body.bjs-print-consent .bjs-office-use>strong{font-size:5.8pt}
    body.bjs-print-consent .bjs-office-use p{font-size:4.8pt}
    body.bjs-print-consent .bjs-receipt-cut{margin:1.5mm 0;padding:1mm;font-size:5pt}
    body.bjs-print-consent .bjs-payment-receipt{padding:2mm}
    body.bjs-print-consent .bjs-payment-receipt h3{
        margin:-2mm -2mm 1.5mm;
        padding:1mm 2mm;
        font-size:5.8pt;
    }
    body.bjs-print-consent .bjs-receipt-signatures{margin-top:4mm}
    body.bjs-print-consent input[type="checkbox"],
    body.bjs-print-consent input[type="radio"]{
        width:3mm;height:3mm;
    }

    /* Packing guide print mode. */
    body.bjs-print-packing header,
    body.bjs-print-packing footer,
    body.bjs-print-packing .bjs-page-progress,
    body.bjs-print-packing .bjs-tour-page>section:not(.bjs-tour-packing-section),
    body.bjs-print-packing .bjs-tour-subnav,
    body.bjs-print-packing .bjs-tour-section-head{
        display:none!important;
    }
    body.bjs-print-packing .bjs-tour-packing-section{
        display:block!important;
        padding:0!important;
        background:#fff!important;
    }
    body.bjs-print-packing .bjs-tour-packing-section>.bjs-container{
        width:100%!important;max-width:none!important;padding:0!important;
    }
    body.bjs-print-packing .bjs-packing-groups,
    body.bjs-print-packing .bjs-guideline-grid{grid-template-columns:repeat(3,1fr)!important;gap:3mm!important}
    body.bjs-print-packing .bjs-packing-card,
    body.bjs-print-packing .bjs-guideline-grid article{
        box-shadow:none!important;
        break-inside:avoid;
        padding:4mm!important;
    }
    body.bjs-print-packing .bjs-packing-card li,
    body.bjs-print-packing .bjs-guideline-grid li{font-size:7pt}
    body.bjs-print-packing .bjs-packing-card h3,
    body.bjs-print-packing .bjs-guideline-grid h3{font-size:10pt}
}
@media(prefers-reduced-motion:reduce){
    .bjs-tour-hero-media img,
    .bjs-tour-scroll i::after{animation:none!important}
    .bjs-tour-page *{scroll-behavior:auto!important}
}


/* ==============================================================
   DESHATAN 2026 — HIMALAYAN ROUTE HERO
   Inspired by premium travel-route editorial graphics
   ============================================================== */

.bjs-deshatan-hero{
    min-height:900px;
    align-items:stretch;
    background:
        radial-gradient(circle at 74% 23%,rgba(22,79,150,.38),transparent 28%),
        radial-gradient(circle at 15% 12%,rgba(232,168,22,.12),transparent 22%),
        linear-gradient(145deg,#04183F 0%,#06265F 48%,#041A45 100%);
}
.bjs-deshatan-stars{
    position:absolute;
    inset:0;
    opacity:.32;
    background-image:
        radial-gradient(circle,rgba(255,255,255,.7) 0 1px,transparent 1.5px),
        radial-gradient(circle,rgba(232,168,22,.7) 0 1px,transparent 1.5px);
    background-position:0 0,18px 23px;
    background-size:52px 52px,71px 71px;
    mask-image:linear-gradient(to bottom,#000,transparent 78%);
}
.bjs-deshatan-mountain-layers{
    position:absolute;
    inset:auto 0 0;
    height:68%;
    pointer-events:none;
}
.bjs-deshatan-mountain-layers svg{width:100%;height:100%}
.bjs-deshatan-mountain-layers .mountain-back{fill:#0A3471;opacity:.56}
.bjs-deshatan-mountain-layers .mountain-mid{fill:#082A61;opacity:.72}
.bjs-deshatan-mountain-layers .mountain-front{fill:#061F4D;opacity:.96}
.bjs-deshatan-route-graphic{
    position:absolute;
    z-index:1;
    inset:230px 3% 120px 35%;
    pointer-events:none;
}
.bjs-deshatan-route-graphic svg{width:100%;height:100%;overflow:visible}
.bjs-deshatan-route-graphic path{fill:none;stroke-linecap:round}
.bjs-deshatan-route-graphic .route-shadow{
    stroke:rgba(0,0,0,.35);
    stroke-width:12;
    transform:translateY(6px);
}
.bjs-deshatan-route-graphic .route-main{
    stroke:url(#none);
    stroke:var(--tour-gold);
    stroke-width:5;
    stroke-dasharray:15 12;
    animation:bjsDeshatanRoute 18s linear infinite;
}
.bjs-deshatan-route-graphic circle{
    fill:var(--tour-gold);
    stroke:#fff;
    stroke-width:4;
}
@keyframes bjsDeshatanRoute{to{stroke-dashoffset:-220}}
.bjs-deshatan-hero-grid{
    position:relative;
    z-index:3;
    min-height:850px;
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
    align-items:center;
    gap:45px;
    padding-top:82px;
    padding-bottom:130px;
}
.bjs-deshatan-hero-copy{position:relative;z-index:4}
.bjs-deshatan-school-line{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:25px;
    color:var(--tour-gold-light);
    font-size:.62rem;
    font-weight:900;
    letter-spacing:.17em;
    text-transform:uppercase;
}
.bjs-deshatan-school-line i{width:55px;height:1px;background:linear-gradient(90deg,var(--tour-gold),transparent)}
.bjs-deshatan-school-line strong{color:rgba(255,255,255,.7)}
.bjs-deshatan-title-lockup{
    display:flex;
    align-items:flex-end;
    gap:17px;
}
.bjs-deshatan-title-lockup h1{
    margin:0;
    color:#fff!important;
    font-size:clamp(4.4rem,8vw,8.7rem);
    line-height:.78;
    letter-spacing:-.075em;
}
.bjs-deshatan-title-lockup>span{
    margin-bottom:5px;
    border:1px solid rgba(255,255,255,.27);
    border-radius:12px;
    padding:8px 11px;
    background:rgba(255,255,255,.09);
    color:var(--tour-gold-light);
    font-size:1.25rem;
    font-weight:900;
    letter-spacing:.06em;
    backdrop-filter:blur(10px);
}
.bjs-deshatan-subtitle{
    max-width:670px;
    margin:26px 0 15px;
    color:var(--tour-gold-light)!important;
    font-size:clamp(1.25rem,2.3vw,2.15rem);
    font-weight:800;
    line-height:1.26;
    letter-spacing:-.035em;
}
.bjs-deshatan-intro{
    max-width:650px;
    color:rgba(255,255,255,.76)!important;
    font-size:.83rem;
    line-height:1.82;
}
.bjs-deshatan-date-card{
    width:min(100%,650px);
    display:grid;
    grid-template-columns:1fr 1px 1fr;
    align-items:center;
    gap:20px;
    margin-top:29px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:18px;
    padding:18px 21px;
    background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.055));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter:blur(18px);
}
.bjs-deshatan-date-card>span{width:1px;height:38px;background:rgba(255,255,255,.18)}
.bjs-deshatan-date-card small,
.bjs-deshatan-date-card strong{display:block}
.bjs-deshatan-date-card small{
    color:rgba(255,255,255,.52);
    font-size:.48rem;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
}
.bjs-deshatan-date-card strong{
    margin-top:5px;
    color:#fff;
    font-size:.75rem;
}
.bjs-deshatan-visual{
    position:relative;
    min-height:660px;
}
.bjs-deshatan-main-medallion,
.bjs-deshatan-orbit-card{
    position:absolute;
    margin:0;
    overflow:visible;
}
.bjs-deshatan-main-medallion{
    z-index:3;
    width:390px;
    height:390px;
    right:8%;
    top:115px;
    border:8px solid #fff;
    border-radius:50%;
    background:var(--tour-deep);
    box-shadow:
        0 0 0 11px rgba(232,168,22,.9),
        0 0 0 24px rgba(232,168,22,.1),
        0 36px 80px rgba(0,0,0,.38);
}
.bjs-deshatan-main-medallion img,
.bjs-deshatan-orbit-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}
.bjs-medallion-ring{
    position:absolute;
    inset:-34px;
    border:1px dashed rgba(255,217,115,.48);
    border-radius:50%;
    animation:bjsMedallionSpin 32s linear infinite;
}
@keyframes bjsMedallionSpin{to{transform:rotate(360deg)}}
.bjs-deshatan-main-medallion figcaption{
    position:absolute;
    right:-28px;
    bottom:28px;
    min-width:205px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:15px;
    padding:14px 16px;
    background:rgba(4,24,63,.88);
    color:#fff;
    backdrop-filter:blur(14px);
}
.bjs-deshatan-main-medallion small,
.bjs-deshatan-main-medallion strong,
.bjs-deshatan-orbit-card small,
.bjs-deshatan-orbit-card strong{display:block}
.bjs-deshatan-main-medallion small,
.bjs-deshatan-orbit-card small{
    color:var(--tour-gold-light);
    font-size:.46rem;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.bjs-deshatan-main-medallion strong{margin-top:4px;font-size:.75rem}
.bjs-deshatan-orbit-card{
    z-index:5;
    width:175px;
    height:175px;
    border:5px solid #fff;
    border-radius:50%;
    box-shadow:0 20px 50px rgba(0,0,0,.32);
    transition:transform .4s ease;
}
.bjs-deshatan-orbit-card:hover{transform:translateY(-8px)}
.bjs-deshatan-orbit-card figcaption{
    position:absolute;
    white-space:nowrap;
    border-radius:10px;
    padding:9px 12px;
    background:var(--tour-gold);
    color:var(--tour-deep);
    box-shadow:0 13px 30px rgba(0,0,0,.22);
}
.bjs-deshatan-orbit-card small{color:rgba(4,24,63,.65)}
.bjs-deshatan-orbit-card strong{margin-top:2px;font-size:.61rem}
.orbit-tiger{left:3%;top:35px}
.orbit-tiger figcaption{left:-10px;bottom:-18px}
.orbit-pagoda{right:0;top:12px;width:150px;height:150px}
.orbit-pagoda figcaption{right:-8px;bottom:-19px}
.orbit-tea{left:6%;bottom:23px;width:190px;height:190px}
.orbit-tea figcaption{left:-8px;bottom:-20px}
.bjs-deshatan-route-label{
    position:absolute;
    z-index:6;
    color:#fff;
}
.bjs-deshatan-route-label span{
    display:block;
    width:12px;
    height:12px;
    margin-bottom:7px;
    border:3px solid #fff;
    border-radius:50%;
    background:var(--tour-gold);
    box-shadow:0 0 0 7px rgba(232,168,22,.15);
}
.bjs-deshatan-route-label strong,
.bjs-deshatan-route-label small{display:block}
.bjs-deshatan-route-label strong{font-size:.58rem}
.bjs-deshatan-route-label small{margin-top:2px;color:rgba(255,255,255,.53);font-size:.43rem}
.route-ballia{left:5%;top:370px}
.route-njp{left:38%;top:445px}
.route-darjeeling{right:2%;top:500px}
.bjs-deshatan-bottom-rail{
    position:absolute;
    z-index:8;
    inset:auto 0 0;
    border-top:1px solid rgba(255,255,255,.12);
    background:rgba(3,18,49,.82);
    backdrop-filter:blur(15px);
}
.bjs-deshatan-bottom-rail .bjs-container{
    min-height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    color:rgba(255,255,255,.78);
    font-size:.53rem;
    font-weight:850;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.bjs-deshatan-bottom-rail i{width:38px;height:1px;background:linear-gradient(90deg,var(--tour-gold),transparent)}
.bjs-deshatan-hero .bjs-tour-hero-actions{margin-top:25px}
.bjs-deshatan-hero .bjs-tour-btn-primary{border-radius:999px;padding-inline:25px}
.bjs-deshatan-hero .bjs-tour-btn-glass{border-radius:999px;padding-inline:25px}

@media(max-width:1150px){
    .bjs-deshatan-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(450px,1.1fr)}
    .bjs-deshatan-main-medallion{width:340px;height:340px}
    .bjs-deshatan-orbit-card{width:150px;height:150px}
    .orbit-pagoda{width:132px;height:132px}
    .orbit-tea{width:165px;height:165px}
}
@media(max-width:940px){
    .bjs-deshatan-hero{min-height:auto}
    .bjs-deshatan-hero-grid{
        min-height:auto;
        grid-template-columns:1fr;
        padding-top:85px;
        padding-bottom:120px;
    }
    .bjs-deshatan-hero-copy{max-width:760px}
    .bjs-deshatan-visual{min-height:620px;max-width:720px;width:100%;margin:0 auto}
    .bjs-deshatan-route-graphic{inset:auto 5% 90px 5%;height:390px}
}
@media(max-width:680px){
    .bjs-deshatan-hero-grid{padding-top:65px}
    .bjs-deshatan-title-lockup{display:block}
    .bjs-deshatan-title-lockup h1{font-size:clamp(3.8rem,17vw,5.8rem)}
    .bjs-deshatan-title-lockup>span{display:inline-block;margin:16px 0 0}
    .bjs-deshatan-date-card{grid-template-columns:1fr}
    .bjs-deshatan-date-card>span{width:100%;height:1px}
    .bjs-deshatan-visual{min-height:535px}
    .bjs-deshatan-main-medallion{
        width:270px;
        height:270px;
        right:4%;
        top:125px;
    }
    .bjs-deshatan-main-medallion figcaption{right:-4px;bottom:-35px;min-width:185px}
    .bjs-deshatan-orbit-card{width:125px;height:125px}
    .orbit-tiger{left:0;top:15px}
    .orbit-pagoda{right:0;top:10px;width:115px;height:115px}
    .orbit-tea{left:0;bottom:25px;width:135px;height:135px}
    .bjs-deshatan-route-label{display:none}
    .bjs-deshatan-bottom-rail .bjs-container{justify-content:flex-start;overflow:auto;padding-inline:20px;scrollbar-width:none}
    .bjs-deshatan-bottom-rail span{flex:0 0 auto}
}
@media(max-width:460px){
    .bjs-deshatan-school-line{display:block;line-height:1.7}
    .bjs-deshatan-school-line i{display:none}
    .bjs-deshatan-school-line strong{display:block}
    .bjs-deshatan-subtitle{font-size:1.25rem}
    .bjs-deshatan-visual{min-height:475px}
    .bjs-deshatan-main-medallion{width:225px;height:225px;top:125px}
    .bjs-deshatan-orbit-card{width:105px;height:105px}
    .orbit-pagoda{width:95px;height:95px}
    .orbit-tea{width:112px;height:112px}
    .bjs-deshatan-orbit-card figcaption{padding:7px 9px}
}
@media(prefers-reduced-motion:reduce){
    .bjs-deshatan-route-graphic .route-main,
    .bjs-medallion-ring{animation:none!important}
}


/* ==============================================================
   DESHATAN SECURE EMAIL CONSENT SYSTEM 3.6.0
   ============================================================== */
.bjs-form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.bjs-required-note{
    display:flex;align-items:center;justify-content:space-between;gap:18px;
    margin:0 0 13px;border:1px solid #eadfce;border-radius:9px;padding:9px 12px;
    background:#fff8ec;color:#4f4658;font-size:.56rem
}
.bjs-required-note strong,.bjs-consent-sheet label em{color:#b44700;font-style:normal}
.bjs-payment-verification-note,.bjs-signature-note{margin:9px 0 0;color:#665d70!important;font-size:.53rem;line-height:1.55}
.bjs-terms-fieldset{position:relative;overflow:hidden}
.bjs-terms-instruction{margin:0 0 10px;color:#4f4658!important;font-size:.6rem;font-weight:700}
.bjs-terms-scroll{
    height:245px;overflow-y:auto;border:1px solid #cfc7d6;border-radius:10px;padding:17px 20px;
    background:linear-gradient(180deg,#fff,#fffaf3);color:#30263c;scrollbar-color:#f1951a #f2ecf5;
    box-shadow:inset 0 2px 8px rgba(29,0,69,.055)
}
.bjs-terms-scroll:focus{outline:3px solid rgba(241,149,26,.22);border-color:#f1951a}
.bjs-terms-scroll.is-complete{border-color:#2b7a4b;box-shadow:inset 0 0 0 1px rgba(43,122,75,.16)}
.bjs-terms-scroll h4{margin:0 0 10px;color:#1d0045!important;font-size:.75rem}
.bjs-terms-scroll ol{margin:0;padding-left:22px}
.bjs-terms-scroll li{margin:0 0 10px;color:#4e4558;font-size:.58rem;line-height:1.58}
.bjs-terms-scroll p{margin:8px 0 0;color:#1d0045!important;font-size:.58rem}
.bjs-terms-status{margin-top:8px;color:#9a4a00;font-size:.54rem;font-weight:800}
.bjs-master-consent{
    display:grid!important;grid-template-columns:22px 1fr;gap:10px;align-items:flex-start;
    margin:12px 0 0!important;border:1px solid #eadfce;border-radius:10px;padding:13px 14px;
    background:#fff8ec;color:#1d0045!important;font-size:.61rem!important;line-height:1.55
}
.bjs-master-consent input{width:18px;height:18px;margin:2px 0 0;accent-color:#1d0045}
.bjs-master-consent:has(input:disabled){opacity:.6;cursor:not-allowed}
.bjs-master-consent:has(input:checked){border-color:#2b7a4b;background:#f3fff7}
.bjs-submit-panel{
    display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center;
    margin-top:14px;border:1px solid rgba(29,0,69,.15);border-bottom:4px solid #f1951a;
    border-radius:14px;padding:18px;background:#fff
}
.bjs-submit-panel strong{color:#1d0045;font-size:.72rem}
.bjs-submit-panel p{margin:5px 0 0;color:#665d70!important;font-size:.55rem;line-height:1.55}
.bjs-submit-panel button[disabled]{opacity:.48;cursor:not-allowed;transform:none!important}
.bjs-submit-spinner{display:none;width:14px;height:14px;margin-left:8px;border:2px solid rgba(20,0,57,.25);border-top-color:#140039;border-radius:50%;animation:bjsSubmitSpin .8s linear infinite}
.bjs-tour-btn.is-loading .bjs-submit-spinner{display:inline-block}
@keyframes bjsSubmitSpin{to{transform:rotate(360deg)}}
.bjs-submit-message{min-height:20px;margin-top:10px;border-radius:9px;padding:0;color:#544b60;font-size:.58rem;font-weight:750}
.bjs-submit-message:not(:empty){padding:11px 13px;border:1px solid #ddd3e3;background:#fff}
.bjs-submit-message.is-error{border-color:#e2a5a5;background:#fff1f1;color:#8d1f1f}
.bjs-submit-message.is-success{border-color:#9ac9aa;background:#f0fff5;color:#176337}
.bjs-submit-message.is-warning{border-color:#e5c27d;background:#fff8e7;color:#7c4b00}
.bjs-submit-message.is-info{border-color:#aab9dd;background:#f2f6ff;color:#23417b}
.bjs-submit-confirmation{
    position:relative;overflow:hidden;margin:0 0 22px;border:1px solid #d8cddd;border-bottom:5px solid #f1951a;
    border-radius:18px;padding:26px;background:#fff;box-shadow:0 22px 55px rgba(29,0,69,.11)
}
.bjs-submit-confirmation[hidden]{display:none!important}
.bjs-submit-confirmation>strong{display:block;color:#2b7a4b;font-size:.6rem;letter-spacing:.11em}
.bjs-submit-confirmation h3{margin:8px 0;color:#1d0045!important;font-size:2rem}
.bjs-submit-confirmation>p{color:#5f566d!important}
.bjs-confirmation-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}
.bjs-confirmation-grid span{border:1px solid #eadfce;border-radius:11px;padding:12px;background:#fff8ec}
.bjs-confirmation-grid small,.bjs-confirmation-grid b{display:block}
.bjs-confirmation-grid small{color:#a34d00;font-size:.45rem;font-weight:900;text-transform:uppercase}
.bjs-confirmation-grid b{margin-top:5px;color:#1d0045;font-size:.65rem;word-break:break-word}
.bjs-confirmation-actions{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 13px}
.bjs-consent-sheet.is-submitted{opacity:.75}
@media(max-width:760px){
    .bjs-required-note{display:block}.bjs-required-note span{display:block;margin-top:5px}
    .bjs-submit-panel{grid-template-columns:1fr}.bjs-submit-panel .bjs-tour-btn{width:100%}
    .bjs-confirmation-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){.bjs-confirmation-grid{grid-template-columns:1fr}.bjs-terms-scroll{height:280px}}
