.page-static{
  display:flex;
  flex-direction:column;
  gap:24px;
  min-height:70vh;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.page-static.page-learning{
  align-items:stretch;
  justify-content:flex-start;
  text-align:left;
  position:relative;
  min-height:100vh;
  padding:32px 0 64px;
  font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  color:#e5e7eb;
}

[data-theme="light"] .page-static.page-learning,
[data-theme="light"] .page-static.page-learning .static-title,
[data-theme="light"] .page-static.page-learning .learning-subtitle,
[data-theme="light"] .page-static.page-learning .learning-tag,
[data-theme="light"] .page-static.page-learning .learning-hero-title,
[data-theme="light"] .page-static.page-learning .learning-stat-value,
[data-theme="light"] .page-static.page-learning .learning-inline,
[data-theme="light"] .page-static.page-learning .learning-finger,
[data-theme="light"] .page-static.page-learning .static-content strong{
  color:#000;
}
.page-static.page-learning::before,
.page-static.page-learning::after{
  display:none;
}
.page-static .static-hero{
  max-width:640px;
  padding:24px;
  border-radius:20px;
  background:var(--t-card-bg);
  border:1px solid var(--t-card-border);
  box-shadow:var(--t-shadow-lg);
}
.page-static.page-learning .static-hero{
  max-width:900px;
  padding:0;
  border-radius:0;
  background:transparent;
  border:none;
  box-shadow:none;
}
.page-static.page-learning .static-content{
  max-width:900px;
  margin:0 auto;
}
.page-static .static-title{
  margin:0 0 8px;
  font-size:clamp(1.8rem, 3vw, 2.4rem);
}
.page-static.page-learning .static-title{
  font-size:clamp(2.2rem, 4vw, 3.2rem);
}
.page-static .static-subtitle{
  margin:0;
  color:var(--muted);
  font-size:0.95rem;
}
.page-static .static-keywords{
  margin:6px 0 12px;
  color:rgba(255,255,255,0.75);
  font-size:0.85rem;
  letter-spacing:0.14em;
  text-transform:uppercase;
}
.page-static.page-learning .learning-subtitle{
  margin:0 0 12px;
  color:var(--muted);
  font-size:1.2rem;
}
.page-static.page-learning .learning-tag{
  margin:0 0 6px;
  text-transform:uppercase;
  letter-spacing:0.12em;
  font-size:0.85rem;
  color:var(--muted);
}

/* Learning Page Design */
.page-static.page-learning{
  min-height:100vh;
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:60px 24px 100px;
  display:flex;
  flex-direction:column;
  gap:60px;
}

.learning-hero{
  display:flex;
  flex-direction:column;
  gap:20px;
  max-width:900px;
}

.learning-hero-label{
  font-size:0.75rem;
  font-weight:700;
  letter-spacing:0.15em;
  text-transform:uppercase;
  color:#3b82f6;
}

.learning-hero-title{
  font-size:clamp(1.5rem, 3.5vw, 2rem);
  font-weight:800;
  line-height:1.3;
  letter-spacing:-0.02em;
  margin:0;
  color:#ffffff;
}

.learning-hero-desc{
  font-size:1rem;
  line-height:1.6;
  color:rgba(226,232,240,0.8);
  margin:0;
}

.learning-stats{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  gap:20px;
  width:100%;
}

.learning-stat-card{
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:16px;
  padding:32px 24px;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.learning-stat-value{
  font-size:2.5rem;
  font-weight:800;
  color:#ffffff;
  line-height:1;
}

.learning-stat-label{
  font-size:0.875rem;
  color:rgba(226,232,240,0.6);
  line-height:1.4;
}

/* Modern Learning Page Design */
.page-static.page-learning-modern{
  min-height:100vh;
  width:100%;
  padding:80px 0 100px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:80px;
  background:none;
}

.page-static.page-learning-iframe{
  min-height:100vh;
  width:100%;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:0;
}

.learning-page-iframe{
  width:100%;
  min-height:100vh;
  border:none;
  display:block;
}

.learning-hero-modern{
  text-align:center;
  max-width:1000px;
  width:100%;
  padding:60px 24px 40px;
}

.learning-hero-title{
  font-size:clamp(2.4rem, 8vw, 5rem);
  font-weight:900;
  line-height:0.92;
  letter-spacing:0.02em;
  margin:0 0 40px;
  color:#ffffff;
  text-transform:none;
}

.learning-hero-title-accent{
  display:block;
  background:#3b82f6;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  background-size:200% 200%;
  animation:gradient-shift 8s ease infinite;
}

@keyframes gradient-shift{
  0%, 100%{background-position:0% 50%;}
  50%{background-position:100% 50%;}
}

.learning-hero-subtitle{
  font-size:clamp(1.05rem, 2.2vw, 1.35rem);
  line-height:1.6;
  color:rgba(226,232,240,0.75);
  max-width:720px;
  margin:0 auto;
  font-weight:400;
}

.learning-features-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:20px;
  max-width:1100px;
  width:100%;
}

.learning-feature-card{
  background:rgba(15,23,42,0.6);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:20px;
  padding:36px 32px;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position:relative;
  overflow:hidden;
  box-shadow:0 8px 32px rgba(0,0,0,0.2);
}

.learning-feature-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:rgba(59,130,246,0.6);
  opacity:0;
  transition:opacity 0.3s ease;
}

.learning-feature-card:hover{
  transform:translateY(-4px);
  border-color:rgba(59,130,246,0.3);
  box-shadow:0 20px 40px rgba(0,0,0,0.3);
}

.learning-feature-card:hover::before{
  opacity:1;
}

.learning-feature-title{
  font-size:1.25rem;
  font-weight:700;
  color:#f8fafc;
  margin:0 0 12px;
  letter-spacing:-0.01em;
}

.learning-feature-text{
  font-size:0.95rem;
  line-height:1.65;
  color:rgba(226,232,240,0.8);
  margin:0;
}

.learning-keyboard-showcase{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  padding:40px 24px;
}

.learning-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:18px 48px;
  margin:0 auto;
  font-size:1.1rem;
  font-weight:700;
  color:#ffffff;
  background:#3b82f6;
  border:none;
  border-radius:16px;
  text-decoration:none;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:0 8px 24px rgba(59,130,246,0.3);
  position:relative;
  overflow:hidden;
}

.learning-cta-btn::before{
  content:'';
  position:absolute;
  inset:0;
  background:#60a5fa;
  opacity:0;
  transition:opacity 0.3s ease;
}

.learning-cta-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 32px rgba(59,130,246,0.4);
}

.learning-cta-btn:hover::before{
  opacity:1;
}

.learning-cta-btn:active{
  transform:translateY(0);
}

.learning-section-title{
  font-size:clamp(1.8rem, 4vw, 2.5rem);
  font-weight:800;
  color:#f8fafc;
  margin:0 0 20px;
  letter-spacing:-0.02em;
  text-align:center;
}

.learning-section-desc{
  font-size:1.05rem;
  line-height:1.7;
  color:rgba(226,232,240,0.8);
  max-width:800px;
  margin:0 auto 32px;
  text-align:center;
}

.learning-content-section{
  width:100%;
  max-width:900px;
  margin:0 auto;
  padding:48px 32px;
  background:rgba(255,255,255,0.02);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,0.06);
  border-radius:28px;
  box-shadow:0 20px 50px rgba(0,0,0,0.3);
}

.learning-content-section-compact{
  padding:36px 32px;
}

/* Learning page: no background blocks behind text content */
.page-static.page-learning .learning-content-section,
.page-static.page-learning .learning-section,
.page-static.page-learning .learning-panel,
.page-static.page-learning .learning-plan-card,
.page-static.page-learning .learning-milestone,
.page-static.page-learning .learning-feature-card,
.page-static.page-learning .learning-stat-card{
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

.learning-section-desc-left{
  text-align:left;
  margin:0 0 24px;
}

.learning-tips-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:16px;
  font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.learning-tips-list li{
  position:relative;
  padding-left:32px;
  font-size:1.05rem;
  line-height:1.65;
  color:rgba(226,232,240,0.85);
}

.learning-tips-list li::before{
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(59,130,246,0.15);
  border:1px solid rgba(59,130,246,0.3);
  border-radius:6px;
  color:#60a5fa;
  font-weight:700;
  font-size:0.9rem;
}

.learning-mistakes-list li::before{
  content:'✕';
  background:rgba(239,68,68,0.1);
  border-color:rgba(239,68,68,0.3);
  color:#f87171;
}

.learning-plan-section{
  width:100%;
  max-width:1000px;
}

.learning-plan-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:20px;
  margin-top:32px;
}

.learning-plan-card{
  background:rgba(15,23,42,0.5);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:18px;
  padding:28px 24px;
  transition:all 0.3s ease;
}

.learning-plan-card:hover{
  transform:translateY(-4px);
  border-color:rgba(59,130,246,0.3);
  box-shadow:0 12px 30px rgba(0,0,0,0.3);
}

.learning-plan-phase{
  font-size:0.85rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color:rgba(96,165,250,0.9);
  margin-bottom:12px;
}

.learning-plan-week{
  font-size:0.85rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color:rgba(96,165,250,0.9);
  margin-bottom:12px;
}

.learning-plan-goal{
  font-size:1.25rem;
  font-weight:700;
  color:#f8fafc;
  margin:0 0 12px;
}

.learning-plan-desc{
  font-size:0.95rem;
  line-height:1.6;
  color:rgba(226,232,240,0.75);
  margin:0;
}

@media (max-width:768px){
  .page-static.page-learning-modern{
    padding:60px 16px 80px;
    gap:60px;
  }
  .learning-hero-modern{
    padding:40px 12px 20px;
  }
  .learning-hero-title{
    margin-bottom:24px;
  }
  .learning-features-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .learning-feature-card{
    padding:24px 20px;
  }
  .learning-keyboard-showcase{
    padding:24px 16px;
    border-radius:24px;
  }
  .learning-content-section{
    padding:32px 20px;
    border-radius:20px;
  }
  .learning-section-title{
    font-size:1.6rem;
    margin-bottom:16px;
  }
  .learning-tips-list{
    gap:14px;
  }
  .learning-tips-list li{
    font-size:0.98rem;
    padding-left:28px;
  }
  .learning-plan-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .learning-plan-card{
    padding:20px 18px;
  }
  .learning-cta-btn{
    width:100%;
    max-width:400px;
    padding:16px 32px;
  }
}
.learning-layout{
  display:flex;
  flex-direction:column;
  gap:36px;
  padding:40px 0 80px;
  width:min(960px, calc(100% - 48px));
  margin:0 auto;
}
.learning-hero{
  text-align:center;
  background:transparent;
  backdrop-filter:none;
  border:none;
  box-shadow:none;
  border-radius:0;
  padding:0;
  max-width:980px;
  margin:0 auto;
}
@media (max-width: 720px){
  .learning-layout{
    width:calc(100% - 32px);
    gap:24px;
    padding:24px 0 48px;
  }
  .learning-hero,
  .learning-section,
  .learning-visual{
    padding:22px;
    border-radius:24px;
  }
  .learning-title{
    font-size:clamp(2rem, 8vw, 2.8rem);
  }
}
.learning-title{
  font-size:clamp(2.5rem, 4vw, 3.8rem);
  margin:0 0 16px;
  font-weight:900;
  color:#f8fafc;
  letter-spacing:-.03em;
}
.learning-overview{
  margin:0 auto;
  max-width:780px;
  color:rgba(226,232,240,.72);
  line-height:1.6;
  font-size:15px;
}
.learning-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.learning-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:10px 16px;
  border-radius:14px;
  border:1px solid rgba(59,130,246,.45);
  background:rgba(59,130,246,.12);
  color:#eff6ff;
  font-weight:700;
  transition:background .18s ease, border-color .18s ease, transform .12s ease, color .18s ease;
  text-decoration:none;
}
.learning-btn:hover{
  background:rgba(59,130,246,.18);
  border-color:rgba(59,130,246,.55);
}
.learning-btn--ghost{
  background:rgba(15,23,42,.5);
  border-color:rgba(148,163,184,.35);
  color:#dbeafe;
}
.learning-btn--ghost:hover{
  background:rgba(30,41,59,.62);
  border-color:rgba(148,163,184,.55);
}
.learning-btn:active{
  transform:scale(.98);
}
.learning-section{
  padding:28px;
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 60px rgba(2,8,23,.28);
  border-radius:28px;
}
.learning-section h3{
  margin:0;
  font-size:1.6rem;
  color:#f8fafc;
}
.learning-section p{
  color:rgba(226,232,240,0.85);
  line-height:1.6;
  margin:8px 0 0;
}
.learning-section ul{
  list-style:none;
  padding:8px 0 0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.learning-section ul li{
  position:relative;
  padding-left:18px;
  color:rgba(226,232,240,0.9);
}
.learning-section ul li::before{
  content:'';
  width:8px;
  height:8px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:6px;
  background:var(--accent);
}
.learning-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 10px;
  margin:0 0 14px;
  border-radius:999px;
  border:1px solid rgba(96,165,250,.35);
  background:rgba(37,99,235,.16);
  color:#bfdbfe;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
}
.learning-hero-stats{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(3,minmax(120px,1fr));
  gap:10px;
}
.learning-stat-card{
  background:rgba(15,23,42,.56);
  border:1px solid rgba(148,163,184,.2);
  border-radius:14px;
  padding:12px;
}
.learning-stat-value{
  font-size:1.3rem;
  font-weight:900;
  color:#e2e8f0;
}
.learning-stat-label{
  margin-top:4px;
  font-size:.8rem;
  color:rgba(191,219,254,.9);
}
.learning-section--split{
  display:grid;
  grid-template-columns:repeat(2,minmax(240px,1fr));
  gap:14px;
}
.learning-panel{
  background:rgba(15,23,42,.45);
  border:1px solid rgba(148,163,184,.18);
  border-radius:16px;
  padding:16px;
}
.learning-panel h3{
  font-size:1.25rem;
}
.learning-panel ul{
  padding-top:10px;
}
.learning-panel p{
  margin-top:8px;
}
.learning-milestones{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:10px;
}
.learning-milestone{
  background:rgba(15,23,42,.56);
  border:1px solid rgba(148,163,184,.2);
  border-radius:12px;
  padding:10px 12px;
}
.learning-milestone-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.learning-milestone-level{
  font-weight:800;
  color:#e2e8f0;
}
.learning-milestone-target{
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#93c5fd;
}
.learning-milestone p{
  margin:6px 0 0;
  font-size:.92rem;
  color:rgba(226,232,240,.8);
}
.learning-plan-grid{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(2,minmax(220px,1fr));
  gap:12px;
}
.learning-plan-card{
  background:var(--t-card-bg);
  border:1px solid rgba(96,165,250,.22);
  border-radius:14px;
  padding:14px;
}
.learning-plan-card h4{
  margin:0;
  font-size:1rem;
  color:#dbeafe;
}
.learning-plan-card p{
  margin:6px 0 0;
  color:rgba(226,232,240,.86);
  font-size:.95rem;
}
.learning-rows{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.learning-rows li{
  position:relative;
  padding-left:24px;
  color:#cbd5f5;
}
.learning-rows li::before{
  content:'';
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--accent);
  position:absolute;
  left:0;
  top:6px;
}
.learning-visual{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
  padding:28px;
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 60px rgba(2,8,23,.28);
  border-radius:28px;
}
.learning-visual--keyboard{
  width:100%;
  padding:0;
  background:transparent;
  backdrop-filter:none;
  border:none;
  box-shadow:none;
}
.learning-visual--keyboard .kb-visual{
  width:100%;
  margin:0 auto;
  align-items:center;
}
.learning-visual--keyboard .kb-row{
  justify-content:center;
}
.learning-hands{
  display:flex;
  gap:20px;
  justify-content:center;
  flex-wrap:wrap;
}
.learning-hands img{
  width:170px;
  max-width:42vw;
}
.learning-keyboard{
  display:flex;
  flex-direction:column;
  gap:6px;
  background:rgba(255,255,255,.02);
  padding:14px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  width:min(460px, 90vw);
}
.learning-key-row{
  display:flex;
  justify-content:center;
  gap:6px;
}
.learning-key{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.02);
  font-size:14px;
  color:#e2e8f0;
  position:relative;
  user-select:none;
}
.learning-key__label{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:600;
}
.learning-key__secondary{
  position:absolute;
  top:4px;
  right:6px;
  font-size:10px;
  line-height:1;
  color:rgba(255,255,255,0.85);
  pointer-events:none;
  user-select:none;
}
.learning-key__secondary.learning-key__secondary--small{
  font-size:7px;
  top:4px;
}
.learning-key.finger-lp{border-color:rgba(111,208,140,0.5);background:rgba(111,208,140,0.22);}
.learning-key.finger-lr{border-color:rgba(111,208,207,0.5);background:rgba(111,208,207,0.22);}
.learning-key.finger-lm{border-color:rgba(168,140,255,0.5);background:rgba(168,140,255,0.22);}
.learning-key.finger-li{border-color:rgba(255,139,179,0.5);background:rgba(255,139,179,0.22);}
.learning-key.finger-ri{border-color:rgba(96,165,250,0.5);background:rgba(96,165,250,0.22);}
.learning-key.finger-rm{border-color:rgba(244,63,94,0.5);background:rgba(244,63,94,0.22);}
.learning-key.finger-rr{border-color:rgba(249,115,22,0.5);background:rgba(249,115,22,0.22);}
.learning-key.finger-rp{border-color:rgba(34,211,238,0.5);background:rgba(34,211,238,0.22);}
.learning-key.finger-thumb{border-color:rgba(255,211,111,0.65);background:rgba(255,211,111,0.24);}
.page-static .static-content{
  display:flex;
  flex-direction:column;
  gap:12px;
  text-align:left;
}
.page-static .static-content h3{
  margin:6px 0 0;
  font-size:1.15rem;
}
.page-static.page-learning .static-content h3{
  font-size:1.35rem;
  margin-top:14px;
}
.page-static .static-content h4{
  margin:6px 0 0;
  font-size:1rem;
}
.page-static.page-learning .static-content h4{
  font-size:1.2rem;
  margin-top:12px;
}
.page-static .static-content p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.page-static.page-learning .static-content p{
  font-size:1.1rem;
  color:var(--text);
}
.page-static .static-content strong{
  color:#ffffff;
  font-weight:700;
}
.page-static .static-content ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.6;
}
.page-static .static-content ol{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.6;
}
.page-static.page-learning .static-content ul{
  color:var(--text);
  font-size:1.1rem;
}
.page-static.page-learning .static-content ol{
  color:var(--text);
  font-size:1.1rem;
}
.page-static .static-content li{
  margin:4px 0;
}
.page-static .static-qa-question{
  font-weight:600;
  color:#f8fafc;
}
.page-static .static-qa-answer{
  margin-top:4px;
  color:var(--muted);
}
.page-static.page-learning .learning-inline{
  font-weight:600;
  color:#ffffff;
}
.page-static.page-learning .learning-finger{
  font-weight:700;
  color:#ffffff;
}
.page-static.page-learning-practice .words-area{
  min-height:200px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:12px 0 6px;
  user-select:none;
}
.page-static.page-learning-practice .text-viewport{
  width:100%;
  padding:0;
  box-sizing:border-box;
}
.page-static.page-learning-practice .text-viewport.words-mode{
  overflow:hidden;
  white-space:normal;
  height:calc(var(--line-h) * 3 + var(--row-gap) * 2 + var(--lines-viewport-extra));
}
.page-static.page-learning-practice .text-line{
  display:inline-block;
  padding-inline:clamp(8px,4vw,60px);
  transition:transform 160ms ease;
  will-change:transform;
}
.page-static.page-learning-practice .words{
  width:100%;
  max-width:none;
  display:flex;
  flex-wrap:wrap;
  gap:var(--row-gap);
  justify-content:flex-start;
  position:relative;
  margin:0 auto;
  text-align:left;
  overflow-x:visible;
  border:none;
  outline:none;
}
.page-static.page-learning-practice .word{
  display:inline-block;
  padding:4px 4px;
  background:transparent;
  border-radius:6px;
  color:var(--text);
  font-family:var(--typing-font);
  font-size:48px;
  letter-spacing:0.04em;
  line-height:var(--line-h);
  max-width:100%;
  word-break:break-word;
  overflow-wrap:anywhere;
}
.page-static.page-learning-practice .word.pending{color:var(--muted)}
.page-static.page-learning-practice .word.active{background:rgba(255,255,255,0.06)}
.page-static.page-learning-practice .word.correct{color:#b9e6b4;background:rgba(70,160,70,0.06)}
.page-static.page-learning-practice .word.wrong{color:#f08b8b;background:rgba(200,80,80,0.04)}
.page-static.page-learning-practice .char{display:inline;transition:color 120ms linear;position:relative}
.page-static.page-learning-practice .char.correct{color:#b9e6b4}
.page-static.page-learning-practice .char.wrong{color:#f08b8b}
.page-static.page-learning-practice .char.active::after{
  content:'';
  position:absolute;
  left:-1px;
  top:0;
  width:2px;
  height:100%;
  background:#8B5CF6;
  animation:blink 1s ease-in-out infinite;
}
.page-static.page-learning-practice .char.active-end::after{
  content:'';
  position:absolute;
  right:-1px;
  top:0;
  width:2px;
  height:100%;
  background:#8B5CF6;
  animation:blink 1s ease-in-out infinite;
}
.page-static.page-learning-practice .typed{
  opacity:0;
  position:fixed;
  left:-9999px;
}
.page-static.page-learning-practice .practice-keyboard-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  margin-top:12px;
  width:100%;
  pointer-events:none;
  position:relative;
  min-height:260px;
  overflow:visible;
}
.page-static.page-learning-practice .practice-intro{
  max-width:900px;
  margin:0 auto 18px;
  text-align:center;
}
.page-static.page-learning-practice .practice-title{
  margin:0 0 6px;
  font-size:clamp(2rem, 3vw, 2.6rem);
}
.page-static.page-learning-practice .practice-subtitle{
  margin:0 0 6px;
  color:var(--muted);
  font-size:1.05rem;
}
.page-static.page-learning-practice .practice-note{
  margin:0;
  color:var(--muted);
  font-size:0.95rem;
}
.page-static.page-learning-practice .practice-start-wrap{
  display:flex;
  justify-content:center;
  margin:32px 0 6px;
}
.page-static.page-learning-practice .practice-start-card{
  width:min(360px, 78vw);
  height:min(360px, 78vw);
  border-radius:50%;
  background:rgba(55,56,96,0.9);
  box-shadow:0 30px 80px rgba(10,12,24,0.65), inset 0 0 60px rgba(255,255,255,0.04);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.page-static.page-learning-practice .practice-start-step{
  font-size:42px;
  font-weight:700;
  letter-spacing:0.02em;
  color:#F8FAFC;
}
.page-static.page-learning-practice .practice-start-sub{
  font-size:16px;
  color:rgba(226,232,240,0.8);
  text-align:center;
  margin-top:-6px;
}
.page-static.page-learning-practice .practice-start-btn{
  border:0;
  padding:16px 44px;
  border-radius:999px;
  background:#E5E7EB;
  color:#0F172A;
  font-weight:700;
  letter-spacing:0.08em;
  font-size:15px;
  box-shadow:0 10px 24px rgba(15,23,42,0.35);
  cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.page-static.page-learning-practice .practice-start-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 28px rgba(15,23,42,0.4);
}
.page-static.page-learning-practice .practice-start-btn:active{
  transform:translateY(0);
  filter:brightness(0.98);
}
.page-static.page-learning-practice .practice-all-steps{
  border:0;
  background:transparent;
  color:#38BDF8;
  font-weight:700;
  letter-spacing:0.06em;
  font-family:"Space Mono", "IBM Plex Mono", "Menlo", monospace;
  cursor:pointer;
  margin-top:4px;
  text-transform:capitalize;
}
.page-static.page-learning-practice .practice-all-steps:hover{
  color:#7DD3FC;
}
.page-static.page-learning-practice .practice-steps{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:8px 0 18px;
}
.page-static.page-learning-practice .practice-step{
  background:#2a2a2a;
  color:#e6e6e6;
  border:none;
  border-radius:999px;
  padding:6px 12px;
  cursor:pointer;
  transition:transform 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.page-static.page-learning-practice .practice-step:hover{
  transform:translateY(-1px);
}
.page-static.page-learning-practice .practice-step.locked{
  opacity:0.5;
  cursor:not-allowed;
}
.page-static.page-learning-practice .practice-step.active{
  border:1px solid var(--accent);
  color:var(--accent);
}
.page-static.page-learning-practice .practice-step.done{
  border:1px solid var(--accent-2);
  color:var(--accent-2);
}
.page-static.page-learning-practice.practice-steps-hidden .practice-steps{
  display:none;
}
.page-static.page-learning-practice.practice-typing-hidden .words-area,
.page-static.page-learning-practice.practice-typing-hidden .practice-keyboard-wrap{
  display:none;
}
.page-static.page-learning-practice.practice-typing-active .practice-start-wrap,
.page-static.page-learning-practice.practice-typing-active .practice-steps,
.page-static.page-learning-practice.practice-typing-active .practice-intro{
  display:none;
}
.page-static.page-learning-practice.practice-steps-hidden .practice-intro{
  margin-bottom:40px;
}
.practice-error-modal{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(5,8,25,0.75);
  z-index:20;
  gap:24px;
  flex-direction:column;
  text-align:center;
  padding:24px;
  backdrop-filter:blur(10px);
}
.practice-error-modal.hidden{ display:none; }
.practice-error-modal .practice-error-title{
  font-size:1.4rem;
  color:#fff;
  margin:0;
}
.practice-error-modal .practice-error-copy{
  margin:0;
  color:rgba(255,255,255,0.8);
}
.practice-error-actions{
  display:flex;
  gap:12px;
}
.practice-error-actions .btn.primary{
  background:#fff;
  color:#0f172a;
}
.practice-error-actions .btn.secondary{
  background:transparent;
  border:1px solid rgba(255,255,255,0.4);
  color:#fff;
}
.practice-success-modal{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(5,8,25,0.75);
  z-index:20;
  gap:24px;
  flex-direction:column;
  text-align:center;
  padding:24px;
  backdrop-filter:blur(10px);
}
.practice-success-modal.hidden{ display:none; }
.practice-success-modal .practice-success-title{
  font-size:1.4rem;
  color:#fff;
  margin:0;
}
.practice-success-modal .practice-success-copy{
  margin:0;
  color:rgba(255,255,255,0.8);
}
.practice-success-actions{
  display:flex;
  gap:12px;
}
.practice-success-actions .btn.primary{
  background:#fff;
  color:#0f172a;
}
.practice-success-actions .btn.secondary{
  background:transparent;
  border:1px solid rgba(255,255,255,0.4);
  color:#fff;
}
@media (max-width: 720px){
  .page-static.page-learning-practice .practice-start-card{ gap:14px; }
  .page-static.page-learning-practice .practice-start-step{ font-size:34px; }
  .page-static.page-learning-practice .practice-start-btn{ padding:14px 36px; font-size:14px; }
}
.page-static.page-learning-practice .practice-lessons{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:14px;
  margin:6px 0 20px;
}
.page-static.page-learning-practice .practice-lesson-card{
  background:#151826;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:16px;
  padding:12px 14px;
  box-shadow:0 12px 26px rgba(0,0,0,0.25);
  transition:transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  cursor:pointer;
}
.page-static.page-learning-practice .practice-lesson-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,0.18);
  box-shadow:0 16px 28px rgba(0,0,0,0.35);
}
.page-static.page-learning-practice .practice-lesson-card.active{
  border-color:#8B5CF6;
  box-shadow:0 18px 34px rgba(139,92,246,0.25);
}
.page-static.page-learning-practice .practice-lesson-card.locked{
  opacity:0.45;
  cursor:not-allowed;
}
.page-static.page-learning-practice .practice-lesson-card.done{
  border-color:rgba(34,197,94,0.5);
}
.page-static.page-learning-practice .practice-lesson-group{
  font-size:0.75rem;
  text-transform:uppercase;
  letter-spacing:0.12em;
  color:var(--muted);
}
.page-static.page-learning-practice .practice-lesson-title{
  margin-top:6px;
  font-weight:700;
  font-size:1rem;
  color:var(--text);
}
.page-static.page-learning-practice .practice-lesson-body{
  margin-top:6px;
  color:var(--muted);
  font-size:0.95rem;
  line-height:1.5;
}
.page-static.page-learning-practice .practice-lesson-btn{
  margin-top:10px;
  border:1px solid rgba(255,255,255,0.15);
  background:#111423;
  color:#E5E7EB;
  border-radius:10px;
  padding:8px 12px;
  font-size:0.85rem;
  cursor:pointer;
  transition:transform 0.12s ease, border-color 0.12s ease, background-color 0.12s ease;
}
.page-static.page-learning-practice .practice-lesson-btn:hover:not(:disabled){
  border-color:#8B5CF6;
  background:rgba(139,92,246,0.14);
  transform:translateY(-1px);
}
.page-static.page-learning-practice .practice-lesson-btn:disabled{
  opacity:0.5;
  cursor:not-allowed;
}
.page-static.page-learning-practice .practice-keyboard-center{
  pointer-events:auto;
  position:relative;
  z-index:2;
}
.page-static.page-learning-practice .practice-hand{
  position:absolute;
  bottom:-10px;
  width:250px;
  z-index:3;
  filter:drop-shadow(0 18px 26px rgba(5,5,15,0.55));
  pointer-events:none;
}
.page-static.page-learning-practice .practice-hand--left{ left:calc(50% - 620px); }
.page-static.page-learning-practice .practice-hand--right{ right:calc(50% - 620px); }
.page-static.page-learning-practice .practice-hand-img{
  width:100%;
  height:auto;
  display:block;
  position:relative;
  z-index:2;
}
.page-static.page-learning-practice .practice-finger-dot{
  position:absolute;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#ffffff;
  box-shadow:none;
  transform:translate(-50%, -50%);
  opacity:0;
  z-index:3;
  pointer-events:none;
  transition:opacity .18s ease, filter .18s ease;
}
.page-static.page-learning-practice .practice-finger-dot.active{
  opacity:1;
  filter:brightness(1.5);
}
.dot-lp{ left:9%; top:17%; }
.dot-lr{ left:23%; top:2%; }
.dot-lm{ left:44.8%; top:0.9%; }
.dot-li{ left:64.8%; top:6.6%; }
.practice-hand--left .dot-thumb{ left:83.1%; top:50.3%; }

.dot-ri{ left:35.2%; top:6.6%; }
.dot-rm{ left:55.2%; top:0.9%; }
.dot-rr{ left:72.7%; top:8.3%; }
.dot-rp{ left:88.6%; top:22.7%; }
.practice-hand--right .dot-thumb{ left:16.8%; top:50.3%; }
@media (max-width: 900px){
  .page-static.page-learning-practice .practice-keyboard-wrap{
    gap:16px;
    min-height:200px;
  }
.page-static.page-learning-practice .practice-hand{
  width:200px;
  bottom:-4px;
}
.page-static.page-learning-practice .practice-hand--left{ left:calc(50% - 440px); }
.page-static.page-learning-practice .practice-hand--right{ right:calc(50% - 440px); }
.page-static.page-learning-practice .practice-finger-dot{
  width:10px;
  height:10px;
}
}
@media (max-width: 680px){
  .page-static.page-learning-practice .practice-hand{
    display:none;
  }
}
.page-static.page-learning .learning-actions{
  display:flex;
  justify-content:center;
  margin:0;
}
.page-static .static-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:4px;
}
.page-static .static-divider{
  width:100%;
  border:none;
  border-top:1px solid rgba(255,255,255,0.08);
  margin:12px 0 4px;
}

.page-static.page-article{
  align-items:flex-start;
  padding:64px clamp(20px, 4vw, 96px) 96px;
  font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.page-static.page-article .static-hero{
  display:none;
}
.article-hero{
  width:100%;
  max-width:1060px;
  background:var(--t-card-bg);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:32px;
  padding:40px;
  box-shadow:0 28px 60px rgba(4,5,16,0.75);
  font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.article-tag{
  text-transform:uppercase;
  letter-spacing:0.25em;
  font-size:0.8rem;
  color:var(--muted);
  margin:0 0 12px;
}
.article-title{
  margin:0 0 16px;
  font-size:clamp(2.4rem, 4vw, 3.6rem);
  font-weight:800;
  line-height:1.2;
}
.article-subtitle{
  margin:0 0 24px;
  font-size:1.2rem;
  line-height:1.6;
  color:rgba(229,232,240,0.85);
  font-weight:500;
}
.article-hero-highlights{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
}
.article-highlight-card{
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:16px;
  padding:16px;
  min-height:90px;
}
.article-highlight-label{
  margin:0 0 4px;
  font-size:0.75rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--muted);
}
.article-highlight-value{
  margin:0;
  font-size:0.95rem;
  color:var(--text);
  line-height:1.4;
}
.article-phase{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.article-phase-title{
  margin:0;
  font-size:1.4rem;
  font-weight:700;
}
.article-content{
  width:100%;
  max-width:1060px;
  display:flex;
  flex-direction:column;
  gap:32px;
  font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.article-section{
  background:var(--panel-alt);
  border:1px solid rgba(255,255,255,0.06);
  border-radius:28px;
  padding:30px 36px;
  box-shadow:0 22px 50px rgba(5,6,15,0.75);
  display:flex;
  flex-direction:column;
  gap:16px;
}
.article-section h3{
  margin:0;
  font-size:1.9rem;
  font-weight:700;
}
.article-paragraph{
  margin:0;
  font-size:1.15rem;
  line-height:1.7;
  color:rgba(232,236,255,0.9);
}
.article-inline-link{
  color:#82c4ff;
  font-weight:700;
  text-decoration:underline;
}
.article-inline-link:hover{text-decoration:none}
.article-gallery{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:18px;
}
.article-category-card{
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:20px;
  padding:18px;
}
.article-category-title{
  margin:0 0 4px;
  font-size:1.1rem;
  font-weight:700;
}
.article-category-range{
  margin:0;
  font-size:0.95rem;
  color:var(--accent);
  letter-spacing:0.2em;
}
.article-image-block{
  margin:10px 0 6px;
  padding:0;
  border-radius:0;
  background:transparent;
  border:none;
}
.article-image{
  display:block;
  width:100%;
  height:auto;
  border-radius:16px;
  border:none;
}
.article-image-caption{
  margin:12px 4px 0;
  font-size:0.95rem;
  line-height:1.6;
  color:rgba(226,232,240,0.72);
}
.article-bullets{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.article-bullets li{
  padding-left:22px;
  position:relative;
  font-size:1.15rem;
  color:rgba(226,232,240,0.85);
}
.article-bullets li::before{
  content:'';
  position:absolute;
  left:0;
  top:8px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--accent);
}
.article-section--stats{
  padding-bottom:28px;
}
.article-stats{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
}
.article-stat{
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.06);
  border-radius:20px;
  min-height:120px;
  padding:18px;
}
.article-stat-label{
  margin:0;
  font-size:1.1rem;
  font-weight:700;
}
.article-stat-detail{
  margin:8px 0 0;
  color:rgba(227,231,240,0.85);
  line-height:1.5;
  font-size:1rem;
}
.article-steps{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.article-steps li{
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.article-step-number{
  width:32px;
  height:32px;
  border-radius:12px;
  background:rgba(124,107,255,0.2);
  color:var(--text);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
}
.article-step-text{
  font-size:1.1rem;
  line-height:1.6;
  color:rgba(229,232,240,0.95);
}
.article-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:26px 32px;
  background:var(--t-surface);
  border-radius:24px;
  border:1px solid rgba(255,255,255,0.15);
}
.article-cta-text{
  max-width:640px;
}
.article-cta-eyebrow{
  margin:0;
  font-size:0.9rem;
  text-transform:uppercase;
  letter-spacing:0.2em;
  color:var(--muted);
}
.article-cta-copy{
  margin:6px 0 0;
  font-size:1.2rem;
  line-height:1.6;
  color:#ffffff;
}
.article-cta .btn{
  padding:16px 34px;
  font-size:1rem;
}
.article-cta-buttons{
  display:flex;
  gap:12px;
}
.page-colemak-article{
  text-align:center;
}
.page-colemak-article .article-content{
  align-items:center;
}
.colemak-article-hero{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.colemak-article-hero .article-title,
.colemak-article-hero .article-subtitle{
  max-width:860px;
}
.colemak-article-section{
  width:100%;
  text-align:center;
  align-items:center;
}
.colemak-article-section h3{
  position:relative;
  display:inline-flex;
  justify-content:center;
  text-align:center;
  padding-bottom:12px;
}
.colemak-article-section h3::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:0;
  width:72px;
  height:3px;
  border-radius:999px;
  transform:translateX(-50%);
  background:var(--t-text-primary, #f8fafc);
  opacity:.28;
}
.colemak-article-section .article-paragraph{
  max-width:820px;
  text-align:center;
}
.colemak-keyboard-section{
  padding:34px 24px;
}
.colemak-keyboard-showcase{
  max-width:980px;
  padding:26px;
  border-radius:28px;
  background:var(--t-surface, rgba(255,255,255,.035));
  border:1px solid var(--t-border, rgba(255,255,255,.08));
}
.colemak-feature-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin-top:6px;
}
.colemak-feature-card{
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px;
  border-radius:18px;
  background:var(--t-surface, rgba(255,255,255,.035));
  border:1px solid var(--t-border, rgba(255,255,255,.08));
  color:var(--t-text-primary, #f8fafc);
  line-height:1.55;
  font-weight:600;
}
.colemak-article-cta{
  width:100%;
  text-align:left;
}
[data-theme="light"] .page-colemak-article .article-subtitle,
[data-theme="light"] .page-colemak-article .article-paragraph,
[data-theme="light"] .page-colemak-article .article-cta-copy{
  color:#334155;
}
[data-theme="light"] .colemak-keyboard-showcase,
[data-theme="light"] .colemak-feature-card{
  background:rgba(255,255,255,.72);
  border-color:rgba(148,163,184,.28);
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:18px;
}
.faq-card{
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:20px;
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.faq-question{
  margin:0;
  font-size:1.1rem;
  font-weight:700;
  color:var(--text);
}
.faq-answer{
  margin:0;
  font-size:1.05rem;
  line-height:1.6;
  color:rgba(229,232,240,0.9);
}
@media (max-width:900px){
  .learning-section--split,
  .learning-plan-grid{
    grid-template-columns:1fr;
  }
  .learning-hero-stats{
    grid-template-columns:1fr;
  }
  .learning-distribution-grid{
    grid-template-columns:1fr;
  }
  .learning-distribution-label{
    min-width:150px;
    font-size:.94rem;
  }
  .learning-distribution-key{
    min-height:26px;
    padding:4px 8px;
    font-size:.8rem;
  }
  .article-hero{
    padding:32px;
  }
  .article-section{
    padding:24px;
  }
  .colemak-feature-grid{
    grid-template-columns:1fr;
  }
  .article-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:760px){
  .page-static.page-learning{
    padding:20px 0 38px;
  }
  .page-static.page-learning .static-content p,
  .page-static.page-learning .static-content ul,
  .page-static.page-learning .static-content ol{
    font-size:1rem;
    line-height:1.55;
  }
  .learning-actions{
    width:100%;
    gap:8px;
  }
  .learning-btn{
    width:100%;
    min-height:46px;
  }
  .page-static.page-learning-practice .practice-lessons{
    grid-template-columns:1fr;
    gap:10px;
  }
  .page-static.page-learning-practice .practice-step{
    min-height:38px;
  }
  .practice-error-actions,
  .practice-success-actions{
    width:100%;
    flex-direction:column;
  }
  .practice-error-actions .btn,
  .practice-success-actions .btn{
    width:100%;
  }
  .page-static.page-article{
    padding:28px 12px 52px;
    gap:18px;
  }
  .article-hero{
    border-radius:20px;
    padding:18px;
  }
  .article-title{
    font-size:clamp(1.55rem, 7.5vw, 2rem);
    line-height:1.15;
  }
  .article-subtitle{
    font-size:1rem;
    line-height:1.5;
  }
  .article-content{
    gap:16px;
  }
  .article-section{
    border-radius:18px;
    padding:16px;
    gap:10px;
  }
  .colemak-keyboard-showcase{
    padding:12px;
    border-radius:18px;
  }
  .colemak-feature-card{
    min-height:auto;
    padding:14px;
  }
  .article-section h3{
    font-size:1.3rem;
  }
  .article-paragraph,
  .article-bullets li,
  .article-step-text{
    font-size:0.98rem;
    line-height:1.55;
  }
  .article-cta{
    border-radius:16px;
    padding:16px;
    gap:12px;
  }
  .article-cta-copy{
    font-size:1rem;
    line-height:1.5;
  }
  .article-cta .btn{
    width:100%;
    padding:12px 16px;
  }
  .article-cta-buttons{
    width:100%;
    flex-direction:column;
  }
}

@media (max-width:520px){
  .learning-layout{
    width:calc(100% - 20px);
    padding:16px 0 34px;
    gap:16px;
  }
  .learning-hero,
  .learning-section,
  .learning-visual{
    padding:16px;
    border-radius:18px;
  }
  .learning-title{
    font-size:clamp(1.75rem, 9vw, 2.2rem);
    margin-bottom:10px;
  }
  .learning-overview{
    font-size:0.95rem;
  }
  .learning-kicker{
    margin-bottom:10px;
    font-size:.7rem;
  }
  .learning-panel{
    padding:12px;
    border-radius:12px;
  }
}
