.copilot-hero{padding:var(--spacing-4xl)0 var(--spacing-3xl);background:0 0;position:relative;overflow:hidden}.copilot-hero:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#fff0 0% 60%,#fff 100%);position:absolute;inset:0}.copilot-hero>*{z-index:1;position:relative}.copilot-hero .container{gap:var(--spacing-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.copilot-hero-badge{align-items:center;gap:var(--spacing-sm);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-full);color:var(--gray-700);margin-bottom:var(--spacing-lg);padding:6px 14px;font-size:.8125rem;font-weight:500;display:inline-flex}.copilot-hero-badge img{width:16px;height:16px}.copilot-hero-title{letter-spacing:-.035em;color:var(--gray-900);margin-bottom:var(--spacing-lg);font-size:3.5rem;font-weight:600;line-height:1.08}.copilot-hero-title-highlight{color:var(--gray-400)}.copilot-hero-subtitle{color:var(--gray-600);margin-bottom:var(--spacing-xl);max-width:500px;font-size:1.125rem;line-height:1.6}.copilot-hero-actions{gap:var(--spacing-md);flex-wrap:wrap;display:flex}.copilot-hero-visual{position:relative}.copilot-chat-preview{border:1px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);background:#fff;overflow:hidden}.copilot-chat-header{background:var(--gray-50);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.copilot-chat-header-dots{gap:6px;display:flex}.copilot-chat-header-dots span{border-radius:50%;width:10px;height:10px}.copilot-chat-header-dots span:first-child{background:#ef4444}.copilot-chat-header-dots span:nth-child(2){background:#f59e0b}.copilot-chat-header-dots span:nth-child(3){background:#22c55e}.copilot-chat-header-title{color:var(--gray-600);font-size:.8125rem;font-weight:500}.copilot-chat-messages{gap:var(--spacing-md);flex-direction:column;min-height:300px;padding:20px;display:flex}.copilot-message{align-items:flex-start;gap:12px;display:flex}.copilot-message-avatar{border-radius:var(--radius-md);flex-shrink:0;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.copilot-message-avatar.ai{background:linear-gradient(135deg,var(--gray-900)0%,var(--gray-700)100%);color:#fff}.copilot-message-avatar.user{background:var(--gray-100);color:var(--gray-600)}.copilot-message-content{flex:1}.copilot-message-name{color:var(--gray-900);margin-bottom:4px;font-size:.75rem;font-weight:600}.copilot-message-text{color:var(--gray-700);background:var(--gray-50);border-radius:var(--radius-lg);border-top-left-radius:4px;padding:12px 16px;font-size:.875rem;line-height:1.5}.copilot-message.user .copilot-message-text{background:var(--gray-900);color:#fff;border-top-left-radius:12px;border-top-right-radius:4px}.copilot-chat-input{border-top:1px solid var(--gray-200);background:#fff;align-items:center;gap:12px;padding:16px;display:flex}.copilot-chat-input input{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50);flex:1;padding:10px 14px;font-size:.875rem}.copilot-chat-input button{border-radius:var(--radius-md);background:var(--gray-900);color:#fff;cursor:pointer;border:none;flex-shrink:0;align-items:center;width:36px;min-width:36px;height:36px;display:flex}.copilot-feature-section{padding:var(--spacing-4xl)0;background:#fff;position:relative}.copilot-feature-row{gap:var(--spacing-3xl);padding:var(--spacing-3xl)0;border-bottom:1px solid var(--gray-200);grid-template-columns:1fr 1fr;align-items:center;display:grid}.copilot-feature-row:last-child{border-bottom:none}.copilot-feature-row.reverse{direction:rtl}.copilot-feature-row.reverse>*{direction:ltr}.copilot-feature-label{align-items:center;gap:var(--spacing-sm);text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin-bottom:var(--spacing-md);font-size:.75rem;font-weight:600;display:inline-flex}.copilot-feature-label img{width:16px;height:16px}.copilot-feature-title{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:var(--spacing-lg);font-size:2.5rem;font-weight:600;line-height:1.15}.copilot-feature-title-highlight{color:var(--gray-400)}.copilot-feature-description{color:var(--gray-600);margin-bottom:var(--spacing-lg);font-size:1rem;line-height:1.6}.copilot-feature-list{margin:0 0 var(--spacing-xl)0;padding:0;list-style:none}.copilot-feature-list li{color:var(--gray-700);align-items:flex-start;gap:10px;padding:8px 0;font-size:.9375rem;display:flex}.copilot-feature-list li:before{content:"✓";color:var(--gray-900);font-weight:600}.copilot-feature-link{color:var(--gray-900);transition:gap var(--transition-fast);align-items:center;gap:6px;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.copilot-feature-link:hover{gap:10px}.copilot-feature-link img{width:16px;height:16px}.copilot-preview-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);transition:border-color var(--transition-base),box-shadow var(--transition-base);background:#fff;overflow:hidden}.copilot-preview-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.copilot-preview-header{background:var(--gray-50);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.copilot-preview-header-dots{gap:6px;display:flex}.copilot-preview-header-dots span{border-radius:50%;width:10px;height:10px}.copilot-preview-header-dots span:first-child{background:#ef4444}.copilot-preview-header-dots span:nth-child(2){background:#f59e0b}.copilot-preview-header-dots span:nth-child(3){background:#22c55e}.copilot-preview-title{color:var(--gray-600);font-size:.8125rem;font-weight:500}.copilot-preview-content{padding:20px}.copilot-tool-item{border-radius:var(--radius-md);transition:background var(--transition-fast);align-items:center;gap:12px;padding:12px;display:flex}.copilot-tool-item:hover{background:var(--gray-50)}.copilot-tool-icon{border-radius:var(--radius-lg);background:var(--gray-100);justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.copilot-tool-info{flex:1}.copilot-tool-info h5{color:var(--gray-900);margin:0 0 2px;font-size:.875rem;font-weight:600}.copilot-tool-info p{color:var(--gray-500);margin:0;font-size:.75rem}.copilot-tool-badge{border-radius:var(--radius-full);color:#166534;background:#dcfce7;padding:4px 8px;font-size:.6875rem;font-weight:500}.copilot-generated-box{background:var(--gray-50);border-radius:var(--radius-md);margin-bottom:12px;padding:16px}.copilot-generated-label{color:var(--gray-500);margin-bottom:8px;font-size:.75rem}.copilot-generated-text{color:var(--gray-700);font-size:.875rem;line-height:1.5}.copilot-tags{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.copilot-tag{background:var(--gray-100);border-radius:var(--radius-full);color:var(--gray-600);padding:4px 10px;font-size:.75rem}.copilot-stats-grid{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr);display:grid}.copilot-stat-item{background:var(--gray-50);border-radius:var(--radius-lg);padding:16px}.copilot-stat-value{color:var(--gray-900);margin-bottom:4px;font-size:1.75rem;font-weight:600}.copilot-stat-label{color:var(--gray-500);font-size:.75rem}.copilot-capabilities-section{padding:var(--spacing-4xl)0;background:var(--gray-50)}.copilot-capabilities-header{margin-bottom:var(--spacing-3xl)}.copilot-capabilities-header h2{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:var(--spacing-md);font-size:2.5rem;font-weight:600}.copilot-capabilities-header p{color:var(--gray-600);max-width:600px;font-size:1.125rem}.copilot-capabilities-grid{gap:var(--spacing-lg);grid-template-columns:repeat(3,1fr);display:grid}.copilot-capability-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--spacing-xl);transition:all var(--transition-base);background:#fff}.copilot-capability-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.copilot-capability-icon{border-radius:var(--radius-lg);background:var(--gray-100);width:48px;height:48px;margin-bottom:var(--spacing-md);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.copilot-capability-card h4{color:var(--gray-900);margin-bottom:8px;font-size:1.125rem;font-weight:600}.copilot-capability-card p{color:var(--gray-600);margin:0;font-size:.875rem;line-height:1.5}.copilot-cta-section{padding:var(--spacing-4xl)0;background:#fff}.copilot-cta-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.copilot-cta-content{max-width:700px}.copilot-cta-image{border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.copilot-cta-content h2{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:var(--spacing-md);font-size:2.5rem;font-weight:600}.copilot-cta-content p{color:var(--gray-600);margin-bottom:var(--spacing-xl);font-size:1.125rem}.copilot-cta-actions{gap:var(--spacing-md);flex-wrap:wrap;justify-content:flex-start;display:flex}@media (max-width:1024px){.copilot-cta-grid,.copilot-hero .container,.copilot-feature-row{gap:var(--spacing-2xl);grid-template-columns:1fr}.copilot-feature-row.reverse{direction:ltr}.copilot-hero-title,.copilot-feature-title{font-size:2.5rem}.copilot-capabilities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.copilot-hero-title,.copilot-feature-title{font-size:2rem}.copilot-capabilities-grid{grid-template-columns:1fr}.copilot-cta-content h2{font-size:2rem}}.copilot-flow-section{padding:var(--spacing-4xl)0;background:var(--gray-50)}.copilot-flow-header{margin-bottom:var(--spacing-3xl)}.copilot-flow-label{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);border:1px solid var(--gray-200);border-radius:var(--radius-full);margin-bottom:var(--spacing-md);background:#fff;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-block}.copilot-flow-header h2{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:var(--spacing-sm);font-size:2.5rem;font-weight:600}.copilot-flow-header p{color:var(--gray-600);max-width:500px;font-size:1.0625rem;line-height:1.6}.copilot-flow-diagram{align-items:center;gap:0;max-width:1100px;display:flex}.copilot-flow-zone{position:relative}.copilot-flow-zone-header{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.copilot-flow-zone-icon{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.copilot-flow-zone-icon svg{width:18px;height:18px;stroke:var(--gray-600)}.copilot-flow-zone-label{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600);font-size:.75rem;font-weight:600}.copilot-flow-zone--input{border:1px solid var(--gray-200);border-radius:var(--radius-xl);width:260px;transition:all var(--transition-slow);background:#fff;padding:1.5rem;box-shadow:0 4px 12px #0000000a}.copilot-flow-zone--input:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.copilot-flow-query{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-700);align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding:.75rem;font-size:.8125rem;font-style:italic;display:flex}.copilot-flow-query-icon{flex-shrink:0;font-size:1rem}.copilot-flow-zone-desc{color:var(--gray-500);margin:0;font-size:.75rem;line-height:1.4}.copilot-flow-connector{flex-shrink:0;align-items:center;width:140px;height:40px;display:flex;position:relative}.copilot-flow-connector-svg{width:100%;height:20px;overflow:visible}.copilot-flow-connector-path{stroke:var(--gray-300);stroke-width:2px;stroke-dasharray:8 5;fill:none}.copilot-flow-dot{fill:var(--gray-900);animation:2.5s linear infinite copilotFlowDot}.copilot-flow-dot--2{animation-delay:.8s}.copilot-flow-dot--3{animation-delay:1.6s}@keyframes copilotFlowDot{0%{cx:0;opacity:0}10%{opacity:1}90%{opacity:1}to{cx:140;opacity:0}}.copilot-flow-connector-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;font-size:.625rem;font-weight:500;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.copilot-flow-zone--ai{flex-direction:column;align-items:center;gap:.75rem;padding:0 1rem;display:flex}.copilot-flow-ai-hub{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.copilot-flow-ai-ring{border:2px solid #3b82f633;border-radius:50%;position:absolute}.copilot-flow-ai-ring--outer{width:100%;height:100%;animation:2.5s ease-in-out infinite copilotPulseRingBlue}.copilot-flow-ai-ring--inner{border-color:#3b82f64d;width:75%;height:75%;animation:2.5s ease-in-out .4s infinite copilotPulseRingBlue}@keyframes copilotPulseRingBlue{0%,to{opacity:.4;border-color:#3b82f626;transform:scale(1)}50%{opacity:1;border-color:#3b82f666;transform:scale(1.08)}}.copilot-flow-ai-core{z-index:1;background:#fff;border:2px solid #3b82f64d;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.75rem;animation:2.5s ease-in-out infinite copilotBreatheBlue;display:flex;box-shadow:0 4px 20px #3b82f626}@keyframes copilotBreatheBlue{0%,to{border-color:#3b82f64d;box-shadow:0 4px 20px #3b82f626}50%{border-color:#3b82f680;box-shadow:0 4px 30px #3b82f64d}}.copilot-flow-ai-core:hover{transform:scale(1.1);box-shadow:0 8px 30px #3b82f640}.copilot-flow-ai-features{gap:.5rem;display:flex}.copilot-flow-ai-feature{border:1px solid var(--gray-200);color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em;background:#fff;border-radius:4px;padding:.25rem .5rem;font-size:.625rem;font-weight:500}.copilot-flow-zone--tools{flex-direction:column;gap:.75rem;width:280px;display:flex}.copilot-flow-tools-card,.copilot-flow-result-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);transition:all var(--transition-slow);background:#fff;padding:1.25rem}.copilot-flow-tools-card:hover,.copilot-flow-result-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.copilot-flow-zone-icon--tools svg,.copilot-flow-zone-icon--result svg{stroke:var(--gray-700)}.copilot-flow-tools-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.copilot-flow-tool{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-700);transition:all var(--transition-base);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;display:flex}.copilot-flow-tool:hover{border-color:var(--gray-900);background:#fff}.copilot-flow-tool--active{border-color:var(--gray-900);color:var(--gray-900);background:#fff}.copilot-flow-arrow{padding:.25rem 0;display:flex}.copilot-flow-arrow svg{width:20px;height:20px;stroke:var(--gray-400)}.copilot-flow-result-content{background:var(--gray-50);border-radius:var(--radius-md);padding:.75rem}.copilot-flow-result-text{color:var(--gray-700);font-size:.8125rem;line-height:1.4}.copilot-flow-benefits{border-top:1px solid var(--gray-200);gap:3rem;margin-top:4rem;padding-top:3rem;display:flex}.copilot-flow-benefit{gap:1rem;max-width:220px;display:flex}.copilot-flow-benefit-icon{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.copilot-flow-benefit-icon svg{width:20px;height:20px;stroke:var(--gray-900)}.copilot-flow-benefit h4{color:var(--gray-900);margin:0 0 .25rem;font-size:.9375rem;font-weight:600}.copilot-flow-benefit p{color:var(--gray-600);margin:0;font-size:.8125rem;line-height:1.4}@media (max-width:1024px){.copilot-flow-diagram{flex-direction:column;gap:1.5rem}.copilot-flow-connector{width:40px;height:60px;transform:rotate(90deg)}.copilot-flow-connector-label{transform:translate(-50%)rotate(-90deg)}.copilot-flow-zone--input,.copilot-flow-zone--tools{width:100%;max-width:400px}.copilot-flow-tools-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.copilot-flow-section{padding:var(--spacing-3xl)0}.copilot-flow-header h2{font-size:2rem}.copilot-flow-tools-grid{grid-template-columns:repeat(2,1fr)}.copilot-flow-benefits{flex-direction:column;align-items:center;gap:2rem}.copilot-flow-benefit{max-width:100%}.copilot-flow-ai-hub{width:100px;height:100px}.copilot-flow-ai-core{width:50px;height:50px;font-size:1.5rem}.copilot-flow-ai-features{flex-wrap:wrap}}.copilot-mcp-section{padding:var(--spacing-4xl)0;background:#fff}.copilot-mcp-header{margin-bottom:var(--spacing-3xl)}.copilot-mcp-badge{align-items:center;gap:var(--spacing-sm);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-full);color:var(--gray-700);margin-bottom:var(--spacing-lg);padding:6px 14px;font-size:.8125rem;font-weight:500;display:inline-flex}.copilot-mcp-header h2{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:var(--spacing-md);font-size:2.5rem;font-weight:600}.copilot-mcp-header p{color:var(--gray-600);max-width:600px;font-size:1.125rem;line-height:1.6}.copilot-mcp-grid{gap:var(--spacing-lg);margin-bottom:var(--spacing-3xl);grid-template-columns:repeat(4,1fr);display:grid}.copilot-mcp-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--spacing-xl);transition:all var(--transition-base)}.copilot-mcp-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.copilot-mcp-card-icon{border-radius:var(--radius-lg);border:1px solid var(--gray-200);width:48px;height:48px;margin-bottom:var(--spacing-md);background:#fff;justify-content:center;align-items:center;display:flex}.copilot-mcp-card-icon svg{width:24px;height:24px;stroke:var(--gray-700)}.copilot-mcp-card h4{color:var(--gray-900);margin-bottom:8px;font-size:1rem;font-weight:600}.copilot-mcp-card p{color:var(--gray-600);margin:0;font-size:.875rem;line-height:1.5}.copilot-mcp-code{background:var(--gray-900);border-radius:var(--radius-lg);max-width:600px;overflow:hidden}.copilot-mcp-code-header{background:var(--gray-800);border-bottom:1px solid var(--gray-700);color:var(--gray-400);align-items:center;gap:12px;padding:12px 16px;font-size:.8125rem;display:flex}.copilot-mcp-code-content{margin:0;padding:20px;overflow-x:auto}.copilot-mcp-code-content code{color:var(--gray-300);font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.8125rem;line-height:1.6}@media (max-width:1024px){.copilot-mcp-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.copilot-mcp-header h2{font-size:2rem}.copilot-mcp-grid{grid-template-columns:1fr}}.copilot-usecases-section{padding:var(--spacing-4xl)0;background:var(--gray-50)}.copilot-usecases-header{margin-bottom:var(--spacing-3xl)}.copilot-usecases-label{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);border:1px solid var(--gray-200);border-radius:var(--radius-full);margin-bottom:var(--spacing-md);background:#fff;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-block}.copilot-usecases-header h2{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:var(--spacing-md);font-size:2.5rem;font-weight:600}.copilot-usecases-header p{color:var(--gray-600);max-width:550px;font-size:1.125rem;line-height:1.6}.copilot-usecases-grid{gap:var(--spacing-lg);grid-template-columns:repeat(3,1fr);display:grid}.copilot-usecase-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:var(--spacing-xl);transition:all var(--transition-base);background:#fff}.copilot-usecase-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.copilot-usecase-card--featured{border-color:var(--gray-900);box-shadow:var(--shadow-lg);grid-column:span 1}.copilot-usecase-card--featured:hover{border-color:var(--gray-900);box-shadow:var(--shadow-md)}.copilot-usecase-header{margin-bottom:var(--spacing-lg);align-items:center;gap:10px;display:flex}.copilot-usecase-icon{font-size:1.5rem}.copilot-usecase-category{color:var(--gray-700);font-size:.8125rem;font-weight:600}.copilot-usecase-conversation{margin-bottom:var(--spacing-lg);flex-direction:column;gap:12px;display:flex}.copilot-usecase-message{border-radius:var(--radius-lg);padding:12px 14px;font-size:.8125rem;line-height:1.5}.copilot-usecase-message.user{background:var(--gray-900);color:#fff;border-bottom-right-radius:4px;align-self:flex-end;max-width:90%}.copilot-usecase-message.ai{background:var(--gray-100);color:var(--gray-700);border-bottom-left-radius:4px;align-self:flex-start}.copilot-usecase-tags{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.copilot-usecase-tags span{background:var(--gray-100);border-radius:var(--radius-full);color:var(--gray-600);padding:4px 10px;font-size:.6875rem;font-weight:500}@media (max-width:1024px){.copilot-usecases-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.copilot-usecases-header h2{font-size:2rem}.copilot-usecases-grid{grid-template-columns:1fr}}.copilot-integration-section{padding:var(--spacing-4xl)0;background:#fff}.copilot-integration-header{margin-bottom:var(--spacing-3xl)}.copilot-integration-header h2{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:var(--spacing-md);font-size:2.5rem;font-weight:600}.copilot-integration-header p{color:var(--gray-600);max-width:550px;font-size:1.125rem;line-height:1.6}.copilot-integration-grid{gap:var(--spacing-lg);grid-template-columns:repeat(3,1fr);display:grid}.copilot-integration-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:var(--spacing-2xl);transition:all var(--transition-base);background:#fff;position:relative}.copilot-integration-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.copilot-integration-card--featured{border-color:var(--gray-900);box-shadow:var(--shadow-lg)}.copilot-integration-card-badge{background:var(--gray-900);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);padding:4px 12px;font-size:.6875rem;font-weight:600;position:absolute;top:-12px;left:24px}.copilot-integration-card-icon{margin-bottom:var(--spacing-md);font-size:2.5rem}.copilot-integration-card h3{color:var(--gray-900);margin-bottom:8px;font-size:1.25rem;font-weight:600}.copilot-integration-card>p{color:var(--gray-600);margin-bottom:var(--spacing-lg);font-size:.9375rem;line-height:1.5}.copilot-integration-features{margin:0 0 var(--spacing-xl)0;padding:0;list-style:none}.copilot-integration-features li{align-items:center;gap:var(--spacing-sm);color:var(--gray-700);padding:6px 0;font-size:.875rem;display:flex}.copilot-integration-features li:before{content:"✓";color:var(--gray-900);font-size:.75rem;font-weight:600}@media (max-width:1024px){.copilot-integration-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media (max-width:768px){.copilot-integration-header h2{font-size:2rem}}.copilot-pricing-section{padding:var(--spacing-4xl)0;background:var(--gray-50)}.copilot-pricing-header{margin-bottom:var(--spacing-3xl)}.copilot-pricing-header h2{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:var(--spacing-md);font-size:2.5rem;font-weight:600}.copilot-pricing-header p{color:var(--gray-600);max-width:500px;font-size:1.125rem;line-height:1.6}.copilot-pricing-grid{gap:var(--spacing-lg);grid-template-columns:repeat(3,1fr);max-width:1000px;margin:0 auto;display:grid}.copilot-pricing-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:var(--spacing-2xl);transition:all var(--transition-base);background:#fff;position:relative}.copilot-pricing-card:hover{box-shadow:var(--shadow-md)}.copilot-pricing-card--featured{border-color:var(--gray-900);box-shadow:var(--shadow-lg);transform:scale(1.02)}.copilot-pricing-card-badge{background:var(--gray-900);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);white-space:nowrap;padding:4px 12px;font-size:.6875rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.copilot-pricing-card-header{padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--gray-200);margin-bottom:var(--spacing-lg)}.copilot-pricing-card-header h3{color:var(--gray-900);margin-bottom:var(--spacing-sm);font-size:1.25rem;font-weight:600}.copilot-pricing-price{justify-content:flex-start;align-items:baseline;gap:4px;margin-bottom:8px;display:flex}.copilot-pricing-amount{color:var(--gray-900);letter-spacing:-.03em;font-size:2.5rem;font-weight:600}.copilot-pricing-period{color:var(--gray-500);font-size:1rem}.copilot-pricing-card-header p{color:var(--gray-600);margin:0;font-size:.875rem}.copilot-pricing-features{margin:0 0 var(--spacing-xl)0;padding:0;list-style:none}.copilot-pricing-features li{color:var(--gray-700);align-items:flex-start;gap:10px;padding:8px 0;font-size:.9375rem;display:flex}.copilot-pricing-check{color:var(--gray-900);font-size:.875rem;font-weight:600}.copilot-pricing-button{width:100%}@media (max-width:1024px){.copilot-pricing-grid{grid-template-columns:1fr;max-width:400px}.copilot-pricing-card--featured{order:-1;transform:none}}@media (max-width:768px){.copilot-pricing-header h2{font-size:2rem}}
.tech-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.tech-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.tech-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md);background:#fff}.tech-logo{flex-shrink:0;width:32px;height:32px}.tech-info h4{color:var(--gray-900);margin:0 0 .125rem;font-size:.9375rem;font-weight:600}.tech-info p{color:var(--gray-500);margin:0;font-size:.8125rem}.tech-bento{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.tech-bento .tech-card{border-radius:var(--radius-lg);transition:all var(--transition-base);border:1px solid var(--gray-200);background:#fff;padding:1.5rem;display:block;position:relative;overflow:hidden}.tech-bento .tech-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md);background:#fff}.tech-card--large{border:1px solid var(--gray-200);background:#fff;flex-direction:column;grid-area:span 2/span 2;justify-content:center;display:flex}.tech-card--large .tech-logo{width:auto;height:64px;margin-bottom:1.5rem}.tech-card--large h3{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.tech-card--large p{color:var(--gray-500);font-size:.9375rem;line-height:1.6}.tech-card-glow{display:none}.tech-icon{height:40px;margin-bottom:1rem}.tech-badge{color:#fff;background:#0070f3;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.tech-bento .tech-card h4{color:var(--gray-900);margin-bottom:.375rem;font-size:1rem;font-weight:600}.tech-bento .tech-card p{color:var(--gray-500);margin:0;font-size:.8125rem;line-height:1.5}.tech-card-v2{border:1px solid var(--gray-200);border-radius:var(--radius-xl);transition:all var(--transition-slow);background:#fff;padding:0;position:relative;overflow:hidden}.tech-card-v2:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.tech-card-v2.tech-card-featured{border:1px solid var(--gray-200);background:#fff;grid-column:span 1}.tech-card-v2-glow{pointer-events:none;background:radial-gradient(circle,#667eea26 0%,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.tech-card-content{z-index:1;grid-template-rows:auto auto 1fr auto;height:100%;padding:2rem;display:grid;position:relative}.tech-card-featured .tech-card-content h3{color:var(--gray-900)}.tech-card-featured .tech-card-content p{color:var(--gray-500)}.tech-card-icon-wrapper{background:var(--gray-100);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;transition:transform .3s;display:flex}.tech-card-v2:hover .tech-card-icon-wrapper{transform:scale(1.05)}.tech-card-featured .tech-card-icon-wrapper{border:1px solid var(--gray-200);background:linear-gradient(135deg,#68a06315 0%,#68a06308 100%)}.tech-card-icon-wrapper.graphql{background:linear-gradient(135deg,#e535ab15 0%,#e535ab05 100%)}.tech-card-icon-wrapper.mongodb{background:linear-gradient(135deg,#00ed6415 0%,#00ed6405 100%)}.tech-card-icon-wrapper.typescript{background:linear-gradient(135deg,#3178c615 0%,#3178c605 100%)}.tech-card-icon-wrapper.docker{background:linear-gradient(135deg,#2496ed15 0%,#2496ed05 100%)}.tech-card-icon-wrapper.esm{background:linear-gradient(135deg,#f7df1e15 0%,#f7df1e05 100%)}.tech-icon-badge{background:linear-gradient(135deg,#3178c6 0%,#235a97 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:600}.tech-icon-badge.esm{background:linear-gradient(135deg,#f7df1e 0%,#e5a50a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.tech-icon-emoji-v2{font-size:2rem;line-height:1}.tech-card-v2 h3{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.tech-card-v2 p{color:var(--gray-500);margin-bottom:0;font-size:.9375rem;line-height:1.6}.tech-card-tag{color:var(--gray-500);background:var(--gray-100);text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.tech-card-stats{border-top:1px solid var(--gray-200);flex-wrap:wrap;justify-content:space-between;align-self:end;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.tech-stat{flex-direction:row;align-items:center;gap:.75rem;display:flex}.tech-stat-value{color:var(--gray-900);white-space:nowrap;font-size:1.25rem;font-weight:600}.tech-stat-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.75rem;font-weight:500;line-height:1.3}.tech-logo-legacy{height:80px;margin-bottom:1.5rem}.tech-logo-legacy img{object-fit:contain;max-width:60px;max-height:60px}.tech-icon-text{background:linear-gradient(135deg,#047857,#10b981);-webkit-text-fill-color:transparent;border:2px solid var(--gray-200);-webkit-background-clip:text;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.75rem;font-weight:600;display:flex}.tech-icon-emoji{justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex}@media (max-width:1024px){.tech-grid,.tech-bento{grid-template-columns:repeat(2,1fr)}.tech-card--large{grid-column:span 2}}@media (max-width:900px){.tech-stat{flex-direction:column;align-items:flex-start;gap:.25rem}.tech-stat-label{white-space:normal}}@media (max-width:768px){.tech-grid,.tech-bento{grid-template-columns:1fr}.tech-card--large{grid-area:span 1/span 1}.tech-card-content{padding:1.5rem}}
