*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#080d1c;--bg-light:#f2f3f5;--bg-card:#111a30;--bg-card-hover:#162040;--orange:#06b6d4;--orange-hover:#0891b2;--orange-subtle:rgba(6,182,212,0.12);--purple:#ec4899;--purple-hover:#db2777;--purple-subtle:rgba(236,72,153,0.14);--pink:#ec4899;--pink-hover:#db2777;--pink-subtle:rgba(236,72,153,0.14);--white:#ffffff;--text:#f0f2f5;--text-secondary:#b8bfcc;--text-muted:#8d95a5;--border:rgba(255,255,255,0.08);--border-hover:rgba(255,255,255,0.15);--radius:12px;--radius-lg:20px;--pill:9999px}html{scroll-behavior:smooth}body{font-family:General Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 24px}section{padding:100px 0}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid var(--border);padding:4px 0;overflow:visible}nav .container{justify-content:space-between}.logo,nav .container{display:flex;align-items:center}.logo{text-decoration:none;flex-direction:row;gap:8px}.logo-svg{height:64px;width:auto;display:block;margin-left:4px}.logo-divider{width:1px;height:20px;background:rgba(255,255,255,.25)}.logo-subline{font-size:.78rem;color:rgba(255,255,255,.8);font-weight:500;letter-spacing:.03em}.powered-by{display:flex;flex-direction:column;align-items:flex-start;gap:7px;line-height:1;opacity:.6;white-space:nowrap}.powered-by-label{font-size:.65rem;color:var(--white);font-weight:400;letter-spacing:.04em;text-transform:lowercase}.cnc24-logo{height:13px;width:auto;display:block;filter:brightness(0) invert(1)}@media (max-width:480px){.logo{gap:4px}.logo-svg{height:50px;margin-left:-14px}.logo-divider{height:14px}.logo-subline{font-size:.62rem}.powered-by-label{font-size:.58rem}.cnc24-logo{height:11px}}.nav-links{display:flex;gap:32px;list-style:none;align-items:center}.nav-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--pink)!important;color:var(--white)!important;padding:10px 24px;border-radius:var(--pill);font-weight:600!important;transition:background .2s!important}.nav-cta:hover{background:var(--pink-hover)!important}.lang-toggle{background:transparent;color:var(--text-secondary);border:1px solid var(--border);padding:6px 12px;border-radius:var(--pill);font-size:.8rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:color .2s,border-color .2s,background .2s;font-family:inherit}.lang-toggle:hover{color:var(--white);border-color:var(--white)}.hero{padding:160px 0 100px;position:relative;overflow:hidden}.hero:before{top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(236,72,153,.14) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;pointer-events:none}.hero:after{bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(6,182,212,.08) 0,transparent 70%)}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--orange-subtle);border:1px solid rgba(6,182,212,.25);color:var(--orange);padding:8px 18px;border-radius:var(--pill);font-size:.85rem;font-weight:600;margin-bottom:28px}.hero-grid{display:grid;grid-template-columns:1fr auto;grid-gap:48px;gap:48px;align-items:center}.hero-image img{width:280px;height:280px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.1)}.hero h1{font-size:clamp(2.5rem,5vw,3.8rem);font-weight:900;line-height:1.1;margin-bottom:24px;max-width:800px}.hero h1 .highlight{color:var(--orange)}.hero .subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:640px;margin-bottom:16px;line-height:1.7}.hero-stats{display:flex;gap:48px;margin:48px 0;flex-wrap:wrap}.hero-stat .number{font-size:2.5rem;font-weight:800;color:var(--white);line-height:1}.hero-stat .label{font-size:.9rem;color:var(--text-muted);margin-top:4px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--pink);color:var(--white);padding:16px 32px;border-radius:var(--pill);font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;border:none;cursor:pointer;box-shadow:0 6px 24px rgba(236,72,153,.25)}.btn-primary:hover{background:var(--pink-hover);transform:translateY(-1px);box-shadow:0 8px 28px rgba(236,72,153,.35)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--orange);padding:14px 32px;border-radius:var(--pill);font-size:1rem;font-weight:600;text-decoration:none;border:2px solid var(--orange);transition:all .2s}.btn-secondary:hover{background:var(--orange);color:var(--white);transform:translateY(-1px)}.section-label{display:inline-block;color:var(--orange);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.section-title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;margin-bottom:16px;line-height:1.2}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:640px;line-height:1.7}.logos-section{padding:48px 0;background:#ffffff;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.logos-label{text-align:center;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#aaa;margin-bottom:28px}.logos-strip{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:nowrap;overflow:hidden}.logos-strip img{height:28px;object-fit:contain;flex-shrink:1;min-width:0}@media (max-width:768px){.logos-strip{gap:24px}.logos-strip img{height:20px}}.problem-section{background:var(--bg-light)}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;margin-top:48px}.problem-card{background:#ffffff;border:1px solid #e0e0e0;border-radius:var(--radius);padding:32px;transition:border-color .2s}.problem-card:hover{border-color:#ccc}.problem-card .icon{width:48px;height:48px;background:var(--orange-subtle);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:16px}.problem-card h3{font-size:1.15rem;font-weight:700;margin-bottom:8px;color:#1a1a1a}.problem-card p{color:#555;font-size:.95rem}.problem-highlight{font-size:3rem;font-weight:900;color:var(--orange);line-height:1;margin-bottom:4px}.problem-section .section-title,.process-section .section-title{color:#1a1a1a}.problem-section .section-subtitle,.process-section .section-subtitle{color:#555}.agents-section{background:var(--bg)}.agents-toggle{display:flex;gap:8px;margin:40px 0 32px;flex-wrap:wrap}.agents-toggle button{padding:10px 22px;border-radius:var(--pill);border:1px solid var(--border);background:transparent;color:var(--text-secondary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.agents-toggle button.active{background:#0891b2;color:var(--white);border-color:#0891b2}.agents-toggle button:hover:not(.active){border-color:var(--border-hover);color:var(--white)}.agents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:20px;gap:20px}.agent-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:all .25s;text-decoration:none;color:inherit;display:block;position:relative}.agent-card:hover{border-color:var(--orange);background:var(--bg-card-hover);transform:translateY(-2px)}.agent-card .agent-category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--orange);margin-bottom:10px}.agent-card.strategic .agent-category{color:var(--purple)}.agent-card.strategic:hover{border-color:var(--purple)}.agent-card h3{font-size:1.05rem;font-weight:700;margin-bottom:8px}.agent-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.agent-card .agent-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:14px;background:var(--orange-subtle)}.agent-card.strategic .agent-icon{background:var(--purple-subtle)}.agent-result{display:inline-block;margin-top:10px;font-size:.78rem;font-weight:700;color:var(--orange)}.agent-card.strategic .agent-result{color:var(--purple)}.agents-group{display:none}.agents-group.active{display:grid}.agent-card-arrow{position:absolute;top:28px;right:28px;color:var(--text-muted);font-size:1.2rem;transition:transform .2s,color .2s}.agent-card:hover .agent-card-arrow{transform:translateX(4px);color:var(--orange)}.agent-card.strategic:hover .agent-card-arrow{color:var(--purple)}.agent-card.coming-soon{opacity:.55;cursor:not-allowed;pointer-events:none}.agent-card.coming-soon:hover{border-color:var(--border);background:var(--bg-card);transform:none}.agent-card-badge{position:absolute;top:20px;right:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fbbf24;background:rgba(251,191,36,.12);border:1px solid rgba(251,191,36,.35);border-radius:var(--pill);padding:4px 10px}.integration-section{background:var(--bg-light)}.integration-section .section-title{color:#1a1a1a}.integration-section .section-subtitle{color:#555;max-width:none}.integration-logos-wrap{margin-top:40px;background:#ffffff;border:1px solid #e0e0e0;border-radius:var(--radius);padding:28px 24px}.integration-logos-strip{display:flex;align-items:center;justify-content:center;gap:14px 28px;flex-wrap:wrap}.integration-logos-more{display:block;text-align:center;margin-top:18px;font-size:.95rem;font-weight:600;color:#6b7280;font-style:italic}.integration-logos-strip img{height:32px;width:auto;object-fit:contain}.integration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:32px}.integration-card{background:#ffffff;border:1px solid #e0e0e0;border-radius:var(--radius);padding:32px;position:relative;transition:border-color .2s,transform .2s;display:flex;flex-direction:column}.integration-card:hover{border-color:#ccc;transform:translateY(-2px)}.integration-tier-num{position:absolute;top:24px;right:24px;width:36px;height:36px;border-radius:50%;background:var(--orange-subtle);color:var(--orange);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.05rem}.integration-tier-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.integration-card h3{font-size:1.15rem;font-weight:700;margin-bottom:12px;color:#1a1a1a;padding-right:48px}.integration-card-text{color:#555;font-size:.95rem;line-height:1.6;margin-bottom:16px}.integration-card-example{margin-top:auto;color:#6b7280;font-size:.85rem;font-style:italic;border-top:1px solid #ececec;padding-top:14px}.mid-cta-section{padding:80px 0}.process-section{background:var(--bg-light)}.timeline{position:relative;margin-top:64px;display:flex;justify-content:space-between;gap:0;align-items:stretch}.timeline:before{content:"";position:absolute;top:20px;left:24px;right:24px;height:2px;background:linear-gradient(90deg,var(--orange),var(--purple))}.timeline-step{flex:1 1;text-align:center;padding:0 16px;flex-direction:column}.timeline-dot,.timeline-step{position:relative;display:flex;align-items:center}.timeline-dot{width:40px;height:40px;border-radius:50%;background:var(--orange);color:var(--white);font-weight:800;font-size:1rem;justify-content:center;margin:0 auto 20px;z-index:2;box-shadow:0 0 0 6px var(--bg-light)}.timeline-content{background:#ffffff;border:1px solid #e0e0e0;border-radius:var(--radius);padding:24px;text-align:left;transition:border-color .2s;width:100%;display:flex;flex-direction:column;flex:1 1}.timeline-content:hover{border-color:#ccc}.timeline-time{font-size:.75rem;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.timeline-content h3{font-size:1.05rem;font-weight:700;margin-bottom:8px;color:#1a1a1a}.timeline-content p{color:#555;font-size:.88rem;line-height:1.6}.timeline-badge-wrap{margin-top:auto;padding-top:12px;text-align:center}.timeline-badge{display:inline-block;background:var(--orange-subtle);color:var(--orange);font-size:.75rem;padding:4px 12px}.timeline-badge,.timeline-cta{font-weight:700;border-radius:var(--pill)}.timeline-cta{display:inline-flex;align-items:center;gap:6px;background:var(--pink);color:var(--white);padding:10px 18px;font-size:.85rem;text-decoration:none;transition:all .2s;border:none;cursor:pointer;box-shadow:0 4px 16px rgba(236,72,153,.25)}.timeline-cta:hover{background:var(--pink-hover);transform:translateY(-1px);box-shadow:0 6px 20px rgba(236,72,153,.35)}@media (max-width:900px){.timeline{flex-direction:column;gap:0;padding-left:28px}.timeline:before{top:0;bottom:0;left:19px;right:auto;width:2px;height:auto}.timeline-step{display:flex;align-items:flex-start;gap:20px;text-align:left;padding:0 0 32px}.timeline-dot{flex-shrink:0;margin:0;box-shadow:0 0 0 6px var(--bg-light)}.timeline-content{flex:1 1}}.team-section{background:var(--bg)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-top:48px}.team-member{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;display:flex;flex-direction:column;align-items:center}.team-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;border:3px solid var(--border);margin-bottom:20px}.team-member h3{font-size:1.2rem;font-weight:700;margin-bottom:4px;color:var(--text)}.team-member .role{color:var(--orange);font-weight:600;font-size:.9rem;margin-bottom:16px}.team-member .credentials{list-style:none;display:flex;flex-direction:column;gap:6px;text-align:left}.team-member .credentials li{color:var(--text-secondary);font-size:.85rem;display:flex;align-items:flex-start;gap:8px;line-height:1.5}.team-member .credentials li:before{content:"";width:5px;height:5px;background:var(--orange);border-radius:50%;flex-shrink:0;margin-top:7px}@media (max-width:768px){.team-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.faq-section{background:var(--bg-light)}.faq-list{max-width:100%;margin-top:40px}.faq-item{background:#ffffff;border:1px solid #e0e0e0;border-radius:var(--radius);margin-bottom:12px;overflow:hidden}.faq-item summary{padding:20px 24px;font-weight:600;font-size:1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:#1a1a1a}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;font-weight:300;color:var(--text-muted);flex-shrink:0;margin-left:16px}.faq-item[open] summary:after{content:"−"}.faq-item p{padding:0 24px 20px;color:#555;font-size:.95rem;line-height:1.7}.faq-section .section-subtitle,.faq-section .section-title{color:#1a1a1a}.cta-section{padding:100px 0;text-align:center}.cta-box{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:64px 48px;max-width:800px;margin:0 auto;position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--purple))}.cta-box h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;margin-bottom:16px}.cta-box p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:32px;max-width:560px;margin-left:auto;margin-right:auto}.cta-box .cta-details{display:flex;justify-content:center;gap:32px;margin-bottom:32px;flex-wrap:wrap}.cta-box .cta-detail{color:var(--text-muted);font-size:.9rem;display:flex;align-items:center;gap:6px}footer{border-top:1px solid var(--border);padding:40px 0}footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-left{color:var(--text-muted);font-size:.85rem}.footer-left a{color:var(--text-secondary);text-decoration:none}.footer-left a:hover{color:var(--white)}.footer-parent{color:var(--text-muted);font-size:.85rem}.footer-parent span{font-weight:600;color:var(--text-secondary)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer}@media (max-width:768px){section{padding:64px 0}.container{padding:0 16px}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg);border-bottom:1px solid var(--border);padding:24px;gap:20px}.nav-links.open{display:flex}.mobile-menu-btn{display:block}.logo{gap:0}.logo-svg{height:56px;margin-left:-14px}.logo-divider{margin-left:-8px}.powered-by{margin-left:8px}.logo-divider{height:16px}.logo-subline{font-size:.7rem}.hero{padding:100px 0 48px}.hero h1{font-size:1.8rem}.hero-grid{grid-template-columns:1fr}.hero-image{display:none}.hero .subtitle{font-size:1rem}.hero-stats{gap:20px}.hero-stat .number{font-size:1.8rem}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center;padding:14px 24px}.logos-section{padding:32px 0}.logos-strip{gap:28px;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.logos-strip::-webkit-scrollbar{display:none}.logos-strip img{height:22px;flex-shrink:0;scroll-snap-align:center}.problem-grid{grid-template-columns:1fr;gap:16px}.problem-card{padding:24px}.section-title{font-size:1.5rem}.agents-grid{grid-template-columns:1fr}.agents-toggle{gap:6px}.agents-toggle button{padding:8px 16px;font-size:.85rem}.integration-logos-wrap{padding:20px 16px}.integration-logos-strip{gap:12px 20px}.integration-logos-strip img{height:26px}.integration-logos-more{font-size:.88rem;margin-top:14px}.integration-grid{grid-template-columns:1fr;gap:16px}.integration-card{padding:24px}.integration-card h3{padding-right:44px}.mid-cta-section{padding:48px 0}.timeline{flex-direction:column}.team-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.faq-item summary{padding:16px 18px;font-size:.9rem}.faq-item p{padding:0 18px 16px;font-size:.9rem}.cta-box{padding:40px 20px}.cta-box h2{font-size:1.4rem}.cta-details{gap:16px;flex-direction:column;align-items:center}footer .container{flex-direction:column;text-align:center}}.agent-detail-hero{padding:140px 0 24px;position:relative;overflow:hidden}.agent-detail-hero:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(6,182,212,.1) 0,transparent 70%);pointer-events:none}.agent-detail-hero.strategic:before{background:radial-gradient(circle,rgba(236,72,153,.12) 0,transparent 70%)}.agent-back-link{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:6px;color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;margin-bottom:32px;transition:color .2s}.agent-back-link:hover{color:var(--white)}.agent-detail-badge{display:inline-flex;align-items:center;gap:8px;background:var(--orange-subtle);border:1px solid rgba(6,182,212,.25);color:var(--orange);padding:6px 14px;border-radius:var(--pill);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.agent-detail-badge.strategic{background:var(--purple-subtle);border-color:rgba(236,72,153,.3);color:var(--purple)}.agent-detail-icon{font-size:3rem;margin-bottom:20px;line-height:1}.agent-detail-title{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:900;line-height:1.1;margin-bottom:20px;max-width:800px}.agent-detail-desc{font-size:1.15rem;color:var(--text-secondary);max-width:720px;line-height:1.7;margin-bottom:32px}.agent-detail-actions{display:flex;gap:16px;flex-wrap:wrap}.btn-demo{display:inline-flex;align-items:center;gap:8px;background:var(--orange);color:var(--white);padding:16px 32px;border-radius:var(--pill);font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 6px 24px rgba(6,182,212,.25)}.btn-demo:hover{background:var(--orange-hover);transform:translateY(-1px);box-shadow:0 8px 28px rgba(6,182,212,.35)}.btn-demo.strategic{background:var(--purple);box-shadow:0 6px 24px rgba(236,72,153,.25)}.btn-demo.strategic:hover{background:var(--purple-hover);box-shadow:0 8px 28px rgba(236,72,153,.35)}.btn-demo[aria-disabled=true]{opacity:.55;cursor:not-allowed;pointer-events:none;box-shadow:none}.agent-facts-section{padding:24px 0 100px}.agent-facts-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-bottom:24px}.agent-fact-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.agent-fact-card.full{grid-column:1/-1}.agent-fact-card h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--orange);margin-bottom:20px}.agent-fact-card.strategic-accent h3{color:var(--purple)}.agent-fact-list{list-style:none;display:flex;flex-direction:column;gap:12px}.agent-fact-list li{color:var(--text-secondary);font-size:.95rem;line-height:1.6;display:flex;align-items:flex-start;gap:12px}.agent-fact-list li:before{content:"";width:6px;height:6px;background:var(--orange);border-radius:50%;flex-shrink:0;margin-top:9px}.agent-fact-card.strategic-accent .agent-fact-list li:before{background:var(--purple)}.agent-showcase-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:24px;gap:24px;align-items:stretch;margin-bottom:24px}.agent-showcase-media{display:flex;aspect-ratio:16/9;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);cursor:zoom-in;position:relative}.agent-showcase-media.is-zooming{cursor:zoom-out}.agent-showcase-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease-out;will-change:transform;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.agent-showcase-placeholder{flex:1 1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(6,182,212,.08),rgba(6,182,212,.02)),repeating-linear-gradient(45deg,transparent,transparent 12px,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 24px);border:1px dashed rgba(6,182,212,.4);border-radius:var(--radius);color:var(--text-muted);font-size:.85rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase}.agent-showcase-placeholder.strategic{background:linear-gradient(135deg,rgba(236,72,153,.08),rgba(236,72,153,.02)),repeating-linear-gradient(45deg,transparent,transparent 12px,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 24px);border-color:rgba(236,72,153,.4)}.agent-check-list{list-style:none;display:flex;flex-direction:column;gap:14px}.agent-check-list li{color:var(--text);font-size:.98rem;line-height:1.55;display:flex;align-items:flex-start;gap:12px}.agent-check-list li:before{content:"";flex-shrink:0;width:20px;height:20px;margin-top:2px;border-radius:50%;background-color:var(--orange);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 8l2.5 2.5L12 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:14px}.agent-fact-card.strategic-accent .agent-check-list li:before{background-color:var(--purple)}.agent-kpi-card{background:linear-gradient(135deg,rgba(6,182,212,.1),rgba(6,182,212,.02));border:1px solid rgba(6,182,212,.3);border-radius:var(--radius);padding:32px;display:flex;flex-direction:column;gap:8px}.agent-kpi-card.strategic{background:linear-gradient(135deg,rgba(236,72,153,.1),rgba(236,72,153,.02));border-color:rgba(236,72,153,.3)}.agent-kpi-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--orange)}.agent-kpi-card.strategic .agent-kpi-label{color:var(--purple)}.agent-kpi-value{font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:800;color:var(--white);line-height:1.3}.agent-calc-formula{display:flex;align-items:stretch;gap:14px;flex-wrap:wrap;margin-top:4px}.agent-calc-cell{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 140px}.agent-calc-cell-result{flex:1 1 200px}.agent-calc-input{width:100%;background:rgba(255,255,255,.04);border:1px solid rgba(6,182,212,.3);border-radius:var(--radius);padding:12px 14px;color:var(--white);font-family:inherit;font-size:1.4rem;font-weight:800;line-height:1.1;transition:border-color .2s,background .2s;-moz-appearance:textfield}.agent-calc-input::-webkit-inner-spin-button,.agent-calc-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.agent-calc-input:hover{background:rgba(255,255,255,.06)}.agent-calc-input:focus{outline:none;border-color:var(--orange);background:rgba(6,182,212,.08)}.agent-calc-formula.strategic .agent-calc-input{border-color:rgba(236,72,153,.3)}.agent-calc-formula.strategic .agent-calc-input:focus{border-color:var(--purple);background:rgba(236,72,153,.08)}.agent-calc-label{font-size:1.05rem;color:var(--text-secondary);line-height:1.4;font-weight:500}.agent-calc-cell-result .agent-calc-label{color:var(--text);font-weight:600}.agent-calc-op{display:flex;align-items:center;font-size:1.3rem;font-weight:800;color:var(--text-muted);padding-bottom:20px}.agent-calc-cell-result{background:rgba(6,182,212,.12);border:1px solid rgba(6,182,212,.35);border-radius:var(--radius);padding:12px 16px;justify-content:center}.agent-calc-formula.strategic .agent-calc-cell-result{background:rgba(236,72,153,.12);border-color:rgba(236,72,153,.35)}.agent-calc-result-value{font-size:1.6rem;font-weight:900;color:var(--orange);line-height:1.1}.agent-calc-formula.strategic .agent-calc-result-value{color:var(--purple)}@media (max-width:640px){.agent-calc-formula{flex-direction:column;gap:10px}.agent-calc-cell{flex:1 1 auto}.agent-calc-op{align-self:center;padding-bottom:0;font-size:1.1rem}}.agent-bottom-cta{margin-top:24px;padding:32px;background:linear-gradient(135deg,rgba(6,182,212,.1),rgba(6,182,212,.02));border:1px solid rgba(6,182,212,.3);border-radius:var(--radius);display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.agent-bottom-cta.strategic{background:linear-gradient(135deg,rgba(236,72,153,.1),rgba(236,72,153,.02));border-color:rgba(236,72,153,.3)}.agent-bottom-cta-text{flex:1 1 320px;color:var(--text);font-size:1.45rem;line-height:1.45;font-weight:600;margin:0}.agent-bottom-cta-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0}@media (max-width:768px){.agent-bottom-cta{flex-direction:column;align-items:stretch;text-align:left;gap:12px;padding:24px}.agent-bottom-cta-text{font-size:1.2rem}.agent-bottom-cta-actions{width:100%}.agent-bottom-cta-actions .btn-demo,.agent-bottom-cta-actions .btn-primary{width:100%;justify-content:center}.agent-facts-grid,.agent-showcase-grid{grid-template-columns:1fr}.agent-showcase-grid{gap:20px}.agent-fact-card{padding:24px}.agent-detail-actions .btn-demo,.agent-detail-actions .btn-primary{width:100%;justify-content:center}}