/* DTDesk homepage - modern theme */
.home-wrap{max-width:1140px;margin:0 auto;padding:0 18px 48px}
  .home-section{padding:56px 0;border-bottom:1px solid #e2e8f0}
  .home-section:last-child{border-bottom:0}
  .home-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin:0 0 10px}
  .home-title{margin:0 0 12px;font-size:clamp(32px,6vw,54px);line-height:1.08}
  .home-subtitle{margin:0 0 24px;color:#334155;max-width:760px;line-height:1.75}
  .hero-outcome{margin:-10px 0 22px;color:#1e3a8a;font-weight:700;max-width:780px}
  .cta-row{display:flex;gap:12px;flex-wrap:wrap}
  .cta-main,.cta-alt{
    display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:12px;
    padding:12px 16px;font-weight:700;border:1px solid transparent
  }
  .cta-main{background:#0b5cff;color:#fff}
  .cta-main:hover{background:#1d4ed8}
  .cta-alt{background:#fff;color:#0f172a;border-color:#cbd5e1}
  .proof-row{margin-top:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}
  .proof-chip{border:1px solid #dbeafe;background:#eff6ff;border-radius:10px;padding:10px 12px;font-size:14px;color:#1e3a8a;font-weight:600}
  .stats-grid{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
  .stat-card{border:1px solid #dbeafe;background:#f8fbff;border-radius:14px;padding:16px}
  .stat-value{display:flex;align-items:flex-end;gap:4px;font-size:34px;font-weight:800;color:#0f172a;line-height:1}
  .stat-value small{font-size:18px;color:#2563eb}
  .stat-label{margin-top:8px;color:#475569;font-size:14px;line-height:1.5}
  .logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:18px}
  .logo-card{
    display:flex;align-items:center;justify-content:center;min-height:92px;padding:14px;
    border:1px solid #e2e8f0;background:#fff;border-radius:14px
  }
  .logo-card img{max-width:100%;max-height:44px;object-fit:contain;filter:grayscale(1)}
  .logo-card span{font-weight:700;color:#334155;text-align:center}
  .testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:18px}
  .testimonial-card{border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:16px}
  .testimonial-stars{font-size:14px;letter-spacing:.08em;color:#f59e0b;font-weight:700}
  .testimonial-card blockquote{margin:10px 0 12px;color:#334155;line-height:1.7}
  .testimonial-person{display:flex;align-items:center;gap:12px}
  .testimonial-avatar{width:48px;height:48px;border-radius:999px;object-fit:cover;border:1px solid #dbeafe}
  .testimonial-meta strong{display:block}
  .testimonial-meta span{font-size:13px;color:#64748b}

  .split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .list-card{border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:16px}
  .list-card h3{margin:0 0 8px}
  .list-card p{margin:0;color:#475569;line-height:1.65}
  .list-card ul{margin:8px 0 0 20px;color:#334155;line-height:1.65}

  .offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .offer-card{border:1px solid #dbeafe;background:#f8fbff;border-radius:14px;padding:16px;display:flex;flex-direction:column}
  .offer-card h3{margin:0 0 8px;font-size:20px}
  .offer-card p{margin:0 0 14px;color:#334155;line-height:1.65}
  .offer-card a{margin-top:auto}

  .case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}
  .case-card{
    border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:18px;position:relative;overflow:hidden
  }
  .case-card::before{
    content:'';
    position:absolute;top:0;right:0;
    width:80px;height:80px;
    background:linear-gradient(135deg,#dbeafe,transparent);
    opacity:.5;
  }
  .case-card h3{margin:0 0 6px;position:relative;z-index:1}
  .case-badge{
    display:inline-flex;gap:6px;margin:0 0 12px;position:relative;z-index:1
  }
  .case-badge span{
    font-size:11px;font-weight:700;background:#eef2ff;color:#1e3a8a;border:1px solid #c7d2fe;border-radius:6px;padding:3px 8px;text-transform:uppercase;letter-spacing:.05em
  }
  .case-meta{
    margin:0 0 10px;font-size:14px;color:#475569;position:relative;z-index:1
  }
  .case-block{margin:10px 0;position:relative;z-index:1}
  .case-block strong{display:block;margin-bottom:4px}
  .case-block p{margin:0;color:#334155;line-height:1.62}
  .case-link{display:inline-flex;margin-top:14px;font-weight:700;color:#1d4ed8;text-decoration:none;position:relative;z-index:1}
  .case-link:hover{text-decoration:underline}
  .metric-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;position:relative;z-index:1}
  .metric-pill{border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}

  .portfolio-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .portfolio-box{border:1px solid #e2e8f0;border-radius:14px;padding:14px;background:#fff}
  .portfolio-box h3{margin:0 0 8px}
  .portfolio-note{font-size:13px;color:#64748b;margin:0 0 10px}
  .portfolio-list{margin:0;padding-left:20px;color:#334155;line-height:1.6}

  .process-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
  .process-step{border:1px solid #dbeafe;background:#f8fbff;border-radius:12px;padding:14px}
  .process-step span{display:block;font-size:12px;font-weight:700;color:#1d4ed8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
  .process-step h3{margin:0 0 6px;font-size:17px}
  .process-step p{margin:0;color:#475569;font-size:14px;line-height:1.55}

  .founder-card{border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:18px}
  .founder-head{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:8px}
  .founder-photo{width:84px;height:84px;border-radius:999px;object-fit:cover;border:2px solid #dbeafe}
  .founder-meta{min-width:220px}
  .founder-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}
  .founder-links a{font-size:13px;text-decoration:none;color:#1d4ed8;font-weight:700}
  .founder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}
  .founder-point{border:1px solid #dbeafe;background:#f8fbff;border-radius:10px;padding:10px}
  .founder-point strong{display:block;margin-bottom:4px}

  .audit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .audit-list{margin:0;padding-left:20px;color:#334155;line-height:1.7}
  .proof-card{border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:16px}
  .proof-card p{margin:0 0 10px;color:#334155;line-height:1.6}
  .proof-chip-row{display:flex;flex-wrap:wrap;gap:8px}
  .proof-chip-row span{border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}

  .proof-badges{
    display:flex;flex-wrap:wrap;gap:10px;margin-top:14px
  }
  .proof-badge{
    display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#0f172a;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:8px 12px
  }

  .by-numbers-section{
    background:linear-gradient(135deg,#f0f9ff,#f5f3ff);
    border-radius:14px;padding:42px;margin:32px 0;
    border:1px solid #dbeafe
  }
  .by-numbers-grid{
    display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:16px
  }
  .by-number-item{
    text-align:center
  }
  .by-number-item .number{
    font-size:42px;font-weight:800;color:#1e3a8a;margin-bottom:6px;line-height:1
  }
  .by-number-item .label{
    color:#475569;font-size:14px;line-height:1.6
  }

  .faq-item{
    border-bottom:1px solid #e2e8f0;padding-bottom:12px;margin-bottom:12px
  }
  .faq-item:last-child{
    border-bottom:none
  }
  .faq-item summary{
    cursor:pointer;padding:12px 0;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px;user-select:none;line-height:1.55
  }
  .faq-item summary::before{
    content:'▶';display:inline-block;transition:transform .2s ease;margin-right:4px;font-size:14px
  }
  .faq-item[open] summary::before{
    transform:rotate(90deg)
  }
  .faq-item summary:hover{
    color:#1d4ed8
  }
  .faq-item p{
    margin:12px 0 0 28px;color:#475569;line-height:1.7
  }
  .faq-category{
    display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;background:#f0fdf4;color:#166534;border:1px solid #86efac;border-radius:4px;padding:2px 6px;margin-right:8px
  }
  .proof-badges{
    display:flex;flex-wrap:wrap;gap:10px;margin-top:14px
  }
  .proof-badge{
    display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#0f172a;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:8px 12px
  }
  .proof-badge::before{
    content:attr(data-icon);font-size:18px
  }
  
  .by-numbers-section{
    background:linear-gradient(135deg,#f0f9ff,#f5f3ff);
    border-radius:14px;padding:42px;margin:32px 0;
    border:1px solid #dbeafe
  }
  .by-numbers-grid{
    display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:16px
  }
  .by-number-item{
    text-align:center
  }
  .by-number-item .number{
    font-size:42px;font-weight:800;color:#1e3a8a;margin-bottom:6px;line-height:1
  }
  .by-number-item .label{
    color:#475569;font-size:14px;line-height:1.6
  }
  @media (max-width:980px){
    .by-numbers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  }
  @media (max-width:720px){
    .by-numbers-grid{grid-template-columns:1fr}
    .by-numbers-section{padding:28px 16px}
  }
  
  .faq-item{
    border-bottom:1px solid #e2e8f0;padding-bottom:12px;margin-bottom:12px
  }
  .faq-item:last-child{
    border-bottom:none
  }
  .faq-item summary{
    cursor:pointer;padding:12px 0;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px;user-select:none;line-height:1.55
  }
  .faq-item summary::before{
    content:'▶';display:inline-block;transition:transform .2s ease;margin-right:4px;font-size:14px
  }
  .faq-item[open] summary::before{
    transform:rotate(90deg)
  }
  .faq-item summary:hover{
    color:#1d4ed8
  }
  .faq-item p{
    margin:12px 0 0 28px;color:#475569;line-height:1.7
  }
  .faq-category{
    display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;background:#f0fdf4;color:#166534;border:1px solid #86efac;border-radius:4px;padding:2px 6px;margin-right:8px
  }
  .proof-diagram{
    margin:12px 0;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .proof-stage{
    border:1px solid #cbd5e1;
    border-radius:12px;
    padding:10px;
    background:#f8fafc;
  }
  .proof-stage h4{
    margin:0 0 8px;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:#1e3a8a;
  }
  .proof-stage ul{
    margin:0;
    padding-left:18px;
    color:#334155;
    font-size:13px;
    line-height:1.55;
  }
  .proof-caption{
    font-size:12px;
    color:#475569;
  }
  .proof-visual{
    margin:12px 0;
    border:1px solid #dbeafe;
    border-radius:12px;
    background:#ffffff;
    overflow:hidden;
  }
  .proof-visual img{
    display:block;
    width:100%;
    height:auto;
    background:#f8fafc;
  }
  .proof-visual figcaption{
    padding:10px 12px;
    font-size:12px;
    color:#475569;
    border-top:1px solid #e2e8f0;
  }
  .proof-visual-cta{
    margin-top:8px;
  }

  .faq-list{display:grid;gap:10px}
  .faq-item{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:0}
  .faq-item summary{cursor:pointer;list-style:none;padding:14px 16px;font-weight:700;color:#0f172a}
  .faq-item summary::-webkit-details-marker{display:none}
  .faq-item p{margin:0;padding:0 16px 16px;color:#475569;line-height:1.6}

  .cta-band{
    margin-top:20px;border:1px solid #bfdbfe;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#f8fafc);
    padding:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap
  }
  .cta-band p{margin:0;color:#1e3a8a;font-weight:600}

  .contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:14px}
  .contact-card{border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:16px}
  .contact-card p{margin:0 0 8px;line-height:1.6;color:#334155}
  .contact-trust{margin:14px 0 8px;padding:10px 12px;border-radius:10px;background:#eff6ff;color:#1e3a8a;font-weight:700}
  .contact-response{font-size:14px;color:#475569}
  .contact-quick{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
  .contact-quick a{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:10px;text-decoration:none;border:1px solid #cbd5e1;color:#0f172a;font-weight:700}
  .contact-quick a:hover{background:#f8fafc}
  .audit-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .audit-form .full{grid-column:1 / -1}
  .audit-form label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#0f172a;font-weight:600}
  .audit-form input,.audit-form textarea,.audit-form select{
    width:100%;padding:10px 11px;border-radius:10px;border:1px solid #cbd5e1;font:inherit;color:#0f172a;background:#fff
  }
  .audit-form textarea{min-height:120px;resize:vertical}
  .audit-form button{justify-self:start}
  .flash-note{
    margin:0 0 12px;padding:10px 12px;border-radius:10px;
    background:#ecfdf3;border:1px solid #86efac;color:#166534;font-weight:600
  }
  .proof-badges .proof-badge{
    background:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:8px 12px
  }
  
  @media (max-width:980px){
    .offer-grid,.split-grid,.case-grid,.portfolio-split,.contact-grid,.audit-grid{grid-template-columns:1fr}
    .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .proof-diagram{grid-template-columns:1fr}
    .proof-badges{gap:8px}
    .proof-badge{font-size:12px;padding:6px 10px}
  }
  @media (max-width:720px){
    .audit-form{grid-template-columns:1fr}
    .process-grid{grid-template-columns:1fr}
    .home-section{padding:42px 0}
    .home-wrap{padding:0 14px 38px}
  }

/* === Modern enhancements === */
#home.home-section{
  position:relative;
  padding:72px 0 64px;
  border-bottom:none;
  overflow:hidden;
}
#home.home-section::before{
  content:"";position:absolute;inset:-40px -20px 0;
  background:
    radial-gradient(900px 500px at 0% 0%, rgba(59,91,255,.18), transparent 60%),
    radial-gradient(700px 420px at 100% 10%, rgba(20,184,255,.14), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,250,255,.98));
  border:1px solid rgba(219,227,255,.9);
  border-radius:24px;
  z-index:0;
  box-shadow:0 24px 60px rgba(27,48,142,.08);
}
#home.home-section > *{position:relative;z-index:1}

.home-title{
  font-weight:800;
  letter-spacing:-.03em;
  background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 55%,#2563eb 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
html[data-theme="dark"] .home-title{
  background:linear-gradient(135deg,#f8fafc 0%,#bfdbfe 55%,#60a5fa 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.home-section h2{
  font-size:clamp(26px,4vw,38px);
  font-weight:800;
  letter-spacing:-.02em;
  line-height:1.15;
  margin:0 0 20px;
}

.cta-main{
  background:linear-gradient(135deg,#3b5bff,#14b8ff);
  box-shadow:0 14px 30px rgba(38,76,255,.28);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.cta-main:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(38,76,255,.34);
  filter:saturate(1.08);
  text-decoration:none;
}
.cta-alt{
  backdrop-filter:blur(8px);
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.cta-alt:hover{
  transform:translateY(-1px);
  border-color:#93c5fd;
  background:#f8fbff;
  text-decoration:none;
}

.stat-card,.offer-card,.case-card,.list-card,.testimonial-card,.founder-card,.contact-card,.portfolio-box{
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.stat-card:hover,.offer-card:hover,.case-card:hover,.list-card:hover,.testimonial-card:hover,.contact-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 40px rgba(15,23,42,.08);
}

.offer-card{
  border-top:3px solid transparent;
  background:
    linear-gradient(#f8fbff,#fff) padding-box,
    linear-gradient(135deg,#3b5bff,#14b8ff) border-box;
}
.offer-card h3{color:#0f172a}

.case-card{border-left:4px solid #3b5bff}

.process-step{position:relative}
.process-step::after{
  content:"";position:absolute;top:22px;right:-8px;width:16px;height:2px;background:linear-gradient(90deg,#93c5fd,transparent);
}
.process-step:last-child::after{display:none}

.proof-badge{
  background:rgba(255,255,255,.85)!important;
  border:1px solid #dbeafe!important;
  border-radius:999px!important;
  box-shadow:0 6px 18px rgba(59,91,255,.08);
  font-weight:600!important;
  color:#1e3a8a!important;
}

.by-numbers-section{
  background:linear-gradient(135deg,#0f172a,#1e3a8a 55%,#2563eb)!important;
  border:none!important;
  color:#fff;
  box-shadow:0 24px 50px rgba(15,23,42,.22);
}
.by-numbers-section .home-kicker{color:#93c5fd}
.by-numbers-section h2{color:#fff}
.by-number-item .number{color:#fff!important;font-size:48px}
.by-number-item .label{color:#dbeafe!important}

.logo-card:hover img{filter:grayscale(0)!important;transform:scale(1.04)}
.logo-card img{transition:filter .25s ease, transform .25s ease}

.faq-item{
  border:1px solid #e2e8f0!important;
  border-radius:14px!important;
  padding:0!important;
  margin-bottom:10px!important;
  background:#fff;
  overflow:hidden;
}
.faq-item[open]{border-color:#93c5fd!important;box-shadow:0 10px 28px rgba(59,91,255,.08)}

.cta-band{
  background:linear-gradient(135deg,#eff6ff,#ecfeff)!important;
  border:1px solid #bfdbfe!important;
}

.contact-quick a:hover{background:#eff6ff!important;border-color:#93c5fd!important}

@media (max-width:980px){
  .process-step::after{display:none}
  #home.home-section{padding:52px 0 48px}
}

/* Hero split + responsive + compact cases */
.home-wrap{
  width:100%!important;
  max-width:var(--site-max, min(1440px, calc(100vw - 32px)))!important;
  padding-left:var(--site-pad, clamp(16px,3vw,40px))!important;
  padding-right:var(--site-pad, clamp(16px,3vw,40px))!important;
  box-sizing:border-box;
}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(260px,.85fr);
  gap:clamp(20px,4vw,48px);
  align-items:center;
}
.hero-copy{min-width:0}
.hero-visual{display:flex;align-items:center;justify-content:center;min-height:260px}
.hero-visual img{width:100%;max-width:540px;height:auto;display:block;filter:drop-shadow(0 24px 48px rgba(30,58,138,.12))}

.logos-strip{display:flex;flex-wrap:wrap;gap:14px;margin-top:20px}
.logos-strip .logo-card{flex:1 1 150px;max-width:210px;min-height:72px}
.logos-strip .logo-card img{max-height:38px;filter:none!important}

.case-grid-compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:16px}
.case-card-compact .case-icon{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(135deg,#eff6ff,#ecfeff);font-size:20px;margin-bottom:4px
}
.case-card-compact .case-block:nth-child(n+2):nth-last-child(n+2){display:none}
.case-card-compact .case-block strong{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#64748b}
.case-card-compact .case-block p{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  font-size:14px;line-height:1.55;margin:0
}
.case-card-compact h3{font-size:18px;margin:0 0 4px}
.case-card-compact .case-meta{font-size:13px;margin:0 0 8px}
.case-card-compact .case-link{font-size:14px;margin-top:8px}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{order:-1;min-height:180px}
  .hero-visual img{max-width:400px}
}
@media (max-width:640px){
  .proof-row,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cta-row{flex-direction:column}
  .cta-row a{width:100%;text-align:center;box-sizing:border-box}
  .logos-strip .logo-card{flex:1 1 calc(50% - 7px);max-width:none}
  .proof-badges{display:grid;grid-template-columns:1fr 1fr;gap:8px}
}
@media (max-width:420px){
  .proof-row,.stats-grid,.proof-badges{grid-template-columns:1fr}
}


/* Full-bleed layout patch */
:root{
  --site-max:100%;
  --site-pad:clamp(16px,4vw,48px);
}

#home.home-section::before{
  inset:0!important;
  border-radius:0!important;
  border-left:none!important;
  border-right:none!important;
}

.site-header{padding:0!important}
.site-header .header-bar{
  width:calc(100% - 24px)!important;
  max-width:none!important;
  margin:8px 12px!important;
  border-radius:16px!important;
}

/* Compact case cards - show outcome only */
.case-card-compact .case-block{display:none!important}
.case-card-compact .case-block:last-of-type{display:block!important}
.case-card-compact .case-meta:last-of-type{display:none}

/* Mobile header CTA */
@media (max-width:520px){
  .nav-right .btn-quote{font-size:10px;padding:.4rem .5rem;max-width:110px}
  .theme-toggle{padding:.35rem .5rem}
}
