/* =============================================
   CodeToFun — ASCII Table
   Self-contained, mobile-first responsive CSS
   ============================================= */

/* --- Reset & Base --- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;color:#1e293b;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
code{font-family:"Courier New",Courier,monospace}
.container{max-width:1280px;margin:0 auto;padding:0 1rem}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.938rem;border-radius:.5rem;padding:.625rem 1.5rem;transition:all .2s ease;text-decoration:none;border:none;cursor:pointer;line-height:1.4}
a.btn-primary,button.btn-primary,.btn-primary{background:#2563eb;color:#fff}
a.btn-primary:hover,button.btn-primary:hover,.btn-primary:hover{background:#1d4ed8;color:#fff}

/* ===================== HEADER ===================== */
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.header-inner{display:flex;justify-content:space-between;align-items:center;height:4rem}
.logo{display:flex;align-items:center;gap:.75rem}
.logo-icon{background:#2563eb;padding:.5rem;border-radius:.5rem;color:#fff;display:flex;align-items:center;justify-content:center}
.logo-text{display:flex;flex-direction:column;line-height:1.2}
.logo-name{font-size:1.125rem;font-weight:700;color:#0f172a}
.logo-tagline{font-size:.75rem;color:#64748b}
.desktop-nav{display:none;align-items:center;gap:2rem}
.desktop-nav a:not(.btn){color:#475569;font-weight:500;font-size:.938rem;transition:color .2s}
.desktop-nav a:not(.btn):hover{color:#2563eb}
.desktop-nav .btn-primary,.mobile-nav .btn-primary{background:#2563eb;color:#fff}
.desktop-nav .btn-primary:hover,.mobile-nav .btn-primary:hover{background:#1d4ed8;color:#fff}
.mobile-menu-btn{display:flex;padding:.5rem;color:#475569}
.mobile-nav{display:none;flex-direction:column;gap:1rem;padding:1rem;border-top:1px solid #e2e8f0;background:#fff}
.mobile-nav.open{display:flex}
.mobile-nav a:not(.btn){color:#475569;font-weight:500;font-size:.938rem;transition:color .2s}
.mobile-nav a:not(.btn):hover{color:#2563eb}

/* ===================== FOOTER ===================== */
.site-footer{background:#0f172a;color:#94a3b8;padding:3rem 0 0}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}
.footer-brand p{color:#94a3b8;line-height:1.6;margin:1rem 0 1.5rem}
.footer-brand .logo-name{color:#fff}.footer-brand .logo-tagline{color:#94a3b8}
.follow-heading{color:#fff;font-size:.875rem;font-weight:600;margin-bottom:.75rem}
.social-links{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}
.social-links a{background:#1e293b;padding:.625rem;border-radius:.5rem;transition:background .2s;display:flex;align-items:center;justify-content:center}
.social-links a:hover{background:#334155}
.trusted-badge{display:inline-flex;align-items:center;gap:.5rem;background:#1e293b;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;border:1px solid #334155}
.trusted-badge .dot{width:.5rem;height:.5rem;border-radius:50%;background:#3b82f6}
.footer-links-col h4{color:#fff;font-size:.938rem;font-weight:600;margin-bottom:1rem}
.footer-links-col ul{display:flex;flex-direction:column;gap:.5rem}
.footer-links-col a{font-size:.875rem;transition:color .2s}
.footer-links-col a:hover{color:#60a5fa}
.footer-all-links ul{columns:2;column-gap:1.5rem}
.footer-all-links li{break-inside:avoid}
.footer-bottom{border-top:1px solid #1e293b;padding:2rem 0;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}
.footer-bottom p{font-size:.875rem;color:#94a3b8;display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;justify-content:center}
.heart-icon{vertical-align:middle}
.footer-legal-links{display:flex;gap:1.5rem;font-size:.875rem}
.footer-legal-links a{transition:color .2s}.footer-legal-links a:hover{color:#60a5fa}

/* ===================== COOKIE NOTICE ===================== */
.cookie-notice{position:fixed;bottom:0;left:0;right:0;background:#0f172a;color:#cbd5e1;padding:1rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;z-index:200;box-shadow:0 -4px 12px rgba(0,0,0,.15)}
.cookie-notice p{font-size:.813rem;text-align:center;line-height:1.5}
.cookie-notice a:not(.btn){color:#60a5fa;text-decoration:underline}
.cookie-notice .btn-primary{background:#2563eb;color:#fff}
.cookie-notice .btn-primary:hover{background:#1d4ed8;color:#fff}

/* =============================================
   ASCII TABLE PAGE
   ============================================= */
.ascii-page{background:#fff;min-height:100vh}
.ascii-body{max-width:56rem;margin:0 auto;padding:2rem 1rem}

/* --- Breadcrumb --- */
.at-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;margin-bottom:1.5rem;flex-wrap:wrap}
.at-breadcrumb a{transition:color .15s}.at-breadcrumb a:hover{color:#2563eb}
.at-breadcrumb .current{color:#0f172a;font-weight:500}
.at-breadcrumb svg{width:1rem;height:1rem;flex-shrink:0}

/* --- Title --- */
.at-title{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.2}
.at-title .hl{color:#0891b2}

/* --- Meta --- */
.at-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;font-size:.875rem;color:#64748b}
.at-meta .dot{width:.5rem;height:.5rem;border-radius:50%;background:#22c55e;margin-right:.375rem;display:inline-block}

/* --- Intro Box --- */
.intro-box{background:#ecfeff;border-left:4px solid #0891b2;padding:1.5rem;border-radius:0 .5rem .5rem 0;margin-bottom:2rem}
.intro-box h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}
.intro-box p{color:#334155;line-height:1.7;margin-bottom:.75rem}
.intro-box p:last-child{margin-bottom:0}

/* --- Section Headings --- */
.ascii-body h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}

/* --- Quick Ref --- */
.qr-grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:2.5rem}
.qr-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;border:1px solid}
.qr-card .qr-range{font-family:"Courier New",Courier,monospace;font-weight:700;font-size:.875rem;width:4rem;flex-shrink:0}
.qr-card .qr-label{font-weight:600;font-size:.875rem}
.qr-card .qr-chars{font-size:.75rem;opacity:.8;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.qr-red{background:#fef2f2;color:#b91c1c;border-color:#fecaca}
.qr-slate{background:#f8fafc;color:#475569;border-color:#e2e8f0}
.qr-amber{background:#fffbeb;color:#b45309;border-color:#fde68a}
.qr-blue{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}
.qr-green{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}
.qr-cyan{background:#ecfeff;color:#0e7490;border-color:#a5f3fc}

/* --- Converter --- */
.converter-box{background:linear-gradient(135deg,#ecfeff,#f0fdfa);border-radius:.75rem;padding:1.5rem;border:1px solid #a5f3fc;margin-bottom:2.5rem}
.conv-modes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}
.conv-mode{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:1px solid #e2e8f0;background:#fff;color:#64748b;transition:all .15s;cursor:pointer;font-family:inherit}
.conv-mode.active{background:#0891b2;color:#fff;border-color:#0891b2}
.conv-row{display:flex;flex-direction:column;gap:1rem}
.conv-input-wrap label{display:block;font-size:.875rem;font-weight:500;color:#475569;margin-bottom:.375rem}
.conv-input{width:100%;padding:.75rem 1rem;border:2px solid #67e8f9;border-radius:.5rem;text-align:center;font-size:1.5rem;font-family:"Courier New",Courier,monospace;outline:none;transition:border-color .15s}
.conv-input:focus{border-color:#0891b2}
.conv-results{display:none;grid-template-columns:1fr 1fr;gap:.75rem}
.conv-results.visible{display:grid}
.conv-card{background:#fff;border-radius:.5rem;padding:.75rem;border:1px solid #a5f3fc;text-align:center}
.conv-card .label{font-size:.75rem;color:#64748b;margin-bottom:.25rem}
.conv-card .value{font-size:1.375rem;font-weight:700;font-family:"Courier New",Courier,monospace}
.conv-card .value.v-cyan{color:#0e7490}
.conv-card .value.v-dark{color:#0f172a}
.conv-card .value.v-green{color:#15803d}
.conv-card .value.v-purple{color:#7c3aed}
.conv-desc{grid-column:1/-1;background:#fff;border-radius:.5rem;padding:.75rem;border:1px solid #a5f3fc}
.conv-desc .desc-main{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.conv-desc .cat-badge{font-size:.75rem;padding:.125rem .5rem;border-radius:9999px;font-weight:500}
.conv-desc .desc-extra{font-size:.75rem;color:#64748b;margin-top:.375rem}
.conv-desc .desc-extra code{background:#ecfeff;padding:.0625rem .375rem;border-radius:.25rem;font-size:.75rem;color:#0e7490}

/* Category badge colors */
.cat-control{background:#fee2e2;color:#b91c1c}
.cat-digit{background:#dbeafe;color:#1d4ed8}
.cat-uppercase{background:#dcfce7;color:#15803d}
.cat-lowercase{background:#cffafe;color:#0e7490}
.cat-special{background:#fef3c7;color:#b45309}

/* --- ASCII Table --- */
.search-filter-row{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}
.search-wrap{position:relative;flex:1}
.search-wrap svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#94a3b8}
.search-wrap input{width:100%;padding:.625rem 1rem .625rem 2.5rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.875rem;outline:none;transition:border-color .15s;font-family:inherit}
.search-wrap input:focus{border-color:#0891b2;box-shadow:0 0 0 2px rgba(8,145,178,.15)}
.filter-wrap{position:relative}
.filter-wrap svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#94a3b8}
.filter-wrap select{padding:.625rem 2rem .625rem 2.5rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.875rem;outline:none;background:#fff;cursor:pointer;appearance:none;font-family:inherit;width:100%}
.filter-wrap select:focus{border-color:#0891b2}
.result-count{font-size:.875rem;color:#64748b;margin-bottom:.75rem}
.result-count strong{color:#0e7490}

.ascii-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:2.5rem}
.ascii-table{width:100%;font-size:.813rem;border-collapse:collapse}
.ascii-table thead tr{background:#0891b2;color:#fff}
.ascii-table th{padding:.75rem;text-align:left;font-weight:600;white-space:nowrap}
.ascii-table td{padding:.625rem .75rem;border-bottom:1px solid #f1f5f9}
.ascii-table tbody tr:nth-child(even){background:#f8fafc}
.ascii-table tbody tr:hover{background:#ecfeff}
.ascii-table .col-dec{font-family:"Courier New",Courier,monospace;font-weight:700;color:#0f172a}
.ascii-table .col-hex{font-family:"Courier New",Courier,monospace;color:#15803d}
.ascii-table .col-oct{font-family:"Courier New",Courier,monospace;color:#64748b}
.ascii-table .col-bin{font-family:"Courier New",Courier,monospace;color:#7c3aed;font-size:.75rem}
.ascii-table .col-char{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;padding:.125rem .5rem;border-radius:.25rem;font-family:"Courier New",Courier,monospace;font-weight:700;font-size:.875rem}
.ascii-table .col-desc{color:#475569;font-size:.75rem}
.char-control{background:#fef2f2;color:#b91c1c}
.char-digit{background:#eff6ff;color:#1d4ed8}
.char-upper{background:#f0fdf4;color:#15803d}
.char-lower{background:#ecfeff;color:#0e7490}
.char-special{background:#fffbeb;color:#b45309}
.no-results{text-align:center;padding:3rem;color:#94a3b8}
.no-results svg{width:2rem;height:2rem;margin:0 auto .5rem;opacity:.5}

/* --- Facts --- */
.facts-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}
.fact-card{border-radius:.75rem;padding:1.25rem;border:2px solid}
.fact-card h4{font-weight:700;color:#0f172a;margin-bottom:.5rem;font-family:"Courier New",Courier,monospace;font-size:.875rem}
.fact-card p{font-size:.875rem;color:#475569;line-height:1.6}
.fact-green{background:#f0fdf4;border-color:#86efac}
.fact-blue{background:#eff6ff;border-color:#93c5fd}
.fact-purple{background:#f5f3ff;border-color:#c4b5fd}
.fact-amber{background:#fffbeb;border-color:#fcd34d}

/* --- Visual Grid --- */
.vis-grid-wrap{background:#0f172a;border-radius:.75rem;padding:1.25rem;overflow-x:auto;margin-bottom:2.5rem}
.vis-grid{display:grid;grid-template-columns:repeat(16,1fr);gap:.25rem;min-width:500px}
.vis-cell{border-radius:.375rem;padding:.25rem;text-align:center;cursor:default;transition:opacity .15s}
.vis-cell:hover{opacity:.85}
.vis-cell .vc-dec{font-size:.625rem;color:#94a3b8;font-family:"Courier New",Courier,monospace}
.vis-cell .vc-char{font-size:1.125rem;font-weight:700;font-family:"Courier New",Courier,monospace}
.vc-digit{background:rgba(30,64,175,.35)}.vc-digit .vc-char{color:#60a5fa}
.vc-upper{background:rgba(21,128,61,.3)}.vc-upper .vc-char{color:#4ade80}
.vc-lower{background:rgba(14,116,144,.35)}.vc-lower .vc-char{color:#22d3ee}
.vc-symbol{background:rgba(180,83,9,.3)}.vc-symbol .vc-char{color:#fbbf24}
.vc-space{background:#334155}.vc-space .vc-char{color:#64748b}
.vc-del{background:rgba(185,28,28,.3)}.vc-del .vc-char{color:#f87171}
.vis-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;font-size:.75rem}
.vis-legend span{display:flex;align-items:center;gap:.375rem}
.vis-legend .lg-box{width:.75rem;height:.75rem;border-radius:.25rem}

/* --- Code Examples --- */
.code-section{margin-bottom:3rem}
.code-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.code-num{width:2rem;height:2rem;border-radius:50%;background:#0891b2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}
.code-block{background:#0f172a;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.15);margin-bottom:1rem}
.code-block-bar{background:#1e293b;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #334155}
.code-block-bar .dots{display:flex;gap:.375rem}
.code-block-bar .dots span{width:.75rem;height:.75rem;border-radius:50%}
.code-block-bar .file-name{color:#94a3b8;font-size:.813rem;margin-left:.75rem}
.code-copy-btn{display:flex;align-items:center;gap:.375rem;color:#94a3b8;font-size:.813rem;background:none;border:none;cursor:pointer;transition:color .15s;font-family:inherit}
.code-copy-btn:hover{color:#fff}
.code-copy-btn svg{width:1rem;height:1rem}
.code-block pre{padding:1rem;overflow-x:auto;font-size:.813rem;color:#cbd5e1;font-family:"Courier New",Courier,monospace;line-height:1.7;white-space:pre}
.try-btn{display:inline-flex;align-items:center;gap:.5rem;background:#0891b2;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;transition:background .15s;border:none;cursor:pointer;font-family:inherit;margin-bottom:1rem}
.try-btn:hover{background:#0e7490}
.try-btn svg{width:1rem;height:1rem}
.output-box{display:none;border:2px solid #e2e8f0;border-radius:.5rem;overflow:hidden;margin-bottom:1rem}
.output-box.visible{display:block}
.output-box-bar{background:#f1f5f9;padding:.5rem 1rem;border-bottom:1px solid #e2e8f0;font-size:.875rem;font-weight:500;color:#64748b}
.output-box pre{padding:1rem;font-size:.813rem;font-family:"Courier New",Courier,monospace;color:#15803d;background:#f0fdf4;line-height:1.6;white-space:pre-wrap;border:1px solid #bbf7d0;border-radius:.375rem;margin:1rem}
.explain-box{background:#f8fafc;border-radius:.5rem;padding:1.5rem;border:1px solid #e2e8f0}
.explain-box h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}
.explain-list{display:flex;flex-direction:column;gap:.75rem}
.explain-list li{display:flex;flex-direction:column;gap:.25rem;color:#475569}
.explain-list code{display:inline-block;background:#e2e8f0;padding:.125rem .5rem;border-radius:.25rem;font-size:.813rem;color:#0e7490;white-space:nowrap}

/* --- Comparison Table --- */
.compare-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:2.5rem}
.compare-table{width:100%;font-size:.813rem;border-collapse:collapse}
.compare-table thead tr{background:#1e293b;color:#fff}
.compare-table th{padding:.75rem 1rem;text-align:left;font-weight:600}
.compare-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9}
.compare-table tbody tr:nth-child(even){background:#f8fafc}
.compare-table .feat-col{font-weight:500;color:#0f172a}

/* --- Takeaways --- */
.takeaways-box{background:#ecfeff;border-left:4px solid #0891b2;padding:1.5rem;border-radius:0 .5rem .5rem 0;margin-bottom:2.5rem}
.takeaways-box h4{font-weight:600;color:#0f172a;margin-bottom:.75rem}
.takeaways-box ul{display:flex;flex-direction:column;gap:.5rem}
.takeaways-box li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#334155;line-height:1.6}
.takeaways-box li .bullet{color:#0891b2;font-weight:700;margin-top:.125rem;flex-shrink:0}
.takeaways-box code{background:#cffafe;padding:.0625rem .375rem;border-radius:.25rem;font-size:.813rem;color:#0e7490}

/* --- Practice --- */
.practice-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}
.practice-card{background:linear-gradient(135deg,#f8fafc,#ecfeff);padding:1.25rem;border-radius:.5rem;border:1px solid #e2e8f0;transition:border-color .15s}
.practice-card:hover{border-color:#67e8f9}
.practice-card .pc-row{display:flex;align-items:flex-start;gap:.75rem}
.practice-card .pc-num{width:1.75rem;height:1.75rem;border-radius:50%;background:#0891b2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.813rem;font-weight:700;flex-shrink:0}
.practice-card h4{font-weight:600;color:#0f172a;margin-bottom:.25rem;font-size:.938rem}
.practice-card p{font-size:.813rem;color:#64748b;line-height:1.6}

/* --- FAQ --- */
.faq-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}
.faq-item{border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;text-align:left;font-weight:500;color:#0f172a;font-size:.938rem;background:none;border:none;cursor:pointer;transition:background .15s;font-family:inherit}
.faq-q:hover{background:#f8fafc}
.faq-q svg{width:1.25rem;height:1.25rem;color:#94a3b8;flex-shrink:0}
.faq-a{display:none;padding:0 1.25rem 1rem;color:#64748b;line-height:1.7;border-top:1px solid #f1f5f9;padding-top:.75rem;font-size:.875rem}
.faq-item.open .faq-a{display:block}

/* --- CTA Banner --- */
.cta-banner{background:linear-gradient(to right,#0891b2,#0d9488);border-radius:.75rem;padding:1.5rem;color:#fff;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;margin-bottom:2.5rem}
.cta-banner .cta-icon{width:4rem;height:4rem;background:rgba(255,255,255,.2);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cta-banner .cta-icon svg{width:2rem;height:2rem}
.cta-banner h3{font-size:1.25rem;font-weight:700}
.cta-banner p{font-size:.875rem;color:#ccfbf1}
.cta-banner a{background:#fff;color:#0e7490;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:background .15s;flex-shrink:0}
.cta-banner a:hover{background:#ecfeff}

/* --- Coffee --- */
.coffee-section{background:linear-gradient(to right,#fffbeb,#fff7ed);border:1px solid #fde68a;border-radius:.75rem;padding:1.5rem;text-align:center;margin-bottom:2.5rem}
.coffee-section svg{width:2rem;height:2rem;color:#d97706;margin:0 auto .75rem}
.coffee-section h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}
.coffee-section p{font-size:.875rem;color:#64748b;margin-bottom:1rem}
.coffee-section a{display:inline-flex;align-items:center;gap:.5rem;background:#f59e0b;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:background .15s;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.coffee-section a:hover{background:#d97706}
.coffee-section a svg{width:1rem;height:1rem}

/* =============================================
   RESPONSIVE
   ============================================= */
@media(min-width:640px){
  .at-title{font-size:2.25rem}
  .qr-grid{grid-template-columns:1fr 1fr}
  .conv-row{flex-direction:row;align-items:flex-start}
  .conv-results{grid-template-columns:repeat(4,1fr)}
  .facts-grid{grid-template-columns:1fr 1fr}
  .practice-grid{grid-template-columns:1fr 1fr}
  .search-filter-row{flex-direction:row}
  .explain-list li{flex-direction:row;align-items:flex-start;gap:.75rem}
  .cta-banner{flex-direction:row;text-align:left}
}

@media(min-width:768px){
  .desktop-nav{display:flex}
  .mobile-menu-btn{display:none}
  .footer-grid{grid-template-columns:2fr 1fr 1fr}
}

@media(min-width:1024px){
  .footer-grid{grid-template-columns:2fr 1fr 1fr 2fr}
  .footer-all-links ul{columns:3}
}
