.aiHero{text-align:center}.aiHeroGrid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}.aiHeroContent{max-width:860px;margin:0 auto;position:relative;z-index:2}.aiHeroContent .heroSubtitle{max-width:700px;margin-left:auto;margin-right:auto}.aiHeroContent .heroCta{justify-content:center}.aiHeroContent .heroStats{justify-content:center;flex-wrap:wrap}.aiHeroMockupCol{display:none}@media (min-width:1024px){.aiHero{text-align:left}.aiHeroGrid{grid-template-columns:1fr 1fr;gap:48px}.aiHeroContent{max-width:none;margin:0}.aiHeroContent .heroSubtitle{max-width:600px;margin-left:0;margin-right:0}.aiHeroContent .heroCta,.aiHeroContent .heroStats{justify-content:flex-start}.aiHeroMockupCol{display:block}}.notACrmSection{padding:100px 0}.notACrmContent{text-align:center;max-width:800px;margin:0 auto}.notACrmTitle{font-size:clamp(28px,4vw,48px);text-transform:uppercase;margin-bottom:8px}.notACrmSubtitle{font-size:20px;color:var(--tns-orange);font-weight:600;margin-bottom:20px}.notACrmDesc{font-size:17px;color:var(--tns-gray-light);line-height:1.7;margin-bottom:48px}.integrationsGrid{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;gap:16px;max-width:680px;margin:0 auto}.integrationChip{display:flex;flex-direction:column;align-items:center;width:100%;padding:20px 28px;background:rgba(83,53,137,.12);border:1px solid rgba(83,53,137,.25);border-radius:16px;transition:all .3s ease;min-width:150px}.integrationChip:hover{border-color:var(--tns-orange);background:rgba(255,149,0,.08);transform:translateY(-2px)}.integrationStatus{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;border-radius:100px;margin-top:4px;margin-bottom:6px}.integrationStatus.statusProd{background:rgba(34,197,94,.15);color:#4ade80;border:1px solid rgba(34,197,94,.3)}.integrationStatus.statusSoon{background:rgba(255,149,0,.15);color:#FF9500;border:1px solid rgba(255,149,0,.3)}.integrationStatus.statusCustom{background:rgba(139,92,246,.15);color:#c4b5fd;border:1px solid rgba(139,92,246,.3)}.integrationChip strong{font-size:15px;font-weight:700;color:var(--white);margin-bottom:4px}.integrationChip span{font-size:12px;color:var(--tns-gray-light)}.modulesSection{padding:100px 0}.modulesGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.moduleCard{padding:32px;background:rgba(20,20,31,.7);border:1px solid rgba(83,53,137,.2);border-radius:20px;transition:all .4s ease;position:relative;overflow:hidden}.moduleCard:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:20px 20px 0 0}.moduleCard[data-status=active]:before{background:var(--tns-teal)}.moduleCard[data-status=beta]:before{background:var(--tns-orange)}.moduleCard[data-status=certified]:before{background:#22c55e}.moduleCard[data-status=phase2]:before{background:var(--tns-purple-light)}.moduleCard:hover{transform:translateY(-4px);border-color:var(--tns-purple);box-shadow:0 20px 40px rgba(83,53,137,.2)}.moduleCardHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.moduleCardHeader h3{font-size:22px;text-transform:uppercase}.statusBadge{display:inline-flex;align-items:center;padding:4px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:100px;white-space:nowrap}.statusBadge[data-status=active]{color:#22c55e;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.3)}.statusBadge[data-status=beta]{color:var(--tns-orange);background:rgba(255,149,0,.12);border:1px solid rgba(255,149,0,.3)}.statusBadge[data-status=certified]{color:#22c55e;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.3)}.statusBadge[data-status=phase2]{color:var(--tns-purple-light);background:rgba(107,68,168,.15);border:1px solid rgba(107,68,168,.3)}.moduleCard p{font-size:15px;color:var(--tns-gray-light);line-height:1.6;margin-bottom:16px}.moduleFeatures{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.moduleFeatureTag{font-size:12px;padding:4px 10px;border-radius:6px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.08)}.moduleLink{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--tns-orange);text-decoration:none;transition:gap .3s ease}.moduleLink:hover{gap:10px}.journeySection{padding:100px 0}.journeyDiagram{margin-top:48px;margin-bottom:60px;position:relative}.journeySteps{align-items:flex-start;justify-content:center;gap:0}.journeyStep,.journeySteps{display:flex;position:relative}.journeyStep{flex-direction:column;align-items:center;text-align:center;flex:1;max-width:220px}.journeyStep:not(:last-child):after{content:"";position:absolute;top:28px;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,var(--tns-purple),var(--tns-orange));z-index:0}.journeyStepDot{width:56px;height:56px;background:linear-gradient(135deg,var(--tns-purple),var(--tns-purple-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;color:var(--white);margin-bottom:16px;position:relative;z-index:1;border:3px solid var(--bg-darker);box-shadow:0 0 0 2px var(--tns-purple)}.journeyStepTitle{font-size:14px;font-weight:700;margin-bottom:8px;color:var(--white)}.journeyStepDesc{font-size:12px;color:var(--tns-gray-light);line-height:1.5;max-width:180px}.aiEnrichmentSection{margin-top:20px;padding:40px;background:rgba(255,149,0,.04);border:1px solid rgba(255,149,0,.15);border-radius:20px}.aiEnrichmentHeader{text-align:center;margin-bottom:32px}.aiEnrichmentHeader .sectionLabel{font-size:13px}.aiEnrichmentHeader p{font-size:15px;color:var(--tns-gray-light);max-width:600px;margin:8px auto 0}.aiEnrichmentGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.aiEnrichmentCard{padding:24px;background:rgba(20,20,31,.6);border:1px solid rgba(255,149,0,.15);border-radius:16px;text-align:center;transition:all .3s ease}.aiEnrichmentCard:hover{border-color:var(--tns-orange);transform:translateY(-2px)}.aiEnrichmentCard h4{font-size:15px;text-transform:uppercase;margin-bottom:8px}.aiEnrichmentCard p{font-size:13px;color:var(--tns-gray-light);line-height:1.5}.beforeAfterSection{padding:100px 0}.beforeAfterLayout{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:stretch}.beforeAfterCard{padding:32px;border-radius:20px;border:1px solid}.beforeAfterCard.before{background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.2)}.beforeAfterCard.after{background:rgba(34,197,94,.06);border-color:rgba(34,197,94,.2)}.beforeAfterCard h3{font-size:20px;text-transform:uppercase;margin-bottom:20px}.beforeAfterCard.before h3{color:#ef4444}.beforeAfterCard.after h3{color:#22c55e}.beforeAfterList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.beforeAfterList li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:rgba(255,255,255,.8);line-height:1.5}.beforeAfterList li:before{content:"";width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px}.before .beforeAfterList li:before{background:#ef4444}.after .beforeAfterList li:before{background:#22c55e}.beforeAfterArrow{align-items:center;color:var(--tns-gray-light)}.beforeAfterArrow,.lifecycleRow{display:flex;justify-content:center}.lifecycleRow{flex-wrap:wrap;gap:8px;margin-top:40px}.lifecyclePill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:100px;font-size:13px;font-weight:600;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:var(--white)}.lifecycleDot{width:8px;height:8px;border-radius:50%}.lifecycleDot[data-color=gray]{background:#94a3b8}.lifecycleDot[data-color=yellow]{background:#eab308}.lifecycleDot[data-color=blue]{background:#3b82f6}.lifecycleDot[data-color=orange]{background:var(--tns-orange)}.lifecycleDot[data-color=green]{background:#22c55e}.lifecycleDot[data-color=purple]{background:var(--tns-purple-light)}.securityCardsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.securityCard{padding:32px;background:rgba(20,20,31,.7);border:1px solid rgba(83,53,137,.2);border-radius:20px;text-align:center;transition:all .3s ease}.securityCard:hover{border-color:var(--tns-purple);transform:translateY(-2px)}.securityCardIcon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:linear-gradient(135deg,rgba(83,53,137,.3),rgba(83,53,137,.1));border:1px solid rgba(83,53,137,.3)}.securityCardIcon svg{width:28px;height:28px;stroke:var(--tns-orange)}.securityCard h3{font-size:18px;text-transform:uppercase;margin-bottom:8px}.securityCard p{font-size:14px;color:var(--tns-gray-light);line-height:1.6}.adoptionSection{padding:100px 0}.adoptionGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative}.adoptionPhase{background:rgba(20,20,31,.8);border:1px solid rgba(83,53,137,.2);border-radius:20px;padding:32px;text-align:center;transition:all .4s ease;position:relative;overflow:hidden}.adoptionPhase:hover{transform:translateY(-4px);border-color:var(--tns-purple);box-shadow:0 20px 40px rgba(83,53,137,.2)}.adoptionBadge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:6px 14px;border-radius:100px;margin-bottom:20px}.adoptionBadge.available{background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.3);color:#22c55e}.adoptionBadge.ready{background:rgba(255,149,0,.12);border:1px solid rgba(255,149,0,.3);color:var(--tns-orange)}.adoptionBadge.vision{background:rgba(139,92,246,.12);border:1px solid rgba(139,92,246,.3);color:#8b5cf6}.adoptionPhaseNumber{font-size:48px;font-weight:800;color:rgba(255,255,255,.08);margin-bottom:8px;line-height:1}.adoptionPhase h3{font-size:18px;margin-bottom:12px;text-transform:uppercase}.adoptionPhase p{font-size:14px;color:var(--tns-gray-light);line-height:1.6}.nextStepsSection{margin-top:60px;padding:40px;background:rgba(83,53,137,.08);border:1px solid rgba(83,53,137,.2);border-radius:20px}.nextStepsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px}.nextStepCard{text-align:center;position:relative}.nextStepNumber{width:40px;height:40px;border-radius:50%;background:var(--tns-orange);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;margin:0 auto 12px}.nextStepCard h4{font-size:15px;text-transform:uppercase;margin-bottom:6px}.nextStepCard p{font-size:13px;color:var(--tns-gray-light);line-height:1.5}.agenticMockupContainer{background:rgba(255,255,255,.05);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;max-width:460px;margin-left:auto}.agenticMockupHeader{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.agenticMockupHeaderTop{display:flex;align-items:center;justify-content:space-between}.agenticMockupLive{display:flex;align-items:center;gap:10px}.agenticMockupLiveDot{position:relative;display:inline-flex;width:8px;height:8px}.agenticMockupLiveDot:before{content:"";position:absolute;inset:0;border-radius:50%;background:#22c55e;animation:agenticPing 1.5s cubic-bezier(0,0,.2,1) infinite}.agenticMockupLiveDot:after{content:"";position:relative;display:inline-flex;width:8px;height:8px;border-radius:50%;background:#22c55e}@keyframes agenticPing{75%,to{transform:scale(2);opacity:0}}.agenticMockupLiveLabel{font-size:13px;font-weight:600;color:rgba(255,255,255,.8)}.agenticMockupBadge{display:inline-flex;align-items:center;gap:6px;background:rgba(139,92,246,.15);border:1px solid rgba(139,92,246,.3);border-radius:100px;padding:4px 10px}.agenticMockupBadge svg{width:12px;height:12px;color:#c4b5fd}.agenticMockupBadge span{font-size:11px;font-weight:500;color:#c4b5fd}.agenticMockupStatus{font-size:11px;color:rgba(255,255,255,.35);margin-top:6px;margin-left:18px}.agenticMockupBrain{display:flex;justify-content:center;padding:16px 20px 8px}.agenticMockupBrainInner{position:relative}.agenticMockupPulse{position:absolute;inset:0;width:48px;height:48px;border-radius:50%;border:2px solid rgba(139,92,246,.4)}.agenticMockupBrainIcon{width:48px;height:48px;border-radius:50%;background:rgba(139,92,246,.2);border:2px solid rgba(139,92,246,.6);display:flex;align-items:center;justify-content:center}.agenticMockupBrainIcon svg{color:#c4b5fd}.agenticMockupCards{padding:0 20px 16px;display:flex;flex-direction:column;gap:8px}.agenticMockupRow{display:grid;grid-template-columns:1fr 1fr;gap:8px}.agenticMockupCard{background:rgba(255,255,255,.05);border-radius:10px;padding:10px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-left:3px solid}.agenticMockupCardNum{position:absolute;top:6px;right:8px;font-size:10px;font-family:monospace;color:rgba(255,255,255,.15)}.agenticMockupCardContent{margin-left:2px}.agenticMockupCardBadgeRow{margin-bottom:6px}.agenticMockupCardIcon{font-size:16px;margin-bottom:4px}.agenticMockupCardLabel{font-size:12px;font-weight:600;color:var(--white);margin:0}.agenticMockupCardDetail{font-size:10px;color:rgba(255,255,255,.4);margin:2px 0 0}.agenticMockupFooter{padding:0 20px 16px;display:flex;flex-direction:column;gap:12px}.opsMockupSection{padding:80px 0}.mockupSectionHeader{text-align:center;margin-bottom:48px}.mockupSectionHeader h2{font-size:clamp(24px,3.5vw,40px);text-transform:uppercase;margin:12px 0}.mockupSectionHeader p{font-size:17px;color:var(--tns-gray-light);max-width:680px;margin:0 auto;line-height:1.7}.mockupContainer{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.1),0 4px 16px rgba(0,0,0,.06);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupTopbar{display:flex;align-items:center;gap:8px;padding:14px 20px;background:#1e293b;border-bottom:none}.mockupDot{width:12px;height:12px;border-radius:50%}.mockupUrl{margin-left:12px;font-size:13px;color:#94a3b8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupBody{padding:0}.mockupNav{display:flex;gap:0;padding:0 20px;border-bottom:1px solid #e2e8f0;overflow-x:auto;background:#ffffff}.mockupNav span{padding:12px 20px;font-size:13px;font-weight:500;color:#94a3b8;cursor:default;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupNav span.active{color:#1e293b;border-bottom-color:var(--tns-orange);font-weight:600}.mockupLifecycleBar{display:grid;grid-template-columns:repeat(6,1fr);gap:0;padding:16px;border-bottom:1px solid #e2e8f0;background:#f8fafc;position:relative}.mockupLifecycleStep{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 8px;position:relative;cursor:default;border-radius:12px;transition:all .2s ease}.mockupLifecycleStep:hover{background:rgba(0,0,0,.03)}.mockupLifecycleStep.active{background:rgba(255,149,0,.06)}.mockupLifecycleNum{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#ffffff;margin-bottom:8px;flex-shrink:0}.mockupLifecycleStep h5{font-size:12px;font-weight:700;color:#1e293b;margin:0 0 4px;text-transform:uppercase;letter-spacing:.3px}.mockupLifecycleStep h5,.mockupLifecycleStep p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupLifecycleStep p{font-size:10px;color:#94a3b8;line-height:1.4;margin:0}.mockupLifecycleStep:after{content:"";position:absolute;top:28px;right:-1px;width:calc(100% - 44px);height:2px;background:#e2e8f0;transform:translateX(50%)}.mockupLifecycleStep:last-child:after{display:none}.mockupToolbar{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;background:#f8fafc}.mockupFilterPill{display:inline-flex;align-items:center;font-size:12px;font-weight:500;padding:5px 14px;border-radius:100px;background:#ffffff;border:1px solid #e2e8f0;color:#64748b;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupFilterDot{display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;margin-right:4px;vertical-align:middle}.mockupFilterPill[data-status=waiting]{color:#ca8a04;background:#fffbeb;border-color:rgba(234,179,8,.3)}.mockupFilterPill[data-status=progress]{color:#2563eb;background:#eff6ff;border-color:rgba(59,130,246,.3)}.mockupFilterPill[data-status=paused]{color:#ea580c;background:#fff7ed;border-color:rgba(249,115,22,.3)}.mockupFilterPill[data-status=processed]{color:#16a34a;background:#f0fdf4;border-color:rgba(34,197,94,.3)}.mockupToolbarRight{margin-left:auto;font-size:11px;font-weight:500;color:#94a3b8;letter-spacing:.3px;white-space:nowrap}.mockupTable,.mockupToolbarRight{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupTable{width:100%;border-collapse:collapse;font-size:13px}.mockupTable th{text-align:left;padding:10px 16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;border-bottom:2px solid #e2e8f0;white-space:nowrap;background:#ffffff}.mockupTable td{padding:14px 16px;border-bottom:1px solid #f1f5f9;color:#64748b;white-space:nowrap;font-size:13px}.mockupTable tbody tr{transition:background .15s ease}.mockupTable tbody tr:hover{background:#f8fafc}.mockupTable td strong{color:#1e293b;font-weight:600;font-size:13px}.mockupStatusPill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:600;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupStatusPill[data-status=waiting]{color:#ca8a04;background:#fefce8;border:1px solid rgba(234,179,8,.25)}.mockupStatusPill[data-status=progress]{color:#2563eb;background:#eff6ff;border:1px solid rgba(59,130,246,.25)}.mockupStatusPill[data-status=paused]{color:#ea580c;background:#fff7ed;border:1px solid rgba(249,115,22,.25)}.mockupStatusPill[data-status=processed]{color:#16a34a;background:#f0fdf4;border:1px solid rgba(34,197,94,.25)}.mockupTimerBadge{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:600;margin-left:6px;color:#ea580c}.mockupTag{display:inline-block;font-size:10px;font-weight:500;padding:3px 8px;border-radius:6px;background:#f1f5f9;color:#64748b;margin-right:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupTag.urgent{background:#fef2f2;color:#dc2626;font-weight:700;border:1px solid rgba(239,68,68,.2)}.mockupDetail{display:grid;grid-template-columns:1fr 280px;min-height:380px}.mockupChat{display:flex;flex-direction:column;border-right:1px solid #e2e8f0}.mockupChatHeader{display:flex;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;background:#f8fafc}.mockupChatDot{width:8px;height:8px;border-radius:50%;background:#22c55e}.mockupChatHeader strong{font-size:14px;font-weight:700;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupChatAssigned{margin-left:auto;font-size:12px;color:#94a3b8}.mockupBubble{padding:12px 16px;margin:12px 16px;border-radius:14px;font-size:13px;line-height:1.6;max-width:85%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupBubble.advisor{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;align-self:flex-start;border-bottom-left-radius:4px}.mockupBubble.ops{background:#f5f3ff;border:1px solid #c4b5fd;color:#4c1d95;margin-left:auto;border-bottom-right-radius:4px}.mockupEvent{gap:10px;padding:6px 16px;font-size:12px;color:#94a3b8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupEvent,.mockupEventIcon{display:flex;align-items:center}.mockupEventIcon{width:26px;height:26px;border-radius:50%;justify-content:center;flex-shrink:0}.mockupEventIcon.file{background:#dbeafe;color:#2563eb}.mockupEventIcon.assign{background:#dcfce7;color:#16a34a}.mockupEventIcon.edit{background:#fef3c7;color:#d97706}.mockupEvent strong{color:#475569}.mockupInputBar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-top:auto;border-top:1px solid #e2e8f0;font-size:13px;color:#cbd5e1;background:#f8fafc}.mockupFiles{padding:16px;background:#f8fafc}.mockupFileLabel{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;margin-bottom:12px}.mockupFileItem{padding:10px 12px;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px}.mockupFileName{font-size:13px;font-weight:500;color:#1e293b;margin-bottom:4px}.mockupFileMeta,.mockupFileName{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupFileMeta{font-size:11px;color:#94a3b8}.mockupFileMeta .green{color:#16a34a;font-weight:600}.mockupPdfEditor{margin-top:12px;padding:16px;border:1px dashed rgba(255,149,0,.4);border-radius:8px;text-align:center;background:#fff7ed}.mockupPdfEditorLabel{font-size:13px;font-weight:700;color:var(--tns-orange)}.mockupPdfEditorSub{font-size:11px;color:#94a3b8;margin-top:4px}.mockupFeatGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}.mockupFeatCard{padding:28px 24px;background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;text-align:center;transition:all .3s ease}.mockupFeatCard:hover{border-color:var(--tns-purple);transform:translateY(-2px);box-shadow:0 8px 24px rgba(83,53,137,.1)}.mockupFeatIcon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.mockupFeatCard h4{font-size:15px;font-weight:700;text-transform:uppercase;margin-bottom:8px;color:#1e293b}.mockupFeatCard h4,.mockupFeatCard p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mockupFeatCard p{font-size:13px;color:#64748b;line-height:1.6}.parcoursHero{padding:80px 0;background:linear-gradient(135deg,#0c0a14,#1a1230 50%,#2a1f45);text-align:center;position:relative;overflow:hidden}.parcoursHero:before{content:"";position:absolute;top:50%;left:50%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(83,53,137,.15) 0,transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.parcoursEyebrow{display:inline-block;letter-spacing:2px;color:var(--tns-orange);margin-bottom:16px}.parcoursEyebrow,.parcoursProdBadge{font-size:13px;font-weight:700;text-transform:uppercase}.parcoursProdBadge{display:inline-flex;align-items:center;gap:6px;letter-spacing:.5px;padding:6px 16px;border-radius:100px;background:rgba(34,197,94,.15);color:#4ade80;border:1px solid rgba(34,197,94,.3);margin-bottom:20px}.parcoursTitle{font-size:clamp(32px,5vw,56px);font-weight:800;color:#ffffff;text-transform:uppercase;margin:0 0 20px;line-height:1.1}.parcoursSub{font-size:18px;color:rgba(255,255,255,.65);line-height:1.7;max-width:700px;margin:0 auto}.mockupSubSection{text-align:center;margin-bottom:24px}.mockupSubTitle{font-size:clamp(20px,2.5vw,28px);font-weight:700;color:var(--white);margin:10px 0 0;line-height:1.3}.mockupLifecycleBar.standalone{border-radius:16px;background:#ffffff;box-shadow:0 8px 24px rgba(0,0,0,.06);padding:24px 20px;border:1px solid #e2e8f0;border-bottom:none}.whyDifferentSection{padding:100px 0}.whyDifferentCallout{max-width:800px;margin:0 auto 60px;text-align:center;padding:48px;background:rgba(14,165,160,.06);border:1px solid rgba(14,165,160,.2);border-radius:24px;position:relative;overflow:hidden}.whyDifferentCallout:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0EA5A0,var(--tns-purple))}.whyDifferentBadge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:6px 14px;border-radius:100px;background:rgba(139,92,246,.12);border:1px solid rgba(139,92,246,.3);color:#8b5cf6;margin-bottom:20px}.whyDifferentCallout h3{font-size:24px;margin-bottom:16px;color:var(--white)}.whyDifferentCallout>p{font-size:15px;color:var(--tns-gray-light);line-height:1.7;margin-bottom:24px}.whyDifferentNotList{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.whyDifferentNotPill{display:inline-flex;align-items:center;gap:6px;font-size:13px;padding:8px 16px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.25);border-radius:100px;color:#ef4444;font-weight:600}.whyDifferentNotPill svg{width:14px;height:14px;flex-shrink:0}.whyDifferentPillarsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.whyDifferentPillar{padding:32px;background:rgba(20,20,31,.7);border:1px solid rgba(83,53,137,.2);border-radius:20px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.whyDifferentPillar:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:20px 20px 0 0}.whyDifferentPillar[data-pillar="0"]:before{background:#0EA5A0}.whyDifferentPillar[data-pillar="1"]:before{background:var(--tns-orange)}.whyDifferentPillar[data-pillar="2"]:before{background:#8B5CF6}.whyDifferentPillar:hover{border-color:var(--tns-purple);transform:translateY(-2px)}.whyDifferentPillarIcon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.whyDifferentPillar[data-pillar="0"] .whyDifferentPillarIcon{background:linear-gradient(135deg,rgba(14,165,160,.3),rgba(14,165,160,.1));border:1px solid rgba(14,165,160,.3)}.whyDifferentPillar[data-pillar="0"] .whyDifferentPillarIcon svg{stroke:#0EA5A0}.whyDifferentPillar[data-pillar="1"] .whyDifferentPillarIcon{background:linear-gradient(135deg,rgba(255,149,0,.3),rgba(255,149,0,.1));border:1px solid rgba(255,149,0,.3)}.whyDifferentPillar[data-pillar="1"] .whyDifferentPillarIcon svg{stroke:var(--tns-orange)}.whyDifferentPillar[data-pillar="2"] .whyDifferentPillarIcon{background:linear-gradient(135deg,rgba(139,92,246,.3),rgba(139,92,246,.1));border:1px solid rgba(139,92,246,.3)}.whyDifferentPillar[data-pillar="2"] .whyDifferentPillarIcon svg{stroke:#8B5CF6}.whyDifferentPillarIcon svg{width:28px;height:28px}.whyDifferentPillar h3{font-size:18px;text-transform:uppercase;margin-bottom:8px}.whyDifferentPillar p{font-size:14px;color:var(--tns-gray-light);line-height:1.6}@media (max-width:968px){.modulesGrid{grid-template-columns:1fr}.journeySteps{flex-wrap:wrap;gap:32px}.journeyStep:not(:last-child):after{display:none}.aiEnrichmentGrid{grid-template-columns:repeat(2,1fr)}.beforeAfterLayout{grid-template-columns:1fr}.beforeAfterArrow{transform:rotate(90deg);padding:8px 0}.securityCardsGrid{grid-template-columns:1fr}.nextStepsGrid{grid-template-columns:repeat(2,1fr)}.adoptionGrid,.mockupDetail{grid-template-columns:1fr}.mockupChat{border-right:none;border-bottom:1px solid #e2e8f0}.mockupLifecycleBar{grid-template-columns:repeat(3,1fr);gap:4px}.mockupLifecycleStep:after{display:none}.mockupFeatGrid{grid-template-columns:repeat(2,1fr)}.mockupTable{display:block;overflow-x:auto}.mockupToolbarRight{display:none}.whyDifferentPillarsGrid{grid-template-columns:1fr}.parcoursHero{padding:60px 0}.parcoursSub{font-size:16px}}@media (max-width:768px){.journeyStepDot{width:44px;height:44px;font-size:16px}.journeyStepTitle{font-size:13px}.journeyStepDesc{font-size:11px}.aiEnrichmentGrid{grid-template-columns:1fr}.integrationsGrid{grid-template-columns:repeat(2,1fr);gap:10px}.integrationChip{min-width:120px;padding:14px 18px}.nextStepsGrid{grid-template-columns:1fr}.aiEnrichmentSection{padding:24px}.mockupFeatGrid{grid-template-columns:1fr}.mockupNav span{padding:10px 14px;font-size:12px}.mockupLifecycleBar{grid-template-columns:repeat(2,1fr);gap:4px;padding:12px}.mockupLifecycleNum{width:28px;height:28px;font-size:12px}.mockupLifecycleStep h5{font-size:10px}.mockupLifecycleStep p{display:none}.parcoursHero{padding:48px 0}.parcoursTitle{font-size:28px}.parcoursSub{font-size:15px}.whyDifferentCallout{padding:24px}.whyDifferentNotList{gap:8px}.whyDifferentNotPill{font-size:12px;padding:6px 12px}.mockupSubTitle{font-size:18px}}