:root{--font-sans:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,Menlo,monospace;--font-serif:"IBM Plex Serif",Georgia,serif;--ink:#0e0e0e;--paper:#fff;--cream:#f5f9f5;--cyan:#c9f0f4;--green:#bff0cb;--lavender:#bff0cb;--yellow:#fff6b5;--pink:#fcddea;--orange:#009dbf;--orange-hot:#007e9a;--rule:#efefef;--ink-soft:#0e0e0e9e;--ink-mute:#0e0e0e66;--shadow-card:0 4px 24px #0e0e0e14;--shadow-card-soft:0 2px 12px #0e0e0e0d;--shadow-card-hover:0 8px 32px #0e0e0e1f;--max-w:1440px;--bg-body:#fff;--bg-surface:#fff;--bg-subtle:#f5f9f5;--primary-blue:#009dbf;--primary-dark:#007e9a;--accent-green:#009dbf;--accent-green-dim:#009dbf14;--accent-orange:#009dbf;--accent-orange-dim:#009dbf14;--text-main:#0e0e0e;--text-muted:#0e0e0e9e;--text-light:#0e0e0e66;--border-light:#efefef;--border-focus:#0e0e0e33;--container-width:1320px;--radius-sm:6px;--radius-md:6px;--radius-lg:6px;--shadow-sm:0 2px 12px #0e0e0e0d;--shadow-md:0 4px 24px #0e0e0e14;--shadow-lg:0 8px 32px #0e0e0e1f}*,:before,:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--paper);color:var(--ink);font-size:17px;line-height:1.6;overflow-x:hidden}h1{letter-spacing:-.04em;text-wrap:balance;font-size:clamp(40px,6.5vw,96px);font-weight:600;line-height:1}h2{letter-spacing:-.03em;text-wrap:balance;font-size:clamp(34px,5.5vw,76px);font-weight:400;line-height:1}h3{letter-spacing:-.02em;text-wrap:balance;font-size:22px;font-weight:600;line-height:1.25}h4{letter-spacing:-.015em;font-size:18px;font-weight:600;line-height:1.25}p{text-wrap:pretty}em.ital{font-family:var(--font-serif);letter-spacing:-.01em;font-style:italic;font-weight:400}::selection{background:var(--ink);color:var(--cream)}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{font-family:var(--font-mono);letter-spacing:-.03em}.container{max-width:var(--max-w);z-index:1;margin:0 auto;padding:0 56px;position:relative}@media (max-width:768px){.container{padding:0 20px}}.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{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:16px 26px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--ink);color:var(--paper);border:1.5px solid var(--ink);box-shadow:0 4px 14px #0e0e0e2e}.btn-primary:hover{background-color:var(--orange);border-color:var(--orange);color:var(--paper);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.btn-secondary{color:var(--ink);background-color:#0000;border:1.5px solid #0e0e0e1f}.btn-secondary:hover{border-color:var(--ink);color:var(--ink)}.btn-sm{padding:10px 18px;font-size:14px}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:208px 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-group{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.badge{background:var(--accent-orange-dim);color:var(--accent-orange);border:1px solid #009dbf33;border-radius:100px;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-block}.badge-link{cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s}.badge-link:hover{background:#009dbf33;border-color:#009dbf66}.badge-sold-out{opacity:.5}.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-size:1.8rem;font-weight:800;font-family:var(--font-mono)}.hero-stat-label{color:var(--text-muted);font-size:.85rem}.terminal{border-radius:var(--radius-md);font-family:var(--font-mono);color:#e2e8f0;background:#141826;border:1px solid #ffffff1a;padding:24px;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:85px 0}.section-header{text-align:left;max-width:720px;margin:0 0 36px}.section-header h2{letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(34px,5.5vw,76px);font-weight:400;line-height:1}.section-header p{color:var(--ink-soft);max-width:720px;font-size:17px;line-height:1.55}.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(--rule);color:var(--ink-soft);padding:14px 0 14px 22px;font-size:14px;line-height:1.5;position:relative}.trigger-list li:before{content:"";background:var(--ink);border-radius:50%;width:8px;height:8px;position:absolute;top:22px;left:4px}.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:1px solid var(--border-light);border-radius:6px;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:600}.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:1px solid var(--border-light);box-shadow:var(--shadow-sm);border-radius:6px;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:1px solid var(--border-light);border-radius:6px;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:6px;gap:4px;margin-bottom:2rem;padding:4px;display:inline-flex}.cohort-tab{cursor:pointer;background:0 0;border:none;border-radius:6px;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:600}.cohort-tab.active .cohort-tab-name{color:#fff}.cohort-tab-dates{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono)}.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:#009dbf4d}.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:var(--ink-mute);background:#0e0e0e0f;border:none;border-radius:999px;padding:14px 26px;font-size:15px;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 #009dbf4d;align-items:center;gap:8px;margin-top:2rem;padding:12px 20px;display:inline-flex}.seats-display-number{color:var(--accent-green);font-size:1.5rem;font-weight:800;font-family:var(--font-mono)}.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 #009dbf4d;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:1px solid var(--border-light);border-radius:6px;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;font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;border-radius:0 0 6px 6px;padding:5px 14px;font-size:11px;font-weight:700;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.pricing-card.new-tariff{border-color:var(--accent-orange);box-shadow:0 0 0 1px var(--accent-orange);position:relative}.pricing-card.new-tariff:before{content:"Новый тариф";background:var(--accent-orange);color:#fff;font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;border-radius:0 0 6px 6px;padding:5px 14px;font-size:11px;font-weight:700;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.pricing-header{text-align:left;border-bottom:1px solid var(--rule);padding:28px 28px 20px}.pricing-name{font-size:20px;font-weight:600;font-family:var(--font-sans);letter-spacing:-.02em;color:var(--ink);margin-bottom:12px;line-height:1.2}.pricing-price{letter-spacing:-.02em;color:var(--ink);font-size:36px;font-weight:700;line-height:1.05}.pricing-price-old{color:var(--ink-mute);margin-right:8px;font-size:18px;font-weight:400;text-decoration:line-through}.pricing-price small{color:var(--ink-soft);font-size:16px;font-weight:400}.pricing-price-usd{color:var(--ink-mute);letter-spacing:0;white-space:nowrap;font-size:13px;font-weight:400}.pricing-price-prefix{color:var(--ink-soft);letter-spacing:0;font-size:16px;font-weight:400}.pricing-body{flex-grow:1;padding:28px}.pricing-features{flex-direction:column;gap:10px;list-style:none;display:flex}.pricing-features li{color:var(--ink);padding:0 0 0 22px;font-size:14px;line-height:1.5;position:relative}.pricing-features li:before{content:"";background:var(--ink);border-radius:50%;width:8px;height:8px;position:absolute;top:9px;left:4px}.pricing-features li.excluded{color:var(--ink-mute)}.pricing-features li.excluded:before{background:var(--ink-mute)}.pricing-features li.highlight,.pricing-features li strong{color:var(--ink);font-weight:400}.pricing-footer{padding:20px 28px 28px}.pricing-footer .btn,.pricing-footer .btn-outline{box-sizing:border-box;width:100%;padding:14px 22px;font-size:15px;font-weight:600}.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;padding:85px 0}.urgency-bar{background:var(--accent-orange-dim);color:var(--accent-orange);border:1px solid #009dbf33;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 #009dbf4d;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{font-family:var(--font-mono);color:var(--ink-mute);letter-spacing:.04em;flex-shrink:0;font-size:12px;font-weight:600}.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{font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;color:var(--ink-mute);text-align:left;border-bottom:1px solid var(--ink);padding:0 0 1rem;font-size:11px;font-weight:600}.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(--ink);min-width:180px;font-weight:600}.values-table tbody td:nth-child(2){color:var(--ink);white-space:nowrap;font-weight:600}.values-table tbody td:nth-child(3){color:var(--ink-soft)}.values-table tbody tr:hover{background:#0e0e0e08}.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(--ink);margin-top:.25rem;font-size:.8rem;font-style:normal;font-weight:600;display:block}.workshop-title{letter-spacing:-.015em;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;font-size:18px;font-weight:600;line-height:1.25;display:flex}.workshop-date{font-family:var(--font-mono);color:var(--ink-mute);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}.workshop-bullets{margin:12px 0 0;padding-left:0;list-style:none}.workshop-bullets li{color:var(--ink-soft);margin-bottom:8px;padding-left:18px;font-size:14px;line-height:1.5;display:block;position:relative}.workshop-bullets li:before{content:"";background:var(--ink);border-radius:50%;width:6px;height:6px;position:absolute;top:9px;left:4px}.workshop-bullets li::marker{content:""}.workshop-result{min-height:52px;color:var(--ink);background:#0e0e0e0a;border-top:1px solid #0e0e0e14;border-radius:0 0 6px 6px;align-items:center;margin:16px -28px -28px;padding:14px 28px;font-size:13px;font-weight:600;display:flex}.workshop-quote{color:var(--primary-blue);border-left:2px solid #009dbf33;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:1px solid var(--border-light);border-radius:6px;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{letter-spacing:-.01em;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.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{background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;flex-direction:column;padding:2rem;transition:all .3s;display:flex}.testimonial-card:hover{border-color:#009dbf4d;box-shadow:0 8px 30px #009dbf1a}.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:600}.testimonial-role{color:#ffffff80;margin-top:2px;font-size:.8rem}.testimonial-rating{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--accent-green);background:#009dbf1a;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600}.barrier-quote{color:var(--primary-blue);border-left:2px solid #009dbf33;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:1px solid var(--border-light);border-radius:6px;padding:2rem;transition:all .3s}.competitor-card:hover{box-shadow:var(--shadow-md);border-color:#009dbf33}.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:1.5px solid var(--border-light);cursor:pointer;background:0 0;border-radius:999px;padding:14px 26px;font-family:inherit;font-size:15px;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:1px solid var(--border-light);border-radius:6px;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:1180px){.pricing-grid{max-width:720px;margin:0 auto;grid-template-columns:repeat(2,1fr)!important}}@media (max-width:1024px){.pricing-grid{max-width:450px;margin:0 auto;grid-template-columns:1fr!important}.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}.workshop-title{flex-direction:column;align-items:flex-start;gap:.2rem}.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}.header-tagline{display:none}}
