/* LIC Jeevan Raksha 894 Calculator - luxury compact UI, mobile-first */
.jr894{--jr-ink:#12151a;--jr-mute:#5a6472;--jr-line:#e2e5ea;--jr-bg:#fbfbfc;--jr-navy:#0f1c2e;--jr-gold:#a8842c;--jr-ok:#0a6b3d;--jr-warn:#8a5b00;--jr-err:#a3282a;
 font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--jr-ink);line-height:1.55;-webkit-font-smoothing:antialiased}
.jr894 *,.jr894 *::before,.jr894 *::after{box-sizing:border-box}
.jr894{max-width:1050px;margin:22px auto}
.jr894-card{background:#fff;border:1px solid #dde2e9;border-radius:18px;padding:22px;box-shadow:0 12px 34px rgba(15,28,46,.07)}
.jr894-h2{font-size:clamp(1.35rem,2.2vw,1.8rem);line-height:1.2;margin:0 0 5px;letter-spacing:-.02em;font-weight:700;color:var(--jr-navy)}
.jr894-sub{margin:0 0 14px;color:var(--jr-mute);font-size:.9rem}
.jr894-step{border:0;border-top:1px solid var(--jr-line);padding:13px 0 0;margin:0}
.jr894-step:first-of-type{border-top:0;padding-top:0}
.jr894-step legend{font-weight:700;font-size:.92rem;color:var(--jr-navy);padding:0;display:flex;align-items:center;gap:8px;margin-bottom:9px}
.jr894-step legend span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--jr-navy),#263d5c);color:#fff;font-size:.72rem;font-weight:700;flex:0 0 22px}
.jr894-wizard-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0 24px}
.jr894-wizard-progress span{position:relative;display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid var(--jr-line);border-radius:11px;color:#7a8493;background:#f8fafc;font-size:.74rem;font-weight:700}
.jr894-wizard-progress b{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;border-radius:50%;background:#e6eaf0;color:#667085}
.jr894-wizard-progress span.is-active{border-color:#d6aa4b;background:#fff9ec;color:var(--jr-navy);box-shadow:0 7px 18px rgba(168,132,44,.10)}
.jr894-wizard-progress span.is-active b,.jr894-wizard-progress span.is-complete b{background:linear-gradient(135deg,#e1bd6b,#bd8c2f);color:#102038}
.jr894-wizard-step{display:none;min-height:285px;border-top:0;padding-top:2px;animation:jr894-step-in .22s ease}
.jr894-wizard-step.is-active{display:block}
.jr894-wizard-actions{display:flex;justify-content:space-between;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--jr-line)}
.jr894-wizard-actions .jr894-btn{width:auto;min-width:150px}
@keyframes jr894-step-in{from{opacity:.25;transform:translateY(6px)}to{opacity:1;transform:none}}
.jr894-grid{display:grid;gap:0 12px}
@media(min-width:760px){.jr894-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jr894-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.jr894-card{padding:26px 28px}}
.jr894-field{margin:0 0 10px;display:flex;flex-direction:column}
.jr894-field label{font-weight:650;font-size:.84rem;margin-bottom:4px}
.jr894 select,.jr894 input[type=date],.jr894 input[type=number],.jr894 input[type=text],.jr894 input[type=email],.jr894 input[type=tel]{
 font-size:16px;/* prevents iOS zoom */ padding:8px 11px;border:1px solid #cdd3dc;border-radius:9px;background:#fff;color:var(--jr-ink);width:100%;min-height:42px;appearance:none}
.jr894 select:focus,.jr894 input:focus{outline:2px solid var(--jr-navy);outline-offset:1px;border-color:var(--jr-navy)}
.jr894 select:disabled{background:#f2f4f7;color:#98a2b3}
.jr894-hint{font-size:.77rem;color:var(--jr-mute);margin-top:4px;display:block;line-height:1.4}
.jr894-note{background:#fdf8ec;border-left:3px solid var(--jr-gold);padding:9px 12px;border-radius:0 8px 8px 0;font-size:.82rem;margin:8px 0}
.jr894-hidden{display:none !important}
.jr894-submitted>.jr894-grid,.jr894-submitted>.jr894-lead-preferences,.jr894-submitted>.jr894-consent,.jr894-submitted>.jr894-actions,.jr894-submitted>.jr894-err{display:none!important}
.jr894-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.jr894-actions{margin:13px 0 0}
.jr894-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:1rem;font-weight:650;padding:14px 22px;border-radius:12px;border:1px solid transparent;cursor:pointer;min-height:50px;width:100%;text-decoration:none;transition:background .15s,transform .05s}
@media(min-width:560px){.jr894-btn{width:auto}}
.jr894-btn-primary{background:var(--jr-navy);color:#fff}
.jr894-btn-primary:hover{background:#1b2f4a}
.jr894-btn-primary:active{transform:translateY(1px)}
.jr894-btn-ghost{background:#fff;color:var(--jr-navy);border-color:#cdd3dc}
.jr894-btn[disabled]{opacity:.55;cursor:not-allowed}
.jr894-err{color:var(--jr-err);font-size:.9rem;margin:12px 0 0;min-height:1px}
.jr894-consent{border:1px solid var(--jr-line);border-radius:10px;padding:10px 13px;margin:7px 0 0}
.jr894-consent legend{font-weight:650;color:var(--jr-navy);padding:0 6px}
.jr894-consent label{display:flex;align-items:flex-start;gap:8px;margin:7px 0;font-size:.84rem;line-height:1.4}
.jr894-consent input[type=checkbox]{width:18px;height:18px;flex:0 0 18px;margin-top:2px}
.jr894-lead-preferences{margin:12px 0;padding:16px 16px 5px;border:1px solid var(--jr-line);border-radius:12px;background:linear-gradient(180deg,#fbfcfe,#fff)}
.jr894-lead-preferences h3{margin:0 0 13px;color:var(--jr-navy);font-size:1rem}
.jr894-success{margin-top:16px;padding:16px;border:1px solid #b9dfc8;border-radius:10px;background:#edf8f1;color:#075b33}
.jr894-success:focus{outline:2px solid var(--jr-ok);outline-offset:2px}
.jr894-success h3{margin:0 0 6px;color:#075b33}
.jr894-success-badge{display:inline-block;margin-bottom:8px;padding:4px 9px;border-radius:999px;background:#0a6b3d;color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.08em}
.jr894-result{margin-top:16px;border:1px solid var(--jr-line);border-radius:15px;overflow:hidden;box-shadow:0 10px 26px rgba(15,28,46,.08)}
.jr894-result:focus{outline:2px solid var(--jr-navy);outline-offset:2px}
.jr894-rhead{background:linear-gradient(135deg,#0f1c2e,#172b46);color:#fff;padding:17px 20px}
.jr894-rhead h3{margin:0 0 5px;font-size:.96rem;font-weight:600;letter-spacing:.01em;color:#fff!important;opacity:.92}
.jr894-result-kicker{margin:7px 0 13px;color:#e4c16e;font-size:.76rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.jr894-result-hero{display:grid;grid-template-columns:1fr 1fr;gap:16px}.jr894-result-hero>div{padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.06)}.jr894-result-hero small,.jr894-result-hero strong,.jr894-result-hero em{display:block}.jr894-result-hero small{color:#bdc9d7;font-size:.78rem}.jr894-result-hero strong{margin-top:5px;color:#fff;font-size:clamp(1.75rem,4vw,2.65rem);line-height:1;font-style:normal}.jr894-result-hero em{margin-top:6px;color:#dce5ee;font-size:.78rem;font-style:normal}
.jr894-amount{font-size:2.15rem;font-weight:700;letter-spacing:-.02em;line-height:1.1}
.jr894-amount small{display:block;font-size:.8rem;font-weight:500;opacity:.82;margin-top:5px;letter-spacing:.01em}
.jr894-rbody{padding:16px 20px}
.jr894-value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:10px}.jr894-value-grid>div{padding:15px 13px;border:1px solid #e1e6ed;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc)}.jr894-value-grid span,.jr894-value-grid strong,.jr894-value-grid small{display:block}.jr894-value-grid span{font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;color:#7a8493}.jr894-value-grid strong{margin:4px 0 2px;color:#0a1d34;font-size:1.22rem}.jr894-value-grid small{color:#667085;font-size:.7rem;line-height:1.3}.jr894-value-note{margin:8px 0 12px;color:#667085;font-size:.75rem;line-height:1.5}.jr894-result-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.jr894-result-actions .jr894-btn{width:100%;padding:11px 12px;font-size:.85rem}.jr894-report-preview{margin:15px 0;padding:17px 18px;border:1px solid #e6d4a8;border-radius:13px;background:linear-gradient(120deg,#fff9eb,#fff)}.jr894-report-preview span,.jr894-report-preview strong,.jr894-report-preview small{display:block}.jr894-report-preview span{color:#9a6c1f;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.jr894-report-preview strong{margin:5px 0;color:#0b1c31;font-size:1rem}.jr894-report-preview small{color:#667085;line-height:1.45}
.jr894-outcome-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:15px 0}.jr894-outcome-grid>div{padding:14px;border:1px solid #e2e7ed;border-radius:12px;background:#fff}.jr894-outcome-grid span,.jr894-outcome-grid strong{display:block}.jr894-outcome-grid span{min-height:32px;color:#7a8493;font-size:.66rem;font-weight:750;line-height:1.35;text-transform:uppercase;letter-spacing:.055em}.jr894-outcome-grid strong{margin-top:5px;color:#0b1c31;font-size:1rem;line-height:1.25}
.jr894-dl{display:grid;grid-template-columns:1fr auto;gap:6px 16px;margin:0 0 12px;font-size:.86rem}
.jr894-dl dt{color:var(--jr-mute)}
.jr894-dl dd{margin:0;text-align:right;font-weight:600}
.jr894-split{border-top:1px dashed var(--jr-line);padding-top:12px;margin-top:4px}
.jr894-badge{display:inline-block;font-size:.76rem;font-weight:650;padding:3px 9px;border-radius:999px;background:#eaf5ee;color:var(--jr-ok);margin-bottom:8px}
.jr894-badge.warn{background:#fdf3e2;color:var(--jr-warn)}
.jr894-fine{font-size:.8rem;color:var(--jr-mute);margin:10px 0 0;line-height:1.5}
.jr894-table{width:100%;border-collapse:collapse;font-size:.9rem;margin:14px 0}
.jr894-table caption{text-align:left;font-size:.85rem;color:var(--jr-mute);padding-bottom:8px}
.jr894-table th,.jr894-table td{border:1px solid var(--jr-line);padding:9px 11px;text-align:left;vertical-align:top}
.jr894-table thead th{background:#f6f7f9;font-weight:650}
.jr894-examples{overflow-x:auto}
.jr894-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.jr894-sticky{position:fixed;left:0;right:0;bottom:0;z-index:70;display:flex;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);border-top:1px solid var(--jr-line);box-shadow:0 -2px 14px rgba(16,24,40,.08)}
.jr894-sticky .jr894-btn{flex:1;min-height:48px;font-size:.95rem;padding:12px 14px}
@media(min-width:900px){.jr894-sticky{display:none}}
@media(prefers-reduced-motion:reduce){.jr894 *{transition:none !important;animation:none !important}}
.jr894-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.jr894-details{border:1px solid var(--jr-line);border-radius:10px;margin:8px 0;background:#fbfcfe}
.jr894-details summary{cursor:pointer;padding:10px 13px;font-weight:650;font-size:.86rem;color:var(--jr-navy);list-style-position:inside}
.jr894-details[open] summary{border-bottom:1px solid var(--jr-line)}
.jr894-details-body{padding:12px 13px 2px}
.jr894-contact-consents{display:grid;gap:2px 12px}
#jr894-lead-form{display:none}#jr894-lead-form.jr894-lead-ready{display:block}
@media(min-width:700px){.jr894-contact-consents{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:759px){.jr894{margin:14px auto}.jr894-card{padding:18px 15px;border-radius:14px}.jr894-rbody{padding:15px}.jr894-rhead{padding:16px}.jr894-btn{min-height:46px;padding:11px 17px}.jr894-amount{font-size:1.9rem}}
@media(max-width:600px){.jr894-wizard-progress{gap:5px}.jr894-wizard-progress span{justify-content:center;padding:8px 4px;font-size:0}.jr894-wizard-progress b{font-size:.74rem}.jr894-wizard-step{min-height:0}.jr894-wizard-actions{flex-direction:column-reverse}.jr894-wizard-actions .jr894-btn{width:100%}}

/* Complete luxury landing funnel */
.jr894-funnel{--jf-navy:#08182c;--jf-blue:#12345a;--jf-gold:#d6aa4b;--jf-cream:#faf6ed;max-width:1240px;margin:0 auto 40px;color:#101828;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.jr894-funnel *{box-sizing:border-box}
.jr894-hero{min-height:540px;border-radius:26px;overflow:hidden;padding:clamp(34px,6vw,76px);display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.75fr);align-items:center;gap:54px;background:radial-gradient(circle at 15% 10%,rgba(214,170,75,.18),transparent 34%),linear-gradient(135deg,#071426,#102c4d);color:#fff;box-shadow:0 28px 65px rgba(8,24,44,.18)}
.jr894-eyebrow{margin:0 0 12px;color:#b7892f;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.jr894-hero .jr894-eyebrow,.jr894-dark-section .jr894-eyebrow,.jr894-final-cta .jr894-eyebrow{color:#e3bd68}
.jr894-hero h1{max-width:780px;margin:0;font-size:clamp(2.35rem,5vw,4.4rem);line-height:1.02;letter-spacing:-.045em;color:#fff;font-weight:760}
.jr894-hero-copy{max-width:690px;margin:24px 0;color:#d9e2ed;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.7}
.jr894-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.jr894-hero-micro{margin:13px 0 0;color:#aebdce;font-size:.78rem}
.jr894-btn-gold{background:linear-gradient(135deg,#e1bd6b,#bd8c2f);color:#122035;border:0;box-shadow:0 9px 22px rgba(201,153,57,.22)}
.jr894-btn-gold:hover{background:linear-gradient(135deg,#efce80,#c99b41);color:#08182c}
.jr894-btn-glass{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.26);backdrop-filter:blur(8px)}
.jr894-btn-glass:hover{background:rgba(255,255,255,.15);color:#fff}
.jr894-hero-panel{padding:30px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px);box-shadow:inset 0 1px rgba(255,255,255,.08)}
.jr894-shield{display:flex;width:74px;height:74px;border-radius:22px;align-items:center;justify-content:center;background:linear-gradient(135deg,#e4c478,#b7862d);color:#0c1a2c;font-size:1.35rem;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.jr894-hero-panel h2{color:#fff;margin:22px 0 12px;font-size:1.35rem}
.jr894-hero-panel ul{padding:0;margin:0;list-style:none}.jr894-hero-panel li{padding:8px 0 8px 24px;position:relative;color:#e7edf5;font-size:.9rem}.jr894-hero-panel li:before{content:"✓";position:absolute;left:0;color:#e3bd68;font-weight:800}.jr894-hero-panel>p{margin:18px 0 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.13);color:#aebdce;font-size:.78rem}
.jr894-trustbar{margin:-34px auto 54px;width:calc(100% - 80px);position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e5e9ef;border-radius:18px;box-shadow:0 18px 45px rgba(15,28,46,.11);overflow:hidden}.jr894-trustbar div{padding:20px 24px;border-right:1px solid #e9ecf1}.jr894-trustbar div:last-child{border:0}.jr894-trustbar strong,.jr894-trustbar span{display:block}.jr894-trustbar strong{font-size:.92rem;color:#0c2039}.jr894-trustbar span{font-size:.75rem;color:#667085;margin-top:2px}
.jr894-independence{max-width:1050px;margin:-30px auto 44px;padding:13px 16px;border-left:3px solid #d6aa4b;background:#fbf8f1;color:#586579;font-size:.78rem;line-height:1.55}.jr894-independence strong{color:#0b1c31}.jr894-independence a{color:#76551c;text-decoration:underline}.jr894-independence-footer{margin:18px auto 0}
.jr894-intro,.jr894-section{max-width:1050px;margin:64px auto}.jr894-intro{text-align:center;max-width:790px}.jr894-intro h2,.jr894-section h2,.jr894-conversion-bridge h2,.jr894-adviser-card h2{margin:0;color:#0b1c31;font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.16;letter-spacing:-.03em}.jr894-intro>p:last-child{color:#667085;font-size:1rem;line-height:1.7}
.jr894-funnel>.jr894{margin:26px auto 52px}.jr894-funnel .jr894-card{border-color:#e0e5ec;box-shadow:0 22px 55px rgba(15,28,46,.09)}
#jr894-calculator,#jr894-lead,#jr894-facts-title,#jr894-faq-title{scroll-margin-top:120px}
.jr894-conversion-bridge{max-width:1050px;margin:-20px auto 28px;padding:25px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:18px;background:linear-gradient(120deg,#f8f2e5,#fff);border:1px solid #eadcbc}.jr894-conversion-bridge h2{font-size:1.55rem}.jr894-conversion-bridge p:not(.jr894-eyebrow){margin:8px 0 0;color:#667085;font-size:.88rem;max-width:690px}
.jr894-section-head{text-align:center;max-width:720px;margin:0 auto 30px}.jr894-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.jr894-feature-grid article{padding:30px;border:1px solid #e2e7ed;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(15,28,46,.05)}.jr894-feature-grid article>span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:13px;background:#f5ecd9;color:#9a6c1f;font-size:.78rem;font-weight:800}.jr894-feature-grid h3{margin:20px 0 8px;color:#0b1c31;font-size:1.08rem}.jr894-feature-grid p{margin:0;color:#667085;font-size:.87rem;line-height:1.65}
.jr894-dark-section{max-width:1100px;margin:70px auto;padding:46px;border-radius:24px;background:linear-gradient(135deg,#08182c,#14365c);color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.jr894-dark-section h2{color:#fff;font-size:2.2rem;margin:0;line-height:1.15}.jr894-process{list-style:none;padding:0;margin:0}.jr894-process li{display:flex;gap:16px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.12)}.jr894-process li:last-child{border:0}.jr894-process li>span{display:flex;width:35px;height:35px;flex:0 0 35px;align-items:center;justify-content:center;border-radius:50%;background:#d4a94d;color:#0a1a2e;font-weight:800}.jr894-process strong{color:#fff}.jr894-process p{margin:4px 0 0;color:#b8c5d4;font-size:.84rem}
.jr894-adviser-card{max-width:1050px;margin:70px auto;padding:32px;display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center;border:1px solid #e2e7ed;border-radius:22px;background:#fff;box-shadow:0 16px 44px rgba(15,28,46,.07)}.jr894-monogram{display:flex;width:78px;height:78px;align-items:center;justify-content:center;border-radius:24px;background:linear-gradient(135deg,#0d2848,#08182c);color:#e6c16e;font-size:1.45rem;font-weight:800}.jr894-adviser-card h2{font-size:1.7rem}.jr894-adviser-card p:not(.jr894-eyebrow){margin:7px 0;color:#667085;font-size:.88rem}.jr894-proof{display:flex;flex-wrap:wrap;gap:7px}.jr894-proof span{padding:5px 9px;background:#f6f7f9;border-radius:999px;color:#344054;font-size:.72rem;font-weight:650}
.jr894-faq{max-width:900px}.jr894-faq details{border-bottom:1px solid #e1e6ec}.jr894-faq summary{cursor:pointer;padding:18px 4px;color:#0b1c31;font-weight:700;font-size:.98rem}.jr894-faq details p{margin:0;padding:0 4px 18px;color:#667085;font-size:.9rem;line-height:1.65}
.jr894-facts{max-width:1050px;margin:68px auto;padding:38px;border:1px solid #e4e8ee;border-radius:22px;background:linear-gradient(135deg,#fff,#faf7ef);box-shadow:0 14px 38px rgba(15,28,46,.05)}.jr894-facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.jr894-facts-grid>div{padding:18px;border-radius:14px;background:#fff;border:1px solid #e4e8ee}.jr894-facts-grid span,.jr894-facts-grid strong,.jr894-facts-grid small{display:block}.jr894-facts-grid span{color:#8a6420;font-size:.72rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.jr894-facts-grid strong{margin:5px 0;color:#0b1c31;font-size:1.18rem}.jr894-facts-grid small{color:#667085;font-size:.72rem;line-height:1.4}.jr894-facts>details{margin-top:16px;border-top:1px solid #ded6c7}.jr894-facts>details summary{cursor:pointer;padding:16px 2px 8px;color:#0b1c31;font-weight:700}.jr894-facts>details p{color:#667085;font-size:.86rem;line-height:1.65}
.jr894-final-cta{margin:76px auto 0;padding:58px 30px;text-align:center;border-radius:26px;background:radial-gradient(circle at 85% 0,rgba(214,170,75,.19),transparent 30%),#08182c;color:#fff}.jr894-final-cta h2{max-width:720px;margin:0 auto;color:#fff;font-size:clamp(1.8rem,4vw,3rem);line-height:1.12}.jr894-final-cta>p:not(.jr894-eyebrow){color:#b9c6d5}.jr894-final-cta>div{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:22px}
@media(max-width:900px){.jr894-hero{grid-template-columns:1fr;min-height:auto;gap:30px}.jr894-hero-panel{max-width:520px}.jr894-trustbar{grid-template-columns:1fr 1fr}.jr894-trustbar div:nth-child(2){border-right:0}.jr894-feature-grid{grid-template-columns:1fr}.jr894-dark-section{grid-template-columns:1fr;gap:25px}.jr894-adviser-card{grid-template-columns:auto 1fr}.jr894-adviser-card>.jr894-btn{grid-column:1/-1}}
@media(max-width:900px){.jr894-value-grid,.jr894-facts-grid,.jr894-outcome-grid{grid-template-columns:1fr 1fr}.jr894-result-actions{grid-template-columns:1fr}}
@media(max-width:600px){
 body.page-id-4291 .fusion-secondary-header,body.page-id-4291 .fusion-page-title-bar{display:none!important}
 #jr894-calculator,#jr894-lead,#jr894-facts-title,#jr894-faq-title{scroll-margin-top:88px}
 .jr894-funnel{margin-top:0}.jr894-hero{border-radius:0;padding:27px 18px 25px;gap:18px}.jr894-hero h1{font-size:2.02rem}.jr894-hero-copy{margin:15px 0;line-height:1.55}.jr894-hero-actions{margin-top:18px}.jr894-hero-panel{padding:16px 18px;border-radius:16px}.jr894-shield{width:48px;height:48px;border-radius:15px;font-size:1rem}.jr894-hero-panel h2{margin:12px 0 5px;font-size:1.08rem}.jr894-hero-panel li{padding-top:5px;padding-bottom:5px}.jr894-hero-panel li:nth-child(n+3),.jr894-hero-panel>p{display:none}.jr894-trustbar{width:calc(100% - 24px);margin:-12px auto 31px;grid-template-columns:1fr 1fr}.jr894-trustbar div{padding:11px 12px}.jr894-independence{margin:-18px 14px 28px;padding:10px 12px}.jr894-intro{margin:35px 16px}.jr894-section{margin:46px 16px}.jr894-dark-section{margin:50px 14px;padding:28px 22px;border-radius:20px}.jr894-adviser-card{margin:50px 14px;padding:23px;grid-template-columns:1fr;text-align:center}.jr894-monogram{margin:auto}.jr894-proof{justify-content:center}.jr894-final-cta{border-radius:0;margin-top:55px;padding:46px 20px}.jr894-result-hero,.jr894-value-grid,.jr894-facts-grid,.jr894-outcome-grid{grid-template-columns:1fr}.jr894-facts{margin:48px 14px;padding:24px 18px}
}
