:root{
      --blue:#2563eb;
      --blue-dark:#1d4ed8;
      --cyan:#14b8a6;
      --orange:#f97316;
      --yellow:#facc15;
      --navy:#0f172a;
      --text:#334155;
      --muted:#64748b;
      --soft:#f8fafc;
      --line:#e2e8f0;
      --white:#ffffff;
      --shadow:0 24px 70px rgba(15,23,42,.12);
      --radius:28px;
    }
    *{box-sizing:border-box}
    body{
      margin:0;
      font-family:'Be Vietnam Pro',sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at top left, rgba(37,99,235,.12), transparent 36%),
        radial-gradient(circle at 80% 5%, rgba(20,184,166,.13), transparent 34%),
        linear-gradient(180deg,#f8fbff 0%,#ffffff 36%,#f8fafc 100%);
    }
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}
    .container{width:min(1180px,calc(100% - 32px));margin:0 auto}
    .topbar{
      background:linear-gradient(90deg,#0f172a,#1e3a8a,#0f766e);
      color:#dbeafe;
      font-size:13px;
    }
    .topbar .inner{display:flex;justify-content:space-between;gap:18px;padding:9px 0;align-items:center}
    .topbar strong{color:#fff}
    .header{
      position:sticky;top:0;z-index:20;
      backdrop-filter:blur(18px);
      background:rgba(255,255,255,.86);
      border-bottom:1px solid rgba(226,232,240,.75);
    }
    .nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
    .nav--simple{justify-content:flex-start;gap:58px}.nav--simple .brand{margin-right:0}.nav--simple .menu{margin-left:0}
    .brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--navy);letter-spacing:-.5px;font-size:21px}
    .brand-icon{
      width:44px;height:44px;border-radius:16px;
      display:grid;place-items:center;color:#fff;font-weight:900;
      background:linear-gradient(135deg,var(--blue),var(--cyan));
      box-shadow:0 12px 32px rgba(37,99,235,.28);
    }
    .menu{display:flex;align-items:center;gap:22px;font-weight:700;font-size:14px;color:#334155}
    .menu a:hover{color:var(--blue)}
    .actions{display:flex;align-items:center;gap:10px}
    .btn{
      border:0;border-radius:999px;padding:13px 18px;font-weight:800;cursor:pointer;
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      transition:.25s ease;white-space:nowrap;font-family:inherit;
    }
    .btn-primary{color:#fff;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 16px 36px rgba(37,99,235,.25)}
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(37,99,235,.32)}
    .btn-light{background:#fff;color:var(--navy);border:1px solid var(--line)}
    .btn-orange{background:linear-gradient(135deg,#fb923c,var(--orange));color:#fff;box-shadow:0 16px 34px rgba(249,115,22,.25)}
    .mobile-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:14px;width:44px;height:44px;font-size:22px}

    .hero{padding:72px 0 38px;overflow:hidden}
    .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #dbeafe;color:#1d4ed8;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800;box-shadow:0 10px 28px rgba(15,23,42,.06)}
    h1{font-size:clamp(42px,6vw,76px);line-height:1.02;margin:18px 0 18px;color:var(--navy);letter-spacing:-3px}
    h1 span{background:linear-gradient(135deg,var(--blue),var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}
    .lead{font-size:18px;line-height:1.75;color:#475569;max-width:660px;margin:0 0 28px}
    .hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
    .search-card{
      background:rgba(255,255,255,.9);border:1px solid rgba(226,232,240,.9);border-radius:24px;
      padding:12px;display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:10px;box-shadow:var(--shadow);
    }
    .field{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:12px 14px;color:#64748b;font-size:13px}
    .field b{display:block;color:#0f172a;font-size:14px;margin-top:3px}
    .field input,.field select{display:block;width:100%;margin-top:6px;border:0;background:transparent;color:#0f172a;font:inherit;font-size:15px;font-weight:800;outline:0}.field input::placeholder{color:#0f172a;opacity:1}
    .hero-art{position:relative;min-height:540px}
    .phone{
      position:absolute;right:36px;top:10px;width:340px;border-radius:38px;padding:18px;background:#0f172a;
      box-shadow:0 38px 90px rgba(15,23,42,.32);transform:rotate(3deg);
    }
    .phone-screen{border-radius:28px;background:linear-gradient(180deg,#eff6ff,#fff);padding:18px;min-height:490px;overflow:hidden}
    .app-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:#0f172a;font-weight:900}
    .course-mini{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:14px;margin:12px 0;box-shadow:0 12px 30px rgba(15,23,42,.07)}
    .bar{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:10px}.bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan))}
    .float-card{position:absolute;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:18px;box-shadow:var(--shadow)}
    .float-card.one{left:0;top:80px;width:240px}.float-card.two{left:42px;bottom:70px;width:280px}.float-card.three{right:0;bottom:35px;width:230px}
    .float-title{color:#0f172a;font-weight:900;margin:0 0 6px}.float-card p{margin:0;color:#64748b;font-size:13px;line-height:1.55}
    .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:28px 0 0}.stat{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px}.stat b{font-size:27px;color:var(--navy)}.stat span{display:block;color:var(--muted);font-size:13px;margin-top:4px}

    section{padding:54px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.kicker{font-weight:900;color:var(--blue);font-size:13px;text-transform:uppercase;letter-spacing:.9px}.section-head h2{font-size:clamp(28px,4vw,44px);line-height:1.12;margin:8px 0 0;color:var(--navy);letter-spacing:-1.5px}.section-head p{max-width:520px;line-height:1.65;color:#64748b;margin:0}
    .category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.cat{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;transition:.25s ease;min-height:150px}.cat:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(15,23,42,.1);border-color:#bfdbfe}.icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#eff6ff;color:#1d4ed8;font-size:22px;margin-bottom:14px}.cat h3{margin:0 0 8px;color:var(--navy);font-size:17px}.cat p{margin:0;color:#64748b;font-size:13px;line-height:1.55}
    .courses{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.course{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 15px 40px rgba(15,23,42,.06)}.thumb{height:178px;background:linear-gradient(135deg,#dbeafe,#ccfbf1);position:relative;overflow:hidden}.thumb:before{content:"";position:absolute;inset:auto -20px -48px 30px;width:180px;height:180px;border-radius:50%;background:rgba(37,99,235,.18)}.thumb:after{content:"";position:absolute;right:28px;top:30px;width:100px;height:100px;border-radius:30px;background:rgba(255,255,255,.65);transform:rotate(15deg)}.badge{position:absolute;left:16px;top:16px;border-radius:999px;background:#fff;color:#1d4ed8;font-size:12px;font-weight:900;padding:7px 10px}.course-body{padding:20px}.meta{display:flex;gap:8px;flex-wrap:wrap;color:#64748b;font-size:12px;font-weight:700}.pill{border-radius:999px;background:#f1f5f9;padding:7px 9px}.course h3{color:#0f172a;margin:14px 0 10px;font-size:20px;line-height:1.35}.course p{color:#64748b;line-height:1.6;font-size:14px;margin:0 0 16px}.course-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:16px}.price{font-weight:900;color:var(--orange)}.rating{font-size:13px;color:#f59e0b;font-weight:900}
    .audiences{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.audience{border-radius:30px;padding:28px;color:#fff;min-height:260px;position:relative;overflow:hidden}.audience:after{content:"";position:absolute;right:-40px;bottom:-55px;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.18)}.audience h3{font-size:25px;margin:14px 0 12px}.audience p{line-height:1.7;color:rgba(255,255,255,.88)}.audience:nth-child(1){background:linear-gradient(135deg,#2563eb,#06b6d4)}.audience:nth-child(2){background:linear-gradient(135deg,#7c3aed,#2563eb)}.audience:nth-child(3){background:linear-gradient(135deg,#0f766e,#14b8a6)}
    .resource-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:stretch}.resource-panel{background:#0f172a;border-radius:32px;padding:30px;color:#fff;position:relative;overflow:hidden}.resource-panel:before{content:"";position:absolute;right:-70px;top:-70px;width:220px;height:220px;border-radius:50%;background:rgba(20,184,166,.26)}.resource-panel h2{font-size:34px;line-height:1.18;margin:12px 0}.resource-panel p{color:#cbd5e1;line-height:1.7}.resource-list{display:grid;gap:14px}.resource{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;display:flex;gap:16px;align-items:center}.resource .type{width:54px;height:54px;border-radius:18px;background:#eff6ff;display:grid;place-items:center;font-size:24px}.resource h3{margin:0 0 6px;color:#0f172a}.resource p{margin:0;color:#64748b;font-size:13px}
    .teachers{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.teacher{background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;text-align:center}.avatar{width:96px;height:96px;border-radius:30px;margin:0 auto 14px;background:linear-gradient(135deg,#dbeafe,#fef3c7);display:grid;place-items:center;font-size:38px}.teacher h3{margin:0 0 6px;color:#0f172a}.teacher p{margin:0;color:#64748b;font-size:13px;line-height:1.5}.verify{display:inline-flex;margin-top:12px;border-radius:999px;background:#ecfdf5;color:#047857;padding:7px 10px;font-size:12px;font-weight:900}
    .teachers .teacher{padding:24px 20px 22px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.teachers .teacher:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(15,23,42,.1);border-color:#bfdbfe}.teachers .avatar{width:132px;height:132px;border-radius:36px;margin-bottom:18px;overflow:hidden;background:#eef6ff;box-shadow:0 18px 34px rgba(37,99,235,.13)}.teachers .avatar img{width:100%;height:100%;object-fit:cover;display:block}.teachers .teacher h3{font-size:20px;letter-spacing:-.3px}.teachers .teacher p{font-size:14px}
    .news-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.featured-news,.news-side article{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px}.featured-news{min-height:360px;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(20,184,166,.1)),#fff}.featured-news h3{font-size:30px;line-height:1.25;color:#0f172a;margin:10px 0}.featured-news p,.news-side p{color:#64748b;line-height:1.65}.news-side{display:grid;gap:16px}.news-side h3{margin:0 0 8px;color:#0f172a;font-size:18px}.tag{display:inline-flex;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}
    .featured-news,.news-side article{overflow:hidden;padding:0}.featured-news{justify-content:stretch;background:#fff}.news-card-body{padding:22px}.featured-news .news-card-body{padding:24px 28px 28px}.news-media{display:block;overflow:hidden;background:#eaf6ff}.news-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.news-media--featured{height:300px}.news-side .news-media{height:170px}.featured-news:hover .news-media img,.news-side article:hover .news-media img{transform:scale(1.035)}.news-side article{display:grid;grid-template-columns:1fr;align-items:stretch}.news-side .news-card-body{padding:20px}.news-side .tag{margin-bottom:8px}.news-side article{min-height:0}.news-side h3{font-size:20px;line-height:1.28}
    .policy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.policy{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px}.policy h3{margin:0 0 8px;color:#0f172a}.policy p{font-size:13px;line-height:1.6;color:#64748b;margin:0}
    .cta{padding:44px 0 74px}.cta-box{border-radius:38px;padding:42px;background:linear-gradient(135deg,#1d4ed8,#0f766e);color:#fff;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;box-shadow:0 30px 80px rgba(37,99,235,.28)}.cta-box h2{font-size:38px;margin:0 0 12px;letter-spacing:-1.3px}.cta-box p{margin:0;color:#dbeafe;line-height:1.7;max-width:700px}
    footer{background:#0f172a;color:#cbd5e1;padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:28px}.footer-brand{color:#fff;font-weight:900;font-size:24px;margin-bottom:14px}.footer-grid p{line-height:1.7;margin:0;color:#94a3b8}.footer-grid h3{color:#fff;font-size:15px;margin:0 0 14px}.footer-grid a{display:block;margin:10px 0;color:#cbd5e1;font-size:14px}.footer-grid a:hover{color:#fff}.copyright{border-top:1px solid rgba(148,163,184,.18);margin-top:34px;padding-top:22px;display:flex;justify-content:space-between;gap:16px;color:#94a3b8;font-size:13px}
    @media(max-width:1024px){.menu,.actions{display:none}.mobile-toggle{display:block}.hero-grid,.resource-wrap,.news-grid,.cta-box{grid-template-columns:1fr}.hero-art{min-height:520px}.category-grid{grid-template-columns:repeat(3,1fr)}.courses,.audiences{grid-template-columns:1fr 1fr}.teachers,.policy-grid{grid-template-columns:repeat(2,1fr)}.search-card{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}}
    @media(max-width:680px){.topbar{display:none}.hero{padding-top:42px}h1{letter-spacing:-1.8px}.lead{font-size:16px}.search-card,.category-grid,.courses,.audiences,.teachers,.policy-grid,.footer-grid,.stats{grid-template-columns:1fr}.phone{right:0;width:300px}.float-card.one{display:none}.float-card.two{left:0;bottom:40px}.float-card.three{right:0;bottom:0}.section-head{display:block}.copyright{display:block;line-height:1.8}.cta-box{padding:28px}.cta-box h2{font-size:28px}}
  
/* WordPress integration */
.header.scrolled{box-shadow:0 4px 24px rgba(15,23,42,.08)}
.menu.is-open{display:flex;position:absolute;left:16px;right:16px;top:86px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start;z-index:30}
.admin-bar .header{top:32px}.screen-reader-text{position:absolute;left:-9999px}.wp-caption{max-width:100%}.aligncenter{margin-left:auto;margin-right:auto}.btn-full{width:100%}.form-message{display:none;margin:12px 0;padding:10px 12px;border-radius:14px;font-size:14px}.form-message.success{display:block;background:#ecfdf5;color:#047857}.form-message.error{display:block;background:#fef2f2;color:#b91c1c}.hp-field{position:absolute;left:-9999px}.reg-form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow);color:var(--text)}.reg-form h3{margin-top:0;color:var(--navy)}.reg-form label{display:grid;gap:6px;font-weight:700;color:var(--navy);margin:10px 0}.reg-form input,.reg-form select,.reg-form textarea{border:1px solid var(--line);border-radius:14px;padding:12px 14px;font:inherit}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin-bottom:18px}.archive-hero,.single-post-hero,.single-course-hero,.page-body,.single-post-body,.single-course-content,.archive-content{padding:54px 0}.cards-grid,.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card,.post-card,.course-card,.teacher-card{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 15px 40px rgba(15,23,42,.06)}.card-thumb{height:178px;background:linear-gradient(135deg,#dbeafe,#ccfbf1);display:grid;place-items:center;color:#1d4ed8;font-weight:900}.card-thumb img{width:100%;height:100%;object-fit:cover}.card-body{padding:20px}.card-body h3{color:#0f172a;margin:12px 0 10px}.card-body p{color:#64748b}.meta-pill{display:inline-flex;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:7px 10px;font-size:12px;font-weight:900}.gddt-pagination{display:flex;justify-content:center;gap:8px;margin-top:32px}.gddt-pagination a,.gddt-pagination span{display:grid;place-items:center;min-width:40px;height:40px;border-radius:10px;border:1px solid var(--line);background:#fff}.empty-state{text-align:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:40px}.site-logo img{max-height:44px;width:auto}.teacher-avatar{width:96px;height:96px;border-radius:30px;margin:0 auto 14px;background:linear-gradient(135deg,#dbeafe,#fef3c7);display:grid;place-items:center;overflow:hidden}.teacher-avatar img{width:100%;height:100%;object-fit:cover}.avatar-fallback{font-weight:900;color:var(--blue)}
.reg-form,
.reg-form *,
.gddt-form-box,
.gddt-form-box * {
  box-sizing: border-box;
}
.reg-form {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.reg-form form,
.reg-form label,
.form-row {
  min-width: 0;
}
.reg-form input,
.reg-form select,
.reg-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.form-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.teacher-card .teacher-avatar {
  width: 132px;
  height: 132px;
  border-radius: 36px;
  box-shadow: 0 18px 34px rgba(37,99,235,.13);
}
.teacher-card .teacher-avatar img {
  display: block;
}
@media(max-width:782px){.admin-bar .header{top:46px}}
@media(max-width:1024px){.cards-grid,.archive-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.cards-grid,.archive-grid,.form-row{grid-template-columns:1fr}.menu.is-open{top:72px}}

/* Professional CPT archives */
.archive-page {
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, .11), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(20, 184, 166, .12), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #fff 34%, #f8fafc 100%);
}
.archive-pro-hero {
  padding: 64px 0 42px;
  overflow: hidden;
}
.archive-pro-hero--dark,
.archive-pro-hero--center {
  background: linear-gradient(135deg, rgba(15, 23, 42, .96), rgba(30, 58, 138, .92), rgba(15, 118, 110, .88));
  color: #fff;
}
.archive-pro-hero--dark .breadcrumb,
.archive-pro-hero--center .breadcrumb,
.archive-pro-hero--dark .breadcrumb a,
.archive-pro-hero--center .breadcrumb a {
  color: rgba(255, 255, 255, .75);
}
.archive-pro-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
}
.archive-pro-hero h1 {
  max-width: 820px;
  margin: 16px 0;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.05;
  letter-spacing: -2px;
}
.archive-pro-hero p {
  max-width: 690px;
  margin: 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}
.archive-pro-hero--dark p,
.archive-pro-hero--center p {
  color: rgba(255, 255, 255, .78);
}
.archive-pro-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.archive-pro-metrics {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 30px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.archive-pro-hero--dark .archive-pro-metrics,
.archive-pro-hero--center .archive-pro-metrics {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .18);
}
.archive-pro-metrics div {
  display: grid;
  gap: 2px;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}
.archive-pro-hero--dark .archive-pro-metrics div,
.archive-pro-hero--center .archive-pro-metrics div {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .14);
}
.archive-pro-metrics strong {
  color: var(--navy);
  font-size: 28px;
  line-height: 1.1;
}
.archive-pro-hero--dark .archive-pro-metrics strong,
.archive-pro-hero--center .archive-pro-metrics strong {
  color: #fff;
}
.archive-pro-metrics span {
  color: var(--muted);
  font-size: 13px;
}
.archive-pro-hero--dark .archive-pro-metrics span,
.archive-pro-hero--center .archive-pro-metrics span {
  color: rgba(255, 255, 255, .74);
}
.archive-pro-body {
  padding: 42px 0 74px;
}
.archive-pro-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.archive-pro-filter {
  position: sticky;
  top: 104px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}
.filter-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.filter-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  letter-spacing: -.2px;
}
.filter-head a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}
.filter-select {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--navy);
  font-weight: 800;
  font-size: 13px;
}
.filter-select select,
.archive-top-filter select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
  background: #f8fafc;
  color: #334155;
  font: inherit;
  font-weight: 700;
}
.archive-pro-main {
  min-width: 0;
}
.archive-pro-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 20px;
}
.archive-pro-toolbar h2 {
  margin: 5px 0 0;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.8px;
}
.archive-pro-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
}
.archive-pro-grid {
  display: grid;
  gap: 20px;
}
.archive-pro-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.archive-pro-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.archive-top-filter {
  display: grid;
  grid-template-columns: 1fr 1fr auto auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 26px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
}
.archive-top-filter label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 800;
  font-size: 13px;
}
.resource-pro-list {
  display: grid;
  gap: 14px;
}
.resource-pro-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.resource-pro-card:hover,
.center-pro-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 24px 58px rgba(15, 23, 42, .11);
}
.resource-pro-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eff6ff, #ccfbf1);
  font-size: 28px;
}
.resource-pro-meta,
.resource-pro-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.resource-pro-card h3 {
  margin: 8px 0 6px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.35;
}
.resource-pro-card p {
  margin: 0 0 12px;
  color: var(--muted);
}
.resource-pro-foot a {
  color: var(--blue);
}
.center-pro-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(15, 23, 42, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.center-pro-logo {
  height: 148px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #dbeafe, #ccfbf1);
}
.center-pro-logo img {
  max-width: 130px;
  max-height: 86px;
  object-fit: contain;
}
.center-pro-logo span {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background: #fff;
  color: var(--blue);
  font-weight: 900;
  font-size: 24px;
}
.center-pro-body {
  padding: 20px;
}
.center-pro-body h3 {
  margin: 12px 0 8px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.3;
}
.center-pro-body p {
  min-height: 48px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}
.center-pro-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .archive-pro-hero__grid,
  .archive-pro-layout {
    grid-template-columns: 1fr;
  }
  .archive-pro-filter {
    position: static;
  }
  .archive-pro-grid--3,
  .archive-pro-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .archive-pro-hero {
    padding: 42px 0 30px;
  }
  .archive-pro-hero h1 {
    letter-spacing: -1.2px;
  }
  .archive-pro-metrics,
  .archive-top-filter,
  .archive-pro-toolbar {
    grid-template-columns: 1fr;
    display: grid;
  }
  .archive-pro-grid--3,
  .archive-pro-grid--4,
  .resource-pro-card {
    grid-template-columns: 1fr;
  }
  .resource-pro-icon {
    width: 56px;
    height: 56px;
  }
}

/* Professional static pages */
.static-page {
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, .1), transparent 30%),
    radial-gradient(circle at 86% 4%, rgba(20, 184, 166, .12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #fff 34%, #f8fafc 100%);
}
.static-hero {
  padding: 48px 0 12px;
}
.static-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 860px);
  gap: 0;
  align-items: start;
}
.static-hero h1 {
  max-width: 820px;
  margin: 16px 0;
  color: var(--navy);
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.04;
  letter-spacing: -2px;
}
.static-hero p {
  max-width: 720px;
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}
.static-hero-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 30px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.static-hero-card strong {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
}
.static-hero-card span {
  color: var(--muted);
  line-height: 1.65;
}
.static-body {
  padding: 12px 0 76px;
}
.static-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.static-content-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 20px 56px rgba(15, 23, 42, .08);
}
.static-content {
  padding: clamp(24px, 4vw, 42px);
  color: #334155;
  font-size: 16px;
  line-height: 1.85;
}
.static-content > *:first-child {
  margin-top: 0;
}
.static-content h2 {
  margin: 34px 0 12px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -.8px;
}
.static-content h3 {
  margin: 24px 0 10px;
  color: var(--navy);
  font-size: 21px;
}
.static-content p {
  margin: 0 0 16px;
}
.static-content ul,
.static-content ol {
  display: grid;
  gap: 10px;
  margin: 16px 0 22px 22px;
  padding: 0;
}
.static-content li::marker {
  color: var(--blue);
}
.static-content a {
  color: var(--blue);
  font-weight: 800;
}
.static-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
}
.static-widget {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
}
.static-widget h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 18px;
}
.static-nav {
  display: grid;
  gap: 6px;
}
.static-nav a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 14px;
  color: #334155;
  font-weight: 800;
  font-size: 14px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.static-nav a:hover,
.static-nav a.is-active {
  color: var(--blue);
  background: #eff6ff;
  transform: translateX(2px);
}
.static-widget--cta {
  background: linear-gradient(135deg, #1d4ed8, #0f766e);
  color: #fff;
  border: 0;
}
.static-widget--cta h2 {
  color: #fff;
}
.static-widget--cta p {
  color: rgba(255, 255, 255, .82);
  line-height: 1.65;
}
.static-widget--trust {
  display: grid;
  gap: 8px;
  background: #0f172a;
  color: #fff;
  border: 0;
}
.static-widget--trust span {
  color: #67e8f9;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.static-widget--trust strong {
  line-height: 1.55;
}
.contact-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 clamp(24px, 4vw, 42px) clamp(24px, 4vw, 42px);
}
.contact-card {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f8fafc;
}
.contact-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.contact-card strong {
  color: var(--navy);
  line-height: 1.35;
}
.contact-card a {
  color: var(--blue);
  font-weight: 900;
  font-size: 14px;
}
.static-form-wrap {
  padding: 0 clamp(24px, 4vw, 42px) clamp(24px, 4vw, 42px);
}
.static-form-wrap .reg-form {
  box-shadow: none;
  background: #f8fafc;
}

@media (max-width: 1024px) {
  .static-hero__grid,
  .static-layout {
    grid-template-columns: 1fr;
  }
  .static-sidebar {
    position: static;
  }
}
@media (max-width: 760px) {
  .static-hero {
    padding: 34px 0 10px;
  }
  .static-hero h1 {
    letter-spacing: -1.2px;
  }
  .contact-panel {
    grid-template-columns: 1fr;
  }
}

/* Professional CPT single pages */
.gddt-single {
  background:
    radial-gradient(circle at 12% 2%, rgba(37, 99, 235, .1), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(20, 184, 166, .12), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #fff 36%, #f8fafc 100%);
}
.gddt-single-hero {
  padding: 48px 0 30px;
}
.gddt-single-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: end;
}
.gddt-single-hero h1 {
  max-width: 880px;
  margin: 16px 0;
  color: var(--navy);
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.05;
  letter-spacing: -1.8px;
}
.gddt-single-hero__copy > p {
  max-width: 760px;
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}
.gddt-single-tags,
.gddt-single-meta,
.gddt-single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.gddt-single-tags span,
.gddt-single-tags a,
.gddt-single-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #fff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}
.gddt-single-meta {
  margin-top: 22px;
}
.gddt-single-actions {
  margin-top: 24px;
}
.gddt-single-hero__panel,
.gddt-side-card,
.gddt-single-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 20px 56px rgba(15, 23, 42, .08);
}
.gddt-single-hero__panel {
  display: grid;
  gap: 14px;
  padding: 22px;
}
.gddt-single-hero__panel strong {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.25;
}
.gddt-single-hero__panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.gddt-panel-label {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.gddt-panel-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 20px;
  background: #eff6ff;
}
.gddt-price {
  color: var(--orange) !important;
  font-size: 30px !important;
}
.gddt-single-body {
  padding: 22px 0 74px;
}
.gddt-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}
.gddt-single-content {
  overflow: hidden;
}
.gddt-content-section {
  padding: clamp(24px, 4vw, 42px);
  border-bottom: 1px solid #eef2f7;
  color: #334155;
  font-size: 16px;
  line-height: 1.85;
}
.gddt-content-section:last-child {
  border-bottom: 0;
}
.gddt-content-section h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -.8px;
}
.gddt-content-section h3 {
  margin: 20px 0 8px;
  color: var(--navy);
}
.gddt-content-section p {
  margin: 0 0 16px;
}
.gddt-content-section a {
  color: var(--blue);
  font-weight: 800;
}
.gddt-video {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin: clamp(24px, 4vw, 42px);
  border-radius: 24px;
  background: #0f172a;
}
.gddt-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.gddt-video--small {
  margin: 0;
  border-radius: 18px;
}
.gddt-single-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
}
.gddt-side-card {
  padding: 20px;
}
.gddt-side-card h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
}
.gddt-side-card p {
  color: var(--muted);
  line-height: 1.65;
}
.gddt-side-card--cta {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #1d4ed8, #0f766e);
}
.gddt-side-card--cta h2 {
  color: #fff;
}
.gddt-side-card--cta p {
  color: rgba(255, 255, 255, .84);
}
.gddt-info-list {
  display: grid;
  gap: 0;
  margin: 0;
}
.gddt-info-list div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #eef2f7;
}
.gddt-info-list div:last-child {
  border-bottom: 0;
}
.gddt-info-list dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.gddt-info-list dd {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.45;
}
.gddt-info-list a {
  color: var(--blue);
}
.gddt-related-grid,
.gddt-program-grid,
.gddt-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.gddt-related-card,
.gddt-program-card,
.gddt-check-grid div,
.gddt-lesson-list div {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f8fafc;
}
.gddt-related-card,
.gddt-program-card {
  padding: 18px;
}
.gddt-related-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.gddt-related-card h3,
.gddt-program-card h3 {
  margin: 8px 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.35;
}
.gddt-related-card p,
.gddt-program-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.gddt-check-grid div {
  position: relative;
  padding: 16px 16px 16px 42px;
  color: var(--navy);
  font-weight: 800;
}
.gddt-check-grid div:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
}
.gddt-lesson-list {
  display: grid;
  gap: 10px;
}
.gddt-lesson-list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
}
.gddt-lesson-list span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #eff6ff;
  color: var(--blue);
  font-weight: 900;
}
.gddt-lesson-list strong {
  color: var(--navy);
}
.gddt-lesson-list em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}
.gddt-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.gddt-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
}
.gddt-center-logo,
.gddt-teacher-avatar {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #dbeafe, #ccfbf1);
  color: var(--blue);
  font-size: 34px;
  font-weight: 900;
}
.gddt-center-logo img,
.gddt-teacher-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gddt-center-brand,
.gddt-teacher-card {
  justify-items: start;
}
.gddt-single-form {
  padding: 0 0 76px;
}
.gddt-form-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 34px;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 26px 70px rgba(15, 23, 42, .2);
}
.gddt-form-box h2 {
  margin: 16px 0 12px;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
}
.gddt-form-box p {
  max-width: 720px;
  color: #cbd5e1;
  line-height: 1.75;
}
.gddt-form-box .reg-form {
  box-shadow: none;
  width: 100%;
  padding: 24px 28px;
  border-radius: 28px;
}
.gddt-form-box .reg-form h3 {
  margin-bottom: 4px;
}
.gddt-form-box .reg-form .form-subtitle {
  margin: 0 0 14px;
  color: #64748b;
  line-height: 1.55;
}
.gddt-form-box .reg-form form {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px 16px;
  align-items: end;
}
.gddt-form-box .reg-form .form-message,
.gddt-form-box .reg-form input[type="hidden"],
.gddt-form-box .reg-form .hp-field {
  grid-column: 1 / -1;
}
.gddt-form-box .reg-form .form-row {
  display: contents;
}
.gddt-form-box .reg-form label {
  margin: 0;
}
.gddt-form-box .reg-form label:has(input[name="email"]),
.gddt-form-box .reg-form label:has(input[name="learning_need"]) {
  grid-column: span 2;
}
.gddt-form-box .reg-form label:has(input[name="full_name"]),
.gddt-form-box .reg-form label:has(input[name="phone"]),
.gddt-form-box .reg-form label:has(select[name="level"]),
.gddt-form-box .reg-form label:has(select[name="subject"]) {
  grid-column: span 1;
}
.gddt-form-box .reg-form label:has(textarea) {
  grid-column: span 4;
}
.gddt-form-box .reg-form textarea {
  min-height: 52px;
  resize: vertical;
}
.gddt-form-box .reg-form button[type="submit"] {
  grid-column: span 2;
  align-self: end;
  min-height: 52px;
  white-space: normal;
  line-height: 1.25;
}
.gddt-post-cover {
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #eef2f7;
}
.gddt-post-cover img {
  display: block;
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}
.gddt-post-content .gddt-content-section {
  font-size: 17px;
  line-height: 1.9;
}
.gddt-post-content .gddt-content-section > *:first-child {
  margin-top: 0;
}
.gddt-post-content .gddt-content-section ul,
.gddt-post-content .gddt-content-section ol {
  display: grid;
  gap: 10px;
  margin: 16px 0 22px 22px;
  padding: 0;
}
.gddt-post-content blockquote {
  margin: 24px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--blue);
  border-radius: 18px;
  background: #eff6ff;
  color: var(--navy);
  font-weight: 700;
}
.gddt-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 clamp(24px, 4vw, 42px) clamp(24px, 4vw, 42px);
}
.gddt-post-tags a,
.gddt-chip-list a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}
.gddt-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 clamp(24px, 4vw, 42px) clamp(24px, 4vw, 42px);
}
.gddt-post-nav a {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f8fafc;
}
.gddt-post-nav span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.gddt-post-nav strong {
  color: var(--navy);
  line-height: 1.35;
}
.gddt-chip-list,
.gddt-mini-posts {
  display: grid;
  gap: 10px;
}
.gddt-mini-posts a {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f7;
}
.gddt-mini-posts a:last-child {
  border-bottom: 0;
}
.gddt-mini-posts strong {
  color: var(--navy);
  line-height: 1.4;
}
.gddt-mini-posts span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.gddt-related-section {
  padding: 0 0 76px;
}

@media (max-width: 1024px) {
  .gddt-single-hero__grid,
  .gddt-single-layout,
  .gddt-form-box {
    grid-template-columns: 1fr;
  }
  .gddt-single-sidebar {
    position: static;
  }
  .gddt-related-grid,
  .gddt-program-grid,
  .gddt-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gddt-form-box .reg-form form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gddt-form-box .reg-form label:has(input[name="email"]),
  .gddt-form-box .reg-form label:has(input[name="learning_need"]),
  .gddt-form-box .reg-form label:has(textarea),
  .gddt-form-box .reg-form button[type="submit"] {
    grid-column: span 3;
  }
}
@media (max-width: 760px) {
  .gddt-single-hero {
    padding: 34px 0 22px;
  }
  .gddt-single-hero h1 {
    letter-spacing: -1px;
  }
  .gddt-single-hero__panel,
  .gddt-side-card {
    border-radius: 22px;
  }
  .gddt-related-grid,
  .gddt-program-grid,
  .gddt-check-grid,
  .gddt-gallery {
    grid-template-columns: 1fr;
  }
  .gddt-info-list div,
  .gddt-lesson-list div {
    grid-template-columns: 1fr;
  }
  .gddt-form-box {
    padding: 22px;
    border-radius: 26px;
  }
  .gddt-form-box .reg-form form {
    grid-template-columns: 1fr;
  }
  .gddt-form-box .reg-form label:has(input[name="email"]),
  .gddt-form-box .reg-form label:has(input[name="learning_need"]),
  .gddt-form-box .reg-form label:has(textarea) {
    grid-column: 1 / -1;
  }
  .gddt-post-nav {
    grid-template-columns: 1fr;
  }
  .news-media--featured,
  .news-side .news-media {
    height: 210px;
  }
}
