/* bradlands.com — Duel EN 1, late-night scoreboard layout */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#121731;color:#a7aed6;font-family:'Inter',sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:#5e6eff;text-decoration:none}
a:hover{color:#4558ff;text-decoration:underline}
input,textarea{font:inherit}
.mono{font-family:'IBM Plex Mono',monospace}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:20;background:#121731;border-bottom:1px solid #2a3160}
.header-inner{max-width:1280px;margin:0 auto;padding:14px clamp(20px,4vw,56px);display:flex;align-items:center;gap:32px}
.brand{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:24px;color:#eef0ff;letter-spacing:-0.02em}
.brand:hover{color:#eef0ff;text-decoration:none}
.brand-tag{font-family:'IBM Plex Mono',monospace;font-size:11px;color:#6f77a8;border:1px solid #2a3160;padding:2px 6px;border-radius:4px;white-space:nowrap}
.header-spacer{flex:1}
.main-nav{display:flex;gap:22px;white-space:nowrap;font-family:'IBM Plex Mono',monospace;font-size:13px}
.main-nav a{color:#a7aed6}
.main-nav a:hover{color:#eef0ff;text-decoration:none}
.cta-col{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.cta-note{font-family:'IBM Plex Mono',monospace;font-size:10.5px;color:#6f77a8;line-height:1.2}

/* ---------- buttons ---------- */
.btn{display:inline-block;background:#5e6eff;color:#fff;font-family:'Space Grotesk',sans-serif;font-weight:600;text-decoration:none;border-radius:8px}
.btn:hover{background:#4558ff;color:#fff;text-decoration:none}
.btn-sm{font-size:14px;padding:8px 16px;border-radius:6px}
.btn-lg{font-size:16px;padding:14px 26px}
.btn-ghost{display:inline-block;border:1px solid #3b4490;color:#eef0ff;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:16px;padding:13px 26px;border-radius:8px;text-decoration:none}
.btn-ghost:hover{border-color:#5e6eff;color:#eef0ff;text-decoration:none}

/* ---------- layout ---------- */
.wrap{max-width:1280px;margin:0 auto;padding:0 clamp(20px,4vw,56px)}
.chapter{display:flex;flex-wrap:wrap;column-gap:40px;row-gap:12px;padding:clamp(48px,7vw,88px) 0;border-top:1px solid #2a3160}
.chapter:first-child{border-top:0}
.chapter-anchor{scroll-margin-top:80px}
.ch-num{flex:0 0 150px;font-family:'IBM Plex Mono',monospace;font-weight:500;font-size:clamp(44px,6vw,84px);line-height:.9;color:#3b4490}
.ch-body{flex:1 1 640px;min-width:0}
h1{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(36px,5.2vw,66px);line-height:1.04;letter-spacing:-0.025em;color:#eef0ff;margin:0 0 24px;max-width:820px;text-wrap:balance}
h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(28px,3.2vw,40px);line-height:1.15;letter-spacing:-0.015em;color:#eef0ff;margin:0 0 12px}
h3{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(19px,1.8vw,22px);line-height:1.25;color:#eef0ff;margin:28px 0 8px}
.overline{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.08em;color:#5e6eff;margin-bottom:20px}
.lead{font-size:clamp(17px,1.5vw,19px);line-height:1.65;color:#a7aed6;margin:0 0 32px;max-width:620px;text-wrap:pretty}
.intro{margin:0 0 28px;max-width:640px}
.prose{max-width:720px}
.prose p{margin:14px 0}
.prose ul{margin:14px 0;padding-left:22px}
.prose li{margin:6px 0}
.mono-inline{font-family:'IBM Plex Mono',monospace;color:#eef0ff;font-variant-numeric:tabular-nums}
.dim{color:#6f77a8}
.small{font-size:14px;color:#8a91bd}

/* ---------- hero ---------- */
.stat-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:36px}
.stat-chip{display:flex;align-items:baseline;gap:8px;border:1px solid #2a3160;background:#1f2546;padding:8px 12px;border-radius:4px;font-family:'IBM Plex Mono',monospace;font-variant-numeric:tabular-nums}
.stat-chip b{color:#eef0ff;font-weight:600;font-size:15px}
.stat-chip span{color:#a7aed6;font-size:13px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}
.mono-note{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#6f77a8}
.count-line{font-family:'IBM Plex Mono',monospace;font-size:12.5px;color:#8a91bd;margin:14px 0 0}
.count-line strong{color:#eef0ff;font-variant-numeric:tabular-nums}
.count-sub{font-family:'IBM Plex Mono',monospace;font-size:11.5px;color:#6f77a8;margin:4px 0 0}

/* ---------- figures ---------- */
figure.shot{margin:40px 0 0}
figure.shot img{border:1px solid #2a3160;border-radius:4px;width:100%}
figcaption{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#6f77a8;margin-top:10px}

/* ---------- ticket (quick facts) ---------- */
.ticket{position:relative;display:flex;flex-wrap:wrap;background:#1f2546;border:1px solid #2a3160;border-radius:8px}
.ticket-left{flex:1 1 320px;min-width:0;padding:clamp(24px,3vw,36px)}
.ticket-label{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.08em;color:#5e6eff;margin-bottom:16px}
.ticket-left p{margin:0 0 12px;color:#eef0ff;font-size:17px;line-height:1.6}
.ticket-left p:last-child{margin:0}
.ticket-divider{flex:1 0 100%;border-top:1px dashed #3b4490}
.ticket-facts{flex:1 1 360px;margin:0;padding:clamp(24px,3vw,36px);display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:24px;row-gap:10px;font-family:'IBM Plex Mono',monospace;font-size:13.5px;line-height:1.5}
.ticket-facts dt{color:#6f77a8}
.ticket-facts dd{margin:0;color:#eef0ff}
@media(min-width:1100px){
  .ticket{flex-wrap:nowrap}
  .ticket-divider{flex:0 0 auto;align-self:stretch;border-top:0;border-left:1px dashed #3b4490}
}

/* ---------- country table ---------- */
.table-scroll{overflow-x:auto;border:1px solid #2a3160;border-radius:8px}
table.country{width:100%;min-width:640px;border-collapse:collapse;font-size:15px}
table.country th{font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.08em;color:#6f77a8;text-align:left;padding:12px 20px;background:#1f2546;border-bottom:1px solid #2a3160;font-weight:500}
table.country td{padding:14px 20px;border-top:1px solid #2a3160;vertical-align:top}
table.country tbody tr:first-child td{border-top:0}
table.country td.c-name{color:#eef0ff;font-weight:600;white-space:nowrap}
.badge{display:inline-block;font-family:'IBM Plex Mono',monospace;font-size:11.5px;font-weight:600;letter-spacing:.06em;padding:3px 8px;border-radius:3px;border:1px solid;white-space:nowrap}
.b-open{border-color:#20d095;color:#20d095}
.b-warn{border-color:#ff9900;color:#ff9900}
.b-block{border-color:#e8305e;color:#e8305e}

/* ---------- steps ---------- */
.steps-card{position:relative;background:#1f2546;border:1px solid #2a3160;border-radius:8px;padding:28px clamp(16px,2vw,24px) 24px}
.steps-card::before{content:"";position:absolute;top:-5px;left:12px;right:12px;height:10px;background-image:radial-gradient(circle,#121731 3.5px,transparent 4px);background-size:16px 10px;background-repeat:repeat-x}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}
.step{background:#121731;border:1px solid #2a3160;border-radius:6px;padding:20px;display:flex;flex-direction:column;gap:10px}
.step-n{font-family:'IBM Plex Mono',monospace;font-size:36px;font-weight:500;line-height:1;color:#5e6eff}
.step-t{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:18px;line-height:1.25;color:#eef0ff}
.step-d{font-size:14.5px;line-height:1.6;flex:1}
.step img{border:1px solid #2a3160;border-radius:4px}

/* ---------- notes / warnings ---------- */
.note-amber{margin-top:16px;display:flex;gap:14px;align-items:flex-start;border:1px solid #ff9900;border-radius:6px;padding:14px 18px;background:#221f3a}
.note-amber .tag{font-family:'IBM Plex Mono',monospace;font-size:11.5px;font-weight:600;letter-spacing:.06em;color:#121731;background:#ff9900;padding:2px 7px;border-radius:3px;flex:none;margin-top:3px}
.note-amber .txt{color:#eef0ff;font-size:15px}

/* ---------- the deal ---------- */
.deal-grid{display:flex;flex-wrap:wrap;gap:16px}
.deal-left{flex:2 1 420px;background:#1f2546;border:1px solid #2a3160;border-radius:8px;padding:clamp(24px,3.5vw,44px);display:flex;flex-direction:column;gap:24px}
.deal-left h3{margin:0;font-size:clamp(22px,2.2vw,28px)}
.deal-left blockquote{margin:0;padding-left:20px;border-left:2px solid #5e6eff;font-family:'Space Grotesk',sans-serif;font-style:italic;font-weight:500;font-size:clamp(20px,2vw,26px);line-height:1.4;color:#eef0ff;text-wrap:pretty}
.deal-src{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#6f77a8}
.deal-right{flex:1 1 300px;background:#5e6eff;border-radius:8px;padding:clamp(24px,3vw,36px);display:flex;flex-direction:column;gap:18px}
.deal-right h3{margin:0;font-size:22px;color:#fff}
.perk{display:flex;gap:12px;padding-top:14px;border-top:1px dashed #b8c0ff;font-family:'IBM Plex Mono',monospace;font-size:14px;line-height:1.55;color:#fff}
.perk b{color:#121731;font-weight:600}
.netedge{margin-top:16px;display:flex;flex-wrap:wrap;gap:16px 32px;align-items:center;border:1px solid #2a3160;border-radius:8px;padding:20px 24px}
.netedge p{flex:1 1 360px;margin:0;font-size:15.5px}
.netedge .formula{flex:0 1 auto;font-family:'IBM Plex Mono',monospace;font-size:clamp(14px,1.4vw,17px);color:#eef0ff;background:#1f2546;border:1px solid #2a3160;border-radius:4px;padding:10px 16px;font-variant-numeric:tabular-nums}
.netedge .formula b{color:#5e6eff;font-weight:600}

/* ---------- originals tiles ---------- */
.tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}
.tile{aspect-ratio:1/1;border:1px solid;border-radius:6px;padding:14px;display:flex;flex-direction:column;justify-content:space-between}
.tile .tag{align-self:flex-start;font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.06em;border:1px solid;padding:1px 6px;border-radius:3px;opacity:.85}
.tile .name{font-family:'IBM Plex Mono',monospace;font-size:15px;font-weight:600;line-height:1.3}
.tile.f0{background:#2a3272;border-color:#2a3272;color:#eef0ff}
.tile.f1{background:#5e6eff;border-color:#5e6eff;color:#121731}
.tile.f2{background:#1f2546;border-color:#3b4490;color:#eef0ff}
.tile.f3{background:#3b4490;border-color:#3b4490;color:#eef0ff}

/* ---------- game stats ---------- */
.gstats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));border:1px solid #2a3160;border-radius:8px;overflow:hidden}
.gstat{padding:24px 28px;border-right:1px solid #2a3160;border-bottom:1px solid #2a3160;margin:0 -1px -1px 0}
.gstat .v{font-family:'IBM Plex Mono',monospace;font-weight:500;font-size:clamp(36px,3.6vw,48px);line-height:1;color:#eef0ff;font-variant-numeric:tabular-nums}
.gstat .l{font-family:'IBM Plex Mono',monospace;font-size:13px;color:#5e6eff;margin-top:10px}

/* ---------- payments ---------- */
.pay-grid{display:flex;flex-wrap:wrap;gap:16px}
.pay-left{flex:3 1 380px;border:1px solid #2a3160;border-radius:8px;overflow:hidden}
.pay-head{display:flex;justify-content:space-between;gap:12px;padding:12px 20px;background:#1f2546;border-bottom:1px solid #2a3160;font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.08em;color:#6f77a8}
.pay-head b{color:#eef0ff;font-weight:500}
.pay-body{padding:20px}
.pay-label{font-family:'IBM Plex Mono',monospace;font-size:11.5px;color:#6f77a8;margin-bottom:10px}
.coin-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}
.coin{font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:500;color:#eef0ff;border:1px solid #2a3160;background:#1f2546;padding:4px 10px;border-radius:3px}
.coin-hot{font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:500;color:#fff;background:#3b4490;padding:4px 10px;border-radius:3px}
.pay-foot{padding:14px 20px;border-top:1px dashed #2a3160;font-size:14px}
.pay-note{flex:2 1 280px;border:1px solid #ff9900;background:#221f3a;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:12px}
.pay-note .tag{align-self:flex-start;font-family:'IBM Plex Mono',monospace;font-size:11.5px;font-weight:600;letter-spacing:.06em;color:#121731;background:#ff9900;padding:2px 7px;border-radius:3px}
.pay-note p{margin:0;font-size:15px}
.pay-note p.leadline{color:#eef0ff;font-size:15.5px}

/* ---------- phone ---------- */
.phone-cols{display:flex;flex-wrap:wrap;gap:32px}
.phone-text{flex:1 1 380px}
.phone-fig{flex:0 1 300px;margin:0}
.phone-steps{list-style:none;margin:0 0 20px;padding:0;border-top:1px solid #2a3160}
.phone-steps li{display:flex;gap:16px;padding:14px 0;border-bottom:1px solid #2a3160}
.phone-steps .n{font-family:'IBM Plex Mono',monospace;font-weight:500;color:#5e6eff;flex:none}
.phone-steps .t{color:#eef0ff;font-size:15.5px}

/* ---------- support ---------- */
.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}
.sup-card{background:#1f2546;border:1px solid #2a3160;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:8px}
.sup-card .t{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:17px;color:#eef0ff}
.sup-card .v{font-family:'IBM Plex Mono',monospace;font-size:20px;font-weight:500;color:#5e6eff;font-variant-numeric:tabular-nums;word-break:break-word}
.sup-card .d{font-size:14px}

/* ---------- trust ---------- */
.trust-grid{display:flex;flex-wrap:wrap;gap:16px}
.trust-score{flex:1 1 300px;border:1px solid #2a3160;border-radius:8px;padding:24px}
.trust-label{font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.08em;color:#6f77a8;margin-bottom:12px}
.trust-num{font-family:'IBM Plex Mono',monospace;font-variant-numeric:tabular-nums;color:#eef0ff;line-height:1}
.trust-num .big{font-size:52px;font-weight:500}
.trust-num .of{font-size:18px;color:#a7aed6}
.trust-score p{margin:16px 0 0;font-size:15px}
.trust-safe{flex:2 1 360px;border:1px solid #2a3160;border-radius:8px;padding:24px}
.safe-row{display:flex;gap:16px;padding:10px 0;border-bottom:1px solid #2a3160}
.safe-row:last-child{border-bottom:0}
.safe-row .k{font-family:'IBM Plex Mono',monospace;color:#5e6eff;flex:0 0 90px}
.safe-row .v{color:#eef0ff}

/* ---------- pros/cons ---------- */
.pc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}
.pc-col{border:1px solid #2a3160;border-radius:8px;padding:24px}
.pc-col h3{margin:0 0 8px;font-size:19px}
.pc-row{display:flex;gap:12px;padding:10px 0;border-top:1px solid #2a3160;color:#eef0ff;font-size:15.5px}
.pc-row .mk{font-family:'IBM Plex Mono',monospace;font-weight:600;flex:none}
.pc-row .ok{color:#20d095}
.pc-row .no{color:#e8305e}

/* ---------- reviewer ---------- */
.reviewer-card{display:flex;flex-wrap:wrap;gap:24px;align-items:center;background:#1f2546;border:1px solid #2a3160;border-radius:8px;padding:clamp(20px,3vw,32px)}
.reviewer-card img{flex:none;width:104px;height:104px;border-radius:50%;border:1px solid #3b4490;object-fit:cover}
.reviewer-body{flex:1 1 300px;min-width:0}
.reviewer-name{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:22px;color:#eef0ff;line-height:1.2}
.reviewer-role{font-family:'IBM Plex Mono',monospace;font-size:13px;color:#5e6eff;margin:4px 0 10px}
.reviewer-body p{margin:0 0 16px;font-size:15px;max-width:620px}
.reviewer-tags{display:flex;flex-wrap:wrap;gap:6px}
.reviewer-tags span{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#eef0ff;border:1px solid #3b4490;padding:3px 9px;border-radius:3px}

/* ---------- like ---------- */
.like-line{margin-top:20px;display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-family:'IBM Plex Mono',monospace;font-size:13px;color:#8a91bd}
.like-btn{background:#1f2546;border:1px solid #3b4490;color:#eef0ff;font-family:'IBM Plex Mono',monospace;font-size:13px;padding:8px 16px;border-radius:6px;cursor:pointer}
.like-btn:hover{border-color:#5e6eff}
.like-btn.liked{border-color:#20d095;color:#20d095;cursor:default}
.like-line strong{color:#eef0ff;font-variant-numeric:tabular-nums}

/* ---------- faq ---------- */
.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px}
.faq-card{background:#1f2546;border:1px solid #2a3160;border-radius:6px;padding:18px 20px;display:flex;gap:14px}
.faq-card .n{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#5e6eff;flex:none;padding-top:3px}
.faq-card .q{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:17px;line-height:1.35;color:#eef0ff;margin-bottom:6px}
.faq-card .a{font-size:14.5px;line-height:1.6}

/* ---------- reader notes ---------- */
.notes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;margin-bottom:24px}
.note-card{border:1px solid #2a3160;border-radius:6px;padding:18px;display:flex;flex-direction:column;gap:12px}
.note-head{display:flex;align-items:center;gap:10px}
.rv-av{width:34px;height:34px;flex:none;display:inline-flex;align-items:center;justify-content:center;background:#1f2546;border:1px solid #3b4490;border-radius:4px;font-family:'IBM Plex Mono',monospace;font-size:12.5px;font-weight:600;color:#eef0ff}
.note-name{font-family:'Space Grotesk',sans-serif;font-weight:600;color:#eef0ff}
.note-meta{font-family:'IBM Plex Mono',monospace;font-size:11.5px;color:#6f77a8}
.note-stars{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#5e6eff;letter-spacing:2px}
.note-text{font-size:15px}
.note-form{background:#1f2546;border:1px solid #2a3160;border-radius:8px;padding:clamp(18px,2.5vw,24px)}
.note-form .row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}
.note-form label{flex:1 1 180px;display:flex;flex-direction:column;gap:6px;font-family:'IBM Plex Mono',monospace;font-size:12px;color:#6f77a8}
.note-form label.wide{flex:3 1 280px}
.note-form input{background:#121731;border:1px solid #2a3160;border-radius:4px;padding:10px 12px;color:#eef0ff;font-family:'Inter',sans-serif;font-size:15px;outline:none}
.note-form input:focus{border-color:#5e6eff}
.note-form .hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.stars-pick{display:flex;gap:4px;padding:6px 0}
.star{background:none;border:1px solid #2a3160;border-radius:4px;color:#6f77a8;font-size:16px;line-height:1;padding:6px 9px;cursor:pointer;font-family:'IBM Plex Mono',monospace}
.star.on{color:#5e6eff;border-color:#5e6eff}
.form-msg{font-family:'IBM Plex Mono',monospace;font-size:12.5px;color:#8a91bd;margin-top:10px}
.form-msg.err{color:#e8305e}
.submit-btn{background:#5e6eff;color:#fff;border:0;border-radius:6px;padding:11px 22px;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:15px;cursor:pointer}
.submit-btn:hover{background:#4558ff}

/* ---------- footer ---------- */
.site-footer{border-top:1px solid #2a3160;margin-top:24px}
.footer-inner{max-width:1280px;margin:0 auto;padding:48px clamp(20px,4vw,56px) 32px}
.foot-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:28px;margin-bottom:40px}
.foot-col .t{font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.08em;color:#6f77a8;margin-bottom:12px}
.foot-col nav{display:flex;flex-direction:column;gap:6px}
.foot-col a{font-family:'IBM Plex Mono',monospace;font-size:13px;color:#a7aed6}
.foot-col a:hover{color:#eef0ff;text-decoration:none}
.rg-line{margin:0 0 20px;font-size:14px;max-width:760px}
.age-strip{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;border-left:3px solid #5e6eff;background:#1f2546;padding:12px 16px}
.age-strip .a{font-family:'IBM Plex Mono',monospace;font-size:13px;color:#eef0ff;font-weight:500}
.age-strip .b{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#6f77a8}

/* ---------- mobile bar ---------- */
.mobile-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:30;background:#121731;border-top:1px solid #2a3160;padding:10px 20px;align-items:center;justify-content:space-between;gap:12px}
.mobile-bar .mb-name{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:20px;color:#eef0ff;line-height:1.2}
.mobile-bar .mb-sub{font-family:'IBM Plex Mono',monospace;font-size:10.5px;color:#6f77a8}
.mobile-bar .btn{font-size:16px;padding:12px 28px;border-radius:6px;min-height:44px;display:flex;align-items:center}

@media(max-width:1099px){
  .main-nav{display:none}
}
@media(max-width:759px){
  .main-nav,.cta-note{display:none}
  .chapter{padding:44px 0}
  .ch-num{flex:1 0 100%;font-size:44px}
  .mobile-bar{display:flex}
  body{padding-bottom:76px}
}
