:root{
  --sz-navy:#07396f;
  --sz-navy-deep:#032b59;
  --sz-blue:#0b65b2;
  --sz-blue-soft:#eaf4ff;
  --sz-red:#e8212b;
  --sz-green:#06b84b;
  --sz-gold:#d6aa39;
  --sz-ink:#142a45;
  --sz-muted:#5e6d7f;
  --sz-border:#dce5ee;
  --sz-cream:#fbf6ec;
  --sz-soft:#f4f8fc;
  --sz-white:#fff;
  --sz-shadow:0 18px 54px rgba(7,57,111,.11);
  --sz-radius:24px;
  --sz-header-height:82px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--sz-header-height) + 20px);overflow-x:hidden}
body{margin:0;background:#fff;color:var(--sz-ink);font-family:-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic",YuGothic,Meiryo,sans-serif;line-height:1.8;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.admin-bar{--sz-header-top:32px}
img{max-width:100%;height:auto;vertical-align:middle}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid #ffd94a;outline-offset:3px}
.screen-reader-text,.szlp-skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.szlp-skip-link:focus{position:fixed!important;left:12px;top:12px;width:auto;height:auto;padding:10px 16px;clip:auto;background:#fff;color:var(--sz-navy);z-index:99999;border-radius:6px;box-shadow:var(--sz-shadow)}

/* Header */
.szlp-site-header{position:sticky;top:var(--sz-header-top,0);z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(7,57,111,.12);backdrop-filter:blur(12px)}
.szlp-site-header__inner{width:min(1280px,calc(100% - 40px));height:var(--sz-header-height);margin:auto;display:flex;align-items:center;gap:28px}
.szlp-site-logo{display:inline-flex;align-items:center;flex:0 0 auto}
.szlp-site-logo img,.custom-logo-link img{display:block;width:auto;height:48px;max-width:250px;object-fit:contain}
.szlp-primary-nav{margin-left:auto;display:flex;align-items:center;gap:24px}
.szlp-menu{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none;font-size:14px;font-weight:700;color:#253d58}
.szlp-menu a{position:relative;padding:10px 0}
.szlp-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--sz-blue);transition:right .2s ease}
.szlp-menu a:hover:after{right:0}
.szlp-header-actions{display:flex;align-items:center;gap:10px}
.szlp-header-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;color:#fff;font-size:14px;font-weight:800;box-shadow:0 8px 22px rgba(0,0,0,.1)}
.szlp-header-actions .is-line{background:var(--sz-green)}
.szlp-header-actions .is-reserve{background:var(--sz-red)}
.szlp-menu-toggle{display:none;width:46px;height:46px;padding:11px;border:0;background:#f1f6fb;border-radius:12px;cursor:pointer}
.szlp-menu-toggle span:not(.screen-reader-text){display:block;height:2px;background:var(--sz-navy);margin:5px 0;border-radius:3px;transition:.2s}

/* Global layout */
.szlp-main{min-height:50vh}
.szlp-container{width:min(1120px,calc(100% - 40px));margin-inline:auto}
.szlp-container--wide{width:min(1320px,calc(100% - 40px))}
.szlp-section{position:relative;padding:clamp(72px,8vw,116px) 0;background:#fff}
.szlp-section--soft{background:var(--sz-soft)}
.szlp-section--cream{background:var(--sz-cream)}
.szlp-section--ink{background:linear-gradient(135deg,var(--sz-navy-deep),#0b4e8e);color:#fff}
.szlp-section--answer{padding-top:clamp(56px,6vw,88px)}
.szlp-kicker{margin:0 0 10px;color:var(--sz-blue);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.szlp-section h1,.szlp-section h2,.szlp-final-cta h2,.szlp-cashhero h2{margin:0;color:var(--sz-navy-deep);font-weight:900;line-height:1.35;letter-spacing:.01em}
.szlp-section h1{font-size:clamp(31px,4.6vw,58px)}
.szlp-section h2,.szlp-cashhero h2{font-size:clamp(28px,3.2vw,44px)}
.szlp-section h3{line-height:1.5}
.szlp-lead{max-width:900px;margin:22px 0 0;font-size:clamp(17px,2vw,22px);line-height:1.9;color:#29435f}
.szlp-lead strong{color:var(--sz-red)}
.szlp-section-heading{display:grid;grid-template-columns:64px minmax(0,1fr);gap:22px;align-items:start;margin-bottom:42px}
.szlp-section-heading>div>p:last-child{max-width:850px;margin:14px 0 0;color:var(--sz-muted)}
.szlp-step-number{margin:0;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--sz-navy);color:#fff;font-size:20px;font-weight:900;box-shadow:0 10px 24px rgba(7,57,111,.18)}
.szlp-center{text-align:center}
.szlp-note{font-size:13px;color:#697789}
.szlp-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--sz-blue);font-weight:800;border-bottom:1px solid currentColor}
.szlp-text-link:after{content:"›"}

/* Hero */
.szlp-hero{background:#fbf8f1;border-bottom:1px solid #eee4d3}
.szlp-hero__desktop{position:relative;width:min(1672px,100%);margin:auto;overflow:hidden}
.szlp-hero__desktop>img{display:block;width:100%;height:auto}
.szlp-hero-hotspot{position:absolute;z-index:3;border-radius:999px;transition:transform .2s ease,box-shadow .2s ease}
.szlp-hero-hotspot:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(0,0,0,.16)}
.szlp-hero-hotspot--line{left:42.8%;top:78.1%;width:25.5%;height:13.2%}
.szlp-hero-hotspot--reserve{left:69.1%;top:78.1%;width:26.5%;height:13.2%}
.szlp-hero__mobile{display:none}

/* CTA */
.szlp-cta-group{display:flex;gap:16px;justify-content:center;align-items:stretch;flex-wrap:wrap}
.szlp-button{display:flex;align-items:center;justify-content:center;gap:12px;min-height:64px;padding:12px 26px;border-radius:17px;color:#fff!important;font-size:clamp(16px,1.8vw,21px);font-weight:900;box-shadow:0 14px 28px rgba(0,0,0,.15);transition:transform .2s ease,filter .2s ease;min-width:min(360px,100%)}
.szlp-button:hover{transform:translateY(-2px);filter:brightness(1.04)}
.szlp-button--line{background:linear-gradient(135deg,#12c458,#02a941)}
.szlp-button--reserve{background:linear-gradient(135deg,#ff3c42,#df111d)}
.szlp-button__icon{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:50%;background:rgba(255,255,255,.98);color:var(--sz-green);font-size:12px;font-weight:900}
.szlp-button--reserve .szlp-button__icon{color:var(--sz-red)}
.szlp-cta-note{text-align:center;margin:10px 0 0;color:var(--sz-muted);font-size:13px}

/* Answer */
.szlp-answer-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:40px}
.szlp-answer-cards article{padding:30px 26px;border:1px solid var(--sz-border);border-radius:var(--sz-radius);background:#fff;box-shadow:0 12px 34px rgba(7,57,111,.07);text-align:center}
.szlp-answer-cards article>span{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 16px;border-radius:20px;background:var(--sz-blue-soft);color:var(--sz-navy);font-size:30px;font-weight:900}
.szlp-answer-cards h3{margin:0;font-size:20px;color:var(--sz-navy-deep)}
.szlp-answer-cards p{margin:10px 0 0;color:var(--sz-muted);font-size:15px}

/* Comparison */
.szlp-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.szlp-comparison__item{position:relative;padding:38px;border-radius:var(--sz-radius);background:#fff;border:1px solid #d7e0e9;box-shadow:var(--sz-shadow);overflow:hidden}
.szlp-comparison__item.is-pawn{border:2px solid var(--sz-blue)}
.szlp-comparison__item.is-pawn:before{content:"おすすめ";position:absolute;right:-38px;top:18px;width:150px;padding:5px 0;background:var(--sz-red);color:#fff;text-align:center;font-size:12px;font-weight:900;transform:rotate(38deg)}
.szlp-comparison__label{display:inline-flex;margin:0 0 16px;padding:6px 16px;border-radius:999px;background:#727c87;color:#fff;font-weight:900}
.is-pawn .szlp-comparison__label{background:var(--sz-blue)}
.szlp-comparison h3{margin:0;font-size:25px;color:var(--sz-navy-deep)}
.szlp-comparison ul{margin:22px 0 0;padding:0;list-style:none}
.szlp-comparison li{position:relative;padding:11px 0 11px 30px;border-top:1px dashed #d8e0e8;color:#334b65}
.szlp-comparison li:before{content:"✓";position:absolute;left:3px;color:var(--sz-green);font-weight:900}

/* Results */
.szlp-results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.szlp-result-card{min-width:0;border-radius:20px;background:#fff;border:1px solid var(--sz-border);box-shadow:0 14px 34px rgba(7,57,111,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.szlp-result-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(7,57,111,.14)}
.szlp-result-card__link{display:flex;flex-direction:column;height:100%}
.szlp-result-card__media{position:relative;aspect-ratio:1/1;background:#eef4fa;overflow:hidden}
.szlp-result-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.szlp-result-card:hover img{transform:scale(1.04)}
.szlp-result-card__placeholder{display:grid;place-items:center;width:100%;height:100%;color:#9aaabd;font-weight:900;font-size:24px}
.szlp-result-card__label{position:absolute;left:12px;top:12px;padding:5px 11px;background:var(--sz-navy);color:#fff;border-radius:999px;font-size:12px;font-weight:800}
.szlp-result-card__body{display:flex;flex-direction:column;flex:1;padding:20px}
.szlp-result-card__body h3{margin:0;color:#193c62;font-size:16px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.szlp-result-card__price{margin:14px 0 0;color:var(--sz-red);font-size:27px;font-weight:900;line-height:1.25}
.szlp-result-card__price span{display:block;margin-bottom:4px;color:#53667b;font-size:11px;font-weight:800}
.szlp-result-card time{margin-top:9px;color:#7b8998;font-size:12px}
.szlp-result-card__more{margin-top:auto;padding-top:14px;color:var(--sz-blue);font-size:13px;font-weight:800}

/* Payment example */
.szlp-example{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:28px;align-items:stretch}
.szlp-example__summary{padding:34px;border-radius:var(--sz-radius);background:#fff;border:1px solid #eadfcb;box-shadow:0 12px 34px rgba(89,61,24,.06)}
.szlp-example__summary h3{margin:18px 0 8px;color:var(--sz-navy);font-size:25px}
.szlp-pill{display:inline-flex;margin:0;padding:7px 14px;background:#fff3cf;color:#74550a;border-radius:999px;font-size:13px;font-weight:900}
.szlp-example__rows{display:grid;gap:12px}
.szlp-example__rows>div{display:grid;grid-template-columns:100px minmax(0,1fr);column-gap:22px;align-items:center;padding:18px 24px;border-radius:17px;background:#fff;border:1px solid #eadfcb}
.szlp-example__rows span{grid-row:1/3;font-size:17px;font-weight:900;color:var(--sz-navy)}
.szlp-example__rows strong{font-size:28px;color:var(--sz-red);line-height:1.2}
.szlp-example__rows small{color:#68788a}

/* Cash hero */
.szlp-cashhero{position:relative;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);align-items:end;gap:30px;padding:70px max(20px,calc((100vw - 1120px)/2));background:linear-gradient(135deg,#e7f3ff 0%,#fff8e9 55%,#fff 100%);overflow:hidden}
.szlp-cashhero:before{content:"";position:absolute;width:540px;height:540px;right:-180px;top:-240px;border-radius:50%;background:rgba(255,216,74,.28)}
.szlp-cashhero__characters{position:relative;min-height:470px;z-index:1}
.szlp-cashhero__characters img{position:absolute;bottom:-70px;filter:drop-shadow(0 22px 20px rgba(0,0,0,.12))}
.szlp-cashhero__base{left:0;width:min(48%,250px)}
.szlp-cashhero__guts{right:0;width:min(52%,245px)}
.szlp-cashhero__copy{position:relative;z-index:2;padding:20px 0 26px}
.szlp-cashhero__copy>p:not(.szlp-kicker){max-width:680px;color:#425770;font-size:17px}
.szlp-cashhero__points{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 28px}
.szlp-cashhero__points span{padding:8px 15px;background:#fff;border:1px solid #d8e5f0;border-radius:999px;color:var(--sz-navy);font-size:13px;font-weight:800}
.szlp-cashhero .szlp-cta-group{justify-content:flex-start}
.szlp-cashhero .szlp-button{min-width:260px;min-height:58px;font-size:17px}

/* Preparation */
.szlp-prep-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.szlp-prep-grid article{padding:26px 22px;border:1px solid var(--sz-border);border-radius:20px;background:#fff}
.szlp-prep-grid article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--sz-blue-soft);color:var(--sz-blue);font-weight:900}
.szlp-prep-grid h3{margin:16px 0 8px;color:var(--sz-navy);font-size:18px}
.szlp-prep-grid p{margin:0;color:var(--sz-muted);font-size:14px}
.szlp-alert{margin-top:24px;padding:18px 22px;border-left:5px solid #f2ad1f;border-radius:12px;background:#fff7df;color:#5c4b24}
.szlp-alert strong{display:block;color:#8b5c00}

/* Flow */
.szlp-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;counter-reset:flow}
.szlp-flow article{position:relative;padding:28px 22px;border-radius:20px;background:#fff;border:1px solid var(--sz-border);box-shadow:0 10px 28px rgba(7,57,111,.05)}
.szlp-flow article:not(:last-child):after{content:"›";position:absolute;right:-16px;top:50%;z-index:2;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--sz-blue);color:#fff;font-size:22px;font-weight:900;transform:translateY(-50%)}
.szlp-flow article>p{margin:0;color:var(--sz-blue);font-size:12px;font-weight:900;letter-spacing:.12em}
.szlp-flow h3{margin:10px 0 8px;color:var(--sz-navy);font-size:19px}
.szlp-flow span{display:block;color:var(--sz-muted);font-size:14px}

/* Security */
.szlp-section--ink .szlp-kicker,.szlp-section--ink .szlp-section-heading>div>p:last-child{color:#cbdff1}
.szlp-section--ink h2{color:#fff}
.szlp-section--ink .szlp-step-number{background:#fff;color:var(--sz-navy)}
.szlp-security-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.szlp-security-grid article{padding:30px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(255,255,255,.08);backdrop-filter:blur(6px)}
.szlp-security-grid strong{color:#ffdf74;font-size:13px;letter-spacing:.12em}
.szlp-security-grid h3{margin:12px 0 8px;color:#fff;font-size:21px}
.szlp-security-grid p{margin:0;color:#d7e6f4}

/* FAQ */
.szlp-faq{display:grid;gap:12px}
.szlp-faq details{border:1px solid #e2d7c6;border-radius:15px;background:#fff;overflow:hidden}
.szlp-faq summary{position:relative;padding:20px 62px 20px 24px;list-style:none;cursor:pointer;color:var(--sz-navy);font-weight:800}
.szlp-faq summary::-webkit-details-marker{display:none}
.szlp-faq summary:before{content:"Q";display:inline-grid;place-items:center;width:30px;height:30px;margin-right:12px;border-radius:50%;background:var(--sz-navy);color:#fff;font-weight:900}
.szlp-faq summary:after{content:"＋";position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:22px;color:var(--sz-blue)}
.szlp-faq details[open] summary:after{content:"−"}
.szlp-faq details p{margin:0;padding:0 26px 22px 68px;color:#53667a}

/* Stores */
.szlp-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}
.szlp-store-card{position:relative;border:1px solid var(--sz-border);border-radius:24px;background:#fff;box-shadow:0 16px 44px rgba(7,57,111,.09);overflow:hidden}
.szlp-store-card--featured{border:2px solid var(--sz-red)}
.szlp-store-card__ribbon{position:absolute;left:50%;top:0;z-index:2;margin:0;padding:8px 20px;background:var(--sz-red);color:#fff;border-radius:0 0 14px 14px;font-size:12px;font-weight:900;white-space:nowrap;transform:translateX(-50%)}
.szlp-store-card__image{aspect-ratio:4/3;background:#eef3f7;overflow:hidden}
.szlp-store-card__image img{width:100%;height:100%;object-fit:cover}
.szlp-store-card__body{padding:24px}
.szlp-store-card__body h3{margin:0;color:var(--sz-navy);font-size:25px}
.szlp-store-card__description{min-height:76px;margin:8px 0 18px;color:var(--sz-muted);font-size:14px}
.szlp-store-card dl{margin:0;display:grid;gap:10px}
.szlp-store-card dl>div{display:grid;grid-template-columns:74px 1fr;gap:8px;font-size:13px}
.szlp-store-card dt{color:var(--sz-navy);font-weight:900}
.szlp-store-card dd{margin:0;color:#495d72}
.szlp-store-card small{color:#8190a0}
.szlp-store-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:20px}
.szlp-store-card__actions a{display:grid;place-items:center;min-height:44px;padding:8px;border:1px solid var(--sz-blue);border-radius:10px;color:var(--sz-blue);font-size:13px;font-weight:800}
.szlp-store-card__actions .is-reserve{grid-column:1/-1;background:var(--sz-red);border-color:var(--sz-red);color:#fff}
.szlp-store-card__map{aspect-ratio:16/9;border-top:1px solid var(--sz-border);background:#edf2f6}
.szlp-store-card__map iframe,.szlp-store-card__map img{display:block;width:100%;height:100%;border:0;object-fit:cover}

/* Final CTA and footer */
#shops.szlp-section{padding-bottom:clamp(48px,5vw,72px)}
.szlp-final-cta{padding:58px 0 52px;background:linear-gradient(135deg,#063a76,#0755a3);color:#fff;text-align:center}
.szlp-final-cta>.szlp-container{width:min(980px,calc(100% - 40px))}
/* Only the first, main catch-copy paragraph receives the large display type. */
.szlp-final-cta>.szlp-container>p:first-child{margin:0;font-size:clamp(25px,2.45vw,34px);font-weight:800;line-height:1.42;letter-spacing:.01em}
.szlp-final-cta>.szlp-container>p:first-child span{color:#ffde54;text-decoration:underline;text-decoration-thickness:4px;text-underline-offset:5px}
.szlp-final-cta h2{margin:8px 0 24px;color:#fff;font-size:clamp(18px,1.65vw,23px);font-weight:800;line-height:1.5}
.szlp-final-cta .szlp-cta-group{width:min(760px,100%);margin-inline:auto}
.szlp-final-cta .szlp-button{min-width:min(330px,100%);min-height:58px;padding:10px 22px;font-size:18px}
.szlp-final-cta .szlp-cta-note{width:min(790px,100%);margin:18px auto 0;padding:12px 18px;border-radius:16px;border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.1);color:#fff;font-size:13px;font-weight:600;line-height:1.75;text-align:center}
.szlp-final-cta small{display:block;margin-top:18px;color:#c8dced;font-size:12px;font-weight:500;line-height:1.65}
.szlp-site-footer{background:#f7f9fb;border-top:1px solid var(--sz-border)}
.szlp-site-footer__inner{width:min(1200px,calc(100% - 40px));margin:auto;padding:54px 0;display:grid;grid-template-columns:1fr 1.4fr;gap:50px;align-items:start}
.szlp-site-footer__brand .szlp-site-logo img{height:42px}
.szlp-site-footer__brand p{max-width:430px;margin:16px 0 0;color:#66778a;font-size:14px}
.szlp-footer-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;margin:0;padding:0;list-style:none;font-size:14px;font-weight:700;color:#3f556c}
.szlp-footer-menu a:hover{color:var(--sz-blue)}
.szlp-site-footer__bottom{padding:18px 20px;background:var(--sz-navy-deep);color:#c7d7e7;text-align:center;font-size:12px}
.szlp-sticky-cta{position:fixed;right:18px;bottom:18px;z-index:900;display:flex;gap:8px;padding:7px;border-radius:18px;background:rgba(255,255,255,.95);box-shadow:0 14px 36px rgba(0,0,0,.2);backdrop-filter:blur(10px)}
.szlp-sticky-cta a{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:112px;min-height:54px;padding:6px 14px;border-radius:13px;color:#fff;font-size:13px;font-weight:900;line-height:1.25}
.szlp-sticky-cta a span{font-size:10px;font-weight:700}
.szlp-sticky-cta .is-line{background:var(--sz-green)}
.szlp-sticky-cta .is-reserve{background:var(--sz-red)}

/* Default pages */
.szlp-default-page,.szlp-archive,.szlp-not-found{padding:80px 0}
.szlp-entry-header h1,.szlp-not-found h1{color:var(--sz-navy);font-size:clamp(30px,4vw,48px)}
.szlp-entry-content{margin-top:30px}
.szlp-entry-content>*{max-width:100%}

/* Tablet */
@media (max-width:1100px){
  :root{--sz-header-height:72px}
  .szlp-site-header__inner{width:min(100% - 28px,1000px);gap:16px}
  .szlp-site-logo img,.custom-logo-link img{height:40px;max-width:220px}
  .szlp-menu{gap:15px;font-size:13px}
  .szlp-header-actions a{padding:0 13px;font-size:12px}
  .szlp-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .szlp-prep-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .szlp-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
  .szlp-flow article:nth-child(2):after{display:none}
  .szlp-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .szlp-store-card:last-child{grid-column:1/-1;width:min(100%,620px);justify-self:center}
  .szlp-cashhero{grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr)}
}

/* Mobile navigation */
@media (max-width:860px){
  body.admin-bar{--sz-header-top:46px}
  .szlp-menu-toggle{display:block;margin-left:auto}
  .szlp-primary-nav{position:absolute;left:0;right:0;top:100%;display:none;margin:0;padding:18px 20px 22px;background:#fff;border-bottom:1px solid var(--sz-border);box-shadow:0 18px 30px rgba(7,57,111,.12)}
  .szlp-site-header.is-open .szlp-primary-nav{display:block}
  .szlp-menu{display:grid;gap:0}
  .szlp-menu li{border-bottom:1px solid #edf1f5}
  .szlp-menu a{display:block;padding:14px 4px}
  .szlp-header-actions{margin-top:16px;display:grid;grid-template-columns:1fr 1fr}
  .szlp-header-actions a{min-height:48px}
  .szlp-site-header.is-open .szlp-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .szlp-site-header.is-open .szlp-menu-toggle span:nth-child(2){opacity:0}
  .szlp-site-header.is-open .szlp-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .szlp-hero__desktop{display:none}
  .szlp-hero__mobile{display:block;padding:34px 20px 30px;text-align:center;background:radial-gradient(circle at 72% 30%,#fff8e8 0,#fff 42%,#f9fbff 100%)}
  .szlp-hero__eyebrow{margin:0;color:var(--sz-navy);font-size:14px;font-weight:800}
  .szlp-hero__mobile-title{margin:8px 0 4px;color:var(--sz-navy-deep);font-size:clamp(38px,12vw,64px);line-height:1.25;letter-spacing:-.035em}
  .szlp-hero__title-line{display:block}.szlp-hero__title-accent{color:var(--sz-red);text-decoration:underline;text-decoration-color:#ffd72e;text-decoration-thickness:8px;text-underline-offset:4px}
  .szlp-hero__mobile-sub{margin:0;color:var(--sz-navy);font-weight:800;font-size:17px}
  .szlp-hero__mobile-visual{max-width:480px;margin:8px auto -12px}
  .szlp-hero-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:620px;margin:0 auto 18px}
  .szlp-hero-benefits>div{padding:14px 8px;border-radius:14px;background:#fff;border:1px solid #e4eaf0;box-shadow:0 8px 22px rgba(7,57,111,.06)}
  .szlp-hero-benefits strong{display:block;color:var(--sz-navy);font-size:14px}
  .szlp-hero-benefits>div:nth-child(1) strong{color:var(--sz-red)}
  .szlp-hero-benefits>div:nth-child(3) strong{color:var(--sz-green)}
  .szlp-hero-benefits>div:nth-child(4) strong{color:#f07911}
  .szlp-hero-benefits span{display:block;margin-top:2px;color:#687889;font-size:11px}
  .szlp-hero-checks{max-width:620px;margin:0 auto 18px;padding:16px 18px 16px 42px;border-radius:15px;background:#fff9eb;text-align:left;color:#384b5e;font-size:13px;font-weight:700}
  .szlp-hero-checks li+li{margin-top:4px}
  .szlp-answer-cards{grid-template-columns:1fr}
  .szlp-comparison{grid-template-columns:1fr}
  .szlp-example{grid-template-columns:1fr}
  .szlp-cashhero{grid-template-columns:1fr;padding:60px 20px 48px;text-align:center}
  .szlp-cashhero__characters{min-height:380px;order:2}
  .szlp-cashhero__copy{order:1;padding:0}
  .szlp-cashhero__copy>p:not(.szlp-kicker){margin-inline:auto}
  .szlp-cashhero__points,.szlp-cashhero .szlp-cta-group{justify-content:center}
  .szlp-cashhero__characters img{bottom:-52px}
  .szlp-cashhero__base{left:calc(50% - 210px);width:210px}
  .szlp-cashhero__guts{right:calc(50% - 210px);width:200px}
  .szlp-security-grid{grid-template-columns:1fr}
  .szlp-store-grid{grid-template-columns:1fr}
  .szlp-store-card:last-child{grid-column:auto;width:100%}
  .szlp-site-footer__inner{grid-template-columns:1fr;gap:30px}
}

/* Small mobile */
@media (max-width:600px){
  :root{--sz-header-height:64px}
  .szlp-site-header__inner{width:calc(100% - 22px)}
  .szlp-site-logo img,.custom-logo-link img{height:34px;max-width:190px}
  .szlp-menu-toggle{width:42px;height:42px}
  .szlp-container,.szlp-container--wide{width:calc(100% - 28px)}
  .szlp-section{padding:62px 0}
  .szlp-section-heading{grid-template-columns:45px minmax(0,1fr);gap:12px;margin-bottom:28px}
  .szlp-step-number{width:42px;height:42px;font-size:15px}
  .szlp-section h1{font-size:30px;line-height:1.45}
  .szlp-section h2,.szlp-cashhero h2{font-size:28px;line-height:1.45}
  .szlp-lead{font-size:17px;line-height:1.85}
  .szlp-hero__mobile{padding:28px 14px 26px}
  .szlp-hero__mobile-title{font-size:clamp(36px,11.4vw,50px)}
  .szlp-hero__mobile-visual{margin-top:2px}
  .szlp-cta-group{display:grid;grid-template-columns:1fr;gap:10px}
  .szlp-button{min-width:0;width:100%;min-height:58px;padding:10px 16px;font-size:17px;border-radius:15px}
  .szlp-button__icon{flex-basis:42px;height:42px}
  .szlp-answer-cards article{padding:24px 20px}
  .szlp-comparison__item{padding:28px 22px}
  .szlp-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .szlp-result-card{border-radius:15px}
  .szlp-result-card__label{left:8px;top:8px;padding:4px 8px;font-size:10px}
  .szlp-result-card__body{padding:13px 12px}
  .szlp-result-card__body h3{font-size:13px;-webkit-line-clamp:3}
  .szlp-result-card__price{font-size:20px}
  .szlp-result-card__more{font-size:11px}
  .szlp-result-card time{display:none}
  .szlp-example__summary{padding:24px 20px}
  .szlp-example__rows>div{grid-template-columns:70px minmax(0,1fr);padding:15px 16px;column-gap:12px}
  .szlp-example__rows strong{font-size:24px}
  .szlp-prep-grid{grid-template-columns:1fr}
  .szlp-flow{grid-template-columns:1fr}
  .szlp-flow article:not(:last-child):after{display:none}
  .szlp-faq summary{padding:18px 50px 18px 16px;font-size:14px}
  .szlp-faq summary:before{width:27px;height:27px;margin-right:8px}
  .szlp-faq summary:after{right:17px}
  .szlp-faq details p{padding:0 18px 20px 51px;font-size:14px}
  .szlp-store-card__body{padding:20px}
  .szlp-store-card__description{min-height:0}
  .szlp-store-card dl>div{grid-template-columns:64px 1fr}
  .szlp-final-cta{padding:48px 0 104px}
  .szlp-final-cta>.szlp-container{width:calc(100% - 28px)}
  .szlp-final-cta>.szlp-container>p:first-child{font-size:24px;line-height:1.5}
  .szlp-final-cta h2{margin:7px 0 20px;font-size:18px}
  .szlp-final-cta .szlp-button{min-height:56px;font-size:16px}
  .szlp-final-cta .szlp-cta-note{margin-top:14px;padding:11px 13px;border-radius:13px;font-size:12px;font-weight:600;line-height:1.7;text-align:left}
  .szlp-final-cta small{margin-top:16px;font-size:11px}
  .szlp-site-footer__inner{padding:44px 0 92px}
  .szlp-footer-menu{grid-template-columns:1fr}
  .szlp-sticky-cta{left:0;right:0;bottom:0;padding:7px max(8px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));border-radius:16px 16px 0 0;justify-content:center}
  .szlp-sticky-cta a{flex:1;max-width:240px;min-width:0;min-height:52px}
}

@media (max-width:360px){
  .szlp-site-logo img,.custom-logo-link img{height:31px;max-width:170px}
  .szlp-hero__mobile-title{font-size:35px}
  .szlp-hero-benefits strong{font-size:12px}
  .szlp-results-grid{grid-template-columns:1fr}
  .szlp-result-card__media{aspect-ratio:4/3}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}

/* =========================================================
   FINAL FV — based on the user-specified first character-led reference
   Text, benefits and CTA remain live HTML for accessibility,
   responsive behavior, SEO and AI search readability.
   ========================================================= */
.szlp-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 54% 42%,rgba(255,226,78,.36),rgba(255,226,78,0) 25%),
    linear-gradient(145deg,#eef9ff 0%,#fff 45%,#f7fbff 100%);
  border-bottom:0;
  isolation:isolate;
}
.szlp-hero:before,.szlp-hero:after{
  content:"";
  position:absolute;
  z-index:-1;
  pointer-events:none;
  opacity:.78;
  transform:rotate(-28deg);
}
.szlp-hero:before{width:820px;height:22px;right:-180px;top:125px;background:#76d0ff;box-shadow:0 58px 0 #d8f2ff,0 116px 0 #76d0ff}
.szlp-hero:after{width:680px;height:18px;right:-70px;bottom:180px;background:#ffe22f;box-shadow:0 48px 0 #fff39b}
.szlp-hero__beam{position:absolute;z-index:-1;pointer-events:none;border-radius:999px;transform:rotate(-28deg);opacity:.45}
.szlp-hero__beam--blue{width:520px;height:12px;left:-160px;top:90px;background:#8edbff;box-shadow:0 42px 0 #d7f2ff}
.szlp-hero__beam--yellow{width:560px;height:14px;left:36%;bottom:125px;background:#ffe242;box-shadow:0 38px 0 #fff1a3}
.szlp-hero__stage{
  display:grid;
  grid-template-columns:minmax(210px,.72fr) minmax(500px,1.5fr) minmax(310px,.9fr);
  grid-template-areas:
    "character copy phone"
    "character benefits benefits";
  align-items:center;
  column-gap:clamp(20px,2.7vw,46px);
  row-gap:14px;
  min-height:650px;
  padding-top:clamp(34px,4vw,58px);
  padding-bottom:clamp(30px,3.4vw,48px);
}
.szlp-hero__character{grid-area:character;position:relative;align-self:end;display:flex;justify-content:center;min-width:0}
.szlp-hero__character img{display:block;width:min(100%,340px);height:auto;filter:drop-shadow(0 15px 12px rgba(7,57,111,.18))}
.szlp-hero__speech{position:absolute;z-index:2;right:-14px;top:2%;margin:0;color:var(--sz-navy);font-size:clamp(18px,1.75vw,28px);font-weight:900;line-height:1.18;text-align:center;transform:rotate(-7deg)}
.szlp-hero__speech:before,.szlp-hero__speech:after{content:"";position:absolute;top:50%;width:30px;height:4px;border-radius:99px;background:var(--sz-blue)}
.szlp-hero__speech:before{left:-34px;transform:rotate(65deg)}
.szlp-hero__speech:after{right:-34px;transform:rotate(-65deg)}
.szlp-hero__speech strong{font-size:1.12em}
.szlp-hero__copy{grid-area:copy;align-self:center;min-width:0;text-align:center}
.szlp-hero__product{display:inline-flex;align-items:baseline;justify-content:center;gap:14px;min-width:min(100%,520px);margin:0 0 14px;padding:8px 30px;border-radius:999px;background:linear-gradient(180deg,#116db7,#07478c);color:#fff;box-shadow:0 12px 22px rgba(7,57,111,.22)}
.szlp-hero__product strong{font-size:clamp(31px,3.4vw,54px);font-style:italic;font-weight:950;line-height:1}
.szlp-hero__product span{font-size:clamp(15px,1.55vw,23px);font-weight:900}
.szlp-hero__title{margin:0;color:var(--sz-navy-deep);font-size:clamp(54px,5.65vw,91px);font-weight:950;line-height:1.03;letter-spacing:-.055em;text-wrap:balance}
.szlp-hero__title span{display:inline-block;margin-right:.12em;font-size:.45em;letter-spacing:-.03em;vertical-align:.18em}
.szlp-hero__title em{position:relative;display:inline-block;color:var(--sz-red);font-style:normal;font-weight:950;z-index:0}
.szlp-hero__title em:after{content:"";position:absolute;left:-2%;right:-3%;bottom:.03em;height:.18em;border-radius:999px;background:#ffe22f;z-index:-1;transform:rotate(-1.7deg)}
.szlp-hero__title strong{display:block;margin-top:.03em;color:var(--sz-navy-deep);font-weight:950;text-shadow:0 2px 0 #fff,0 0 18px rgba(255,255,255,.9)}
.szlp-hero__sub{margin:12px 0 0;color:var(--sz-navy);font-size:clamp(17px,1.7vw,25px);font-weight:900}
.szlp-hero__brand{display:inline-block;margin:13px 0 0;padding:7px 20px;border-radius:8px;background:rgba(255,255,255,.84);color:var(--sz-navy);font-size:clamp(14px,1.3vw,19px);font-weight:900;box-shadow:0 8px 24px rgba(7,57,111,.08)}
.szlp-hero__brand strong{color:var(--sz-blue);font-size:1.16em}
.szlp-hero__phone{grid-area:phone;position:relative;align-self:center;display:grid;place-items:center;min-width:0}
.szlp-hero__phone:before{content:"";position:absolute;width:100%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,238,195,.85),rgba(255,255,255,0) 70%)}
.szlp-hero__phone img{position:relative;z-index:1;display:block;width:min(100%,460px);height:auto;filter:drop-shadow(0 25px 22px rgba(92,48,20,.2))}
.szlp-hero__phone-note{position:absolute;z-index:2;right:-5%;bottom:1%;margin:0;padding:10px 18px;border-radius:50%;background:#fff;color:var(--sz-navy);font-size:clamp(13px,1.15vw,17px);font-weight:800;line-height:1.25;text-align:center;box-shadow:0 10px 28px rgba(7,57,111,.13);transform:rotate(-5deg)}
.szlp-hero__phone-note strong{font-size:1.14em}
.szlp-hero-benefits{grid-area:benefits;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch;margin:0;padding:0}
.szlp-hero-benefits article{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;min-width:0;min-height:112px;padding:15px 12px;border:4px solid rgba(255,255,255,.92);border-radius:999px;color:#fff;box-shadow:0 13px 26px rgba(7,57,111,.14),inset 0 0 0 1px rgba(255,255,255,.24);text-align:left}
.szlp-hero-benefits article.is-red{background:linear-gradient(145deg,#fa3540,#df101e)}
.szlp-hero-benefits article.is-blue{background:linear-gradient(145deg,#1877c7,#07498f)}
.szlp-hero-benefits article.is-green{background:linear-gradient(145deg,#18c95f,#02923c)}
.szlp-hero-benefits article.is-orange{background:linear-gradient(145deg,#ff962d,#ed5f00)}
.szlp-hero-benefit__icon{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border-radius:50%;background:#fff;color:inherit;font-size:23px;font-weight:950;line-height:1}
.szlp-hero-benefits .is-red .szlp-hero-benefit__icon{color:var(--sz-red)}
.szlp-hero-benefits .is-blue .szlp-hero-benefit__icon{color:var(--sz-blue)}
.szlp-hero-benefits .is-green .szlp-hero-benefit__icon{color:var(--sz-green)}
.szlp-hero-benefits .is-orange .szlp-hero-benefit__icon{color:#ef7010}
.szlp-hero-benefits p{min-width:0;margin:0;line-height:1.22}
.szlp-hero-benefits strong{display:block;color:#fff;font-size:clamp(12px,1.05vw,16px);font-weight:950}
.szlp-hero-benefits small{display:block;margin-top:4px;color:#fff;font-size:10px;font-weight:700;opacity:.95}
.szlp-hero__actionbar{position:relative;background:linear-gradient(135deg,#07519a,#063a76);color:#fff;border-top:1px solid rgba(255,255,255,.25)}
.szlp-hero__actionbar-inner{display:grid;grid-template-columns:minmax(320px,.88fr) repeat(2,minmax(310px,.56fr));gap:20px;align-items:center;padding-top:24px;padding-bottom:24px}
.szlp-hero-assurance{display:flex;align-items:center;gap:16px;min-width:0;padding:12px 16px;border:1px solid rgba(255,255,255,.28);border-radius:20px;background:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.szlp-hero-assurance__badge{display:grid;place-items:center;flex:0 0 82px;width:82px;height:82px;margin:0;border-radius:50%;background:linear-gradient(145deg,#b98a20,#e7c963);color:#fff;line-height:1.1;text-align:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.42)}
.szlp-hero-assurance__badge span{font-size:10px;font-weight:800}
.szlp-hero-assurance__badge strong{font-size:23px;font-weight:950}
.szlp-hero-assurance ul{min-width:0;margin:0;padding:0;list-style:none;color:#fff;font-size:12px;font-weight:800;line-height:1.52}
.szlp-hero-assurance li{position:relative;padding-left:20px}
.szlp-hero-assurance li+li{margin-top:4px}
.szlp-hero-assurance li:before{content:"✓";position:absolute;left:0;color:#ffe45a;font-weight:950}
.szlp-hero__cta{text-align:center}
.szlp-hero__cta>p{margin:0 0 6px;font-size:13px;font-weight:900}
.szlp-hero__cta>p.is-line{color:#5ff296}
.szlp-hero__cta>p.is-reserve{color:#ffb0b4}
.szlp-hero__cta .szlp-button{min-width:0;width:100%;min-height:72px;padding:9px 18px;border:2px solid rgba(255,255,255,.35);border-radius:20px;font-size:clamp(16px,1.35vw,20px);line-height:1.25}
.szlp-hero__trust{margin:0;padding:13px 20px;background:var(--sz-navy-deep);color:#fff;font-size:clamp(12px,1.15vw,16px);font-weight:700;text-align:center}
.szlp-answer-note{max-width:900px;margin:14px 0 0;padding:12px 18px;border-left:4px solid var(--sz-blue);background:#f2f8fe;color:#415873;border-radius:0 12px 12px 0}
.szlp-answer-link{margin-top:28px}

@media (max-width:1180px){
  .szlp-hero__stage{grid-template-columns:minmax(180px,.62fr) minmax(440px,1.45fr) minmax(275px,.83fr);min-height:590px;column-gap:18px}
  .szlp-hero__character img{width:min(100%,285px)}
  .szlp-hero__title{font-size:clamp(50px,6vw,76px)}
  .szlp-hero__product{padding-inline:22px}
  .szlp-hero-benefits article{min-height:100px;padding:12px 9px;border-width:3px}
  .szlp-hero-benefit__icon{flex-basis:38px;width:38px;height:38px;font-size:20px}
  .szlp-hero__actionbar-inner{grid-template-columns:1fr 1fr;max-width:900px}
  .szlp-hero-assurance{grid-column:1/-1}
}

@media (max-width:900px){
  .szlp-hero__stage{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-areas:"copy copy" "character phone" "benefits benefits";
    min-height:0;
    row-gap:18px;
    padding-top:34px;
    text-align:center;
  }
  .szlp-hero__copy{width:min(100%,720px);margin-inline:auto}
  .szlp-hero__product{min-width:0}
  .szlp-hero__title{font-size:clamp(48px,9.5vw,76px)}
  .szlp-hero__character{align-self:end;justify-content:flex-end}
  .szlp-hero__character img{width:min(85%,300px)}
  .szlp-hero__speech{right:8%;top:4%;font-size:22px}
  .szlp-hero__phone{justify-content:flex-start}
  .szlp-hero__phone img{width:min(90%,390px)}
  .szlp-hero__phone-note{right:2%;bottom:2%}
  .szlp-hero-benefits{width:min(100%,760px);margin-inline:auto}
  .szlp-hero__actionbar-inner{grid-template-columns:1fr 1fr;width:min(100% - 32px,760px)}
}

@media (max-width:640px){
  .szlp-hero:before{top:78px;height:10px;box-shadow:0 35px 0 #d8f2ff,0 70px 0 #76d0ff}
  .szlp-hero:after{bottom:265px;height:10px;box-shadow:0 28px 0 #fff39b}
  .szlp-hero__stage{width:calc(100% - 24px);grid-template-columns:1fr 1fr;gap:10px 6px;padding-top:24px;padding-bottom:22px}
  .szlp-hero__copy{grid-column:1/-1}
  .szlp-hero__product{gap:8px;margin-bottom:10px;padding:7px 18px}
  .szlp-hero__product strong{font-size:32px}
  .szlp-hero__product span{font-size:14px}
  .szlp-hero__title{font-size:clamp(39px,12vw,55px);line-height:1.08;letter-spacing:-.045em}
  .szlp-hero__title span{display:block;margin:0 0 2px;font-size:.42em;vertical-align:0}
  .szlp-hero__sub{margin-top:9px;font-size:16px}
  .szlp-hero__brand{margin-top:10px;padding:7px 10px;font-size:12px}
  .szlp-hero__character{justify-content:center;align-self:end}
  .szlp-hero__character img{width:min(100%,190px)}
  .szlp-hero__speech{right:-5%;top:0;font-size:15px}
  .szlp-hero__speech:before,.szlp-hero__speech:after{display:none}
  .szlp-hero__phone{justify-content:center;align-self:end}
  .szlp-hero__phone img{width:min(100%,230px)}
  .szlp-hero__phone-note{right:-2%;bottom:-2%;padding:7px 10px;font-size:10px}
  .szlp-hero-benefits{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:4px}
  .szlp-hero-benefits article{min-height:84px;padding:10px 7px;border-width:3px;border-radius:18px;text-align:center;display:block}
  .szlp-hero-benefit__icon{width:34px;height:34px;margin:0 auto 6px;font-size:17px}
  .szlp-hero-benefits strong{font-size:12px;line-height:1.3}
  .szlp-hero-benefits small{font-size:9px}
  .szlp-hero__actionbar-inner{grid-template-columns:1fr;width:calc(100% - 24px);gap:12px;padding-top:16px;padding-bottom:16px}
  .szlp-hero-assurance{grid-column:auto;gap:10px;padding:10px 12px;border-radius:15px;text-align:left}
  .szlp-hero-assurance__badge{flex-basis:68px;width:68px;height:68px}
  .szlp-hero-assurance__badge span{font-size:8px}
  .szlp-hero-assurance__badge strong{font-size:18px}
  .szlp-hero-assurance ul{font-size:10.5px}
  .szlp-hero__cta>p{font-size:11px}
  .szlp-hero__cta .szlp-button{min-height:59px;border-radius:15px;font-size:16px}
  .szlp-hero__trust{padding:10px 14px;font-size:10px;line-height:1.5}
}

@media (max-width:360px){
  .szlp-hero__title{font-size:37px}
  .szlp-hero__character img{width:165px}
  .szlp-hero__phone img{width:195px}
  .szlp-hero-assurance__badge{display:none}
  .szlp-hero-assurance{padding:11px}
}

/* Avoid repeating the same CTA while the first view is still visible. */
.szlp-sticky-cta{transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.szlp-sticky-cta.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px)}


/* =========================================================
   4.1.0 layout fixes: stable desktop title, non-overlapping
   mascot message, and reassurance-first preparation cards.
   ========================================================= */
.szlp-hero__character{flex-direction:column;align-items:center;justify-content:flex-end}
.szlp-hero__speech{position:relative;inset:auto;right:auto;top:auto;align-self:center;margin:0 0 8px;padding:5px 16px;border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 8px 22px rgba(7,57,111,.1);font-size:clamp(17px,1.25vw,22px);line-height:1.12;white-space:nowrap;transform:rotate(-6deg)}
.szlp-hero__speech span,.szlp-hero__speech strong{display:block}
.szlp-hero__speech:before{left:-26px;width:23px}
.szlp-hero__speech:after{right:-26px;width:23px}
.szlp-hero__title{font-size:clamp(54px,4.2vw,72px);letter-spacing:-.045em}
.szlp-hero__title .szlp-hero__title-first{display:flex;align-items:baseline;justify-content:center;gap:.11em;margin:0;font-size:1em;line-height:1.02;letter-spacing:inherit;white-space:nowrap;vertical-align:baseline}
.szlp-hero__title .szlp-hero__title-prefix{display:inline-block;margin:0;font-size:.45em;line-height:1;letter-spacing:-.025em;vertical-align:.17em}
.szlp-hero__title .szlp-hero__title-first em{display:inline-block}
.szlp-hero__title>strong{white-space:nowrap}
.szlp-prep-grid article.is-reassurance{border:2px solid #48bf78;background:linear-gradient(145deg,#effff5,#fff)}
.szlp-prep-grid article.is-reassurance>span{background:#0aa84d;color:#fff}
.szlp-prep-grid article.is-reassurance h3{color:#087b3c}
.szlp-prep-grid article.is-required{border:2px solid #f2bd42;background:linear-gradient(145deg,#fff9e9,#fff)}
.szlp-prep-grid article.is-required>span{background:#f0a91d;color:#fff}
.szlp-prep-grid article.is-required h3{color:#8a5a00}

@media (min-width:921px) and (max-width:1180px){
  .szlp-hero__title{font-size:clamp(49px,5vw,59px)}
  .szlp-hero__speech{font-size:17px;padding-inline:12px}
}
@media (max-width:920px){
  .szlp-hero__speech{right:auto;top:auto;margin-bottom:4px;padding:4px 10px;font-size:15px}
  .szlp-hero__title{font-size:clamp(42px,8.5vw,62px);letter-spacing:-.04em}
  .szlp-hero__title .szlp-hero__title-first{display:flex;margin:0;white-space:nowrap}
  .szlp-hero__title .szlp-hero__title-prefix{display:inline-block;margin:0;font-size:.42em;vertical-align:.18em}
}
@media (max-width:600px){
  .szlp-hero__speech{font-size:13px;box-shadow:none;background:rgba(255,255,255,.78)}
  .szlp-hero__title{font-size:clamp(36px,10.7vw,48px)}
  .szlp-hero__title .szlp-hero__title-first{gap:.08em}
  .szlp-hero__title>strong{white-space:normal}
}

/* =========================================================
   4.1.2 mobile FV readability
   - Keep the four benefits large enough to read instead of
     shrinking the desktop design into four tiny tiles.
   - Rebuild the reassurance panel as a mobile heading and
     a full-width checklist.
   ========================================================= */
@media (max-width:640px){
  .szlp-hero-benefits{
    gap:10px;
    width:100%;
    margin-top:8px;
  }

  .szlp-hero-benefits article{
    display:grid;
    grid-template-columns:40px minmax(0,1fr);
    align-items:center;
    justify-content:stretch;
    column-gap:10px;
    min-height:74px;
    padding:11px 14px;
    border-width:2px;
    border-radius:18px;
    text-align:left;
  }

  .szlp-hero-benefits .szlp-hero-benefit__icon{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    margin:0;
    font-size:18px;
    line-height:1;
  }

  .szlp-hero-benefits p{
    text-align:left;
  }

  .szlp-hero-benefits strong{
    font-size:14px;
    line-height:1.28;
    overflow-wrap:anywhere;
  }

  .szlp-hero-benefits small{
    margin-top:3px;
    font-size:11px;
    line-height:1.32;
  }

  .szlp-hero__actionbar-inner{
    gap:14px;
  }

  .szlp-hero-assurance{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    padding:14px;
    border-radius:16px;
  }

  .szlp-hero-assurance__badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    justify-self:start;
    gap:6px;
    flex-basis:auto;
    width:auto;
    height:auto;
    min-height:34px;
    padding:7px 12px;
    border-radius:999px;
    line-height:1;
  }

  .szlp-hero-assurance__badge span{
    font-size:10px;
  }

  .szlp-hero-assurance__badge strong{
    font-size:16px;
  }

  .szlp-hero-assurance ul{
    display:grid;
    gap:6px;
    width:100%;
    font-size:12.5px;
    line-height:1.45;
  }

  .szlp-hero-assurance li{
    min-height:34px;
    padding:7px 9px 7px 30px;
    border-radius:10px;
    background:rgba(255,255,255,.08);
  }

  .szlp-hero-assurance li+li{
    margin-top:0;
  }

  .szlp-hero-assurance li:before{
    left:10px;
    top:7px;
  }
}

@media (max-width:520px){
  .szlp-hero-benefits{
    grid-template-columns:1fr;
  }
}

@media (min-width:521px) and (max-width:900px){
  .szlp-hero-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .szlp-hero-benefits article{
    display:grid;
    grid-template-columns:40px minmax(0,1fr);
    align-items:center;
    column-gap:10px;
    min-height:78px;
    padding:11px 13px;
    border-width:2px;
    border-radius:16px;
    text-align:left;
  }

  .szlp-hero-benefits p{
    text-align:left;
  }

  .szlp-hero-benefits .szlp-hero-benefit__icon{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    margin:0;
    font-size:18px;
    line-height:1;
  }

  .szlp-hero-benefits strong{
    font-size:13px;
    line-height:1.35;
  }

  .szlp-hero-benefits small{
    font-size:10px;
    line-height:1.35;
  }
}

@media (max-width:360px){
  .szlp-hero-assurance__badge{
    display:inline-flex;
  }
}

/* Compatibility for the user's edited preparation-card class names. */
.szlp-prep-grid article.szlp-prep-card--reassurance{
  border:2px solid #48bf78;
  background:linear-gradient(145deg,#effff5,#fff);
}
.szlp-prep-grid article.szlp-prep-card--reassurance>span{
  background:#0aa84d;
  color:#fff;
}
.szlp-prep-grid article.szlp-prep-card--reassurance h3{
  color:#087b3c;
}
.szlp-prep-card__label{
  display:inline-flex;
  width:max-content;
  margin:0 0 10px;
  padding:3px 9px;
  border-radius:999px;
  background:#0aa84d;
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1.2;
}

/* =========================================================
   4.1.3 FV readability — all viewports
   The four benefit cards and reassurance panel are important
   decision-making content, so they must remain readable on
   desktop as well as on small phones.
   ========================================================= */
.szlp-hero-benefits{
  gap:clamp(14px,1.15vw,20px);
}
.szlp-hero-benefits article{
  min-height:124px;
  gap:12px;
  padding:18px clamp(14px,1.25vw,21px);
}
.szlp-hero-benefit__icon{
  flex-basis:48px;
  width:48px;
  height:48px;
  font-size:24px;
}
.szlp-hero-benefits strong{
  font-size:clamp(15px,1.15vw,18px);
  line-height:1.34;
  letter-spacing:0;
}
.szlp-hero-benefits small{
  margin-top:5px;
  font-size:clamp(11.5px,.83vw,13px);
  line-height:1.42;
}
.szlp-hero__actionbar-inner{
  grid-template-columns:minmax(390px,.96fr) repeat(2,minmax(300px,.55fr));
  gap:clamp(20px,2vw,30px);
  padding-top:28px;
  padding-bottom:28px;
}
.szlp-hero-assurance{
  gap:19px;
  min-height:116px;
  padding:16px 20px;
}
.szlp-hero-assurance__badge{
  flex-basis:92px;
  width:92px;
  height:92px;
}
.szlp-hero-assurance__badge span{
  font-size:11px;
}
.szlp-hero-assurance__badge strong{
  font-size:26px;
}
.szlp-hero-assurance ul{
  font-size:15px;
  line-height:1.55;
}
.szlp-hero-assurance li{
  padding-left:24px;
}
.szlp-hero-assurance li+li{
  margin-top:5px;
}
.szlp-hero__cta>p{
  margin-bottom:8px;
  font-size:14px;
}
.szlp-hero__trust{
  font-size:clamp(13px,1.08vw,16px);
  line-height:1.6;
}

@media (max-width:1180px){
  .szlp-hero-benefits article{
    min-height:108px;
    padding:14px 13px;
  }
  .szlp-hero-benefit__icon{
    flex-basis:44px;
    width:44px;
    height:44px;
    font-size:22px;
  }
  .szlp-hero-benefits strong{
    font-size:15px;
  }
  .szlp-hero-benefits small{
    font-size:11.5px;
  }
  .szlp-hero__actionbar-inner{
    max-width:1000px;
  }
  .szlp-hero-assurance{
    min-height:0;
  }
  .szlp-hero-assurance ul{
    font-size:14.5px;
  }
}

@media (min-width:521px) and (max-width:900px){
  .szlp-hero-benefits{
    gap:12px;
  }
  .szlp-hero-benefits article{
    grid-template-columns:44px minmax(0,1fr);
    min-height:92px;
    padding:14px 16px;
  }
  .szlp-hero-benefits .szlp-hero-benefit__icon{
    width:42px;
    height:42px;
    font-size:20px;
  }
  .szlp-hero-benefits strong{
    font-size:15px;
  }
  .szlp-hero-benefits small{
    font-size:11.5px;
  }
}

@media (max-width:640px){
  .szlp-hero-benefits{
    gap:11px;
  }
  .szlp-hero-benefits article{
    grid-template-columns:44px minmax(0,1fr);
    min-height:84px;
    padding:13px 16px;
  }
  .szlp-hero-benefits .szlp-hero-benefit__icon{
    width:42px;
    height:42px;
    font-size:20px;
  }
  .szlp-hero-benefits strong{
    font-size:15.5px;
    line-height:1.32;
  }
  .szlp-hero-benefits small{
    margin-top:3px;
    font-size:12px;
    line-height:1.38;
  }
  .szlp-hero-assurance{
    gap:12px;
    padding:16px;
  }
  .szlp-hero-assurance__badge{
    min-height:38px;
    padding:8px 14px;
  }
  .szlp-hero-assurance__badge span{
    font-size:11px;
  }
  .szlp-hero-assurance__badge strong{
    font-size:18px;
  }
  .szlp-hero-assurance ul{
    gap:7px;
    font-size:14px;
    line-height:1.5;
  }
  .szlp-hero-assurance li{
    min-height:40px;
    padding:9px 10px 9px 33px;
  }
  .szlp-hero-assurance li:before{
    left:11px;
    top:9px;
  }
  .szlp-hero__cta>p{
    font-size:13px;
  }
  .szlp-hero__trust{
    padding:12px 16px;
    font-size:12px;
  }
}

@media (max-width:520px){
  .szlp-hero-benefits{
    grid-template-columns:1fr;
  }
}

@media (max-width:360px){
  .szlp-hero-benefits strong{
    font-size:15px;
  }
  .szlp-hero-benefits small{
    font-size:11.5px;
  }
  .szlp-hero-assurance ul{
    font-size:13.5px;
  }
}

/* 4.1.3 breakpoint corrections after the global readability overrides. */
@media (max-width:1180px){
  .szlp-hero__actionbar-inner{
    grid-template-columns:1fr 1fr;
  }
  .szlp-hero-assurance{
    grid-column:1/-1;
  }
}

@media (max-width:640px){
  .szlp-hero__actionbar-inner{
    grid-template-columns:1fr;
    width:calc(100% - 24px);
  }
  .szlp-hero-assurance{
    grid-column:auto;
  }
  .szlp-hero-assurance__badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    justify-self:start;
    gap:7px;
    flex-basis:auto;
    width:auto;
    height:auto;
    min-height:38px;
    padding:8px 14px;
    border-radius:999px;
    line-height:1;
  }
}


/* =========================================================
   4.2.0 — pawn fee, half-month discount and store guidance.
   ========================================================= */
.szlp-site-logo img,.custom-logo-link img{height:48px;width:auto;max-width:280px}
.szlp-hero__store-note{grid-column:1/-1;margin:-6px 0 0;padding:10px 16px;border:1px solid rgba(255,255,255,.24);border-radius:13px;background:rgba(2,43,89,.28);color:#fff;text-align:center;font-size:13px;line-height:1.55}
.szlp-hero__store-note strong{color:#ffef8a}
.szlp-cta-note{width:min(900px,100%);margin:14px auto 0;padding:10px 16px;border:1px solid #d9e6f2;border-radius:999px;background:#f1f7fc;color:#405973;text-align:center;font-size:13px;font-weight:700;line-height:1.55}
.szlp-cashhero .szlp-cta-note{margin-left:0;text-align:left}
.szlp-final-cta .szlp-cta-note{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.11);color:#fff}
.szlp-fee-explainer{display:grid;grid-template-columns:190px minmax(0,1fr);gap:30px;align-items:center;margin-bottom:34px;padding:32px;border:1px solid #e6dcc8;border-radius:var(--sz-radius);background:#fff;box-shadow:0 14px 36px rgba(89,61,24,.07)}
.szlp-fee-explainer__badge{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:156px;margin:0;padding:20px;border-radius:22px;background:linear-gradient(145deg,var(--sz-navy),#0b69b8);color:#fff;text-align:center;box-shadow:0 16px 34px rgba(7,57,111,.18)}
.szlp-fee-explainer__badge span{font-size:29px;font-weight:900;line-height:1.1}.szlp-fee-explainer__badge strong{margin:6px 0;font-size:24px;color:#ffdf58}.szlp-fee-explainer__badge small{font-size:16px;font-weight:900}
.szlp-fee-explainer__copy h3{margin:0;color:var(--sz-navy-deep);font-size:clamp(23px,2.25vw,32px);line-height:1.45}.szlp-fee-explainer__copy>p{margin:12px 0 0;color:#4c6075;font-size:16px}.szlp-fee-explainer__copy>p strong{color:var(--sz-red)}
.szlp-fee-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.szlp-fee-points span{padding:8px 14px;border:1px solid #cfe0ef;border-radius:999px;background:#eff7ff;color:var(--sz-navy);font-size:13px;font-weight:900}
.szlp-fee-examples{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:32px}.szlp-fee-card{position:relative;padding:28px 24px;border:1px solid #e1d6c2;border-radius:21px;background:#fff;box-shadow:0 13px 32px rgba(89,61,24,.06);text-align:center}.szlp-fee-card.is-featured{border:2px solid var(--sz-blue);box-shadow:0 18px 40px rgba(7,57,111,.13)}
.szlp-fee-card__tag{position:absolute;left:18px;right:18px;top:-15px;margin:0;padding:6px 10px;border-radius:999px;background:var(--sz-blue);color:#fff;font-size:11px;font-weight:900}.szlp-fee-card__amount{margin:0;color:var(--sz-navy-deep);font-size:20px;font-weight:900}.szlp-fee-card__rate{margin:12px 0 0;color:#68788a;font-size:14px}.szlp-fee-card__rate strong{color:var(--sz-blue);font-size:24px}
.szlp-fee-card__fee{margin:18px 0 0;padding:17px 10px;border-radius:16px;background:#fff6db}.szlp-fee-card__fee span{display:block;color:#76602f;font-size:12px;font-weight:800}.szlp-fee-card__fee strong{display:block;margin-top:2px;color:var(--sz-red);font-size:31px;line-height:1.2}.szlp-fee-card__total{margin:15px 0 0;color:#52677d;font-size:13px}.szlp-fee-card__total strong{display:block;color:var(--sz-navy-deep);font-size:19px}
.szlp-halfmonth{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:28px;align-items:center;margin-top:42px;padding:34px;border:2px solid #f0b529;border-radius:var(--sz-radius);background:linear-gradient(135deg,#fffaf0,#fff 58%,#f1f8ff);box-shadow:0 15px 38px rgba(113,79,20,.08)}
.szlp-halfmonth__copy h3{margin:0;color:var(--sz-navy-deep);font-size:clamp(23px,2.35vw,32px);line-height:1.45}.szlp-halfmonth__copy>p:not(.szlp-kicker){margin:13px 0 0;color:#4d6075}.szlp-halfmonth__copy .szlp-text-link{display:inline-block;margin-top:17px}
.szlp-halfmonth__example{padding:24px;border-radius:20px;background:#fff;border:1px solid #eadfca;box-shadow:0 12px 28px rgba(7,57,111,.08)}.szlp-halfmonth__title{margin:0 0 14px;color:var(--sz-navy);font-size:17px;font-weight:900;text-align:center}.szlp-halfmonth__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 14px;align-items:center;padding:15px 16px;border-radius:14px}.szlp-halfmonth__row+.szlp-halfmonth__row{margin-top:10px}.szlp-halfmonth__row span{color:#4e6277;font-size:13px;font-weight:800}.szlp-halfmonth__row strong{color:var(--sz-navy-deep);font-size:18px}.szlp-halfmonth__row small{grid-column:1/-1;color:#778696;font-size:12px}.szlp-halfmonth__row.is-general{background:#f3f5f7}.szlp-halfmonth__row.is-suzuki{border:2px solid var(--sz-green);background:#effcf4}.szlp-halfmonth__row.is-suzuki strong{color:#078d40}.szlp-halfmonth__saving{margin:14px 0 0;padding:10px 12px;border-radius:12px;background:#fff3c7;color:#6e540f;text-align:center;font-size:13px;font-weight:800}.szlp-halfmonth__saving strong{color:var(--sz-red);font-size:20px}
.szlp-pawn-options{margin-top:42px;padding:34px;border-radius:var(--sz-radius);background:#fff;border:1px solid #e1e8ef;box-shadow:var(--sz-shadow)}.szlp-pawn-options__heading{text-align:center}.szlp-pawn-options__heading h3{margin:0;color:var(--sz-navy-deep);font-size:clamp(23px,2.4vw,33px)}.szlp-pawn-options__heading>p:last-child{margin:10px 0 0;color:var(--sz-muted)}.szlp-pawn-options__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:27px}.szlp-pawn-options__grid article{padding:25px 22px;border:1px solid var(--sz-border);border-radius:18px;background:var(--sz-soft);text-align:center}.szlp-pawn-options__grid article>span{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:var(--sz-blue);color:#fff;font-size:24px;font-weight:900}.szlp-pawn-options__grid article:nth-child(2)>span{background:var(--sz-gold)}.szlp-pawn-options__grid article:nth-child(3)>span{background:var(--sz-green)}.szlp-pawn-options__grid h4{margin:0;color:var(--sz-navy);font-size:19px}.szlp-pawn-options__grid p{margin:9px 0 0;color:var(--sz-muted);font-size:14px}.szlp-price-links{margin-top:26px}
.szlp-visit-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:32px}.szlp-visit-option{position:relative;padding:28px;border:1px solid #d8e4ef;border-radius:21px;background:#fff;box-shadow:0 12px 30px rgba(7,57,111,.06)}.szlp-visit-option.is-private{border:2px solid var(--sz-red);background:linear-gradient(145deg,#fff,#fff4f4)}.szlp-visit-option__label{display:inline-flex;margin:0 0 13px;padding:5px 12px;border-radius:999px;background:var(--sz-blue);color:#fff;font-size:12px;font-weight:900}.szlp-visit-option.is-private .szlp-visit-option__label{background:var(--sz-red)}.szlp-visit-option h3{margin:0;color:var(--sz-navy-deep);font-size:22px}.szlp-visit-option>p:not(.szlp-visit-option__label){margin:10px 0 0;color:var(--sz-muted)}.szlp-visit-option .szlp-text-link,.szlp-visit-option .szlp-inline-button{display:inline-flex;margin-top:17px}.szlp-inline-button{align-items:center;justify-content:center;min-height:48px;padding:10px 18px;border-radius:12px;background:var(--sz-red);color:#fff!important;font-weight:900;box-shadow:0 10px 22px rgba(232,33,43,.18)}
.szlp-sticky-cta{flex-direction:column;align-items:stretch;width:min(380px,calc(100% - 36px))}.szlp-sticky-cta__note{display:flex;align-items:center;justify-content:center;gap:8px;margin:0;padding:3px 7px;color:#334b65;font-size:10.5px;line-height:1.25;text-align:center}.szlp-sticky-cta__note strong{color:var(--sz-navy)}.szlp-sticky-cta__note span{padding-left:8px;border-left:1px solid #cdd9e4;color:var(--sz-red);font-weight:800}.szlp-sticky-cta__buttons{display:flex;gap:8px}.szlp-sticky-cta__buttons a{flex:1}
@media(max-width:1100px){.szlp-site-logo img,.custom-logo-link img{height:40px;max-width:230px}.szlp-halfmonth{grid-template-columns:1fr}}
@media(max-width:900px){.szlp-fee-explainer{grid-template-columns:150px minmax(0,1fr);padding:26px}.szlp-fee-examples{grid-template-columns:1fr;gap:15px}.szlp-fee-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 18px;align-items:center;text-align:left;padding:22px 24px}.szlp-fee-card__tag{position:static;grid-column:1/-1;width:max-content;margin:0 0 5px;padding:5px 10px}.szlp-fee-card__amount,.szlp-fee-card__rate,.szlp-fee-card__total{margin:0}.szlp-fee-card__fee{grid-column:2;grid-row:1/4;margin:0;min-width:160px;text-align:center}.szlp-fee-card.is-featured .szlp-fee-card__fee{grid-row:2/5}.szlp-pawn-options__grid{grid-template-columns:1fr}}
@media(max-width:640px){.szlp-site-logo img,.custom-logo-link img{height:32px;max-width:185px}.szlp-hero__store-note{margin:0;padding:10px 12px;border-radius:11px;font-size:12px;text-align:left}.szlp-cta-note{padding:10px 12px;border-radius:13px;font-size:12px;text-align:left}.szlp-cashhero .szlp-cta-note,.szlp-final-cta .szlp-cta-note{text-align:left}.szlp-fee-explainer{grid-template-columns:1fr;gap:18px;padding:22px 18px;text-align:left}.szlp-fee-explainer__badge{min-height:0;padding:15px 18px;display:grid;grid-template-columns:auto auto 1fr;gap:8px;border-radius:16px;text-align:left}.szlp-fee-explainer__badge span{font-size:23px}.szlp-fee-explainer__badge strong{margin:0;font-size:18px}.szlp-fee-explainer__badge small{font-size:14px}.szlp-fee-explainer__copy h3{font-size:23px}.szlp-fee-explainer__copy>p{font-size:14.5px}.szlp-fee-points{gap:7px}.szlp-fee-points span{padding:7px 10px;font-size:11.5px}.szlp-fee-card{display:block;padding:24px 20px;text-align:center}.szlp-fee-card__tag{width:auto;margin:-7px 0 14px}.szlp-fee-card__amount{font-size:19px}.szlp-fee-card__rate{margin-top:9px}.szlp-fee-card__fee,.szlp-fee-card.is-featured .szlp-fee-card__fee{margin-top:15px;min-width:0}.szlp-fee-card__total{margin-top:13px}.szlp-halfmonth{gap:20px;margin-top:32px;padding:24px 18px}.szlp-halfmonth__copy h3{font-size:23px}.szlp-halfmonth__example{padding:18px 14px}.szlp-halfmonth__row{grid-template-columns:1fr;padding:13px}.szlp-halfmonth__row strong{font-size:18px}.szlp-pawn-options{margin-top:32px;padding:24px 18px}.szlp-pawn-options__grid{gap:12px;margin-top:21px}.szlp-pawn-options__grid article{display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-areas:"icon title" "body body";gap:10px 12px;align-items:center;padding:18px;text-align:left}.szlp-pawn-options__grid article>span{grid-area:icon;width:44px;height:44px;margin:0;font-size:20px}.szlp-pawn-options__grid h4{grid-area:title;min-width:0;font-size:17px;line-height:1.45}.szlp-pawn-options__grid p{grid-area:body;min-width:0;width:auto;max-width:none;margin:0;font-size:14px;line-height:1.75;writing-mode:horizontal-tb;word-break:normal;overflow-wrap:break-word}.szlp-visit-options{grid-template-columns:1fr;gap:13px;margin-bottom:25px}.szlp-visit-option{padding:22px 18px}.szlp-visit-option h3{font-size:19px}.szlp-sticky-cta{left:0;right:0;bottom:0;width:auto;padding:6px max(8px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));border-radius:16px 16px 0 0}.szlp-sticky-cta__note{font-size:9.5px}.szlp-sticky-cta__buttons{gap:7px}.szlp-sticky-cta__buttons a{min-height:50px;padding-inline:8px;font-size:12px}}
@media(max-width:360px){.szlp-sticky-cta__note{gap:5px;font-size:9px}.szlp-sticky-cta__note span{padding-left:5px}}

/* Google Ads / financial-service disclosures */
.szlp-loan-disclosure{position:relative;padding:clamp(64px,7vw,96px) 0;background:linear-gradient(135deg,#eef7ff 0%,#fff 56%,#fff8e5 100%);border-top:1px solid #d8e7f4;border-bottom:1px solid #d8e7f4}
.szlp-loan-disclosure:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 12%,rgba(255,219,80,.18),transparent 24%),radial-gradient(circle at 8% 88%,rgba(11,101,178,.10),transparent 28%);pointer-events:none}
.szlp-loan-disclosure>.szlp-container{position:relative;z-index:1}
.szlp-loan-disclosure__heading{max-width:900px;margin:0 auto 34px;text-align:center}
.szlp-loan-disclosure__heading h2{margin:0;color:var(--sz-navy-deep);font-size:clamp(27px,3vw,40px);font-weight:900;line-height:1.38}
.szlp-loan-disclosure__heading>p:last-child{margin:13px 0 0;color:#52687e;font-size:16px}
.szlp-loan-disclosure__highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.szlp-loan-disclosure__card{min-width:0;padding:26px 24px;border:1px solid #d5e2ed;border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(7,57,111,.08);text-align:center}
.szlp-loan-disclosure__card.is-term{border-top:5px solid var(--sz-blue)}
.szlp-loan-disclosure__card.is-apr{border-top:5px solid var(--sz-red)}
.szlp-loan-disclosure__card.is-example{border-top:5px solid var(--sz-green)}
.szlp-loan-disclosure__label{margin:0;color:#4d647a;font-size:13px;font-weight:900;letter-spacing:.03em}
.szlp-loan-disclosure__value{margin:8px 0 7px;color:var(--sz-navy-deep);font-size:clamp(29px,3.2vw,43px);font-weight:900;line-height:1.16}
.szlp-loan-disclosure__card.is-term .szlp-loan-disclosure__value{font-size:clamp(34px,3vw,42px);white-space:nowrap;word-break:keep-all}
.szlp-loan-disclosure__card.is-apr .szlp-loan-disclosure__value{color:var(--sz-red)}
.szlp-loan-disclosure__card.is-example .szlp-loan-disclosure__value{color:#078d40}
.szlp-loan-disclosure__card>p:last-child{margin:0;color:#5c6f82;font-size:13.5px;line-height:1.65}
.szlp-loan-disclosure__details{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:22px;margin-top:22px}
.szlp-loan-disclosure__terms,.szlp-loan-disclosure__business{margin:0;padding:26px;border:1px solid #d7e3ed;border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 12px 30px rgba(7,57,111,.06)}
.szlp-loan-disclosure__terms{display:grid;gap:0}
.szlp-loan-disclosure__terms>div{display:grid;grid-template-columns:145px minmax(0,1fr);gap:16px;padding:14px 0;border-top:1px dashed #cfdae4}
.szlp-loan-disclosure__terms>div:first-child{padding-top:0;border-top:0}
.szlp-loan-disclosure__terms>div:last-child{padding-bottom:0}
.szlp-loan-disclosure__terms dt{color:var(--sz-navy);font-size:14px;font-weight:900}
.szlp-loan-disclosure__terms dd{margin:0;color:#4e6277;font-size:14px;line-height:1.75}
.szlp-loan-disclosure__business h3{margin:0 0 14px;color:var(--sz-navy-deep);font-size:19px}
.szlp-loan-disclosure__business address{display:grid;gap:10px;margin:0 0 16px;font-style:normal}
.szlp-loan-disclosure__business address p{margin:0;padding:10px 12px;border-radius:11px;background:#f4f8fc;color:#4a6076;font-size:12.5px;line-height:1.55}
.szlp-loan-disclosure__business address strong{display:block;margin-bottom:2px;color:var(--sz-navy);font-size:13.5px}
.szlp-loan-disclosure__business address span{display:block}
.szlp-loan-disclosure__note{margin:18px 0 0;padding:12px 15px;border-radius:12px;background:#fff7dc;color:#695620;font-size:12.5px;line-height:1.7;text-align:left}

@media(max-width:900px){
  .szlp-loan-disclosure__highlights{grid-template-columns:1fr}
  .szlp-loan-disclosure__card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 18px;align-items:center;text-align:left}
  .szlp-loan-disclosure__label{grid-column:1}
  .szlp-loan-disclosure__value{grid-column:2;grid-row:1/3;margin:0;text-align:right}
  .szlp-loan-disclosure__card>p:last-child{grid-column:1}
  .szlp-loan-disclosure__details{grid-template-columns:1fr}
}
@media(max-width:640px){
  .szlp-loan-disclosure{padding:54px 0}
  .szlp-loan-disclosure__heading{margin-bottom:25px;text-align:left}
  .szlp-loan-disclosure__heading h2{font-size:27px}
  .szlp-loan-disclosure__heading>p:last-child{font-size:14px}
  .szlp-loan-disclosure__highlights{gap:12px}
  .szlp-loan-disclosure__card{display:block;padding:21px 18px;text-align:left}
  .szlp-loan-disclosure__value{margin:6px 0 5px;text-align:left;font-size:31px}
  .szlp-loan-disclosure__card>p:last-child{font-size:13px}
  .szlp-loan-disclosure__details{gap:12px;margin-top:14px}
  .szlp-loan-disclosure__terms,.szlp-loan-disclosure__business{padding:20px 17px}
  .szlp-loan-disclosure__terms>div{grid-template-columns:1fr;gap:4px;padding:13px 0}
  .szlp-loan-disclosure__terms dt{font-size:13px}
  .szlp-loan-disclosure__terms dd{font-size:13.5px}
  .szlp-loan-disclosure__business h3{font-size:17px}
  .szlp-loan-disclosure__note{font-size:11.5px}
}
