{"id":793,"date":"2025-11-02T20:37:33","date_gmt":"2025-11-02T20:37:33","guid":{"rendered":"https:\/\/gssns.de\/?page_id=793"},"modified":"2025-11-02T23:33:58","modified_gmt":"2025-11-02T23:33:58","slug":"sales-transformation","status":"publish","type":"page","link":"https:\/\/gssns.de\/en\/sales-transformation\/","title":{"rendered":"Sales Transformation"},"content":{"rendered":"<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<style>\n  \/* St\u00e4rkerer Full-Width-Hack \u2013 \u00fcberdeckt WP-R\u00e4nder und Titel *\/\n  .full-page-wrapper {\n    width: 100vw !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    position: relative !important;\n    left: 50% !important;\n    right: 50% !important;\n    margin-left: -50vw !important;\n    margin-right: -50vw !important;\n    overflow-x: hidden !important;\n    z-index: 1 !important;\n    min-height: 100vh !important;\n  }\n  .entry-content, .wp-block-group { max-width: none !important; }\n  .page-header, .entry-title, .wp-block-post-title { display: none !important; }\n  body { margin: 0 !important; padding: 0 !important; }\n  \/* Vermeidet Text-Duplikate (falls Theme-Overlay) *\/\n  .hero-caption { position: relative; z-index: 2; }\n<\/style>\n<div class=\"full-page-wrapper min-h-screen bg-white text-gray-900\">\n  <!-- Header -->\n  <header class=\"w-full max-w-6xl mx-auto px-6 py-6 flex items-center justify-between\">\n    <div class=\"flex items-center gap-3\">\n      <div class=\"h-9 w-9 rounded-xl bg-sky-500\/20 ring-1 ring-sky-500\/40 flex items-center justify-center\">\n        <span class=\"text-sky-600 font-black text-lg\">ST<\/span>\n      <\/div>\n      <span class=\"font-semibold tracking-wide text-gray-700\">Sales Transformation<\/span>\n    <\/div>\n    <nav class=\"hidden md:flex items-center gap-6 text-sm text-gray-600\">\n      <a href=\"#signals\" class=\"hover:text-gray-900 transition\">Signals<\/a>\n      <a href=\"#help\" class=\"hover:text-gray-900 transition\">How we help<\/a>\n      <a href=\"https:\/\/gssns.de\/en\/#kontakt\" target=\"_blank\" class=\"inline-flex items-center rounded-xl border border-sky-400\/30 bg-sky-100 px-4 py-2 hover:bg-sky-200 transition\">Book the call<\/a>\n    <\/nav>\n  <\/header>\n\n  <!-- Hero -->\n  <section class=\"w-full max-w-6xl mx-auto px-6 py-12 grid md:grid-cols-2 gap-10 items-center\">\n    <div>\n      <p class=\"uppercase tracking-widest text-xs text-sky-600 mb-3\">Outcome-Led Selling<\/p>\n      <h1 class=\"text-4xl md:text-5xl font-extrabold leading-tight\">\n        Your Customers Don\u2019t Buy \u00b4 <span class=\"text-sky-600\">Products<\/span> \u2014 They Buy <span class=\"text-fuchsia-600\">Progress<\/span> &#038; <span class=\"text-sky-600\">Productivity<\/span>\n      <\/h1>\n      <p class=\"mt-5 text-gray-600 text-lg max-w-xl\">\n        Stop competing on specs and discounts. Lead with measurable customer outcomes that prove productivity and value.\n      <\/p>\n      <div class=\"mt-8 flex flex-col sm:flex-row gap-4\">\n        <a href=\"https:\/\/gssns.de\/en\/#kontakt\" target=\"_blank\" class=\"inline-flex items-center justify-center rounded-2xl bg-sky-500 hover:bg-sky-600 text-white font-semibold px-6 py-3 transition\">\n          Book the call\n        <\/a>\n        <a href=\"https:\/\/gssns.de\/en\/#kontakt\" target=\"_blank\" class=\"inline-flex items-center justify-center rounded-2xl border border-gray-400 px-6 py-3 text-gray-700 hover:border-gray-600 transition\">\n          See the signals\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Hero Graphic (Pfeil doppelt so gro\u00df: 10.5, Endpunkt bei 485,50) -->\n    <div class=\"relative\">\n      <div class=\"p-6 bg-white border border-gray-200 rounded-3xl shadow-sm\">\n        <svg\n          id=\"profit-rise-arrow\"\n          viewbox=\"0 0 640 320\"\n          class=\"w-full h-auto\"\n          role=\"img\"\n          aria-label=\"Gradually rising arrow to higher profits\"\n          preserveaspectratio=\"xMidYMid meet\"\n        >\n          <defs>\n            <lineargradient id=\"riseBg\" x1=\"0\" y1=\"1\" x2=\"1\" y2=\"0\">\n              <stop offset=\"0%\" stop-color=\"#0ea5e9\" stop-opacity=\"0.10\" \/>\n              <stop offset=\"100%\" stop-color=\"#16a34a\" stop-opacity=\"0.15\" \/>\n            <\/lineargradient>\n            <lineargradient id=\"riseStroke\" x1=\"0\" y1=\"1\" x2=\"1\" y2=\"0\">\n              <stop offset=\"0%\" stop-color=\"#0ea5e9\" \/>\n              <stop offset=\"100%\" stop-color=\"#16a34a\" \/>\n            <\/lineargradient>\n            <filter id=\"riseShadow\" x=\"-20%\" y=\"-20%\" width=\"140%\" height=\"140%\">\n              <fedropshadow dx=\"0\" dy=\"8\" stddeviation=\"8\" flood-color=\"#000\" flood-opacity=\"0.18\" \/>\n            <\/filter>\n            <!-- Pfeil-Marker: Doppelt so gro\u00df (10.5), Spitze bei refX=10, forward -->\n            <marker\n              id=\"arrowhead\"\n              viewbox=\"0 0 10 8\"\n              refx=\"0\"\n              refy=\"4\"\n              markerwidth=\"7.5\"\n              markerheight=\"7.5\"\n              orient=\"auto\"\n            >\n              <polygon points=\"0,1 10,4 0,7\" fill=\"#16a34a\" filter=\"url(#riseShadow)\" \/>\n            <\/marker>\n            <style>\n              @keyframes dash {\n                0% { stroke-dashoffset: 940; }\n                100% { stroke-dashoffset: 0; }\n              }\n              @keyframes glow {\n                0%, 100% { opacity: 0.55; filter: brightness(1); }\n                50% { opacity: 1; filter: brightness(1.2); }\n              }\n              #arrowhead polygon { animation: glow 2.5s ease-in-out infinite 0.5s; }\n            <\/style>\n          <\/defs>\n\n          <rect x=\"0\" y=\"0\" width=\"640\" height=\"320\" rx=\"16\" fill=\"url(#riseBg)\" \/>\n\n          <g transform=\"translate(40,40)\">\n            <rect x=\"0\" y=\"0\" width=\"560\" height=\"240\" rx=\"14\" fill=\"#ffffff\" stroke=\"#e5e7eb\" \/>\n\n            <!-- Linie: Rechtes Ende bei 485,50, Pfeil doppelt gro\u00df am Ende -->\n            <path\n              id=\"rise-path\"\n              d=\"M36,200 C140,180 260,140 380,90 C460,70 465,55\"\n              fill=\"none\"\n              stroke=\"url(#riseStroke)\"\n              stroke-width=\"14\"\n              stroke-linecap=\"round\"\n              marker-end=\"url(#arrowhead)\"\n              filter=\"url(#riseShadow)\"\n              style=\"stroke-dasharray: 940; animation: dash 1.8s ease-out forwards;\"\n            \/>\n          <\/g>\n        <\/svg>\n      <\/div>\n      <p class=\"hero-caption mt-3 text-sm text-gray-500 text-center\">Gradually rising to higher profits<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- Diagnostic Questions -->\n  <section id=\"signals\" class=\"w-full max-w-6xl mx-auto px-6 pb-12\">\n    <div class=\"grid md:grid-cols-2 gap-10 items-start\">\n      <div class=\"space-y-6\">\n        <h2 class=\"text-2xl md:text-3xl font-bold\">Quick self-check<\/h2>\n        <ol id=\"st-questions\" class=\"list-decimal pl-6 space-y-3 text-gray-800\">\n          <li>Do you win deals mainly by offering discounts to close?<\/li>\n          <li>Do your sales conversations usually start with your product specs?<\/li>\n          <li>Would most of your customers barely notice a measurable impact if your product disappeared tomorrow?<\/li>\n          <li>Are you rewarded primarily for selling more units?<\/li>\n          <li>Do customers more often tell you that you had the best price?<\/li>\n        <\/ol>\n      <\/div>\n      <div class=\"space-y-6 bg-gray-50 ring-1 ring-gray-200 rounded-3xl p-6\">\n        <h3 class=\"text-xl font-semibold text-gray-800\">What the answers mean<\/h3>\n        <p class=\"text-gray-600\">\n          Each <span class=\"font-semibold\">\"Yes\"<\/span> is a signal: the world has changed, and your sales strategy should too.\n        <\/p>\n        <div class=\"grid sm:grid-cols-2 gap-4\">\n          <!-- SignalCard: Price Erosion -->\n          <div class=\"rounded-2xl bg-white border border-gray-200 p-4 shadow-sm\">\n            <h4 class=\"font-semibold text-gray-800\">Price Erosion<\/h4>\n            <p class=\"text-sm text-gray-600 mt-1\">Margins depend on discounting instead of value proof.<\/p>\n          <\/div>\n          <!-- SignalCard: Spec-Led -->\n          <div class=\"rounded-2xl bg-white border border-gray-200 p-4 shadow-sm\">\n            <h4 class=\"font-semibold text-gray-800\">Spec\u2011Led<\/h4>\n            <p class=\"text-sm text-gray-600 mt-1\">Conversations focus on features instead of measurable customer outcomes.<\/p>\n          <\/div>\n          <!-- SignalCard: Low Measured Impact -->\n          <div class=\"rounded-2xl bg-white border border-gray-200 p-4 shadow-sm\">\n            <h4 class=\"font-semibold text-gray-800\">Low Measured Impact<\/h4>\n            <p class=\"text-sm text-gray-600 mt-1\">Customers can\u2019t quantify the loss if you disappeared.<\/p>\n          <\/div>\n          <!-- SignalCard: Unit Incentives -->\n          <div class=\"rounded-2xl bg-white border border-gray-200 p-4 shadow-sm\">\n            <h4 class=\"font-semibold text-gray-800\">Unit Incentives<\/h4>\n            <p class=\"text-sm text-gray-600 mt-1\">Rewards skew to volume, not value and productivity.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- How We Help -->\n  <section id=\"help\" class=\"w-full max-w-6xl mx-auto px-6 pb-16\">\n    <div class=\"grid md:grid-cols-2 gap-10 items-center\">\n      <div class=\"space-y-4\">\n        <h2 class=\"text-2xl md:text-3xl font-bold\">From specs \u2192 measurable customer results<\/h2>\n        <p class=\"text-gray-600\">\n          We help you transform from selling specs to delivering and proving measurable customer results and productivity. Build a value narrative your CFO customers can\u2019t ignore, underpinned by outcome metrics, proof points, and ROI.\n        <\/p>\n        <a href=\"https:\/\/gssns.de\/en\/#kontakt\" target=\"_blank\" class=\"inline-flex items-center rounded-2xl bg-fuchsia-500 hover:bg-fuchsia-600 text-white font-semibold px-6 py-3 transition\">\n          Book the call\n        <\/a>\n      <\/div>\n      <div class=\"bg-white ring-1 ring-gray-200 rounded-3xl p-6\">\n        <!-- Roadmap -->\n        <ol class=\"grid sm:grid-cols-2 gap-4\">\n          <!-- Step 1: Diagnose -->\n          <li class=\"rounded-2xl bg-white border border-gray-200 p-4 shadow-sm\">\n            <div class=\"flex items-center gap-3\">\n              <span class=\"h-8 w-8 rounded-xl bg-sky-100 ring-1 ring-sky-300 flex items-center justify-center font-bold text-sky-700\">\n                1\n              <\/span>\n              <h4 class=\"font-semibold text-gray-800\">Diagnose<\/h4>\n            <\/div>\n            <p class=\"text-sm text-gray-600 mt-2\">Map value levers &amp; customer productivity outcomes.<\/p>\n          <\/li>\n          <!-- Step 2: Prove -->\n          <li class=\"rounded-2xl bg-white border border-gray-200 p-4 shadow-sm\">\n            <div class=\"flex items-center gap-3\">\n              <span class=\"h-8 w-8 rounded-xl bg-sky-100 ring-1 ring-sky-300 flex items-center justify-center font-bold text-sky-700\">\n                2\n              <\/span>\n              <h4 class=\"font-semibold text-gray-800\">Prove<\/h4>\n            <\/div>\n            <p class=\"text-sm text-gray-600 mt-2\">Define metrics, baselines, and simple proof experiments.<\/p>\n          <\/li>\n          <!-- Step 3: Quantify -->\n          <li class=\"rounded-2xl bg-white border border-gray-200 p-4 shadow-sm\">\n            <div class=\"flex items-center gap-3\">\n              <span class=\"h-8 w-8 rounded-xl bg-sky-100 ring-1 ring-sky-300 flex items-center justify-center font-bold text-sky-700\">\n                3\n              <\/span>\n              <h4 class=\"font-semibold text-gray-800\">Quantify<\/h4>\n            <\/div>\n            <p class=\"text-sm text-gray-600 mt-2\">Turn proof into ROI narratives &amp; calculators.<\/p>\n          <\/li>\n          <!-- Step 4: Scale -->\n          <li class=\"rounded-2xl bg-white border border-gray-200 p-4 shadow-sm\">\n            <div class=\"flex items-center gap-3\">\n              <span class=\"h-8 w-8 rounded-xl bg-sky-100 ring-1 ring-sky-300 flex items-center justify-center font-bold text-sky-700\">\n                4\n              <\/span>\n              <h4 class=\"font-semibold text-gray-800\">Scale<\/h4>\n            <\/div>\n            <p class=\"text-sm text-gray-600 mt-2\">Enable the field with stories, assets, and incentives.<\/p>\n          <\/li>\n        <\/ol>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA Footer -->\n  <footer id=\"book\" class=\"w-full border-t border-gray-200 bg-gray-50\">\n    <div class=\"max-w-6xl mx-auto px-6 py-12 flex flex-col md:flex-row items-center justify-between gap-6\">\n      <div>\n        <h3 class=\"text-2xl font-bold\">Ready to compete on outcomes?<\/h3>\n        <p class=\"text-gray-600\">Book a 25\u2011minute call to map your shift to outcome\u2011led selling.<\/p>\n      <\/div>\n      <a\n        href=\"https:\/\/gssns.de\/en\/#kontakt\"\n        target=\"_blank\"\n        class=\"inline-flex items-center justify-center rounded-2xl bg-sky-500 hover:bg-sky-600 text-white font-semibold px-6 py-3 transition\"\n      >\n        Book the call\n      <\/a>\n    <\/div>\n  <\/footer>\n<\/div>\n\n\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>ST Vertriebs-Transformation Signale Wie wir helfen Termin buchen Ergebnisorientierter Vertrieb Ihre Kunden kaufen keine Produkte \u2014 Sie kaufen Fortschritt &#038; Produktivit\u00e4t H\u00f6ren Sie auf, sich auf Spezifikationen und Rabatte zu konzentrieren. F\u00fchren Sie mit messbaren Kundenergebnissen, die Produktivit\u00e4t und Wert beweisen. Termin buchen Signale ansehen Schrittweise steigend zu h\u00f6heren Gewinnen Schneller Selbsttest Gewinnen Sie Deals haupts\u00e4chlich durch Rabatte zum Abschluss? Beginnen Ihre Verkaufsgespr\u00e4che normalerweise mit den Produktspezifikationen? W\u00fcrden die meisten&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-793","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gssns.de\/en\/wp-json\/wp\/v2\/pages\/793","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gssns.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gssns.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gssns.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gssns.de\/en\/wp-json\/wp\/v2\/comments?post=793"}],"version-history":[{"count":22,"href":"https:\/\/gssns.de\/en\/wp-json\/wp\/v2\/pages\/793\/revisions"}],"predecessor-version":[{"id":823,"href":"https:\/\/gssns.de\/en\/wp-json\/wp\/v2\/pages\/793\/revisions\/823"}],"wp:attachment":[{"href":"https:\/\/gssns.de\/en\/wp-json\/wp\/v2\/media?parent=793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}