/* ============================================================
   SALESMAN — Laptop Buyback System (Light Theme)
   Design: #FAF9F6 bg, #3D2B56 plum primary, #C1440E price
   ============================================================ */
:root{
    --bg:#FAF9F6;
    --card:#FFFFFF;
    --primary:#3D2B56;
    --primary-soft:#F3EFFA;
    --text:#2B2B2B;
    --text-soft:#8A8A8A;
    --border:#E8E4DD;
    --toggle-off:#F0EFEC;
    --toggle-on-bg:#FBE4E4;
    --toggle-on-text:#B3261E;
    --burst:#FF7A45;
    --price:#C1440E;
    --gold:#D4A017;
    --radius:16px;
    --shadow:0 2px 12px rgba(0,0,0,0.06);
    --shadow-lg:0 12px 32px rgba(61,43,86,0.14);
    --primary-dark:#2A1D3D;
}
@media (prefers-reduced-motion: reduce){
    *{animation-duration:0.001ms !important; transition-duration:0.001ms !important;}
}
button:focus-visible, .tile:focus-visible, .list-row:focus-visible, input:focus-visible, textarea:focus-visible{
    outline:2px solid var(--primary); outline-offset:2px;
}
*{box-sizing:border-box; -webkit-tap-highlight-color:transparent;}
html,body{margin:0;padding:0;}
body{
    background:var(--bg);
    color:var(--text);
    font-family:'Inter',sans-serif;
    -webkit-font-smoothing:antialiased;
    overscroll-behavior-y:none;
}
.display{font-family:'Fraunces',serif;}
#lbb-app{max-width:520px;margin:0 auto;min-height:100vh;position:relative;background:var(--bg);
    display:flex;flex-direction:column;}

/* ---------- header / loop progress ---------- */
.topbar{
    position:sticky;top:0;z-index:20;
    background:rgba(250,249,246,0.92);
    backdrop-filter:blur(6px);
    display:flex;align-items:center;gap:12px;
    padding:calc(14px + env(safe-area-inset-top)) 18px 14px;border-bottom:1px solid var(--border);
}
.back-btn{
    width:36px;height:36px;border-radius:50%;border:1px solid var(--border);
    background:var(--card);display:flex;align-items:center;justify-content:center;
    flex-shrink:0;cursor:pointer;transition:transform .15s ease, background .15s ease;
}
.back-btn:active{transform:scale(0.9);background:var(--toggle-off);}
.back-btn svg{width:16px;height:16px;}
.loop-ring{width:38px;height:38px;flex-shrink:0;position:relative;}
.loop-ring svg{transform:rotate(-90deg);}
.loop-track{fill:none;stroke:var(--border);stroke-width:3;}
.loop-fill{fill:none;stroke:var(--primary);stroke-width:3;stroke-linecap:round;
    transition:stroke-dashoffset .4s cubic-bezier(.4,0,.2,1);}
.step-meta{flex:1;min-width:0;}
.step-label{font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--text-soft);
    text-transform:uppercase;}
.step-title{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;
    overflow:hidden;text-overflow:ellipsis;}
.wordmark{font-weight:800;font-size:15px;color:var(--primary);letter-spacing:-.01em;flex-shrink:0;}
.wordmark .es{color:var(--text-soft);opacity:.45;font-weight:500;font-size:.82em;letter-spacing:0;
    margin:0 .02em;}

/* ---------- content ---------- */
.content{flex:1;padding:24px 20px 130px;animation:fadeSlide .28s cubic-bezier(.2,.7,.3,1);}
@keyframes fadeSlide{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}
h1.q{font-size:22px;font-weight:700;line-height:1.3;margin:0 0 6px;}
p.sub{color:var(--text-soft);font-size:14px;line-height:1.5;margin:0 0 22px;}

/* ---------- grids / tiles ---------- */
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
.tile{
    background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);
    padding:18px 14px;display:flex;flex-direction:column;align-items:center;gap:10px;
    cursor:pointer;box-shadow:var(--shadow);min-height:48px;justify-content:center;
    transition:border-color .15s ease, background .15s ease, transform .1s ease;
    text-align:center;font-weight:600;font-size:14px;
}
.tile:active{transform:scale(0.97);}
.tile.selected{border-color:var(--primary);background:var(--primary-soft);}
.tile .mono{
    width:40px;height:40px;border-radius:10px;background:var(--toggle-off);
    display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;
    color:var(--primary);
}
.tile.selected .mono{box-shadow:0 0 0 2.5px var(--card), 0 0 0 4.5px var(--primary);}
@media (hover:hover){
    .tile:hover{border-color:var(--primary);}
    .list-row:hover{border-color:var(--primary);}
    .pill:hover{border-color:var(--primary);}
    .big-choice button:hover{border-color:var(--primary);}
}

.list-row{
    background:var(--card);border:1.5px solid var(--border);border-radius:14px;
    padding:16px;display:flex;align-items:center;justify-content:space-between;
    margin-bottom:10px;cursor:pointer;box-shadow:var(--shadow);min-height:48px;
    font-weight:600;font-size:15px;transition:border-color .15s ease,background .15s ease;
}
.list-row.selected{border-color:var(--primary);background:var(--primary-soft);}
.list-row .check{width:20px;height:20px;border-radius:50%;border:2px solid var(--border);flex-shrink:0;}
.list-row.selected .check{border-color:var(--primary);background:var(--primary);position:relative;}
.list-row.selected .check::after{content:'';position:absolute;left:6px;top:2px;width:5px;height:9px;
    border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);}

.big-choice{display:flex;flex-direction:column;gap:12px;}
.big-choice button{
    background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);
    padding:22px;font-size:16px;font-weight:700;box-shadow:var(--shadow);cursor:pointer;
    min-height:48px;transition:border-color .15s ease, background .15s ease, transform .1s ease;
}
.big-choice button:active{transform:scale(.98);}
.big-choice button.affirm{border-color:var(--primary);}
.big-choice button small{display:block;font-weight:400;color:var(--text-soft);font-size:12.5px;margin-top:4px;}

/* ---------- toggles ---------- */
.field-label{font-size:13px;font-weight:600;color:var(--text-soft);margin:20px 0 10px;
    text-transform:uppercase;letter-spacing:.03em;}
.field-label:first-child{margin-top:0;}
.toggle-row{
    display:flex;align-items:center;justify-content:space-between;background:var(--card);
    border:1px solid var(--border);border-radius:14px;padding:14px 16px;margin-bottom:10px;
    box-shadow:var(--shadow);
}
.toggle-row .name{font-weight:600;font-size:14.5px;}
.switch{display:flex;border-radius:20px;background:var(--toggle-off);padding:3px;gap:2px;}
.switch button{
    border:none;background:transparent;padding:8px 14px;border-radius:16px;font-size:12.5px;
    font-weight:700;color:var(--text-soft);cursor:pointer;min-height:36px;transition:all .15s ease;
}
.switch button.on-yes.active{background:var(--card);color:var(--text);box-shadow:0 1px 3px rgba(0,0,0,.08);}
.switch button.on-no.active{background:var(--toggle-on-bg);color:var(--toggle-on-text);}

.pill-group{display:flex;flex-wrap:wrap;gap:8px;}
.pill{
    border:1.5px solid var(--border);background:var(--card);border-radius:20px;padding:10px 16px;
    font-size:13.5px;font-weight:600;cursor:pointer;min-height:40px;
    transition:border-color .15s ease, background .15s ease;
}
.pill.selected{border-color:var(--primary);background:var(--primary-soft);color:var(--primary);}

.checkbox-row{display:flex;gap:10px;align-items:flex-start;margin:16px 0;}
.checkbox-row input{width:20px;height:20px;flex-shrink:0;margin-top:1px;accent-color:var(--primary);}
.checkbox-row label{font-size:13px;color:var(--text-soft);line-height:1.5;}
.checkbox-row a{color:var(--primary);font-weight:600;text-decoration:underline;}

input[type=text], input[type=tel], input[type=date], textarea, select{
    width:100%;border:1.5px solid var(--border);border-radius:12px;padding:14px 16px;
    font-size:15px;font-family:'Inter',sans-serif;background:var(--card);color:var(--text);
    min-height:48px;
}
input:focus, textarea:focus, select:focus{outline:none;border-color:var(--primary);}
textarea{resize:none;min-height:88px;}

.recap-strip{
    background:var(--toggle-off);border-radius:12px;padding:10px 14px;font-size:12px;
    color:var(--text-soft);margin-bottom:18px;font-weight:500;
}

.otp-boxes{display:flex;gap:10px;margin:16px 0;}
.otp-boxes input{
    text-align:center;font-size:20px;font-weight:700;padding:14px 0;width:100%;
}
.hint{font-size:12px;color:var(--text-soft);margin-top:-8px;margin-bottom:16px;}

/* ---------- sticky footer CTA ---------- */
.footer-cta{
    position:fixed;left:0;right:0;bottom:0;max-width:520px;margin:0 auto;
    background:linear-gradient(180deg,rgba(250,249,246,0) 0%, var(--bg) 30%);
    padding:22px 20px calc(22px + env(safe-area-inset-bottom));display:flex;gap:10px;z-index:20;
}
.btn{
    flex:1;border:none;border-radius:14px;padding:16px;font-size:15.5px;font-weight:700;
    cursor:pointer;min-height:48px;transition:transform .1s ease, opacity .15s ease;
}
.btn:active{transform:scale(.98);}
.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color:#fff;box-shadow:0 6px 16px rgba(61,43,86,0.28);}
.btn-primary:active{box-shadow:0 3px 8px rgba(61,43,86,0.28);}
.btn-primary:disabled{opacity:.4;cursor:not-allowed;}
.btn-ghost{background:var(--card);border:1.5px solid var(--border);color:var(--text);flex:0 0 88px;}

/* ---------- landing ---------- */
.landing{padding:0 22px;display:flex;flex-direction:column;min-height:100vh;position:relative;overflow:hidden;}
.landing::before{
    content:'';position:absolute;top:-120px;left:50%;transform:translateX(-50%);
    width:480px;height:340px;
    background:radial-gradient(closest-side, rgba(255,122,69,0.16), rgba(212,160,23,0.10) 55%, transparent 80%);
    filter:blur(10px);pointer-events:none;z-index:0;
}
.landing-nav, .landing-hero, .brand-strip{position:relative;z-index:1;}
.landing-nav{display:flex;align-items:center;justify-content:space-between;padding:20px 0;}
.landing-hero{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 0 40px;}
.eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;
    color:var(--primary);background:var(--primary-soft);padding:6px 12px;border-radius:20px;
    width:fit-content;margin-bottom:18px;letter-spacing:.02em;}
.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--burst);}
h1.hero-title{font-family:'Fraunces',serif;font-size:44px;line-height:1.06;font-weight:600;
    margin:0 0 14px;letter-spacing:-.02em;}
h1.hero-title em{font-style:italic;color:var(--price);}
p.hero-sub{font-size:15.5px;color:var(--text-soft);line-height:1.6;margin:0 0 28px;max-width:38ch;}
.cta-primary{
    background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border:none;border-radius:16px;padding:18px 24px;
    font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;
    cursor:pointer;box-shadow:0 8px 24px rgba(61,43,86,.25);width:100%;min-height:48px;
    transition:transform .12s ease;
}
.cta-primary:active{transform:scale(.98);}
.trust-row{display:flex;gap:18px;margin-top:24px;flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-soft);font-weight:500;}
.trust-item .ic{width:28px;height:28px;border-radius:50%;background:var(--toggle-off);
    display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.loop-visual{position:relative;height:150px;margin:6px 0 8px;}
.loop-visual svg{position:absolute;inset:0;width:100%;height:100%;}
.brand-strip{display:flex;gap:8px;overflow-x:auto;padding:18px 0 4px;-webkit-overflow-scrolling:touch;}
.brand-strip::-webkit-scrollbar{display:none;}
.brand-chip{flex-shrink:0;background:var(--card);border:1px solid var(--border);border-radius:10px;
    padding:8px 14px;font-size:12.5px;font-weight:600;color:var(--text-soft);}

/* ---------- landing path cards ---------- */
.path-card{
    display:flex;align-items:center;gap:14px;background:var(--card);border:1.5px solid var(--border);
    border-radius:20px;padding:17px 16px;margin-bottom:12px;cursor:pointer;box-shadow:var(--shadow);
    min-height:48px;transition:border-color .18s ease, transform .12s ease, box-shadow .18s ease;
}
.path-card:active{transform:scale(.98);}
@media (hover:hover){
    .path-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-2px);}
    .product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);}
    .buy-btn:hover{filter:brightness(1.08);}
}
.product-card{transition:box-shadow .18s ease, transform .18s ease;
    animation:riseIn .4s cubic-bezier(.2,.8,.3,1) both;}
.product-card:nth-child(1){animation-delay:.02s;} .product-card:nth-child(2){animation-delay:.06s;}
.product-card:nth-child(3){animation-delay:.1s;} .product-card:nth-child(4){animation-delay:.14s;}
.product-card:nth-child(5){animation-delay:.18s;} .product-card:nth-child(6){animation-delay:.22s;}
.product-card:nth-child(7){animation-delay:.26s;} .product-card:nth-child(8){animation-delay:.3s;}
.tile{animation:riseIn .35s cubic-bezier(.2,.8,.3,1) both;}
.tile:nth-child(1){animation-delay:.01s;} .tile:nth-child(2){animation-delay:.04s;}
.tile:nth-child(3){animation-delay:.07s;} .tile:nth-child(4){animation-delay:.1s;}
.tile:nth-child(5){animation-delay:.13s;} .tile:nth-child(6){animation-delay:.16s;}
.tile:nth-child(7){animation-delay:.19s;} .tile:nth-child(8){animation-delay:.22s;}
.path-ic{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;
    flex-shrink:0;}
.path-copy{flex:1;min-width:0;}
.path-title{font-weight:700;font-size:15.5px;}
.path-sub{font-size:12.5px;color:var(--text-soft);margin-top:2px;}

/* ---------- buy-side catalog ---------- */
.catalog-heading{padding:2px 2px 16px;}
.catalog-heading .eyebrow{margin-bottom:10px;}
.catalog-heading h1{font-family:'Fraunces',serif;font-size:24px;font-weight:600;margin:0;letter-spacing:-.01em;}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.product-card{
    background:var(--card);border:1px solid var(--border);border-radius:20px;
    overflow:hidden;box-shadow:var(--shadow);cursor:pointer;
}
.product-thumb{height:104px;display:flex;align-items:center;justify-content:center;position:relative;}
.product-thumb::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent-bar,var(--primary));}
.product-body{padding:13px 13px 14px;}
.product-grade{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;padding:4px 10px 4px 8px;
    border-radius:20px;margin-bottom:9px;}
.product-grade::before{content:'';width:5px;height:5px;border-radius:50%;background:currentColor;}
.product-name{font-weight:700;font-size:13.5px;line-height:1.3;}
.product-specs{font-size:11.5px;color:var(--text-soft);margin-top:3px;}
.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:13px;}
.product-price{font-family:'Fraunces',serif;font-weight:600;font-size:17px;color:var(--price);}
.buy-btn{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border:none;border-radius:10px;padding:8px 16px;
    font-size:12.5px;font-weight:700;cursor:pointer;min-height:36px;box-shadow:0 4px 10px rgba(61,43,86,0.22);}

/* ---------- price reveal ---------- */
.reveal{
    position:fixed;inset:0;max-width:520px;margin:0 auto;z-index:50;
    background:radial-gradient(120% 90% at 50% 0%, var(--burst) 0%, var(--bg) 62%);
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    padding:32px;text-align:center;overflow:hidden;
}
.reveal-eyebrow{color:#fff;font-weight:700;font-size:13px;letter-spacing:.06em;
    text-transform:uppercase;background:rgba(255,255,255,.22);padding:6px 14px;border-radius:20px;
    margin-bottom:8px;animation:dropIn .5s cubic-bezier(.2,.8,.3,1) both;}
.price-stage{position:relative;width:260px;height:220px;display:flex;align-items:center;justify-content:center;
    margin-bottom:8px;}
.ring{position:absolute;border-radius:50%;border:1.5px solid rgba(255,255,255,.55);
    animation:ringPulse 2.4s ease-out infinite;}
.ring.r1{width:150px;height:150px;}
.ring.r2{width:200px;height:200px;animation-delay:.5s;}
.ring.r3{width:250px;height:250px;animation-delay:1s;}
@keyframes ringPulse{0%{transform:scale(.85);opacity:.7;}100%{transform:scale(1.08);opacity:0;}}
@keyframes dropIn{from{opacity:0;transform:translateY(-10px);}to{opacity:1;transform:translateY(0);}}
@keyframes riseIn{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:translateY(0);}}
.reveal-price{font-family:'Fraunces',serif;font-weight:600;font-size:58px;color:var(--price);
    margin:0;line-height:1;position:relative;z-index:1;animation:riseIn .55s .15s cubic-bezier(.2,.8,.3,1) both;}
.reveal-sub{color:var(--text);font-size:14px;margin:0 0 30px;font-weight:500;
    animation:riseIn .5s .3s cubic-bezier(.2,.8,.3,1) both;}
.reveal .btn-primary{
    border:2px solid var(--gold);width:100%;max-width:320px;padding:18px;font-size:16px;
    animation:riseIn .5s .4s cubic-bezier(.2,.8,.3,1) both;
}
.reveal .btn-ghost2{background:transparent;border:none;color:var(--text-soft);font-size:13px;
    font-weight:600;margin-top:16px;text-decoration:underline;min-height:auto;padding:8px;
    animation:riseIn .5s .48s cubic-bezier(.2,.8,.3,1) both;}
canvas#confetti{position:absolute;inset:0;pointer-events:none;}

/* ---------- confirmation ---------- */
.confirm-wrap{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:20px;}
.check-badge{width:76px;height:76px;border-radius:50%;background:var(--primary-soft);
    display:flex;align-items:center;justify-content:center;margin-bottom:22px;}
.order-id{font-family:'Fraunces',serif;font-weight:600;font-size:22px;background:var(--card);
    border:1.5px dashed var(--border);border-radius:12px;padding:14px 22px;margin:18px 0 26px;
    letter-spacing:.03em;}
.summary-card{width:100%;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);
    padding:18px;text-align:left;box-shadow:var(--shadow);}
.summary-row{display:flex;justify-content:space-between;padding:9px 0;font-size:14px;
    border-bottom:1px solid var(--border);}
.summary-row:last-child{border-bottom:none;}
.summary-row .k{color:var(--text-soft);}
.summary-row .v{font-weight:600;}

/* ---------- terms modal ---------- */
.modal-backdrop{position:fixed;inset:0;background:rgba(43,43,43,.5);z-index:60;
    display:flex;align-items:flex-end;max-width:520px;margin:0 auto;}
.modal-sheet{background:var(--bg);width:100%;max-height:82vh;overflow-y:auto;border-radius:20px 20px 0 0;
    padding:24px 22px 34px;animation:slideUp .25s ease;}
@keyframes slideUp{from{transform:translateY(100%);}to{transform:translateY(0);}}
.modal-sheet h2{font-size:18px;margin:0 0 4px;}
.modal-sheet .close{position:absolute;}
.modal-handle{width:36px;height:4px;background:var(--border);border-radius:4px;margin:0 auto 18px;}
.modal-sheet p{font-size:13.5px;line-height:1.7;color:var(--text);}
.modal-sheet h4{font-size:13px;text-transform:uppercase;letter-spacing:.03em;color:var(--text-soft);
    margin:20px 0 6px;}

@media (min-width:521px){
    body{background:#F1EEE7;}
    #lbb-app{box-shadow:0 0 60px rgba(0,0,0,0.06);}
}

/* ---------- loading overlay ---------- */
.lbb-loading{
    position:fixed;inset:0;z-index:100;
    background:rgba(250,249,246,0.85);
    display:flex;align-items:center;justify-content:center;
}
.lbb-spinner{
    width:36px;height:36px;border:3px solid var(--border);
    border-top-color:var(--primary);border-radius:50%;
    animation:lbbSpin .6s linear infinite;
}
@keyframes lbbSpin{to{transform:rotate(360deg);}}

/* ---------- WP admin bar fix ---------- */
body.admin-bar .topbar{
    top:32px;
}
@media (max-width:782px){
    body.admin-bar .topbar{top:46px;}
}

/* ---------- Staff Portal (light theme) ---------- */
.lbb-staff-app{max-width:520px;margin:0 auto;padding:24px 20px 40px;}
.lbb-staff-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);}
.lbb-staff-card h2{font-size:20px;font-weight:700;margin:0 0 20px;color:var(--text);}
.lbb-field{margin-bottom:16px;}
.lbb-field label{display:block;font-size:13px;font-weight:600;color:var(--text-soft);margin-bottom:6px;text-transform:uppercase;letter-spacing:.03em;}
.lbb-field input{width:100%;border:1.5px solid var(--border);border-radius:12px;padding:14px 16px;font-size:15px;font-family:'Inter',sans-serif;background:var(--card);color:var(--text);min-height:48px;}
.lbb-field input:focus{outline:none;border-color:var(--primary);}
.lbb-btn{border:none;border-radius:14px;padding:16px;font-size:15.5px;font-weight:700;cursor:pointer;min-height:48px;transition:transform .1s ease;}
.lbb-btn:active{transform:scale(.98);}
.lbb-btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 6px 16px rgba(61,43,86,0.28);}
.lbb-btn-full{width:100%;}
.lbb-btn-text{background:none;border:none;color:var(--primary);font-weight:600;font-size:14px;cursor:pointer;padding:8px;text-decoration:underline;}
.lbb-staff-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border);}
.lbb-staff-header span{font-weight:700;font-size:16px;color:var(--text);}
.lbb-error-msg{color:var(--toggle-on-text);font-size:13px;padding:8px 0;}
.lbb-staff-order-card{background:var(--card);border:1.5px solid var(--border);border-radius:14px;padding:16px;margin-bottom:10px;cursor:pointer;box-shadow:var(--shadow);transition:border-color .15s ease;}
.lbb-staff-order-card:hover{border-color:var(--primary);}
.lbb-staff-order-card h3{font-size:15px;font-weight:700;margin:0 0 4px;color:var(--text);}
.lbb-staff-order-card p{font-size:13px;color:var(--text-soft);margin:0;}
.lbb-terms-page{max-width:640px;margin:0 auto;padding:24px 20px;}
.lbb-terms-page h1{font-size:24px;font-weight:700;margin-bottom:16px;}
.lbb-terms-page ol{font-size:14px;line-height:1.8;color:var(--text);padding-left:20px;}
.lbb-terms-page p{font-size:14px;line-height:1.7;color:var(--text-soft);}
