body{font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;background:#000;color:#fff}*{padding:0;margin:0;box-sizing:border-box}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.container{max-width:1400px;margin:0 auto;padding:0 4%;width:100%}:root{--primary-color: #3498db;--sidebar-color: #2c3e50;--header-text: #ffffff;--section-padding: 70px 0;--section-padding-mobile: 60px 0}img{max-width:100%}.section-padding{padding:var(--section-padding)}@media(max-width:768px){.section-padding{padding:var(--section-padding-mobile)}}.hero-banner{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;background:#000;overflow:hidden;padding-top:50px}.hero-bg-overlay img{opacity:.9}.hero-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,rgba(255,94,19,.08) 0%,transparent 50%),radial-gradient(circle at 20% 70%,rgba(147,51,234,.08) 0%,transparent 50%);z-index:1}.hero-banner-img{width:100%;height:100%;object-fit:cover;opacity:.35;filter:brightness(.7) contrast(1.1)}.hero-container{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:40px;flex:1;padding-bottom:100px}.hero-content{flex:1;max-width:650px}.hero-title{font-size:clamp(36px,4vw,52px);font-weight:700;line-height:1.1;margin-bottom:25px;letter-spacing:-.02em}.text-highlight{color:#ff5e13}.hero-tag{display:block;font-size:13px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#ff5e13;margin-bottom:20px}.hero-description{font-size:18px;line-height:1.6;color:#ccc;margin-bottom:40px;max-width:580px}.hero-actions{display:flex;gap:20px;flex-wrap:wrap}.btn{padding:16px;font-size:15px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:12px;font-family:inherit}.btn-primary{background:#ff5e13;color:#fff;border:none}.btn-primary:hover{background:#e54e00;transform:translateY(-2px);box-shadow:0 10px 20px #ff5e134d}.btn-secondary{background:#ffffff08;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff14;border-color:#ffffff80;transform:translateY(-2px)}.btn-arrow{width:18px;height:18px}.btn-arrow--orange{color:#ff5e13}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.ecosystem-diagram{position:relative;width:550px;height:550px}.diagram-lines{position:absolute;top:0;left:0;width:100%;height:100%}.orbit-path{fill:none;stroke:#ffffff0d;stroke-width:1}.orbit-path--dashed{stroke-dasharray:4,8;stroke:#ffffff1a}.radial-line{stroke:#ffffff0d;stroke-width:1}.center-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5;border:1px solid rgba(255,94,19,.3)}.logo-icon-img{width:80px;height:auto}.logo-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140%;height:140%;background:radial-gradient(circle,rgba(255,94,19,.2) 0%,transparent 70%);z-index:-1;animation:pulse 4s infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}.eco-node{position:absolute;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:10;transition:all .3s ease}.node-icon{width:48px;height:48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ff5e13;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease}.node-icon svg{width:70%}.eco-node span{font-size:11px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;transition:color .3s}.eco-node:hover .node-icon{background:#ff5e13;color:#fff;transform:scale(1.1);box-shadow:0 0 20px #ff5e1366}.eco-node:hover span{color:#fff}.node-top{top:40px;left:50%;transform:translate(-50%)}.node-top-right{top:110px;right:40px}.node-right{top:50%;right:0;transform:translateY(-50%)}.node-bottom-right{bottom:110px;right:40px}.node-bottom{bottom:40px;left:50%;transform:translate(-50%)}.node-bottom-left{bottom:150px;left:40px}.node-top-left{top:150px;left:40px}.hero-stats-bar{position:absolute;bottom:0;left:0;width:100%;background:#0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.05);padding:25px 0;z-index:10}.stats-container{display:flex;justify-content:space-between;align-items:center}.stat-item{display:flex;align-items:center;gap:15px}.stat-icon{width:36px;height:36px;color:#ff5e13;display:flex;align-items:center;justify-content:center}.stat-text{display:flex;flex-direction:column}.stat-num{font-size:18px;font-weight:800;color:#fff}.stat-label{font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.03em}.stat-divider{width:1px;height:40px;background:#ffffff14}@media(max-width:1200px){.hero-container{flex-direction:column;text-align:center;gap:80px;padding-bottom:60px}.hero-content{max-width:800px;margin:0 auto}.hero-description{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{width:100%;display:flex;justify-content:center}.ecosystem-diagram{transform:scale(.9);height:500px}}@media(max-width:1000px){.stats-container{flex-wrap:wrap;justify-content:center;gap:30px;padding:30px 20px}.stat-item{flex:0 0 40%}.stat-divider{display:none}}@media(max-width:768px){.hero-banner{min-height:auto;padding:60px 15px 0}.ecosystem-diagram{transform:scale(.75);height:400px;margin:-50px 0}.stat-item{flex:0 0 calc(50% - 15px)}}@media(max-width:600px){.hero-title{font-size:32px}.hero-description{font-size:15px}.hero-actions{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}.ecosystem-diagram{transform:scale(.6);height:350px;margin:-80px 0}.stat-item{flex:0 0 100%}}.sales-need-section{background:#fff;padding:80px 0}.sales-need-container{display:grid;grid-template-columns:1.05fr 1.35fr .7fr;gap:28px;align-items:stretch}.sales-need-left{color:#0f172a;padding-right:10px}.sales-need-tag{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ff5e13;margin-bottom:14px}.sales-need-title{font-size:clamp(28px,2.7vw,42px);font-weight:800;line-height:1.12;letter-spacing:-.02em;margin-bottom:16px}.sales-need-accent{color:#7c3aed}.sales-need-desc{font-size:15px;line-height:1.7;color:#475569;max-width:520px}.sales-need-grid{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr)}.sales-need-item{padding:22px 18px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;min-height:110px;border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7;background:#fff;transition:background .2s ease,transform .2s ease}.sales-need-item:nth-child(3n){border-right:none}.sales-need-item:nth-last-child(-n+3){border-bottom:none}.sales-need-item:hover{background:#faf5ff;transform:translateY(-1px)}.sales-need-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#7c3aed}.sales-need-icon svg{width:28px;height:28px}.sales-need-question{font-size:13px;font-weight:700;color:#334155;line-height:1.25;max-width:165px}.sales-need-ai{border-radius:16px;overflow:hidden;position:relative;background:radial-gradient(circle at 20% 20%,#7c3aed8c,#7c3aed00 55%),linear-gradient(135deg,#0b0b14,#151530 55%,#0b0b14);border:1px solid rgba(124,58,237,.25);box-shadow:0 24px 60px #0f172a33}.sales-need-ai-inner{padding:26px 22px;height:100%;display:flex;flex-direction:column;justify-content:center;gap:18px}.sales-need-ai-badge{width:74px;height:74px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:.02em;color:#e9d5ff;background:#7c3aed2e;border:1px solid rgba(124,58,237,.35);box-shadow:inset 0 0 0 1px #ffffff0d}.sales-need-ai-text{color:#ffffffd1;font-size:13.5px;line-height:1.7;margin:0;max-width:280px}@media(max-width:1200px){.sales-need-container{grid-template-columns:1fr;gap:22px}.sales-need-desc,.sales-need-ai-text{max-width:720px}}@media(max-width:768px){.sales-need-section{padding:64px 0}.sales-need-grid{grid-template-columns:repeat(2,1fr)}.sales-need-item:nth-child(3n){border-right:1px solid #eef2f7}.sales-need-item:nth-child(2n){border-right:none}.sales-need-item:nth-last-child(-n+3){border-bottom:1px solid #eef2f7}.sales-need-item:nth-last-child(-n+2){border-bottom:none}}@media(max-width:480px){.sales-need-grid{grid-template-columns:1fr}.sales-need-item{border-right:none!important}.sales-need-item:nth-last-child(-n+2){border-bottom:1px solid #eef2f7}.sales-need-item:last-child{border-bottom:none}}.sales-modules-section{background:#fff;padding:76px 0 88px}.sales-modules-container{color:#0f172a}.sales-modules-tag{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ff5e13;margin-bottom:12px}.sales-modules-title{font-size:clamp(30px,2.8vw,44px);line-height:1.15;font-weight:800;color:#0f172a;margin-bottom:28px}.sales-modules-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.sales-module-card{background:#fff;border:1px solid #e7eaf0;border-radius:12px;padding:20px 18px 16px;display:flex;flex-direction:column;min-height:100%;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.sales-module-card:hover{border-color:#d6c6f6;box-shadow:0 18px 40px #0f172a14;transform:translateY(-2px)}.sales-module-icon{width:40px;height:40px;color:#7c3aed;margin-bottom:14px;display:inline-flex;align-items:center;justify-content:center}.sales-module-icon svg{width:30px;height:30px}.sales-module-card-title{font-size:1.05rem;line-height:1.3;font-weight:800;color:#111827;margin-bottom:12px}.sales-module-card-desc{font-size:.88rem;line-height:1.65;color:#4b5563;margin-bottom:14px}.sales-module-list{list-style:none;padding:0;margin:0 0 18px;flex:1}.sales-module-list li{position:relative;padding-left:14px;font-size:.82rem;line-height:1.65;color:#374151;margin-bottom:2px}.sales-module-list li:before{content:"";position:absolute;left:0;top:9px;width:4px;height:4px;border-radius:50%;background:#ff5e13}.sales-module-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:#7c3aed;text-decoration:none;font-size:.88rem;font-weight:700}.sales-module-link svg{width:16px;height:16px;transition:transform .2s ease}.sales-module-link:hover svg{transform:translate(3px)}@media(max-width:1400px){.sales-modules-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:960px){.sales-modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.sales-modules-section{padding:60px 0 70px}.sales-modules-grid{grid-template-columns:1fr}}.sales-ops-section{background:#0b0a16;position:relative;overflow:hidden}.sales-ops-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 50%,#ff5e1333,#ff5e1300 42%),radial-gradient(circle at 70% 40%,#7c3aed38,#7c3aed00 48%);pointer-events:none}.sales-ops-container{position:relative;z-index:2;display:grid;grid-template-columns:320px 1fr;align-items:stretch}.sales-ops-intro{padding:38px 34px;border-right:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#060614b3,#0b0a1673)}.sales-ops-tag{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#ff5e13;margin-bottom:12px}.sales-ops-title{color:#f8fafc;font-size:clamp(28px,2vw,42px);line-height:1.18;font-weight:800;margin-bottom:16px}.sales-ops-desc{color:#a6aec5;font-size:14px;line-height:1.75;max-width:280px}.sales-ops-flow{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding:26px 26px 20px}.sales-ops-line{position:absolute;left:40px;right:40px;top:49px;height:1px;background:linear-gradient(90deg,#7c3aed73,#7c3aed40);z-index:0}.sales-ops-step{position:relative;z-index:1;padding:0 8px}.sales-ops-step-icon{width:58px;height:58px;border-radius:50%;border:1.5px solid rgba(168,85,247,.6);background:#2e106533;color:#d8b4fe;display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:all .25s ease}.sales-ops-step-icon svg{width:24px;height:24px}.sales-ops-step h3{color:#f3f4f6;font-size:.93rem;line-height:1.35;font-weight:700;margin-bottom:8px}.sales-ops-step p{color:#9aa3bc;font-size:.79rem;line-height:1.55;margin:0}.sales-ops-step:hover .sales-ops-step-icon{border-color:#c084fc;background:#7c3aed47;box-shadow:0 0 0 5px #a855f71f}@media(max-width:1360px){.sales-ops-container{grid-template-columns:280px 1fr}.sales-ops-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 12px;padding:24px 20px}.sales-ops-line{display:none}}@media(max-width:900px){.sales-ops-container{grid-template-columns:1fr}.sales-ops-intro{border-right:none;border-bottom:1px solid rgba(148,163,184,.18)}.sales-ops-desc{max-width:100%}}@media(max-width:640px){.sales-ops-flow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.sales-ops-flow{grid-template-columns:1fr}}.why-newamps-section{background:#fff;padding:80px 0;border-top:1px solid #e5e7eb}.why-newamps-container{max-width:1400px;margin:0 auto;padding:0 4%}.why-newamps-header{margin-bottom:50px}.why-newamps-section .cta-tag{color:#ff5e13}.why-newamps-title{font-size:clamp(24px,2.5vw,36px);font-weight:800;color:#0f172a;margin-top:12px}.why-newamps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.why-newamps-col{padding:0 30px;border-left:1px solid #e2e8f0}.why-newamps-col:first-child{padding-left:0;border-left:none}.why-newamps-col:last-child{padding-right:0}.why-newamps-item-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.why-newamps-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.why-newamps-item-title{font-size:1.05rem;font-weight:700;color:#0f172a;line-height:1.3}.why-newamps-item-desc{font-size:.92rem;line-height:1.6;color:#475569}.footer-cta-orange{background:#ff5e13;padding:80px 0;position:relative;overflow:hidden}.footer-cta-orange:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 2px 2px,rgba(255,255,255,.1) 1px,transparent 0);background-size:24px 24px;opacity:.5;pointer-events:none}.footer-cta-orange-container{max-width:1400px;margin:0 auto;padding:0 4%;display:flex;justify-content:space-between;align-items:center;gap:40px;position:relative;z-index:10}.cta-orange-content{flex:1}.cta-orange-title{font-size:clamp(28px,3vw,42px);font-weight:800;color:#fff;line-height:1.1;margin-bottom:16px}.cta-orange-desc{font-size:1.05rem;color:#ffffffe6;max-width:600px;line-height:1.6}.cta-orange-actions{display:flex;flex-direction:column;gap:16px;min-width:380px}.btn-dark-cta,.btn-outline-cta{padding:16px 28px;border-radius:12px;font-size:.95rem;font-weight:700;text-decoration:none;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.cta-arrow{width:20px;height:20px;transition:transform .3s ease}.btn-dark-cta{background:#0f172a;color:#fff}.btn-dark-cta:hover{background:#000;transform:translateY(-2px)}.btn-dark-cta:hover .cta-arrow{color:#ff5e13;transform:translate(5px)}.btn-outline-cta{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.6)}.btn-outline-cta:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.btn-outline-cta:hover .cta-arrow{transform:translate(5px)}.footer-cta{position:relative;overflow:hidden;padding:120px 0;background:#0a0a0f;color:#fff!important;text-align:center}.cta-overlay-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.cta-bg-img{width:100%;height:100%;object-fit:cover;opacity:.3}.footer-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff5e13cc,#9333eacc);z-index:2;pointer-events:none}.footer-cta-container{position:relative;z-index:5;max-width:900px;margin:0 auto}.cta-content{margin-bottom:40px}.cta-tag{display:inline-block;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;color:#fff}.cta-title{font-size:clamp(32px,5vw,48px);font-weight:800;margin-bottom:25px;color:#fff!important;line-height:1.1}.cta-title span{opacity:.8}.cta-desc{font-size:17px;line-height:1.7;color:#ffffffe6!important;max-width:750px;margin:0 auto}.cta-actions{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:50px}.cta-btn{padding:18px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-btn svg{width:20px;height:20px;transition:transform .3s}.cta-btn:hover{transform:translateY(-5px)}.cta-btn:hover svg{transform:translate(5px)}.cta-btn--primary{background:#fff;color:#ff5e13!important;box-shadow:0 10px 30px #0000001a}.cta-btn--primary:hover{background:#f8fafc;box-shadow:0 20px 40px #0003}.cta-btn--secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.4);color:#fff!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-btn--secondary:hover{background:#fff3;border-color:#fff}@media(max-width:768px){.footer-cta{padding:80px 20px}.cta-actions{flex-direction:column;width:100%;max-width:400px;margin:40px auto 0}.cta-btn{width:100%;justify-content:center}}@media(max-width:1200px){.transformation-need-container{grid-template-columns:1fr}.transformation-need-image{order:-1}}@media(max-width:1100px){.footer-cta-orange-container{flex-direction:column;text-align:center}.cta-orange-actions{width:100%;max-width:450px;margin:0 auto}}@media(max-width:1024px){.why-newamps-grid{grid-template-columns:repeat(2,1fr);gap:40px 0}.why-newamps-col{border-left:none;padding:0 20px}.why-newamps-col:nth-child(2n){border-left:1px solid #e2e8f0}}@media(max-width:640px){.why-newamps-grid{grid-template-columns:1fr;gap:36px}.why-newamps-col{padding:0!important;border-left:none!important}.cta-orange-actions{min-width:unset}}.biz-areas-section{background:#f8fafc;padding:88px 0}.biz-areas-container{max-width:1400px;margin:0 auto;padding:0 4%}.biz-areas-header{margin-bottom:48px}.biz-areas-section .cta-tag{color:#ff5e13}.biz-areas-title{font-size:clamp(32px,3vw,44px);font-weight:800;line-height:1.1;color:#0f172a;margin-top:14px}.biz-areas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:stretch}.biz-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px 28px 28px;display:flex;flex-direction:column;transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease}.biz-card:hover{box-shadow:0 16px 48px #0f172a1a;border-color:#c4b5fd;transform:translateY(-3px)}.biz-card-icon{width:60px;height:60px;border-radius:50%;border:1.5px solid #c4b5fd;background:#faf5ff;display:flex;align-items:center;justify-content:center;margin-bottom:22px;flex-shrink:0;transition:background .25s,border-color .25s}.biz-card:hover .biz-card-icon{background:#ede9fe;border-color:#a855f7}.biz-card-title{font-size:1.05rem;font-weight:700;line-height:1.35;color:#0f172a;margin-bottom:12px}.biz-card-desc{font-size:.9rem;line-height:1.7;color:#64748b;margin-bottom:18px}.biz-card-list{list-style:none;padding:0;margin:0 0 24px;flex:1}.biz-card-list li{position:relative;padding-left:18px;font-size:.875rem;color:#374151;line-height:1.7;margin-bottom:4px}.biz-card-list li:before{content:"";position:absolute;left:0;top:10px;width:7px;height:7px;background:#ff5e13;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}.biz-card-link{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:700;color:#ff5e13;text-decoration:none;margin-top:auto;transition:gap .2s ease}.biz-card-link:hover{gap:12px}@media(max-width:1200px){.biz-areas-grid,.biz-areas-grid--5col{grid-template-columns:repeat(2,1fr)}}.biz-areas-grid--5col{grid-template-columns:repeat(5,1fr);gap:16px}@media(max-width:1400px){.biz-areas-grid--5col{grid-template-columns:repeat(3,1fr);gap:24px}}@media(max-width:640px){.biz-areas-grid,.biz-areas-grid--5col{grid-template-columns:1fr}}.transformation-need-section{background:#f8fafc;padding:80px 0}.transformation-need-container{max-width:1400px;margin:0 auto;width:100%;padding:0 4%;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.transformation-need-content{color:#111827}.transformation-need-tag{color:#ff5e13;font-size:13px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:20px;display:block}.transformation-need-title{font-size:clamp(32px,3vw,42px);font-weight:800;line-height:1.1;color:#111827;margin-bottom:18px}.transformation-need-desc{color:#4b5563;font-size:16px;line-height:1.8;margin-bottom:16px}.transformation-need-image{display:flex;justify-content:center}.transformation-need-image img{width:100%;max-width:640px;border-radius:24px;box-shadow:0 30px 70px #0f172a24}.transformation-approach-section{background:#0a0a0f;padding:80px 0;color:#fff}.transformation-approach-container{max-width:1400px;margin:0 auto;width:100%;padding:0 4%;display:flex;align-items:flex-start;gap:48px}.transformation-approach-left{flex:0 0 220px;min-width:180px}.transformation-approach-title{font-size:clamp(24px,2.4vw,34px);font-weight:800;line-height:1.15;color:#fff;margin-top:16px}.transformation-approach-right{flex:1 1 0;position:relative}.approach-timeline-line{position:absolute;top:44px;left:44px;right:44px;height:2px;background:repeating-linear-gradient(90deg,#ff5e13 0px,#ff5e13 6px,transparent 6px,transparent 14px);z-index:0;pointer-events:none}.transformation-approach-steps{display:flex;gap:0;align-items:flex-start;position:relative;z-index:1}.approach-step{flex:1 1 0;display:flex;flex-direction:column;align-items:flex-start;padding:0 12px;min-width:0}.approach-step-icon-wrap{display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;z-index:2}.approach-step-icon{width:88px;height:88px;border-radius:50%;border:1.5px solid #7c3aed;background:#0a0a0f;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .25s,box-shadow .25s}.approach-step:hover .approach-step-icon{border-color:#a855f7;box-shadow:0 0 0 6px #a855f71f}.approach-step-num{color:#ff5e13;font-size:13px;font-weight:800;letter-spacing:.12em;margin-bottom:12px}.approach-step-title{font-size:.97rem;font-weight:700;line-height:1.35;color:#fff;margin-bottom:10px}.approach-step-desc{color:#9ca3af;font-size:.875rem;line-height:1.7}.ai-ops-section{background:#07070d;padding:80px 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.ai-ops-container{max-width:1400px;margin:0 auto;padding:0 4%;display:flex;gap:0;align-items:flex-start}.ai-ops-panel{flex:1 1 0;padding:0 40px}.ai-ops-panel:first-child{padding-left:0}.ai-ops-panel:last-child{padding-right:0}.ai-ops-divider{width:1px;align-self:stretch;background:#fff3;margin:0;flex-shrink:0}.ai-ops-title{font-size:clamp(20px,2vw,28px);font-weight:800;line-height:1.2;color:#fff;margin-bottom:36px;margin-top:12px}.ai-ops-icons{display:flex;flex-wrap:wrap;gap:20px 16px}.ai-ops-icons--wide{gap:20px 12px}.ai-ops-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:calc((100% - 5 * 16px) / 6);min-width:80px;gap:10px}.ai-ops-icons--wide .ai-ops-item{width:calc((100% - 6 * 12px) / 7);min-width:72px}.ai-ops-icon{width:64px;height:64px;border-radius:50%;border:1.5px solid rgba(168,85,247,.45);background:#a855f70f;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .25s,background .25s,box-shadow .25s}.ai-ops-item:hover .ai-ops-icon{border-color:#a855f7;background:#a855f724;box-shadow:0 0 0 5px #a855f71a}.ai-ops-item>span{font-size:.72rem;line-height:1.4;color:#9ca3af;font-weight:500;max-width:90px;transition:color .2s}.ai-ops-item:hover>span{color:#d1d5db}@media(max-width:1200px){.transformation-need-container{grid-template-columns:1fr}.transformation-need-image{order:-1}.transformation-approach-container{flex-direction:column;gap:36px}.transformation-approach-left{flex:none;width:100%}.transformation-approach-right{width:100%}}@media(max-width:1100px){.ai-ops-container{flex-direction:column;gap:48px}.ai-ops-divider{display:none}.ai-ops-panel{padding:0!important;width:100%}.ai-ops-item,.ai-ops-icons--wide .ai-ops-item{width:calc((100% - 64px)/5)}}@media(max-width:900px){.approach-timeline-line{display:none}.transformation-approach-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:640px){.transformation-need-section,.transformation-approach-section{padding:56px 0}.transformation-approach-steps{grid-template-columns:repeat(2,1fr)}.ai-ops-item,.ai-ops-icons--wide .ai-ops-item{width:calc((100% - 2 * 16px) / 3)}}@media(max-width:480px){.transformation-approach-steps{grid-template-columns:1fr;gap:24px}.approach-step-icon{width:68px;height:68px}}.no-scroll{overflow:hidden!important;height:100vh}
