/* Scoped to the CGTuto homepage. Zibll article/account/admin layouts stay native. */
body.cgth-home {
  --cgth-ink:#34313a; --cgth-muted:#85818c; --cgth-accent:#706278;
  --cgth-mist:#f7f6f8; --cgth-line:#e9e7ed; --cgth-ice:#f3f1f6;
  --cgth-content-max:clamp(1360px,calc(100vw - 160px),1640px);
  color:var(--cgth-ink); background:#fff; padding-top:0!important;
  font-family:"PingFang SC","Microsoft YaHei UI","Microsoft YaHei",sans-serif;
  -webkit-font-smoothing:antialiased;
}
.cgth-home .cgth-shell{width:calc(100% - 64px);max-width:var(--cgth-content-max);margin-inline:auto}
.cgth-home [hidden]{display:none!important}
.cgth-home .cgth-icon{width:21px;height:21px;flex-shrink:0;vertical-align:middle}
.cgth-home .cgth-icon,.cgth-home .cgth-icon *{fill:none!important}
.cgth-home a{color:inherit}
.cgth-home :is(a,button,input,summary):focus-visible{outline:2px solid var(--cgth-accent);outline-offset:4px}
.cgth-home .cgth-skip{position:absolute;left:20px;top:-80px;z-index:10000;background:#fff;padding:12px}
.cgth-home .cgth-skip:focus{top:12px}
.cgth-home :is(.cgth-header,.cgth-shell,.cgth-footer) a{text-decoration:none}
.cgth-home button{font:inherit;cursor:pointer}
.cgth-home .cgth-announcement{height:30px;display:flex;align-items:center;justify-content:center;background:#f5f4f7;color:#817889;font-size:11px;position:relative}
.cgth-home .cgth-announcement>a{position:absolute;right:max(32px,calc((100% - var(--cgth-content-max))/2));font-size:11px}
.cgth-home .cgth-header{position:relative;z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid #efede8}
.cgth-home .cgth-header-inner{display:flex;align-items:center;gap:32px;min-height:88px}
.cgth-home .cgth-brand{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font:700 23px "Arial",sans-serif;letter-spacing:-1px}
.cgth-home .cgth-brand-g{color:var(--cgth-accent);font-size:43px;font-weight:800;line-height:1;font-style:italic;letter-spacing:-5px;margin-right:5px}
.cgth-home .cgth-brand-color{color:var(--cgth-accent)}
.cgth-home .cgth-brand-image{display:block;width:150px;height:40px;object-fit:contain}
.cgth-home .cgth-nav{display:flex;gap:26px;margin-left:16px;align-self:stretch;align-items:center;font-size:13px;white-space:nowrap}
.cgth-home .cgth-nav>a{position:relative;padding:32px 0}
.cgth-home .cgth-nav>a[aria-current=page]{color:var(--cgth-accent);font-weight:700}
.cgth-home .cgth-nav>a[aria-current=page]:after{content:"";height:2px;background:var(--cgth-accent);position:absolute;bottom:18px;inset-inline:0}
.cgth-home .cgth-search{margin-left:auto;display:flex;align-items:center;background:var(--cgth-mist);border:1px solid #eeece7;border-radius:8px;width:260px;min-width:170px;height:40px}
.cgth-home .cgth-search input{border:0;background:transparent;box-shadow:none;padding:10px 0 10px 14px;min-width:0;width:100%;font-size:12px;color:var(--cgth-ink);height:100%}
.cgth-home .cgth-search input::placeholder{color:#918c82}
.cgth-home .cgth-search button{background:none;border:0;padding:8px 12px;color:#756e62}
.cgth-home .cgth-account{display:flex;align-items:center;gap:16px}
.cgth-home .cgth-icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border:1px solid var(--cgth-line);background:#fff;border-radius:50%;color:var(--cgth-ink);font-size:20px}
.cgth-home .cgth-account>.cgth-icon-button{border:0}
.cgth-home .cgth-button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--cgth-accent);color:#fff;border:1px solid var(--cgth-accent);border-radius:6px;min-height:44px;padding:10px 22px;line-height:1.5;font-size:13px;font-weight:500;white-space:nowrap;transition:background .18s,border-color .18s}
.cgth-home .cgth-button:hover{background:#5d5065;border-color:#5d5065;color:#fff}
.cgth-home .cgth-member{gap:8px;padding:9px 16px;min-height:40px;font-size:12px}
.cgth-home .cgth-member .cgth-icon{width:17px;height:17px}
.cgth-home .cgth-menu-toggle,.cgth-home .cgth-mobile-menu{display:none}
.cgth-home .cgth-hero{position:relative;margin:0;overflow:hidden;background:#fff}
.cgth-home .cgth-hero-inner{display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:24px;min-height:clamp(460px,34vw,570px);padding-block:28px}
.cgth-home .cgth-hero-copy{padding:34px 0 44px;min-width:0}
.cgth-home .cgth-eyebrow{font-size:11px;letter-spacing:.8px;margin:0 0 18px;font-weight:500;color:var(--cgth-muted)}
.cgth-home .cgth-hero h1{font-size:clamp(34px,3.3vw,52px);line-height:1.35;letter-spacing:-1.5px;font-weight:750;margin:0 0 24px;color:var(--cgth-ink)}
.cgth-home .cgth-hero-description{font-size:14px;line-height:1.9;margin:0 0 28px;color:#716c77}
.cgth-home .cgth-hero-description span{display:block}
.cgth-home .cgth-hero-actions{display:flex;align-items:center;gap:24px}
.cgth-home .cgth-hero-secondary{font-size:12px;font-weight:500}
.cgth-home .cgth-hero-note{font-size:11px;line-height:1.8;color:var(--cgth-muted);margin:16px 0 0}
.cgth-home .cgth-hero-visual{min-width:0;position:relative}
.cgth-home .cgth-hero-stage{position:relative;height:clamp(320px,29vw,460px);isolation:isolate}
.cgth-home .cgth-hero-scene{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity 1.2s ease-in-out;display:block}
.cgth-home .cgth-hero-scene.is-active{opacity:1}
.cgth-home .cgth-hero-scene img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.cgth-home .cgth-hero-controls{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:4px;min-height:40px}
.cgth-home .cgth-hero-controls button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:7px 12px;border:0;border-radius:6px;background:transparent;color:#8a8290;font-size:11px;line-height:1.4}
.cgth-home .cgth-hero-controls button:hover{background:var(--cgth-mist)}
.cgth-home .cgth-hero-controls [aria-pressed=true]{color:var(--cgth-accent)}
.cgth-home .cgth-hero-dot{width:5px;height:5px;border-radius:50%;background:#d8d3dd}
.cgth-home .cgth-hero-controls [aria-pressed=true] .cgth-hero-dot{background:var(--cgth-accent)}
.cgth-home .cgth-hero-controls .cgth-hero-autoplay{width:40px;padding:8px;margin-left:3px;color:var(--cgth-accent)}
.cgth-home .cgth-hero-autoplay .cgth-icon{width:16px;height:16px}
.cgth-home .cgth-hero-autoplay.is-paused .cgth-icon{display:none}
.cgth-home .cgth-hero-autoplay.is-paused:after{content:"";width:0;height:0;border-block:5px solid transparent;border-left:7px solid currentColor;margin-left:2px}
.cgth-home .cgth-software{margin-top:20px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr)) 1.15fr;background:#fff;border:1px solid var(--cgth-line);border-radius:10px;min-height:90px;padding:16px 6px;box-shadow:0 3px 10px #22354b04;position:relative;z-index:20;scroll-margin-top:20px}
.cgth-home .cgth-software>a,.cgth-home .cgth-categories-toggle{display:flex;align-items:center;justify-content:center;gap:13px;padding:9px 10px;border-right:1px solid var(--cgth-line)}
.cgth-home .cgth-software>a:hover,.cgth-home .cgth-categories-toggle:hover{background:var(--cgth-mist);border-radius:4px}
.cgth-home .cgth-software strong{display:block;font:500 13px "Arial","Microsoft YaHei",sans-serif;color:#343430}
.cgth-home .cgth-software small{display:block;font-size:11px;margin-top:6px;color:var(--cgth-muted)}
.cgth-home .cgth-software-symbol{font:750 31px "Arial",sans-serif;line-height:1;width:30px;text-align:center;flex-shrink:0}
.cgth-home .cgth-symbol-blender{color:#e77b1f}
.cgth-home .cgth-symbol-houdini{color:#e6783b}
.cgth-home .cgth-symbol-unreal{color:#29333d;font-family:Georgia,serif}
.cgth-home .cgth-symbol-maya{color:#6096a9}
.cgth-home .cgth-symbol-substance{color:#bc5254}
.cgth-home .cgth-symbol-nuke{color:#b99332}
.cgth-home .cgth-software-symbol{font-size:0!important;width:30px;height:30px;background:currentColor;mask-position:center;mask-size:contain;mask-repeat:no-repeat}
.cgth-home .cgth-symbol-blender{mask-image:url(icons/blender.svg)}
.cgth-home .cgth-symbol-houdini{mask-image:url(icons/houdini.svg)}
.cgth-home .cgth-symbol-unreal{mask-image:url(icons/unreal.svg)}
.cgth-home .cgth-symbol-maya{mask-image:url(icons/maya.svg)}
.cgth-home .cgth-symbol-substance{background:transparent url("icons/substance.svg") center/contain no-repeat;font-size:0!important}
.cgth-home .cgth-symbol-nuke{mask-image:url(icons/nuke.svg)}
.cgth-home .cgth-categories-toggle{cursor:pointer;border:0;background:none;color:inherit;height:100%;font:inherit}
.cgth-home .cgth-categories-toggle>.cgth-icon:last-child{width:14px;height:14px;transition:transform .18s}
.cgth-home .cgth-categories-toggle[aria-expanded=true]{background:var(--cgth-mist);border-radius:6px}
.cgth-home .cgth-categories-toggle[aria-expanded=true]>.cgth-icon:last-child{transform:rotate(180deg)}
.cgth-home .cgth-category-panel{margin-top:12px;padding:22px 24px 16px;background:#faf9fb;border:1px solid var(--cgth-line);border-radius:10px}
.cgth-home .cgth-category-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.cgth-home .cgth-category-heading h2{font-size:17px;font-weight:650;margin:0;line-height:1.5}
.cgth-home .cgth-category-close{min-width:32px;min-height:32px;background:transparent;border:0}
.cgth-home .cgth-category-close .cgth-icon{width:17px;height:17px}
.cgth-home .cgth-category-groups{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}
.cgth-home .cgth-category-group h3{font-size:12px;font-weight:600;color:var(--cgth-muted);margin:0 0 12px;padding-left:7px}
.cgth-home .cgth-category-group ul{list-style:none;margin:0;padding:0}
.cgth-home .cgth-category-group li{margin:0;padding:0;list-style:none}
.cgth-home .cgth-category-group a{display:flex;align-items:center;gap:9px;min-height:39px;padding:5px 7px;border-radius:5px;font-size:12px;line-height:1.4}
.cgth-home .cgth-category-group a:hover{background:#f0edf3}
.cgth-home .cgth-category-mark{display:inline-flex;justify-content:center;align-items:center;width:26px;height:26px;flex:0 0 26px;border-radius:5px;background:#eeecf1;color:#7d7484}
.cgth-home .cgth-category-abbr{font:600 10px Arial,sans-serif}
.cgth-home .cgth-category-mark .cgth-software-symbol{width:18px;height:18px;color:inherit}

.cgth-home .cgth-category-mark .cgth-icon{width:17px;height:17px}
.cgth-home .cgth-category-footer{display:flex;align-items:center;flex-wrap:wrap;gap:14px 26px;margin-top:20px;padding:16px 7px 0;border-top:1px solid var(--cgth-line);font-size:12px}
.cgth-home .cgth-category-footer>span{color:var(--cgth-muted)}
.cgth-home .cgth-category-footer>a:hover{text-decoration:underline}
.cgth-home .cgth-software>.cgth-mobile-free{display:none}
.cgth-home .cgth-section{margin-top:42px;scroll-margin-top:20px}
.cgth-home .cgth-section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}
.cgth-home .cgth-section-heading :is(h1,h2){margin:0;font-size:23px;line-height:1.4;font-weight:700;letter-spacing:-.5px}
.cgth-home .cgth-heading-inline{display:flex;align-items:baseline;gap:22px}
.cgth-home .cgth-heading-inline>p{font-size:13px;color:var(--cgth-muted);margin:0}
.cgth-home .cgth-tabs{display:flex;gap:6px}
.cgth-home .cgth-tabs>a{padding:10px 27px;background:var(--cgth-mist);border-radius:6px;font-size:12px;min-height:40px;white-space:nowrap}
.cgth-home .cgth-tabs>a[aria-current=true]{background:var(--cgth-accent);color:#fff}
.cgth-home .cgth-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.cgth-home .cgth-card{min-width:0;border:1px solid var(--cgth-line);border-radius:8px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:transform .18s,border-color .18s,box-shadow .18s}
.cgth-home .cgth-cover{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--cgth-mist)}
.cgth-home .cgth-cover>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.cgth-home .cgth-card-body{padding:14px 14px 16px;display:flex;flex-direction:column;flex:1}
.cgth-home .cgth-card h3{font-size:15px;font-weight:600;line-height:1.55;margin:0 0 10px;min-height:3.1em}
.cgth-home .cgth-card h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.cgth-home .cgth-card-category{color:var(--cgth-muted);font-size:11px;margin:0 0 16px;line-height:1.5}
.cgth-home .cgth-card-meta{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:10px;min-height:23px;font-size:12px;font-weight:600}
.cgth-home .cgth-card-meta .meta-pay{background:none!important;color:#5c574e!important;padding:0;border:0;box-shadow:none;font-size:11px;white-space:normal;line-height:1.6}
.cgth-home .cgth-card-meta .em09{font-size:inherit}
.cgth-home .cgth-card-meta .cgth-icon{width:17px;height:17px}
.cgth-home .cgth-more{text-align:center;margin-top:26px}
.cgth-home .cgth-button-outline{background:transparent;color:#726858;border:1px solid #cfc7b9;min-width:180px}
.cgth-home .cgth-button-outline:hover{background:var(--cgth-ice);color:#5e5549;border-color:var(--cgth-accent)}
.cgth-home .cgth-directions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.cgth-home .cgth-direction{min-width:0;padding:24px;border:1px solid #eeebf1;border-radius:12px;background:#f8f7fa}
.cgth-home .cgth-direction-landscape{background:#faf8f5;border-color:#efede7}
.cgth-home .cgth-direction-effects{background:#f6f8f8;border-color:#e9eeee}
.cgth-home .cgth-direction-heading{display:flex;gap:14px;align-items:center;margin-bottom:20px}
.cgth-home .cgth-direction-icon{display:inline-flex;align-items:center;justify-content:center;color:#80728d;flex:none}
.cgth-home .cgth-direction-icon>.cgth-icon{width:28px;height:28px}
.cgth-home .cgth-direction-landscape .cgth-direction-icon{color:#99825e}
.cgth-home .cgth-direction-effects .cgth-direction-icon{color:#788d8a}
.cgth-home .cgth-direction h3{font-size:19px;line-height:1.4;margin:0 0 6px;font-weight:600}
.cgth-home .cgth-direction p{color:#817d86;font-size:12px;line-height:1.6;margin:0}
.cgth-home .cgth-direction-links{display:flex;gap:6px 14px;flex-wrap:wrap}
.cgth-home .cgth-direction-links a{display:inline-flex;align-items:center;gap:5px;min-height:36px;font-size:12px;white-space:nowrap}
.cgth-home .cgth-direction-links a>.cgth-icon{width:14px;height:14px;color:#9b96a0;transition:transform .2s}
.cgth-home .cgth-direction-links a:hover{color:var(--cgth-accent)}
.cgth-home .cgth-direction-links a:hover>.cgth-icon{transform:translateX(2px)}
.cgth-home .cgth-carousel-controls{display:flex;gap:12px}
.cgth-home .cgth-carousel-controls .cgth-icon-button{min-width:38px;min-height:38px}
.cgth-home .cgth-slide{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:center;gap:clamp(24px,3vw,48px);padding:24px;border:1px solid #efedf2;background:linear-gradient(115deg,#f6f4f8,#fcfbfd 75%);border-radius:14px}
.cgth-home .cgth-slide:not([hidden]){animation:cgth-feature-appear .35s ease-out}
@keyframes cgth-feature-appear{from{opacity:.35}to{opacity:1}}
.cgth-home .cgth-feature-cover{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;min-width:0;border-radius:9px;background:#eeebf1}
.cgth-home .cgth-feature-cover>img{display:block;height:100%;width:100%;object-fit:contain;object-position:center;border-radius:9px}
.cgth-home .cgth-feature-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:12px 20px 12px 0}
.cgth-home .cgth-feature-copy>p{font-size:12px;color:#867b8f;line-height:1.7;margin:0 0 12px}
.cgth-home .cgth-feature-copy h3{font-size:24px;font-weight:600;line-height:1.5;margin:0 0 12px}
.cgth-home .cgth-feature-copy .cgth-feature-description{font-size:13px;margin-bottom:22px;color:#827b89}
.cgth-home .cgth-feature-copy .cgth-button{color:var(--cgth-accent);border-color:#cfc7d6}
.cgth-home .cgth-feature-copy .cgth-button{min-width:0;min-height:40px}
.cgth-home .cgth-carousel-dots{display:flex;justify-content:center;gap:0;margin-top:6px}
.cgth-home .cgth-carousel-dots>button{width:30px;height:30px;background:transparent;border:0;padding:10px}
.cgth-home .cgth-carousel-dots span{display:block;width:7px;height:7px;border-radius:50%;background:#dbe3eb}
.cgth-home .cgth-carousel-dots [aria-pressed=true] span{background:var(--cgth-accent)}
.cgth-home .cgth-text-link{display:inline-flex;gap:12px;align-items:center;font-size:12px;white-space:nowrap;color:#756a59}
.cgth-home .cgth-text-link .cgth-icon{width:17px;height:17px}
.cgth-home #cgth-members-heading>.cgth-icon{color:#ac8850;width:25px;height:25px;margin-right:5px}
/* Approved A: an airy banner with gold / lavender membership cards. */
.cgth-home .cgth-members-benefits{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.4fr);gap:22px 38px;align-items:center;border:1px solid #eee7df;border-radius:18px;background:linear-gradient(115deg,#fbf9f6,#faf7f4 48%,#fcfafc);padding:42px 44px 24px;margin-bottom:28px}
.cgth-home .cgth-members-intro{padding:12px 0}
.cgth-home .cgth-members-intro h3{font-family:"Noto Serif SC","Songti SC","STSong","SimSun",serif;font-size:clamp(30px,3.2vw,48px);line-height:1.5;font-weight:700;letter-spacing:-.8px;margin:0 0 24px;color:#35313a}
.cgth-home .cgth-members-intro p{font-size:14px;color:#79717c;line-height:1.8;margin:0 0 30px}
.cgth-home .cgth-members-intro p:before{content:"";display:block;width:28px;height:1px;background:#b7965b;margin-bottom:20px}
.cgth-home .cgth-members-join{background:#706278;white-space:nowrap;min-height:46px;gap:20px;box-shadow:0 4px 12px #70627812}
.cgth-home .cgth-members-join:hover{background:#5f5168;color:#fff}
.cgth-home .cgth-member-plans{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-self:stretch}
.cgth-home .cgth-member-plan{--plan-color:#9b7439;--plan-line:#e7cfaa;position:relative;overflow:hidden;display:flex;flex-direction:column;min-width:0;padding:26px 24px 20px;border-radius:15px;border:1px solid #ead4b1;background:linear-gradient(125deg,#fffdf9,#fbefd8);box-shadow:inset 0 0 0 3px #ffffff55,0 8px 16px #79664e0b}
.cgth-home .cgth-member-diamond{--plan-color:#7d698f;--plan-line:#dbcee5;background:linear-gradient(125deg,#fdfbff,#ebe5f3);border-color:#dbcee5}
.cgth-home .cgth-member-plan:after{content:"";pointer-events:none;position:absolute;width:380px;height:160px;border:1px solid var(--plan-line);border-radius:50%;bottom:-139px;right:-65px;box-shadow:0 -6px 0 0 #ffffff44,0 -12px 0 0 #ffffff33,0 -18px 0 0 #ffffff22}
.cgth-home .cgth-plan-heading{position:relative;padding-bottom:20px;margin-bottom:22px;border-bottom:1px solid var(--plan-line);color:var(--plan-color)}
.cgth-home .cgth-plan-icon{display:flex;align-items:center;justify-content:center;width:29px;height:29px;border-radius:50%;background:#ffffff80;margin-bottom:12px}
.cgth-home .cgth-plan-icon>.cgth-icon{width:21px;height:21px}
.cgth-home .cgth-plan-heading h4{font-family:"Noto Serif SC","Songti SC","STSong","SimSun",serif;font-size:27px;line-height:1.4;font-weight:700;margin:0;letter-spacing:1px;position:relative;z-index:1}
.cgth-home .cgth-plan-emblem{position:absolute;right:0;top:1px;display:block;transform:rotate(9deg);filter:drop-shadow(0 6px 6px #80624a20);opacity:.8}
.cgth-home .cgth-plan-emblem>svg{width:64px;height:64px}
.cgth-home .cgth-plan-benefits{list-style:none;margin:0;padding:0;display:grid;gap:14px;position:relative;z-index:1}
.cgth-home .cgth-plan-benefits li{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.8;color:#4e4652}
.cgth-home .cgth-plan-benefits .cgth-icon{width:19px;height:19px;color:var(--plan-color);margin-top:2px}
.cgth-home .cgth-plan-benefits strong{font-weight:600;color:var(--plan-color);white-space:nowrap}
.cgth-home .cgth-plan-inclusion{font-size:11px;color:var(--plan-color);line-height:1.8;margin:auto 0 0;padding-top:24px;position:relative;z-index:1}
.cgth-home .cgth-member-notice{color:#817982;font-size:11px;line-height:1.8;margin:0;grid-column:1/-1;text-align:center}
.cgth-home #cgth-courses>.cgth-member-notice{margin:0 0 20px;text-align:left}
.cgth-home .cgth-member-tabs{display:flex;justify-content:center;gap:30px;margin:0 0 12px}
.cgth-home .cgth-member-tabs a{padding:10px 12px;min-height:42px;border-bottom:2px solid transparent;font-size:14px;color:#776c81}
.cgth-home .cgth-member-tabs [aria-current]{border-color:#b38a47;color:#987133}
.cgth-home .cgth-member-tabs a[href*="cgtuto_member=diamond"][aria-current]{border-color:#8e789d;color:#7a648b}
.cgth-home .cgth-member-scope{text-align:center;font-size:11px;line-height:1.8;color:#817982;margin:0 0 20px}
.cgth-home .cgth-member-more{display:flex;justify-content:flex-end;margin-top:16px}
.cgth-home #cgth-member-results[aria-busy=true]{opacity:.55}
.cgth-home .cgth-card-meta .cgth-member-free{display:inline-flex;align-items:center;gap:6px;color:#92703c;font-weight:600}
.cgth-home .cgth-card-meta .cgth-member-free-diamond{color:#7a648b}
.cgth-home .cgth-card-meta .cgth-member-free .cgth-icon{display:inline-block;width:15px;height:15px}
@media(max-width:1100px){
 .cgth-home .cgth-members-benefits{padding:30px 26px 20px;gap:20px;grid-template-columns:minmax(220px,.8fr) minmax(0,1.4fr)}
 .cgth-home .cgth-member-plan{padding:22px 16px 18px}
 .cgth-home .cgth-member-plans{gap:14px}
 .cgth-home .cgth-plan-heading h4{font-size:23px}
 .cgth-home .cgth-plan-emblem>svg{width:50px;height:50px}
 .cgth-home .cgth-plan-benefits li{font-size:12px;gap:8px}
}
@media(max-width:850px){
 .cgth-home .cgth-members-benefits{grid-template-columns:1fr;padding:28px}
 .cgth-home .cgth-members-intro h3{font-size:32px;margin-bottom:16px}
 .cgth-home .cgth-members-intro p{margin-bottom:18px}
 .cgth-home .cgth-member-plan{padding:24px}
}
.cgth-home .cgth-utilities{margin:36px 0 28px;display:grid;grid-template-columns:repeat(3,1fr);background:var(--cgth-mist);border-radius:8px;padding:22px 12px}
.cgth-home .cgth-utilities>a{display:flex;gap:20px;align-items:center;padding:4px 26px;border-right:1px solid #e0e7ef}
.cgth-home .cgth-utilities>a:last-child{border:0}
.cgth-home .cgth-utilities>a>.cgth-icon:first-child{width:29px;height:29px}
.cgth-home .cgth-utilities>a>.cgth-icon:last-child{margin-left:auto;width:18px;height:18px}
.cgth-home .cgth-utilities strong{display:block;font-size:15px;font-weight:600}
.cgth-home .cgth-utilities small{display:block;font-size:11px;color:var(--cgth-muted);margin-top:5px}
.cgth-home .cgth-footer{border-top:1px solid var(--cgth-line);background:#fff}
.cgth-home .cgth-footer-main{display:grid;grid-template-columns:1fr 180px 180px;gap:40px;padding:36px 26px}
.cgth-home .cgth-footer .cgth-brand{font-size:20px}
.cgth-home .cgth-footer .cgth-brand-g{font-size:33px}
.cgth-home .cgth-footer p{font-size:12px;color:var(--cgth-muted);line-height:1.9;margin:12px 0 0}
.cgth-home .cgth-footer-links{display:flex;flex-direction:column;gap:8px;font-size:12px}
.cgth-home .cgth-footer-links>a{color:var(--cgth-muted)}
.cgth-home .cgth-footer-links>strong{font-size:13px;margin-bottom:4px}
.cgth-home .cgth-footer-bottom{text-align:center;border-top:1px solid #f0f3f6;padding:16px;font-size:11px;color:var(--cgth-muted)}
.cgth-home .cgth-footer-bottom span{margin-left:12px}
.cgth-home .cgth-original-copyright{margin-top:7px;font-size:10px;line-height:1.7}
.cgth-home .cgth-pagination{display:flex;justify-content:center;gap:10px;margin:30px 0;flex-wrap:wrap}
.cgth-home .cgth-pagination .page-numbers{min-width:40px;min-height:40px;border:1px solid var(--cgth-line);padding:9px 13px;border-radius:5px;font-size:13px}
.cgth-home .cgth-pagination .current{color:#fff;background:var(--cgth-accent)}
.cgth-home #cgth-course-results[aria-busy=true]{opacity:.55}
.cgth-home .cgth-empty{padding:40px 0;color:var(--cgth-muted)}
@media(hover:hover) and (prefers-reduced-motion:no-preference){
 .cgth-home .cgth-card:hover{transform:translateY(-2px);border-color:#d3cdc2;box-shadow:0 5px 14px #23395209}
}
@media(min-width:1600px){
 .cgth-home .cgth-grid{gap:24px}
 .cgth-home .cgth-card-body{padding:16px 16px 18px}
 .cgth-home .cgth-card h3{font-size:15.5px}
 .cgth-home .cgth-card-category{font-size:12px}
 .cgth-home .cgth-card-meta .meta-pay{font-size:12px}
 .cgth-home .cgth-nav{font-size:13.5px;gap:28px}
 .cgth-home .cgth-search{width:280px}
 .cgth-home .cgth-software strong{font-size:14px}
 .cgth-home .cgth-section-heading :is(h1,h2){font-size:24px}
}
@media(min-width:2100px){
}
@media(max-width:1200px){
 .cgth-home .cgth-category-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
 .cgth-home .cgth-category-group ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:6px}

 .cgth-home .cgth-header-inner{gap:20px}
 .cgth-home .cgth-nav{gap:18px;margin-left:0}
 .cgth-home .cgth-member{display:none}
 .cgth-home .cgth-heading-inline>p{display:none}
 .cgth-home .cgth-software>a,.cgth-home .cgth-categories-toggle{gap:8px;padding:8px}
 .cgth-home .cgth-software strong{font-size:11px}
 .cgth-home .cgth-software-symbol{font-size:26px;width:25px}
 .cgth-home .cgth-feature-copy{padding:8px 0}
 .cgth-home .cgth-feature-copy h3{font-size:22px}
 .cgth-home .cgth-direction{padding:22px 18px}
 .cgth-home .cgth-direction-links{column-gap:12px}
}
@media(max-width:900px){
 .cgth-home .cgth-hero-inner{gap:12px;min-height:420px;padding-block:20px}
 .cgth-home .cgth-hero h1{font-size:34px}
 .cgth-home .cgth-hero-description{font-size:12px}
 .cgth-home .cgth-hero-stage{height:300px}
 .cgth-home .cgth-hero-actions{gap:16px}
 .cgth-home .cgth-hero-secondary{display:none}

 .cgth-home .cgth-category-group ul{display:block}

 .cgth-home .cgth-shell{width:calc(100% - 36px)}
 .cgth-home .cgth-nav{display:none}
 .cgth-home .cgth-header-inner{min-height:72px;gap:14px}
 .cgth-home .cgth-search{max-width:340px;width:100%}
 .cgth-home .cgth-menu-toggle{display:inline-flex;border:0}
 .cgth-home .cgth-mobile-menu:not([hidden]){display:flex;flex-wrap:wrap;gap:8px;padding:12px 18px;border-top:1px solid var(--cgth-line)}
 .cgth-home .cgth-mobile-menu>a{padding:10px 15px;background:var(--cgth-mist);border-radius:5px;font-size:13px}
 .cgth-home .cgth-software{grid-template-columns:repeat(4,1fr);row-gap:18px}
 .cgth-home .cgth-software>a:nth-child(4){border-right:0}
 .cgth-home .cgth-software>.cgth-mobile-free{display:flex}
 .cgth-home .cgth-software strong{font-size:12px}
 .cgth-home .cgth-grid{gap:16px}
 .cgth-home .cgth-card h3{font-size:13px}
 .cgth-home .cgth-card-body{padding:12px}
 .cgth-home .cgth-directions{gap:12px}
 .cgth-home .cgth-direction{padding:20px 15px}
 .cgth-home .cgth-direction-heading{gap:10px;align-items:flex-start}
 .cgth-home .cgth-direction h3{font-size:17px}
 .cgth-home .cgth-direction p{font-size:11px}
 .cgth-home .cgth-direction-icon>.cgth-icon{width:24px;height:24px}
 .cgth-home .cgth-utilities>a{padding:2px 18px;gap:12px}
 .cgth-home .cgth-utilities>a>.cgth-icon:last-child{display:none}
 .cgth-home .cgth-feature-copy h3{font-size:20px}
 .cgth-home .cgth-slide{padding:18px;gap:22px}
}
@media(max-width:600px){
 .cgth-home .cgth-members-benefits{padding:22px 14px 16px;border-radius:14px;gap:20px;margin-bottom:18px}
 .cgth-home .cgth-members-intro{padding:0 4px}
 .cgth-home .cgth-members-intro h3{font-size:30px;line-height:1.5;margin-bottom:12px}
 .cgth-home .cgth-members-intro p{font-size:12px;margin-bottom:18px}
 .cgth-home .cgth-members-intro p:before{margin-bottom:12px}
 .cgth-home .cgth-members-join{min-height:40px;font-size:12px;padding:9px 16px;gap:12px}
 .cgth-home .cgth-member-plans{gap:10px}
 .cgth-home .cgth-member-plan{padding:16px 10px 14px;border-radius:10px}
 .cgth-home .cgth-plan-heading{padding-bottom:14px;margin-bottom:16px}
 .cgth-home .cgth-plan-heading h4{font-size:19px;letter-spacing:0}
 .cgth-home .cgth-plan-icon{width:24px;height:24px;margin-bottom:9px}
 .cgth-home .cgth-plan-icon>.cgth-icon{width:18px;height:18px}
 .cgth-home .cgth-plan-emblem>svg{width:38px;height:38px}
 .cgth-home .cgth-plan-benefits{gap:12px}
 .cgth-home .cgth-plan-benefits li{font-size:11px;gap:6px;line-height:1.7}
 .cgth-home .cgth-plan-benefits .cgth-icon{width:15px;height:15px}
 .cgth-home .cgth-plan-inclusion{font-size:10px;padding-top:22px}
 .cgth-home .cgth-member-notice{font-size:10px;line-height:1.8}
 .cgth-home .cgth-member-tabs{gap:14px}
 .cgth-home .cgth-member-tabs a{font-size:12px;padding:10px 8px}
 .cgth-home .cgth-member-scope{font-size:10px;text-align:left;margin-bottom:16px}
 .cgth-home #cgth-members-heading>.cgth-icon{width:21px;height:21px;margin-right:2px}
 .cgth-home .cgth-hero-inner{grid-template-columns:1fr;min-height:0;padding-block:26px 12px;gap:8px}
 .cgth-home .cgth-hero-copy{padding:0 4px}
 .cgth-home .cgth-eyebrow{font-size:9px;letter-spacing:.5px;margin-bottom:12px}
 .cgth-home .cgth-hero h1{font-size:30px;line-height:1.32;letter-spacing:-.7px;margin-bottom:16px}
 .cgth-home .cgth-hero-description{font-size:11px;line-height:1.9;margin-bottom:18px}
 .cgth-home .cgth-hero .cgth-button{min-height:38px;font-size:11px;padding:8px 14px;gap:14px}
 .cgth-home .cgth-hero-note{font-size:10px;margin-top:12px}
 .cgth-home .cgth-hero-stage{height:220px}
 .cgth-home .cgth-hero-controls{margin-top:0}
 .cgth-home .cgth-hero-controls button{font-size:10px;min-height:40px}

 .cgth-home .cgth-category-panel{padding:17px 12px 14px}
 .cgth-home .cgth-category-heading{margin-bottom:20px}
 .cgth-home .cgth-category-heading h2{font-size:15px}
 .cgth-home .cgth-category-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 8px}
 .cgth-home .cgth-category-group a{padding-inline:4px;font-size:11px;gap:7px;min-height:40px}
 .cgth-home .cgth-category-group h3{padding-left:4px;margin-bottom:8px}
 .cgth-home .cgth-category-footer{gap:14px 18px;font-size:11px;padding-inline:4px}
 .cgth-home .cgth-category-footer>span{width:100%}
 .cgth-home .cgth-categories-toggle>.cgth-icon:last-child{display:none}

 .cgth-home .cgth-shell{width:calc(100% - 28px)}
 .cgth-home .cgth-announcement{display:none}
 .cgth-home .cgth-header-inner{gap:4px;min-height:62px;flex-wrap:wrap;padding-block:8px}
 .cgth-home .cgth-brand{font-size:21px;gap:3px}
 .cgth-home .cgth-brand-g{font-size:34px}
 .cgth-home .cgth-brand-image{width:120px;height:34px}
 .cgth-home .cgth-account{margin-left:auto;gap:0}
 .cgth-home .cgth-menu-toggle{min-width:38px}
 .cgth-home .cgth-search{order:5;min-width:0;max-width:none;flex:1 0 100%;margin:4px 0 0;height:38px}
 .cgth-home .cgth-software{margin-top:14px;border-radius:8px;padding:14px 4px;row-gap:18px}
 .cgth-home .cgth-software>a,.cgth-home .cgth-categories-toggle{flex-direction:column;gap:7px;padding:0 3px;border:0;text-align:center}
 .cgth-home .cgth-software strong{font-size:10px;font-weight:500;white-space:nowrap}
 .cgth-home .cgth-software small{display:none}
 .cgth-home .cgth-software-symbol{font-size:27px;height:28px}
 .cgth-home .cgth-software .cgth-icon{height:28px;width:24px}
 .cgth-home .cgth-section{margin-top:27px;scroll-margin-top:12px}
 .cgth-home .cgth-section-heading{margin-bottom:14px;gap:8px;flex-wrap:wrap}
 .cgth-home .cgth-section-heading :is(h1,h2){font-size:18px;letter-spacing:-.5px}
 .cgth-home .cgth-tabs{width:100%;margin-top:3px;gap:5px}
 .cgth-home .cgth-tabs>a{flex:1;text-align:center;padding:9px 8px;font-size:11px;min-height:37px}
 .cgth-home .cgth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 .cgth-home .cgth-preview-grid>.cgth-card:nth-child(n+5){display:none}
 .cgth-home .cgth-card{border-radius:7px}
 .cgth-home .cgth-card-body{padding:10px 9px 12px}
 .cgth-home .cgth-card h3{font-size:12px;line-height:1.6;min-height:3.2em;margin-bottom:7px}
 .cgth-home .cgth-card-category{font-size:10px;margin-bottom:12px}
 .cgth-home .cgth-card-meta{font-size:10px;gap:3px;min-height:19px}
 .cgth-home .cgth-card-meta .meta-pay{font-size:10px}
 .cgth-home .cgth-card-meta .cgth-icon{width:13px;height:13px}
 .cgth-home .cgth-more{margin-top:16px}
 .cgth-home .cgth-more .cgth-button{width:100%;font-size:12px;min-height:40px}
 .cgth-home .cgth-directions{grid-template-columns:1fr;gap:10px}
 .cgth-home .cgth-direction{border-radius:10px;padding:18px 20px 12px}
 .cgth-home .cgth-direction-heading{margin-bottom:10px;gap:14px;align-items:center}
 .cgth-home .cgth-direction h3{font-size:16px;margin-bottom:3px}
 .cgth-home .cgth-direction-links{column-gap:20px}
 .cgth-home .cgth-direction-links a{min-height:40px;font-size:12px}
 .cgth-home .cgth-carousel-controls{gap:7px}
 .cgth-home .cgth-carousel-controls .cgth-icon-button{min-width:36px;min-height:36px;font-size:17px}
 .cgth-home .cgth-slide{grid-template-columns:1fr;border-radius:12px;padding:12px;gap:8px}
 .cgth-home .cgth-feature-copy{padding:14px 8px 10px}
 .cgth-home .cgth-feature-copy>p{font-size:11px;line-height:1.6;margin-bottom:8px}
 .cgth-home .cgth-feature-copy h3{font-size:18px;line-height:1.5;margin:0 0 10px}
 .cgth-home .cgth-feature-copy .cgth-feature-description{font-size:12px;margin-bottom:16px}
 .cgth-home .cgth-feature-copy .cgth-button{font-size:11px;padding:8px 12px;min-height:38px;gap:16px}
 .cgth-home .cgth-feature-copy .cgth-icon{width:14px;height:14px}
 .cgth-home .cgth-carousel-dots{margin-top:3px}
 .cgth-home .cgth-feature+.cgth-section{margin-top:16px}
 .cgth-home .cgth-text-link{font-size:10px;gap:5px}
 .cgth-home .cgth-text-link .cgth-icon{width:13px;height:13px}
 .cgth-home .cgth-free-grid>.cgth-card:nth-child(n+3){display:none}
 .cgth-home .cgth-free-grid .cgth-card-category{display:none}
 .cgth-home .cgth-free-grid .cgth-card h3{margin-bottom:12px}
 .cgth-home .cgth-utilities{grid-template-columns:repeat(2,1fr);margin:24px 0;padding:17px 6px}
 .cgth-home .cgth-utilities>a.cgth-utility-free{display:none}
 .cgth-home .cgth-utilities>a{padding:4px 11px;gap:10px}
 .cgth-home .cgth-utilities strong{font-size:12px}
 .cgth-home .cgth-utilities small{display:none}
 .cgth-home .cgth-utilities>a>.cgth-icon:first-child{width:24px;height:24px}
 .cgth-home .cgth-footer-main{grid-template-columns:1fr 1fr;gap:20px;padding:23px 7px}
 .cgth-home .cgth-footer-main>div:first-child{grid-column:1/-1;text-align:center}
 .cgth-home .cgth-footer p{font-size:11px;margin-top:7px}
 .cgth-home .cgth-footer p br{display:none}
 .cgth-home .cgth-footer-links{text-align:center;font-size:11px;gap:9px}
 .cgth-home .cgth-footer-links>strong{font-size:12px}
 .cgth-home .cgth-footer-bottom{font-size:10px;padding:14px}
}
@media(prefers-reduced-motion:reduce){
 .cgth-home *, .cgth-home *:before, .cgth-home *:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* Product marks are stored locally; no remote logo requests in the menu. */
.cgth-home .cgth-symbol-3dsmax{-webkit-mask-image:url("icons/3dsmax.svg");mask-image:url("icons/3dsmax.svg")}
.cgth-home .cgth-symbol-zbrush{-webkit-mask-image:url("icons/zbrush.svg");mask-image:url("icons/zbrush.svg")}
.cgth-home .cgth-symbol-c4d{-webkit-mask-image:url("icons/c4d.svg");mask-image:url("icons/c4d.svg")}
.cgth-home .cgth-symbol-rhino{-webkit-mask-image:url("icons/rhino.svg");mask-image:url("icons/rhino.svg")}
.cgth-home .cgth-symbol-ae{-webkit-mask-image:url("icons/ae.svg");mask-image:url("icons/ae.svg")}
.cgth-home .cgth-symbol-pr{-webkit-mask-image:url("icons/pr.svg");mask-image:url("icons/pr.svg")}
.cgth-home .cgth-symbol-davinci-resolve{-webkit-mask-image:url("icons/davinci-resolve.svg");mask-image:url("icons/davinci-resolve.svg")}
.cgth-home .cgth-symbol-ps{-webkit-mask-image:url("icons/ps.svg");mask-image:url("icons/ps.svg")}
.cgth-home .cgth-symbol-adobe{-webkit-mask-image:url("icons/adobe.svg");mask-image:url("icons/adobe.svg")}
.cgth-home .cgth-symbol-affinity{-webkit-mask-image:url("icons/affinity.svg");mask-image:url("icons/affinity.svg")}
.cgth-home .cgth-symbol-affinity-photo{-webkit-mask-image:url("icons/affinity-photo.svg");mask-image:url("icons/affinity-photo.svg")}
.cgth-home .cgth-symbol-unity{-webkit-mask-image:url("icons/unity.svg");mask-image:url("icons/unity.svg")}
.cgth-home .cgth-symbol-godot{-webkit-mask-image:url("icons/godot.svg");mask-image:url("icons/godot.svg")}
.cgth-home .cgth-product-image{display:block;position:relative;width:20px;height:20px;overflow:hidden}
.cgth-home .cgth-product-image img{display:block;width:100%;height:100%;object-fit:contain;filter:grayscale(1);opacity:.78}
.cgth-home .cgth-product-speedtree img{position:absolute;right:0;top:0;width:auto;max-width:none;height:20px}
.cgth-home .cgth-category-group a:hover .cgth-product-image img{opacity:1}
.cgth-home .cgth-product-gaea img,.cgth-home .cgth-product-speedtree img{filter:grayscale(1) brightness(.6);opacity:1}

/* Settings-driven software navigation shares the existing product mark renderer. */
@media(min-width:901px){.cgth-home .cgth-software{grid-template-columns:repeat(var(--cgth-quick-count,6),minmax(0,1fr)) 1.15fr}}
.cgth-home .cgth-software .cgth-category-mark{background:none;width:30px;height:30px;flex:0 0 30px}
.cgth-home .cgth-software .cgth-category-mark .cgth-software-symbol{width:30px;height:30px}
.cgth-home .cgth-software .cgth-category-mark .cgth-product-image{width:30px;height:30px}
.cgth-home .cgth-software .cgth-product-image img{filter:none;opacity:1}
.cgth-home .cgth-software .cgth-product-speedtree img{height:30px}
.cgth-home .cgth-software .cgth-symbol-blender{color:#e77b1f}.cgth-home .cgth-software .cgth-symbol-houdini{color:#e6783b}.cgth-home .cgth-software .cgth-symbol-unreal{color:#29333d}.cgth-home .cgth-software .cgth-symbol-maya{color:#6096a9}.cgth-home .cgth-software .cgth-symbol-nuke{color:#b99332}

/* Configurable promotions retain the calm link style; banners keep their original ratio. */
.cgth-home .cgth-promotions{grid-template-columns:repeat(var(--cgth-ad-columns,3),minmax(0,1fr));gap:12px;padding:12px;background:var(--cgth-mist)}
.cgth-home .cgth-promotions>.cgth-promotion{min-width:0;border:0;border-radius:6px;overflow:hidden;color:inherit}
.cgth-home .cgth-promotions>.cgth-promotion-link{display:flex;align-items:center;gap:18px;padding:12px 20px}
.cgth-home .cgth-promotion-link>span{min-width:0;overflow-wrap:anywhere}
.cgth-home .cgth-promotion-link>picture{display:block;flex:0 0 40px;width:40px}
.cgth-home .cgth-promotion-link>picture img{display:block;width:40px;height:40px;object-fit:contain}
.cgth-home .cgth-promotions>.cgth-promotion-banner{display:block;padding:0;align-self:start}
.cgth-home .cgth-promotion-banner picture,.cgth-home .cgth-promotion-banner img{display:block;width:100%;height:auto}
.cgth-home .cgth-shelf-empty{grid-column:1/-1;color:var(--cgth-muted);padding:24px 0}
@media(max-width:600px){
 .cgth-home .cgth-promotions{grid-template-columns:repeat(var(--cgth-ad-mobile-columns,1),minmax(0,1fr))}
 .cgth-home .cgth-promotions>.cgth-promotion-link{padding:10px;gap:12px}
 .cgth-home .cgth-promotions small{display:block;font-size:11px}
}
