@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
:root{--bg-body:#f8fafc;--bg-surface:#fff;--bg-subtle:#f1f5f9;--primary-blue:#05f;--primary-dark:#04c;--accent-green:#0c6;--accent-green-dim:#e6f9f0;--accent-orange:#ff6b35;--accent-orange-dim:#fff4f0;--text-main:#0f172a;--text-muted:#475569;--text-light:#94a3b8;--border-light:#e2e8f0;--border-focus:#cbd5e1;--container-width:1200px;--radius-sm:6px;--radius-md:12px;--radius-lg:24px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 25px -5px #0000001a}*,:before,:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}body{background-color:var(--bg-body);color:var(--text-main);font-family:Plus Jakarta Sans,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700;line-height:1.15}p{color:var(--text-muted);margin-bottom:1rem}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}.mono{letter-spacing:-.03em;font-family:JetBrains Mono,monospace}.container{max-width:var(--container-width);z-index:1;margin:0 auto;padding:0 24px;position:relative}.text-blue{color:var(--primary-blue)}.text-green{color:var(--accent-green)}.text-orange{color:var(--accent-orange)}.bg-white{background:var(--bg-surface)}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary-blue);color:#fff;box-shadow:0 4px 14px #0055ff4d}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #05f6}.btn-secondary{background-color:var(--bg-surface);color:var(--text-main);border:1px solid var(--border-light)}.btn-secondary:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.btn-sm{padding:10px 20px;font-size:.9rem}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#f8fafcf2;border-bottom:1px solid #0000000d;width:100%;padding:16px 0;position:fixed;top:0}.nav-inner{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary-blue);align-items:center;gap:8px;font-size:1.4rem;font-weight:800;text-decoration:none;display:flex}.logo span{color:var(--text-main)}.hero{text-align:left;padding:120px 0 60px;position:relative;overflow:hidden}.hero-bg{background-image:linear-gradient(var(--border-light)1px,transparent 1px),linear-gradient(90deg,var(--border-light)1px,transparent 1px);opacity:.4;z-index:-1;background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 40%,#0000 100%);mask-image:linear-gradient(#000 40%,#0000 100%)}.hero-layout{grid-template-columns:1fr 380px;align-items:center;gap:3rem;display:grid}.hero-photo{border-radius:var(--radius-lg);height:520px;overflow:hidden}.hero-sub{color:var(--text-muted);max-width:540px;margin:0 0 2rem;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.7}.hero-cta-group{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.hero-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.badge{background:var(--accent-orange-dim);color:var(--accent-orange);border:1px solid #ff6b3533;border-radius:100px;margin-bottom:1.5rem;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-block}.hero h1{color:var(--text-main);margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.2rem)}.hero p{max-width:520px;margin-bottom:2rem;font-size:1.2rem}.hero-stats{border-top:1px solid var(--border-light);flex-wrap:wrap;gap:2.5rem;padding-top:1.5rem;display:flex}.hero-stat{text-align:center}.hero-stat-value{color:var(--text-main);font-family:JetBrains Mono,monospace;font-size:1.8rem;font-weight:800}.hero-stat-label{color:var(--text-muted);font-size:.85rem}.terminal{border-radius:var(--radius-md);color:#e2e8f0;background:#141826;border:1px solid #ffffff1a;padding:24px;font-family:JetBrains Mono,monospace;font-size:.85rem;transition:transform .5s;position:relative;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg);box-shadow:0 20px 50px #0003}.terminal:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.terminal-header{gap:6px;margin-bottom:20px;display:flex}.dot{background:#334155;border-radius:50%;width:12px;height:12px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.code-line{opacity:0;margin-bottom:8px;animation:.5s forwards fadeIn;display:block}.code-line:nth-child(2){animation-delay:.3s}.code-line:nth-child(3){animation-delay:.6s}.code-line:nth-child(4){animation-delay:.9s}.code-line:nth-child(5){animation-delay:1.2s}.code-line:nth-child(6){animation-delay:1.5s}.code-line:nth-child(7){color:var(--accent-green);font-weight:700;animation-delay:1.8s}.cursor-blink{background:var(--primary-blue);vertical-align:middle;width:8px;height:16px;animation:1s infinite blink;display:inline-block}.section{padding:100px 0}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-header h2{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem)}.section-header p{font-size:1.1rem}.section-alt{background:var(--bg-surface);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.section-dark{color:#fff;background:#0f172a}.section-dark h2,.section-dark h3{color:#fff}.section-dark p,.section-dark .section-header p{color:#94a3b8}.triggers-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.trigger-group h3{align-items:center;gap:10px;margin-bottom:1.5rem;font-size:1.3rem;display:flex}.trigger-list{list-style:none}.trigger-list li{border-bottom:1px solid var(--border-light);color:var(--text-muted);padding:1rem 0 1rem 24px;position:relative}.trigger-list li:before{content:"→";color:var(--text-light);position:absolute;left:0}.emotion-quote{background:var(--bg-subtle);border-radius:var(--radius-sm);color:var(--text-muted);border-left:3px solid var(--primary-blue);margin-top:1rem;padding:1rem 1.5rem;font-style:italic}.segments-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}.segment-card{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-light);padding:2rem;transition:all .3s}.segment-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-md);transform:translateY(-4px)}.segment-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin-bottom:.5rem;font-size:.75rem}.segment-card h3{margin-bottom:.5rem;font-size:1.25rem}.segment-situation{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}.segment-result{color:var(--text-main);background:var(--bg-subtle);border-radius:var(--radius-sm);margin-bottom:1rem;padding:1rem;font-size:.95rem}.segment-result strong{font-weight:700}.program-timeline{max-width:900px;margin:0 auto;position:relative}.program-timeline:before{content:"";background:var(--border-focus);width:2px;position:absolute;top:20px;bottom:355px;left:30px}.workshop-item{gap:2rem;margin-bottom:2rem;display:flex;position:relative}.workshop-number{background:var(--bg-surface);border:2px solid var(--primary-blue);width:60px;height:60px;color:var(--primary-blue);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.workshop-content{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);flex-grow:1;padding:1.5rem 2rem}.barriers-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}.barrier-card{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-light);padding:2rem}.barrier-question{color:var(--text-main);align-items:center;gap:10px;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex}.barrier-answer{color:var(--text-muted);font-size:.95rem;line-height:1.6}.cohort-switcher{background:var(--bg-subtle);border-radius:var(--radius-md);gap:4px;margin-bottom:2rem;padding:4px;display:inline-flex}.cohort-tab{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:flex-start;min-width:160px;padding:12px 20px;transition:all .2s;display:flex}.cohort-tab:hover{background:#00000008}.cohort-tab.active{background:var(--text-main);box-shadow:var(--shadow-sm)}.cohort-tab-name{color:var(--text-main);margin-bottom:2px;font-size:.95rem;font-weight:700}.cohort-tab.active .cohort-tab-name{color:#fff}.cohort-tab-dates{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.8rem}.cohort-tab.active .cohort-tab-dates{color:#ffffffb3}.cohort-tab.sold-out{opacity:.7}.cohort-tab-sold-out{color:var(--accent-orange);background:var(--accent-orange-dim);border-radius:4px;margin-top:4px;padding:2px 8px;font-size:.7rem;font-weight:600}.cohort-tab.active .cohort-tab-sold-out{color:#fff;background:#ff6b354d}.sold-out-notice{text-align:center;background:var(--accent-orange-dim);border:2px solid var(--accent-orange);border-radius:var(--radius-lg);margin-bottom:2rem;padding:2rem}.sold-out-notice h3{color:var(--accent-orange);margin-bottom:.75rem;font-size:1.5rem}.sold-out-notice p{color:var(--text-main);max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.btn-disabled{cursor:not-allowed;color:#888;background:#e0e0e0;border:none;border-radius:8px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.pricing-card.sold-out{opacity:.6}.pricing-card.sold-out:hover{box-shadow:none;transform:none}.seats-display{background:var(--accent-green-dim);border-radius:var(--radius-sm);border:1px solid #00cc664d;align-items:center;gap:8px;margin-top:2rem;padding:12px 20px;display:inline-flex}.seats-display-number{color:var(--accent-green);font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:800}.seats-display-text{color:var(--text-main);font-size:.95rem}.seats-display-total{color:var(--text-muted)}.claude-notice{background:var(--accent-orange-dim);border-radius:var(--radius-sm);text-align:center;border:1px solid #ff6b354d;max-width:600px;margin:2rem auto 0;padding:1rem 1.5rem}.claude-notice p{color:var(--text-main);margin:0;font-size:.9rem}.company-payment-notice{background:var(--bg-surface);border:2px solid var(--primary-blue);border-radius:var(--radius-sm);text-align:center;max-width:600px;margin:1.5rem auto 0;padding:1.25rem 1.5rem}.company-payment-notice p{color:var(--text-main);margin:0;font-size:1rem;line-height:1.5}.company-payment-notice a{color:var(--primary-blue);font-weight:600;text-decoration:none}.company-payment-notice a:hover{text-decoration:underline}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}.pricing-card{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pricing-card.featured{border-color:var(--primary-blue);box-shadow:0 0 0 1px var(--primary-blue);position:relative}.pricing-card.featured:before{content:"🔥 Популярный";background:var(--primary-blue);color:#fff;border-radius:0 0 8px 8px;padding:6px 16px;font-size:.75rem;font-weight:600;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.pricing-header{text-align:center;border-bottom:1px solid var(--border-light);padding:2rem 2rem 1.5rem}.pricing-name{text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.pricing-price{color:var(--text-main);font-size:2.5rem;font-weight:800}.pricing-price-old{color:var(--text-light);margin-right:8px;font-size:1.2rem;text-decoration:line-through}.pricing-price small{color:var(--text-muted);font-size:1rem;font-weight:400}.pricing-body{flex-grow:1;padding:2rem}.pricing-features{list-style:none}.pricing-features li{color:var(--text-muted);padding:.6rem 0 .6rem 24px;font-size:.9rem;position:relative}.pricing-features li:before{position:absolute;left:0}.pricing-features li.included:before{content:"✓";color:var(--accent-green);font-weight:700}.pricing-features li.excluded{color:var(--text-light)}.pricing-features li.excluded:before{content:"—";color:var(--text-light)}.pricing-features li.highlight,.pricing-features li strong{color:var(--text-main);font-weight:600}.pricing-footer{padding:1.5rem 2rem 2rem}.pricing-footer .btn{width:100%}.pricing-bonus{background:var(--accent-green-dim);border-radius:var(--radius-sm);color:var(--accent-green);text-align:center;margin-top:1rem;padding:1rem;font-size:.85rem;font-weight:600}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid var(--border-light);border-radius:var(--radius-sm);background:var(--bg-surface);margin-bottom:1rem;overflow:hidden}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:1.5rem;font-weight:600;transition:all .2s;display:flex}.faq-question:hover{background:var(--bg-subtle)}.faq-answer{color:var(--text-muted);border-top:1px solid var(--border-light);padding:1rem 1.5rem 1.5rem;line-height:1.7;display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-question{color:var(--primary-blue)}.faq-item.active .faq-question span{transform:rotate(45deg)}.faq-question span{color:var(--text-light);font-size:1.5rem;font-weight:300;transition:transform .3s;display:inline-block}.section-final{text-align:center;background:radial-gradient(circle,#0055ff14 0%,#0000 70%);padding:100px 0}.urgency-bar{background:var(--accent-orange-dim);color:var(--accent-orange);border:1px solid #ff6b3533;border-radius:100px;align-items:center;gap:12px;margin-bottom:2rem;padding:10px 20px;font-size:.9rem;font-weight:600;display:inline-flex}.section-final h2{margin-bottom:1rem;font-size:2.8rem}.section-final>.container>p{margin-bottom:2rem;font-size:1.15rem}footer{text-align:center;color:var(--text-light);border-top:1px solid var(--border-light);padding:40px 0;font-size:.85rem}.important-notice{background:var(--accent-orange-dim);border-radius:var(--radius-sm);text-align:center;border:1px solid #ff6b354d;max-width:800px;margin:2rem auto;padding:1rem 1.5rem}.important-notice p{color:var(--accent-orange);margin:0;font-size:.9rem}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary-blue)}.nav-cta{padding:10px 20px;font-size:.9rem}.core-job-list{counter-reset:item;max-width:720px;margin:0 auto;padding:0;list-style:none}.core-job-list li{border-bottom:1px solid var(--border-light);align-items:baseline;gap:1rem;padding:.85rem 0;display:flex}.core-job-list li:last-child{border-bottom:none}.core-job-num{color:var(--primary-blue);flex-shrink:0;font-size:.85rem;font-weight:700}.values-table-wrap{-webkit-overflow-scrolling:touch;margin-top:2.5rem;overflow-x:auto}.values-table{border-collapse:collapse;width:100%;min-width:700px}.values-table thead th{letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);text-align:left;border-bottom:2px solid var(--text-main);padding:0 0 1rem;font-size:.75rem;font-weight:700}.values-table tbody td{border-bottom:1px solid var(--border-light);vertical-align:top;padding:1rem 1.5rem 1rem 0;font-size:.9rem;line-height:1.5}.values-table tbody td:first-child{color:var(--text-main);min-width:180px;font-weight:600}.values-table tbody td:nth-child(2){color:var(--primary-blue);white-space:nowrap;font-weight:700}.values-table tbody td:nth-child(3){color:var(--text-muted)}.values-table tbody tr:hover{background:#0055ff05}.segment-subtitle{color:var(--primary-blue);margin-bottom:1rem;font-size:.9rem;font-style:italic;font-weight:500}.segment-card{flex-direction:column;display:flex}.segment-quote{color:var(--primary-blue);border-top:1px solid var(--border-light);margin-top:auto;padding-top:1rem;font-size:.85rem;font-style:italic;font-weight:500;line-height:1.6}.segment-quote cite{color:var(--text-main);margin-top:.25rem;font-size:.8rem;font-style:normal;font-weight:700;display:block}.workshop-title{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;display:flex}.workshop-date{color:var(--primary-blue);white-space:nowrap;flex-shrink:0;font-size:.85rem;font-weight:600}.workshop-bullets{margin:.5rem 0 0;padding-left:1.25rem;list-style:outside}.workshop-bullets li{color:var(--text-muted);margin-bottom:.25rem;font-size:.9rem;list-style-type:disc;display:list-item}.workshop-bullets li::marker{color:var(--primary-blue)}.workshop-result{color:var(--text-main);margin-top:.75rem;font-size:.9rem;font-weight:500}.workshop-quote{color:var(--primary-blue);border-left:2px solid #05f3;margin-top:.75rem;padding-left:1rem;font-size:.85rem;font-style:italic}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.project-card{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-light);transition:all .3s;overflow:hidden}.project-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.project-card .project-img{object-fit:cover;object-position:top;border-bottom:1px solid var(--border-light);width:100%;height:180px}.project-card .project-body{padding:1.25rem}.project-card .project-name{margin-bottom:.5rem;font-size:.95rem;font-weight:700}.project-card .project-desc{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.5}.project-card .project-author{color:var(--primary-blue);margin-top:.75rem;font-size:.75rem;font-weight:600}.lightbox-overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:zoom-out;background:#0f172ad9;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.testimonial-card{border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff14;flex-direction:column;padding:2rem;transition:all .3s;display:flex}.testimonial-card:hover{border-color:#0055ff4d;box-shadow:0 8px 30px #0055ff1a}.testimonial-text{color:#ffffffd9;flex-grow:1;margin:0;font-size:.9rem;font-style:italic;line-height:1.7}.testimonial-author{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1rem;display:flex}.testimonial-name{color:#fff;font-size:.95rem;font-weight:700}.testimonial-role{color:#ffffff80;margin-top:2px;font-size:.8rem}.testimonial-rating{color:var(--accent-green);background:#00cc661a;border-radius:50px;padding:4px 12px;font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:700}.barrier-quote{color:var(--primary-blue);border-left:2px solid #05f3;margin-top:.75rem;padding-left:1rem;font-size:.85rem;font-style:italic;display:block}.competitors-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.competitor-card{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-light);padding:2rem;transition:all .3s}.competitor-card:hover{box-shadow:var(--shadow-md);border-color:#05f3}.competitor-card h3{margin-bottom:.75rem;font-size:1.15rem}.competitor-card p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.comp-quote{color:var(--primary-blue);border-top:1px solid var(--border-light);margin-top:1rem;padding-top:.75rem;font-size:.85rem;font-style:italic;line-height:1.6}.btn-outline{color:var(--text-main);border:2px solid var(--border-light);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:14px 32px;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-outline:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.seats-remaining{text-align:center;margin-top:2rem}.seats-remaining-header{color:var(--text-main);margin-bottom:.5rem;font-size:.95rem;font-weight:600}.seats-remaining-bar{background:var(--border-light);border-radius:4px;width:100%;max-width:480px;height:8px;margin:0 auto;overflow:hidden}.seats-remaining-fill{background:var(--primary-blue);border-radius:4px;height:100%;transition:width .6s}.corporate-block{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);margin-top:3rem;padding:2.5rem}.corporate-block h3{margin-bottom:1rem;font-size:1.4rem}.corporate-block p{color:var(--text-muted);line-height:1.7}.corporate-block ul{margin-top:.5rem;padding-left:1.25rem;list-style:outside}.corporate-block ul li{color:var(--text-main);padding:.25rem 0;font-size:.95rem;line-height:1.6;list-style-type:disc;display:list-item}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.pricing-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}.competitors-grid{grid-template-columns:1fr}}@media (max-width:900px){.nav-links{display:none}}@media (max-width:768px){.hero h1{font-size:2rem}.hero-layout{grid-template-columns:1fr}.hero-photo{display:none}.hero-content{grid-template-columns:1fr}.terminal{display:none}.triggers-grid,.segments-grid{grid-template-columns:1fr}.section-header h2{font-size:1.6rem}.section{padding:60px 0}.hero-stats,.workshop-item{flex-direction:column;gap:1rem}.program-timeline:before{display:none}.workshop-number{width:50px;height:50px}.barriers-grid,.testimonials-grid{grid-template-columns:1fr}.bento-grid{grid-template-columns:1fr!important}.bento-grid .desktop-only{display:none!important}.values-table{min-width:500px;font-size:.8rem}}
