:root{--color-bg-dark: #000000;--color-text: #ffffff;--color-text-secondary: #cccccc;--color-blue: #1877f2;--color-divider: #333333}.site-header{background-color:var(--color-bg-dark);padding:1rem 3rem;border-bottom:1px solid var(--color-divider)}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto}.header-left{display:flex;align-items:center;gap:1rem}.logo-block{display:flex;flex-direction:row;align-items:center;text-decoration:none}.logo-img{height:40px}.brand-text{margin-left:.5rem;font-weight:700;font-size:1.25rem;color:var(--color-text)}.logo-slogan{font-size:14px;color:var(--color-text-secondary);font-weight:400;margin-top:.25rem}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-right a{color:var(--color-text);font-weight:500;font-size:1rem;letter-spacing:.015em;text-decoration:none}.nav-right a:hover{color:var(--color-blue)}.join-btn{border:2px solid var(--color-blue);color:var(--color-blue);padding:.5rem 1.25rem;border-radius:6px;font-size:1rem;font-weight:500;background-color:transparent;transition:color .2s ease,border-color .2s ease}.join-btn:hover{color:#0f5dc0;border-color:#0f5dc0;background-color:transparent}.language-toggle{display:flex;align-items:center;font-size:1rem;font-weight:500;color:var(--color-text-secondary);gap:.4rem}.language-toggle .language-icon{height:16px;width:16px;object-fit:contain}.site-footer{background-color:var(--color-bg-dark);color:var(--color-text-secondary);padding:3rem 2rem;font-size:.875rem;font-family:var(--font-body)}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:2rem}.footer-left{flex:1 1 280px;max-width:320px;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.footer-logo{height:48px;width:auto;margin-bottom:.5rem}.footer-slogan{font-size:1.2rem;line-height:1.4;font-weight:700;color:var(--color-text)}.footer-slogan strong{display:block;margin-top:.25rem;font-weight:400;font-size:.9rem;color:var(--color-text-secondary)}hr{border:none;border-top:1px solid var(--color-divider);margin:1rem 0 2rem}.footer-bottom{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;font-size:.875rem;color:var(--color-text-secondary);text-align:center}@media (max-width: 768px){.footer-top{flex-direction:column;align-items:center;gap:2rem}.footer-left{max-width:100%;align-items:center;text-align:center}.footer-slogan{max-width:100%}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.hero{position:relative;padding:60px 0;background-color:#000;color:#fff;text-align:center;overflow:hidden;z-index:1}.hero:before{content:"";position:absolute;inset:0;background-image:url(/assets/images/daw-bg.png);background-size:cover;background-position:center;opacity:.95;z-index:1;pointer-events:none;mask-image:radial-gradient(circle 250px at var(--cursor-x, -9999px) var(--cursor-y, -9999px),white 0%,transparent 80%);-webkit-mask-image:radial-gradient(circle 250px at var(--cursor-x, -9999px) var(--cursor-y, -9999px),white 0%,transparent 80%);filter:saturate(1.1);animation:pulse-saturation 6s ease-in-out infinite}.hero:after{content:"";position:absolute;top:var(--cursor-y, -9999px);left:var(--cursor-x, -9999px);width:200px;height:200px;background:radial-gradient(circle,rgba(24,119,242,.2) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none;z-index:2;border-radius:50%;transition:top .05s ease,left .05s ease}.hero-inner{position:relative;z-index:3;max-width:960px;margin:0 auto;padding:0 1rem}.hero-superheading{font-size:4rem;color:#1877f2;font-weight:800;margin-bottom:1rem;text-align:center}.hero-text-logo{font-size:2rem;font-weight:700;color:#fff;margin:0;text-align:center;line-height:1.3}.hero-text-logo span{display:block;font-weight:400;font-size:1.25rem;color:#ccc}.hero-portrait{max-width:600px;margin:2rem auto;display:block}.typewriter-line{font-size:1.5rem;margin:1.5rem 0;min-height:3rem;font-weight:700;font-family:var(--font-body, Inter, sans-serif);color:#fff;white-space:nowrap;overflow:hidden;border-right:none;width:100%;max-width:700px;margin-left:auto;margin-right:auto;text-align:center}.typewriter-line:after{content:"|";animation:blink 1s steps(1) infinite;color:#1877f2;margin-left:4px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero input.generate-prompt{background:#111;border:1px solid #1877F2;color:#eee;font-size:1rem;padding:.65rem 1rem;border-radius:6px;width:100%;max-width:700px;margin:.5rem auto 0;display:block;box-shadow:0 0 8px #1877f280;transition:box-shadow .2s ease}.hero input.generate-prompt:focus{border-color:#42b72a;box-shadow:0 0 15px #1877f2cc;outline:none}.cta-button{position:relative;display:inline-block;padding:.75rem 1.5rem;background-color:#1877f2;color:#fff;font-weight:600;border-radius:6px;text-decoration:none;margin-top:1.5rem;font-size:1rem;overflow:hidden;z-index:0;transition:background-color .2s ease,box-shadow .3s ease;box-shadow:0 0 8px #1877f266}.cta-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at var(--x, 50%) var(--y, 50%),rgba(255,255,255,.15) 0%,transparent 70%);animation:shimmer 6s linear infinite;pointer-events:none;z-index:1}.cta-button:hover{background-color:#0f5dc0;box-shadow:0 0 20px #1877f299}@keyframes shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-note{margin-top:1rem;font-size:.95rem;color:#aaa}.spin-logo{animation:spin 12s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #000000;--color-text: #ffffff;--color-text-muted: #cccccc;--color-brand: #1877f2;--color-brand-dark: #0f5dc0;--color-accent: #42b72a;--focus-ring: 2px solid #7fb5ff;--container-max: 1200px;--container-pad: 1rem;--radius-sm: 6px;--radius-md: 10px;--shadow-soft: 0 6px 20px rgba(0,0,0,.35);--shadow-strong: 0 18px 50px rgba(0,0,0,.6)}@media (prefers-color-scheme: dark){:root{--color-bg: #000000;--color-text: #ffffff;--color-text-muted: #cccccc}}html,body{height:100%}html{font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2}h1{font-size:clamp(2rem,1.2rem + 4vw,3.25rem)}h2{font-size:clamp(1.75rem,1rem + 3vw,2.6rem)}h3{font-size:clamp(1.4rem,.9rem + 2vw,2rem)}h4{font-size:clamp(1.15rem,.9rem + 1.2vw,1.4rem)}h5{font-size:1.05rem}h6{font-size:.95rem}p{font-size:1rem;color:var(--color-text)}small,.text-muted{color:var(--color-text-muted)}a{color:var(--color-brand);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-brand-dark)}a:focus-visible{outline:var(--focus-ring);outline-offset:2px}ul,ol{list-style:none}img,svg,video,canvas,iframe{display:block;max-width:100%;height:auto}.responsive-16x9{position:relative;width:100%;padding-top:56.25%}.responsive-16x9>iframe,.responsive-16x9>video{position:absolute;inset:0;width:100%;height:100%}.table-responsive{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.75rem .85rem;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}button,a.button,.cta-button,.subscribe-button,.team-button,.btn{display:inline-block;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;border:none;border-radius:var(--radius-sm);padding:.75rem 1.25rem;background-color:var(--color-brand);color:#fff;transition:background-color .25s ease,box-shadow .25s ease,color .25s ease,transform .1s ease}button:hover,a.button:hover,.cta-button:hover,.subscribe-button:hover,.team-button:hover,.btn:hover{background-color:var(--color-brand-dark);color:#fff;box-shadow:0 0 12px #1877f280}button:active,.btn:active{transform:translateY(1px)}button:focus-visible,.btn:focus-visible{outline:var(--focus-ring);outline-offset:2px}.btn-secondary,.team-button.secondary{background-color:#222;color:#fff;border:1px solid #444}.btn-secondary:hover,.team-button.secondary:hover{background-color:#333;border-color:#555}.btn-highlight{background-color:var(--color-accent);color:#fff}.btn-highlight:hover{background-color:#36a420}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding-left:var(--container-pad);padding-right:var(--container-pad)}.text-center{text-align:center}.bold{font-weight:700}.hidden{display:none!important}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.mt-1{margin-top:.5rem}.mb-1{margin-bottom:.5rem}.mt-2{margin-top:1rem}.mb-2{margin-bottom:1rem}.mt-3{margin-top:1.5rem}.mb-3{margin-bottom:1.5rem}.mt-4{margin-top:2rem}.mb-4{margin-bottom:2rem}.card{background:#0b0b0b;border:1px solid #222;border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out;will-change:opacity,transform}.fade-in-section.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.fade-in-section{opacity:1;transform:none;transition:none}}input,select,textarea{font:inherit;color:var(--color-text);background:#0e0e0e;border:1px solid #242424;border-radius:var(--radius-sm);padding:.65rem .75rem;width:100%;outline:none;transition:border-color .2s ease,box-shadow .2s ease}input:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--color-brand);box-shadow:0 0 0 3px #1877f240}label{display:inline-block;margin-bottom:.35rem}@media (min-width: 768px){:root{--container-pad: 1.25rem}}@media (min-width: 1200px){:root{--container-pad: 1.5rem}}.product-section{background-color:#000;color:#fff;padding:5rem 2rem;text-align:center;font-family:Inter,system-ui,sans-serif;position:relative;overflow:hidden;z-index:1}.product-heading{font-size:clamp(1.9rem,1.4rem + 2vw,2.5rem);font-weight:700;margin-bottom:1rem;line-height:1.2;color:#1877f2}.product-subheading{font-size:1.125rem;color:#ccc;max-width:800px;margin:0 auto 3rem}.product-overlay{position:relative;z-index:3;max-width:1100px;margin:0 auto;padding-inline:1rem}.product-overlay.single{max-width:920px}.about-card{position:relative;background:#111111d9;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:clamp(1.25rem,1rem + 1.5vw,2rem);box-shadow:0 10px 30px #0009,0 0 0 1px #ffffff05 inset;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);text-align:left;margin:0 auto}.about-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,#1877f299,#ffffff0d);pointer-events:none;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;opacity:.65}.about-body{max-width:70ch;margin:0 auto;color:#ddd;line-height:1.8;font-size:1.05rem;letter-spacing:.01em}.about-body p{margin:1rem 0}.about-body em{color:#fff;font-style:normal;font-weight:600}.about-body a{color:#7fb5ff;text-decoration:underline;text-decoration-color:#7fb5ff80;text-underline-offset:3px}.about-body a:hover{color:#b2d2ff;text-decoration-color:#b2d2ffe6}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.product-card{background-color:#111;border:1px solid #222;border-radius:10px;padding:1.5rem;box-shadow:0 4px 12px #0009;transition:transform .2s ease,box-shadow .3s ease;text-align:left}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #1877f266}.product-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.product-description{font-size:1rem;color:#aaa;line-height:1.6}.product-background{content:"";position:absolute;inset:0;background-image:url(/assets/images/robot.png);background-size:cover;background-position:center;opacity:.15;z-index:1;pointer-events:none;mask-image:radial-gradient(circle 250px at var(--cursor-x, -9999px) var(--cursor-y, -9999px),white 0%,transparent 80%);-webkit-mask-image:radial-gradient(circle 250px at var(--cursor-x, -9999px) var(--cursor-y, -9999px),white 0%,transparent 80%);animation:pulse-saturation 6s ease-in-out infinite}@keyframes pulse-saturation{0%,to{filter:saturate(1)}50%{filter:saturate(1.3)}}.star-overlay{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotate(45deg);pointer-events:none;z-index:2}.star{position:absolute;left:50%;top:50%;height:2px;border-radius:999px;background:linear-gradient(-135deg,#1877f299,#1877f200);filter:drop-shadow(0 0 6px rgba(24,119,242,.8));opacity:.6;animation:tail 3s ease-in-out infinite,shooting 3s ease-in-out infinite}.star:before,.star:after{content:"";position:absolute;top:calc(50% - 1px);right:0;height:2px;background:linear-gradient(-135deg,#1877f200,#1877f2,#1877f200);transform:translate(50%) rotate(-45deg);border-radius:100%;animation:shining 3s ease-in-out infinite}.star:after{transform:translate(50%) rotate(45deg)}.star:nth-child(1){top:-25%;left:90%;animation-delay:0ms}.star:nth-child(2){top:-20%;left:80%;animation-delay:.8s}.star:nth-child(3){top:-15%;left:70%;animation-delay:1.6s}.star:nth-child(4){top:-10%;left:60%;animation-delay:2.4s}.star:nth-child(5){top:-5%;left:50%;animation-delay:3.2s}.star:nth-child(6){top:0%;left:40%;animation-delay:4s}.star:nth-child(7){top:5%;left:30%;animation-delay:4.8s}.star:nth-child(8){top:10%;left:20%;animation-delay:5.6s}.star:nth-child(9){top:15%;left:10%;animation-delay:6.4s}.star:nth-child(10){top:-5%;left:85%;animation-delay:7.2s}@keyframes tail{0%{width:0}30%{width:100px}to{width:0}}@keyframes shining{0%{width:0}50%{width:30px}to{width:0}}@keyframes shooting{0%{transform:translate(0)}to{transform:translate(270px)}}::selection{background:#1877f259;color:#fff}.about-card :focus-visible{outline:2px solid #7fb5ff;outline-offset:3px;border-radius:10px}@media (prefers-reduced-motion: reduce){.product-background{animation:none}.star,.star:before,.star:after{animation:none}}@supports not ((mask-image: radial-gradient(white,transparent)) or (-webkit-mask-image: radial-gradient(white,transparent))){.product-background{mask-image:none;-webkit-mask-image:none;opacity:.12}}@media (max-width: 768px){.product-section{padding:3.5rem 1.25rem}.about-card{padding:1.25rem}.about-body{font-size:1rem;line-height:1.7}}:root{--rx: 0deg;--ry: 0deg}.classes-section{background:#000;color:#fff;font-family:Inter,system-ui,sans-serif}.container{max-width:1100px;margin:0 auto;padding:3rem 1.25rem 4rem}.preview-head{text-align:center;margin-bottom:1.25rem}.classes-heading{font-size:clamp(1.9rem,1.2rem + 2.2vw,2.6rem);font-weight:700;line-height:1.2;color:#1877f2;margin:0 0 .75rem}.classes-subheading{font-size:1.125rem;color:#ccc;line-height:1.7;max-width:72ch;margin:0 auto}.media{position:relative;margin:2rem auto 1rem;width:100%;max-width:940px;border-radius:16px;overflow:hidden;background:#0b0b0b;box-shadow:0 18px 50px #000000bf,0 0 0 1px #ffffff0f inset;transform:perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(var(--elev,0px)) scale(var(--scale,1));transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.media-bg{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:var(--poster);background-size:cover;background-position:center;filter:blur(18px) brightness(.6) saturate(1.08);transform:scale(1.06);transition:filter .3s ease,transform .3s ease,background-position 1.2s ease}.media:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#1877f28c,#ffffff0f);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;opacity:.7;pointer-events:none;transition:opacity .22s ease}.video-wrap{position:relative;z-index:1}.video{width:100%;aspect-ratio:16/9;display:block;object-fit:cover;background-color:transparent!important}.media:hover{--elev: -4px;--scale: 1.01;box-shadow:0 22px 60px #1877f238,0 0 0 1px #ffffff14 inset}.media:hover .media-bg{filter:blur(16px) brightness(.7) saturate(1.12);transform:scale(1.065);background-position:52% 48%}.media:hover:before{opacity:.9}.play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000073;border:0;cursor:pointer}.play-icon{width:84px;height:84px;border-radius:999px;background:#0009;display:grid;place-items:center;box-shadow:0 0 0 1px #ffffff2e,0 6px 18px #00000073,0 0 40px #1877f259}.play-icon:before{content:"";width:0;height:0;display:block;border-left:22px solid #fff;border-top:14px solid transparent;border-bottom:14px solid transparent;margin-left:6px}.play-overlay:hover .play-icon{animation:pulsePlay 1.6s ease-in-out infinite}@keyframes pulsePlay{0%{box-shadow:0 0 0 1px #ffffff2e,0 6px 18px #00000073,0 0 #1877f200}60%{box-shadow:0 0 0 1px #ffffff2e,0 6px 18px #00000073,0 0 40px #1877f28c}to{box-shadow:0 0 0 1px #ffffff2e,0 6px 18px #00000073,0 0 #1877f200}}.media-caption{font-size:.95rem;color:#bfbfbf;padding:.85rem 1rem 1.1rem;border-top:1px solid rgba(255,255,255,.06)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .48s ease,transform .48s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.classes-text.stack{max-width:1100px;margin:2.25rem auto 4rem;padding:0 1.25rem;text-align:left}.course-grid.single{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:760px;margin:0 auto;justify-items:stretch}.course-card{background:#111;border:1px solid #222;border-radius:12px;padding:1.75rem 1.5rem;box-shadow:0 4px 12px #0009;transition:transform .2s ease,box-shadow .3s ease,border-color .3s ease;width:100%}.course-card:hover{transform:translateY(-6px);box-shadow:0 10px 26px #1877f259;border-color:#1877f259}.course-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.course-description{font-size:.98rem;color:#aaa;line-height:1.6}.course-description em{color:#fff;font-weight:600}@media (max-width: 640px){.media{max-width:100%;border-radius:14px}.container{padding:2.5rem 1rem 3rem}}.course-about{background-color:#000;color:#fff;padding:5rem 2rem;font-family:Inter,system-ui,sans-serif;scroll-behavior:smooth}.about-main-heading{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1877f2}.about-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.nav-button{padding:.7rem 1.6rem;font-size:1rem;background-color:#111;color:#ccc;border-radius:999px;text-decoration:none;font-weight:500;border:1px solid #222;transition:all .25s ease}.nav-button:hover,.nav-button.active{background-color:#1877f2;color:#fff;border-color:#1877f2}.about-grid-section{display:none;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;max-width:1200px;margin:0 auto 4rem;opacity:0;transform:translateY(20px);transition:all .4s ease}.about-grid-section.visible{display:grid;opacity:1;transform:translateY(0)}.about-grid-section.reverse{grid-template-columns:2fr 1fr}.about-grid-section.reverse .about-image-block{order:2;text-align:center}.about-grid-section.reverse .about-content{order:1}.about-image-block{text-align:center}.about-image{width:100%;max-width:320px;height:auto;border-radius:10px;box-shadow:0 6px 20px #0009;margin-bottom:1rem;object-fit:cover}.about-author{font-size:1rem;font-weight:600;color:#1877f2}.about-title{font-size:.95rem;font-weight:500;color:#aaa;margin-top:.25rem}.about-content h3{font-size:1.75rem;font-weight:700;margin:1rem 0;color:#fff}.about-content p{font-size:1rem;color:#ccc;line-height:1.7;margin-bottom:1.5rem;max-width:700px}.spec-list{margin:1rem 0 2rem 1.25rem;padding:0;list-style:disc}.spec-list li{font-size:.95rem;line-height:1.6;color:#bbb;margin-bottom:.75rem}.spec-list strong{color:#fff;font-weight:600}@media (max-width: 960px){.about-grid-section,.about-grid-section.reverse{grid-template-columns:1fr;text-align:center}.about-content{margin-top:2rem}.about-content h3{text-align:center}.spec-list{margin-left:0;list-style-position:inside;text-align:left}}
