*{box-sizing:border-box;margin:0;padding:0}.platform-showcase{background:linear-gradient(180deg,var(--white)0%,var(--gray-50)100%);padding:20px 0 100px}.showcase-header{text-align:center;max-width:600px;margin:0 auto 40px}.showcase-badge{background:var(--green-bg);color:var(--green);border:1px solid #10b9814d;border-radius:100px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.badge-dot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.showcase-header h2{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:12px;font-size:36px;font-weight:800}.showcase-header p{color:var(--gray-500);font-size:17px;line-height:1.6}.showcase-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px;display:flex}.showcase-tab{background:var(--white);border:2px solid var(--gray-200);color:var(--gray-600);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.showcase-tab:hover{border-color:var(--gray-300);background:var(--gray-50)}.showcase-tab.active{border-color:var(--primary);background:var(--primary-bg);color:var(--primary)}.showcase-tab svg{opacity:.6;width:18px;height:18px}.showcase-tab.active svg{opacity:1}.tab-label{white-space:nowrap}.tab-badge{letter-spacing:.03em;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700}.tab-badge.use{background:var(--primary-bg);color:var(--primary)}.tab-badge.build{background:var(--green-bg);color:var(--green)}.tab-badge.run{background:var(--blue-bg);color:var(--blue)}.showcase-content{max-width:1100px;margin:0 auto}.showcase-panel{display:none}.showcase-panel.active{animation:.3s fadeIn;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.browser-frame{background:var(--white);border:1px solid var(--gray-200);border-top:none;border-radius:0 0 12px 12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 20px 40px -8px #00000026}.browser-toolbar{background:var(--gray-100);border-bottom:1px solid var(--gray-200);align-items:center;gap:12px;padding:12px 16px;display:flex}.browser-dots{gap:6px;display:flex}.browser-dots span{border-radius:50%;width:10px;height:10px}.browser-dots span:first-child{background:#ff5f57}.browser-dots span:nth-child(2){background:#ffbd2e}.browser-dots span:nth-child(3){background:#28c840}.browser-address{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-500);border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:flex}.browser-address svg{color:var(--green)}.showcase-screenshot{width:100%;height:auto;display:block}.screenshot-wrapper{line-height:0;position:relative}.ace-overlay{background:var(--white);flex-direction:column;gap:12px;width:71%;height:68%;padding:14px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:absolute;inset:9.5% 2.5% 18% 24.5%;overflow:hidden}.ace-msg{gap:8px;display:flex}.ace-msg-user{justify-content:flex-end}.ace-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:9px;font-weight:700;display:flex}.ace-avatar.user{background:var(--primary);color:var(--white);order:2}.ace-avatar.ai{background:linear-gradient(135deg,var(--primary)0%,var(--purple)100%)}.ace-avatar.ai svg{stroke:var(--white)}.ace-bubble{border-radius:14px;max-width:70%;padding:10px 14px;font-size:12px;line-height:1.45}.ace-bubble.user{background:var(--primary);color:var(--white);border-bottom-right-radius:4px}.ace-msg-ai{align-items:flex-start}.ace-response{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:4px 14px 14px;flex:1;max-width:90%;padding:10px 12px}.ace-response-meta{color:var(--gray-500);align-items:center;gap:6px;margin-bottom:8px;font-size:10px;display:flex}.ace-tag{letter-spacing:.03em;border-radius:3px;padding:2px 6px;font-size:8px;font-weight:700}.ace-tag.ask{background:var(--primary-bg);color:var(--primary)}.ace-tag.create{background:var(--green-bg);color:var(--green)}.ace-tag.execute{background:var(--blue-bg);color:var(--blue)}.ace-intro{color:var(--gray-600);margin-bottom:8px;font-size:11px;line-height:1.4}.ace-results{flex-direction:column;gap:4px;margin-bottom:10px;display:flex}.ace-result{background:var(--white);border:1px solid var(--gray-200);border-radius:5px;align-items:center;gap:6px;padding:6px 8px;display:flex}.ace-num{background:var(--primary);width:16px;height:16px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex}.ace-label{color:var(--gray-700);flex:1;font-size:11px}.ace-val{color:var(--green);font-size:11px;font-weight:600}.ace-created{background:var(--green-bg);border:1px solid #10b98133;border-radius:5px;align-items:center;gap:6px;margin-bottom:8px;padding:7px 8px;display:flex}.ace-file{background:var(--white);border-radius:4px;flex:1;align-items:center;gap:5px;padding:5px 7px;display:flex}.ace-file svg{color:var(--primary);flex-shrink:0}.ace-file span{color:var(--gray-700);flex:1;font-size:10px}.ace-file button{background:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:3px;padding:3px 7px;font-size:9px;font-weight:600}.ace-actions{flex-wrap:wrap;gap:5px;display:flex}.ace-action{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);cursor:pointer;border-radius:4px;align-items:center;gap:4px;padding:5px 8px;font-size:10px;font-weight:500;display:flex}.ace-action svg{width:12px;height:12px}.ace-action.primary{background:var(--blue-bg);color:var(--blue);border-color:#3b82f64d}.ace-action .ace-tag{margin-left:2px}.showcase-caption{background:var(--white);border:1px solid var(--gray-200);border-bottom:none;border-radius:12px 12px 0 0;align-items:flex-start;gap:16px;margin-bottom:-1px;padding:20px 24px;display:flex}.caption-icon{background:var(--primary-bg);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.caption-icon svg{color:var(--primary)}.caption-icon.green{background:var(--green-bg)}.caption-icon.green svg{color:var(--green)}.caption-icon.blue{background:var(--blue-bg)}.caption-icon.blue svg{color:var(--blue)}.caption-icon.yellow{background:var(--yellow-bg)}.caption-icon.yellow svg{color:var(--yellow)}.caption-text{flex-direction:column;gap:4px;display:flex}.caption-text strong{color:var(--gray-900);font-size:17px;font-weight:700}.caption-text span{color:var(--gray-500);font-size:14px;line-height:1.5}.showcase-trust{flex-wrap:wrap;justify-content:center;gap:32px;margin-top:36px;display:flex}.trust-item{color:var(--gray-500);align-items:center;gap:8px;font-size:14px;display:flex}.trust-item svg{color:var(--green)}@media (max-width:900px){.ace-overlay{display:none}}@media (max-width:768px){.platform-showcase{padding:20px 0 60px}.showcase-header{margin-bottom:28px;padding:0 12px}.showcase-header h2{font-size:28px}.showcase-header p{font-size:15px}.showcase-tabs{gap:6px;padding:0 8px}.showcase-tab{gap:6px;padding:10px 12px;font-size:12px}.showcase-tab svg{width:16px;height:16px}.tab-badge{display:none}.tab-label{font-size:11px}.showcase-content{margin:0 -8px}.showcase-caption{border-radius:8px 8px 0 0;gap:12px;padding:14px 16px}.caption-icon{width:36px;height:36px}.caption-text strong{font-size:14px}.caption-text span{font-size:12px}.browser-frame{border-radius:0 0 8px 8px}.browser-toolbar{padding:8px 12px}.browser-address{display:none}.showcase-trust{flex-direction:column;align-items:center;gap:12px;margin-top:24px}}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white);padding:14px 28px}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300);padding:14px 28px}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.btn-ghost{color:var(--white);border:1px solid var(--white);background:0 0;padding:14px 28px}.btn-ghost:hover{background:var(--primary-bg)}.hero{background-image:linear-gradient(#fbf9f999,#fff9),url(./bg-images-CcQW5des.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;padding:160px 0 100px}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;display:grid}.hero-text,.hero-eyebrow,.hero-eyebrow-icon{text-align:left}.hero-badges{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:32px;display:flex}.hero-badge{border:1px solid var(--gray-300);color:var(--gray-500);background:0 0;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:500;display:inline-flex}.hero-badge svg{opacity:.6}.hero-badge.iso{border-color:var(--gray-300);color:var(--gray-500);background:0 0}.hero h1{color:var(--gray-900);letter-spacing:-.035em;margin-bottom:20px;font-size:64px;font-weight:900;line-height:1.08}.hero h1 span{background:linear-gradient(135deg,var(--primary)0%,var(--purple)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--gray-500);text-align:center;max-width:640px;margin:0 auto 48px;font-size:20px;line-height:1.6}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:56px;display:flex}.hero-segments{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.hero-segment{border:1px dashed var(--gray-300);background:0 0;border-radius:12px;align-items:center;gap:12px;padding:18px 24px;transition:all .2s;display:flex}.hero-segment:hover{border-color:var(--primary);background:var(--white);border-style:solid;box-shadow:0 4px 12px #5c31ff14}.hero-segment-icon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hero-segment-icon.enterprise{background:var(--primary-bg)}.hero-segment-icon.enterprise svg{color:var(--primary)}.hero-segment-icon.sp{background:var(--yellow-bg)}.hero-segment-icon.sp svg{color:var(--yellow)}.hero-segment-icon svg{width:18px;height:18px}.hero-segment-text{text-align:left}.hero-segment-title{color:var(--gray-700);font-size:13px;font-weight:600}.hero-segment-desc{color:var(--gray-400);font-size:12px}@media (max-width:1024px){.hero{padding:140px 0 80px}.hero-grid{grid-template-columns:1fr;gap:28px}.hero-text{text-align:center}.hero-badges{justify-content:center}.hero h1{font-size:48px}.hero-subtitle{margin-left:auto;margin-right:auto;font-size:18px}.hero-ctas,.hero-segments{justify-content:center}.hero-highlight{text-align:left}}@media (max-width:768px){.hero{padding:120px 0 60px}.hero h1{letter-spacing:-.02em;font-size:36px}.hero-subtitle{margin-bottom:40px;padding:0 8px;font-size:16px}.hero-badges{gap:8px;margin-bottom:24px}.hero-badge{padding:5px 10px;font-size:11px}.hero-ctas{flex-direction:column;width:100%;max-width:320px;margin-bottom:48px;margin-left:auto;margin-right:auto}.hero-ctas .btn{justify-content:center;width:100%}.hero-segments{flex-direction:column;gap:12px;max-width:320px;margin-left:auto;margin-right:auto}.hero-segment{width:100%}.hero-headline--center-mobile{text-align:center;margin-left:auto;margin-right:auto}}.trust-bar{background:var(--white);border-bottom:1px solid var(--gray-100);padding:48px 0}.trust-label{text-align:center;color:var(--gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px;font-size:13px;font-weight:600}.trust-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.trust-logo{object-fit:contain;opacity:.6;filter:grayscale();width:auto;max-width:140px;height:60px;transition:all .3s}.trust-logo:hover{opacity:1;filter:grayscale(0%);transform:scale(1.05)}@media (max-width:768px){.trust-bar{padding:32px 0}.trust-logos{gap:20px}.trust-logo{max-width:100px;height:32px}}.pain-section{background:var(--white);padding:80px 0}.pain-header{text-align:center;margin-bottom:48px}.pain-header h2{color:var(--gray-900);margin-bottom:16px;font-size:32px;font-weight:800}.pain-header p{color:var(--gray-500);font-size:18px}.pain-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.pain-card{background:var(--red-bg);border:1px solid #ef444433;border-radius:16px;padding:24px}.pain-card-icon{background:var(--white);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}.pain-card-icon svg{width:20px;height:20px;color:var(--red)}.pain-card h3{color:var(--gray-900);margin-bottom:8px;font-size:15px;font-weight:700}.pain-card p{color:var(--gray-600);font-size:14px;line-height:1.5}@media (max-width:1024px){.pain-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.pain-section{padding:60px 0}.pain-header h2{font-size:26px}.pain-header p{font-size:16px}.pain-grid{grid-template-columns:1fr;gap:16px}}.sovereignty-section{background:linear-gradient(180deg,var(--gray-50)0%,var(--white)100%);padding:100px 0}.sovereignty-header{text-align:center;margin-bottom:64px}.sovereignty-header h2{color:var(--gray-900);margin-bottom:16px;font-size:40px;font-weight:800}.sovereignty-header p{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:18px}@media (max-width:768px){.sovereignty-section{padding:60px 0}.sovereignty-header{margin-bottom:32px}.sovereignty-header h2{font-size:28px}.sovereignty-header p{font-size:16px}}.comparison-table-wrapper{margin-bottom:40px;overflow-x:auto}.comparison-table{border-collapse:separate;border-spacing:0;width:100%;min-width:800px}.comparison-table th,.comparison-table td{text-align:left;vertical-align:top;padding:20px 24px}.comparison-table thead th{background:var(--gray-50);border-bottom:2px solid var(--gray-200)}.comparison-table thead th:first-child{border-radius:16px 0 0}.comparison-table thead th:last-child{border-radius:0 16px 0 0}.comparison-table tbody tr{border-bottom:1px solid var(--gray-100)}.comparison-table tbody tr:last-child td:first-child{border-radius:0 0 0 16px}.comparison-table tbody tr:last-child td:last-child{border-radius:0 0 16px}.comparison-table tbody tr:hover{background:#5c31ff05}.factor-col{width:28%}.others-col{background:#ef444408;width:36%}.katonic-col{background:#5c31ff08;width:36%}.col-header{align-items:center;gap:10px;margin-bottom:4px;display:flex}.col-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.col-icon.others{background:var(--gray-200);color:var(--gray-600)}.col-icon.katonic{background:0 0;justify-content:center;align-items:center;display:flex}.col-icon.katonic img{object-fit:contain;width:30px;height:30px}.col-header span{color:var(--gray-900);font-size:16px;font-weight:700}.col-subtitle{color:var(--gray-500);font-size:12px}.factor-cell{align-items:flex-start;gap:16px;display:flex}.factor-icon{background:var(--primary-bg);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.factor-icon svg{width:20px;height:20px;color:var(--primary)}.factor-title{color:var(--gray-900);margin-bottom:4px;font-size:15px;font-weight:700}.factor-desc{color:var(--gray-500);font-size:12px}.others-cell{background:#ef444408}.katonic-cell{background:#5c31ff08}.cell-content{align-items:center;gap:10px;margin-bottom:6px;display:flex}.cell-content svg{flex-shrink:0;width:20px;height:20px}.cell-content.positive svg{color:var(--green)}.cell-content.negative svg{color:var(--red)}.cell-content span{font-size:14px;font-weight:600}.cell-content.positive span{color:var(--gray-900)}.cell-content.negative span{color:var(--gray-600)}.cell-detail{color:var(--gray-500);padding-left:30px;font-size:13px}.sovereignty-cta{text-align:center;margin-top:48px}@media (max-width:900px){.comparison-table{min-width:700px}.comparison-table th,.comparison-table td{padding:16px}}@media (max-width:600px){.comparison-table-wrapper{-webkit-overflow-scrolling:touch;margin:0 -24px;padding:0 24px}.comparison-table{min-width:600px}.comparison-table th,.comparison-table td{padding:12px 16px}.factor-title{font-size:14px}.factor-desc{font-size:11px}.cell-content span{font-size:13px}.cell-detail{margin-top:4px;padding-left:0;font-size:12px}.sovereignty-cta{margin-top:32px}.sovereignty-cta .btn{width:100%;max-width:300px}}.platform-section{background:var(--gray-50);padding:100px 0}.platform-header{text-align:center;margin-bottom:64px}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);align-items:center;gap:8px;margin-bottom:16px;font-size:12px;font-weight:700;display:inline-flex}.platform-header h2{color:var(--gray-900);margin-bottom:16px;font-size:40px;font-weight:800}.platform-header p{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:18px}.platform-layers{gap:0;max-width:1000px;margin:0 auto;display:flex}.platform-layer{text-align:center;border:1px solid var(--gray-200);background:0 0;flex:1;padding:32px 24px;position:relative}.platform-layer:first-child{border-radius:16px 0 0 16px}.platform-layer:last-child{border-radius:0 16px 16px 0}.platform-layer:not(:last-child):after{content:"→";color:var(--primary);z-index:1;background:var(--gray-50);padding:8px 0;font-size:20px;position:absolute;top:50%;right:-12px;transform:translateY(-50%)}.layer-number{background:var(--primary);width:32px;height:32px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:14px;font-weight:700;display:flex}.platform-layer h3{color:var(--gray-900);margin-bottom:8px;font-size:18px;font-weight:700}.platform-layer p{color:var(--gray-500);min-height:40px;margin-bottom:16px;font-size:13px}.layer-features{flex-direction:column;gap:8px;display:flex}.layer-feature{color:var(--gray-600);justify-content:center;align-items:center;gap:6px;font-size:12px;display:flex}.layer-feature svg{width:14px;height:14px;color:var(--green)}@media (max-width:900px){.platform-layers{flex-direction:column}.platform-layer{border-radius:0!important}.platform-layer:first-child{border-radius:16px 16px 0 0!important}.platform-layer:last-child{border-radius:0 0 16px 16px!important}.platform-layer:not(:last-child):after{content:"↓";top:auto;bottom:-12px;right:50%;transform:translate(50%)}}@media (max-width:768px){.platform-section{padding:60px 0}.platform-header{margin-bottom:40px}.platform-header h2{font-size:28px}.platform-header p{font-size:16px}.platform-layer{padding:24px 20px}.platform-layer p{min-height:auto;margin-bottom:12px}}.metrics-row{border-top:1px solid var(--gray-200);grid-template-columns:repeat(4,1fr);gap:24px;margin-top:64px;padding-top:48px;display:grid}.metric{text-align:center}.metric-value{color:var(--primary);margin-bottom:8px;font-size:40px;font-weight:800}.metric-label{color:var(--gray-500);font-size:14px}@media (max-width:768px){.metrics-row{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px;padding-top:32px}.metric-value{font-size:28px}.metric-label{font-size:13px}}.industries-section{background:var(--white);padding:100px 0}.industries-header{text-align:center;margin-bottom:48px}.industries-header h2{color:var(--gray-900);margin-bottom:16px;font-size:40px;font-weight:800}.industries-header p{color:var(--gray-500);font-size:18px}.industries-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.industry-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:28px 24px;transition:all .2s}.industry-card:hover{background:var(--white);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 24px #5c31ff1a}.industry-icon{background:var(--primary-bg);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.industry-icon svg{width:24px;height:24px;color:var(--primary)}.industry-card h4{color:var(--gray-900);margin-bottom:8px;font-size:16px;font-weight:700}.industry-card p{color:var(--gray-500);font-size:13px;line-height:1.5}@media (max-width:900px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.industries-section{padding:60px 0}.industries-header h2{font-size:28px}.industries-header p{font-size:16px}.industries-grid{grid-template-columns:1fr;gap:16px}.industry-card{padding:20px}}.testimonials-section{background:var(--gray-50);padding:100px 0}.testimonials-header{text-align:center;margin-bottom:64px}.testimonials-header h2{color:var(--gray-900);margin-bottom:16px;font-size:40px;font-weight:800}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-radius:20px;padding:40px;position:relative}.testimonial-badge{background:var(--primary-bg);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:24px;right:24px}.testimonial-badge.sp{background:var(--yellow-bg);color:var(--yellow)}.testimonial-quote{color:var(--gray-700);margin-top:20px;margin-bottom:32px;padding-right:60px;font-size:18px;font-style:italic;line-height:1.7}.testimonial-quote:before{content:"\"";color:var(--gray-200);font-family:Georgia,serif;font-size:64px;line-height:1;position:absolute;top:30px;left:32px}.testimonial-metrics{border-top:1px solid var(--gray-100);gap:32px;margin-bottom:32px;padding-top:24px;display:flex}.testimonial-metric-value{color:var(--primary);margin-bottom:4px;font-size:28px;font-weight:800}.testimonial-metric-label{color:var(--gray-500);font-size:13px}.testimonial-author{align-items:center;gap:16px;display:flex}.testimonial-avatar{background:var(--gray-200);width:48px;height:48px;color:var(--gray-600);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.testimonial-author-name{color:var(--gray-900);font-size:15px;font-weight:700}.testimonial-author-company{color:var(--gray-500);font-size:14px}@media (max-width:900px){.testimonials-grid{grid-template-columns:1fr}.testimonial-quote{padding-right:40px}}@media (max-width:600px){.testimonials-section{padding:60px 0}.testimonials-header{margin-bottom:40px}.testimonials-header h2{font-size:28px}.testimonial-card{padding:24px}.testimonial-quote{margin-top:20px;margin-bottom:24px;padding-right:20px;font-size:16px}.testimonial-quote:before{font-size:48px;top:20px;left:20px}.testimonial-metrics{flex-wrap:wrap;gap:20px}.testimonial-metric-value{font-size:24px}}.experiences-section{background:var(--white);padding:100px 0}.experiences-header{text-align:center;margin-bottom:64px}.experiences-header h2{color:var(--gray-900);margin-bottom:16px;font-size:40px;font-weight:800}.experiences-header p{color:var(--gray-500);max-width:650px;margin:0 auto;font-size:18px}.experiences-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.experience-card{background:var(--white);border:2px solid var(--gray-200);text-align:center;border-radius:20px;padding:40px 32px;transition:all .3s;position:relative;overflow:hidden}.experience-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 40px #5c31ff1f}.experience-card:before{content:"";background:linear-gradient(90deg,var(--primary),var(--purple));opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.experience-card:hover:before{opacity:1}.experience-icon{background:var(--primary-bg);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.experience-icon svg{width:32px;height:32px;color:var(--primary)}.experience-card h3{color:var(--gray-900);margin-bottom:8px;font-size:24px;font-weight:800}.experience-audience{color:var(--primary);margin-bottom:16px;font-size:14px;font-weight:600}.experience-card p{color:var(--gray-500);margin-bottom:24px;font-size:15px;line-height:1.6}.experience-mode{background:var(--primary);color:var(--white);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.experience-features{text-align:left;flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.experience-feature{color:var(--gray-700);align-items:center;gap:10px;font-size:14px;display:flex}.experience-feature svg{width:18px;height:18px;color:var(--green);flex-shrink:0}.experience-cta{color:var(--primary);justify-content:center;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.experience-cta svg{width:16px;height:16px}@media (max-width:1024px){.experiences-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}@media (max-width:600px){.experiences-section{padding:60px 0}.experiences-header{margin-bottom:40px}.experiences-header h2{font-size:28px}.experiences-header p{font-size:16px}.experience-card{padding:32px 24px}.experience-icon{width:56px;height:56px}.experience-icon svg{width:28px;height:28px}.experience-card h3{font-size:22px}}.sp-section{background:linear-gradient(135deg,var(--gray-900)0%,#1a1a2e 100%);color:var(--white);padding:100px 0}.sp-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.sp-content .section-label{color:var(--yellow)}.sp-content h2{color:var(--white);margin-bottom:20px;font-size:40px;font-weight:800}.sp-content>p{color:#ffffffb3;margin-bottom:32px;font-size:18px;line-height:1.7}.sp-features{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:32px;display:grid}.sp-feature{align-items:flex-start;gap:12px;display:flex}.sp-feature-icon{background:#f9731633;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sp-feature-icon svg{width:18px;height:18px;color:var(--yellow)}.sp-feature h4{color:var(--white);margin-bottom:4px;font-size:14px;font-weight:700}.sp-feature p{color:#fff9;font-size:13px}.sp-visual{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:32px}.sp-visual-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.sp-visual-logo{background:var(--yellow);width:48px;height:48px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;font-size:20px;font-weight:800;display:flex}.sp-visual-title h4{color:var(--white);font-size:16px;font-weight:700}.sp-visual-title p{color:#ffffff80;font-size:13px}.sp-visual-stats{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.sp-stat{text-align:center;background:#ffffff0d;border-radius:12px;padding:20px}.sp-stat-value{color:var(--yellow);margin-bottom:4px;font-size:28px;font-weight:800}.sp-stat-label{color:#ffffff80;font-size:12px}@media (max-width:1024px){.sp-grid{grid-template-columns:1fr;gap:40px}.sp-features{grid-template-columns:1fr 1fr}}@media (max-width:600px){.sp-section{padding:60px 0}.sp-content h2{font-size:28px}.sp-content>p{font-size:16px}.sp-features{grid-template-columns:1fr;gap:16px}.sp-visual{padding:24px}.sp-visual-stats{grid-template-columns:1fr;gap:12px}.sp-stat{padding:16px}}.principles-section{background:var(--gray-50);padding:100px 0}.principles-header{text-align:center;margin-bottom:64px}.principles-header h2{color:var(--gray-900);margin-bottom:16px;font-size:40px;font-weight:800}.principles-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.principle-card{background:var(--white);border:1px solid var(--gray-200);text-align:center;border-radius:20px;padding:40px 32px}.principle-icon{background:var(--primary-bg);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;display:flex}.principle-icon svg{width:36px;height:36px;color:var(--primary)}.principle-card h3{color:var(--gray-900);margin-bottom:12px;font-size:22px;font-weight:800}.principle-card p{color:var(--gray-500);font-size:15px;line-height:1.6}@media (max-width:1024px){.principles-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media (max-width:600px){.principles-section{padding:60px 0}.principles-header{margin-bottom:40px}.principles-header h2{font-size:28px}.principle-card{padding:32px 24px}.principle-icon{width:60px;height:60px}.principle-icon svg{width:30px;height:30px}.principle-card h3{font-size:20px}}.agents-section{background:var(--white);padding:100px 0}.agents-header{text-align:center;margin-bottom:48px}.agents-header h2{color:var(--gray-900);margin-bottom:16px;font-size:40px;font-weight:800}.agents-header p{color:var(--gray-500);font-size:18px}.agents-grid{grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:40px;display:grid}.agent-card{background:var(--gray-50);border:1px solid var(--gray-200);text-align:center;border-radius:12px;padding:20px 16px;transition:all .2s}.agent-card:hover{border-color:var(--primary);background:var(--white)}.agent-icon{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;display:flex}.agent-icon svg{width:24px;height:24px;color:var(--primary)}.agent-card h4{color:var(--gray-900);margin-bottom:4px;font-size:13px;font-weight:700}.agent-card p{color:var(--gray-500);font-size:11px}.agents-intro{text-align:center;margin-bottom:24px}.agents-intro-label{background:var(--primary-bg);color:var(--primary);border:1px solid #5c31ff4d;border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.agents-custom{background:var(--primary-bg);border:1px solid #5c31ff33;border-radius:16px;align-items:center;gap:20px;margin-top:32px;margin-bottom:32px;padding:24px 32px;display:flex}.agents-custom-icon{background:var(--primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.agents-custom-icon svg{width:24px;height:24px;color:var(--white)}.agents-custom-text h4{color:var(--gray-900);margin-bottom:4px;font-size:16px;font-weight:700}.agents-custom-text p{color:var(--gray-600);margin:0;font-size:14px}.agents-cta{text-align:center}@media (max-width:900px){.agents-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.agents-section{padding:60px 0}.agents-header h2{font-size:28px}.agents-header p{font-size:16px}.agents-grid{grid-template-columns:repeat(2,1fr);gap:12px}.agent-card{padding:16px 12px}.agent-icon{width:40px;height:40px}.agent-icon svg{width:20px;height:20px}.agent-card h4{font-size:12px}.agents-custom{text-align:center;flex-direction:column;padding:20px}}.cta-section{background:linear-gradient(135deg,var(--primary)0%,var(--purple)100%);text-align:center;padding:100px 0}.cta-section h2{color:var(--white);margin-bottom:16px;font-size:44px;font-weight:800}.cta-section p{color:#ffffffe6;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:18px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-white{background:var(--white);color:var(--primary);border-radius:12px;padding:16px 32px;font-size:16px;font-weight:700;transition:all .2s}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0003}.btn-outline-white{color:var(--white);background:0 0;border:2px solid #ffffff4d;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .2s}.btn-outline-white:hover{background:#ffffff1a;border-color:#ffffff80}@media (max-width:768px){.cta-section{padding:60px 0}.cta-section h2{font-size:28px}.cta-section p{margin-bottom:32px;padding:0 16px;font-size:16px}.cta-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.btn-white,.btn-outline-white{width:100%;padding:14px 24px;font-size:15px}}.hero-visual{max-width:360px;margin-bottom:24px}.hero-visual svg{width:100%;height:auto;color:var(--gray-700)}
