{"id":16287,"date":"2015-06-08T20:25:44","date_gmt":"2015-06-08T20:25:44","guid":{"rendered":"https:\/\/www.sisinternational.com\/?page_id=16287"},"modified":"2026-04-08T01:02:06","modified_gmt":"2026-04-08T05:02:06","slug":"schwerpunktgruppen","status":"publish","type":"page","link":"https:\/\/www.sisinternational.com\/de\/losungen\/schwerpunktgruppen\/","title":{"rendered":"Schwerpunktgruppen"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Focus Group Solutions &#8211; SIS International<\/title>\n    <style>\n        \/* \u2500\u2500 RESET B\u00c1SICO \u2500\u2500 *\/\n        html, body {\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            overflow-x: hidden;\n        }\n\n        \/* \u2500\u2500 CONTENEDOR MAESTRO \u2500\u2500 *\/\n        #sis-hero-master-container {\n            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n            box-sizing: border-box;\n            \n            \/* \u2500\u2500 GRADIENT UPDATE \u2500\u2500 *\/\n            \/* A sophisticated radial blend from a crisp white to a soft corporate blue-grey *\/\n            background: \n                radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 1) 0%, rgba(241, 244, 248, 0.8) 50%, rgba(226, 232, 240, 1) 100%),\n                url('data:image\/svg+xml,%3Csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"%3E%3Cg fill=\"%23083e6c\" fill-opacity=\"0.02\"%3E%3Cpath fill-rule=\"evenodd\" d=\"M11 18H2V2h16v9h11v11H18V11H11v7zm0 26h7V33h11V22H18v11h-7v7H2v16h16V44h-7zM2 78h16V62h11V51H18v11h-7v7H2v9zm67-22h7V40h11V29H78v11h-7v7H62v16h16V56h-7zM62 18h11V7h11v11H78V7H67v11zm-7 11v7H44v11h7v7H40V29h15z\"\/%3E%3C\/g%3E%3C\/svg%3E');\n            \n            background-attachment: fixed;\n            padding: 80px 40px; \n            width: 100%;\n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            position: relative;\n        }\n\n        #sis-hero-master-container * {\n            box-sizing: border-box;\n        }\n\n        \/* \u2500\u2500 GRID INTERNO \u2500\u2500 *\/\n        .sis-hero-inner-grid {\n            max-width: 1200px;\n            width: 100%;\n            display: grid;\n            grid-template-columns: 1.2fr 1fr;\n            gap: 60px;\n            align-items: center;\n            z-index: 1;\n        }\n\n        \/* \u2500\u2500 LADO IZQUIERDO: TEXTO \u2500\u2500 *\/\n        .sis-hero-content {\n            opacity: 0;\n            animation: sisFadeInUp 1s ease-out forwards;\n        }\n\n        .sis-hero-tag-pill {\n            display: inline-flex;\n            align-items: center;\n            border-radius: 9999px;\n            padding: 8px 18px;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.15em;\n            font-weight: 700;\n            color: #bf8e15;\n            background: rgba(191, 142, 21, 0.1);\n            border: 1px solid rgba(191, 142, 21, 0.4);\n            margin-bottom: 25px;\n        }\n\n        .sis-hero-title {\n            font-size: clamp(2.2rem, 5vw, 3.5rem);\n            font-weight: 800;\n            line-height: 1.15;\n            margin: 0 0 20px 0;\n            color: #083e6c;\n            background: linear-gradient(110deg, #083e6c 0%, #083e6c 25%, #205b8a 40%, #6ea8d1 50%, #205b8a 60%, #083e6c 75%, #083e6c 100%);\n            background-size: 200% auto;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            animation: deep-sheen-shift 10s linear infinite;\n        }\n\n        .sis-hero-subheading {\n            font-size: 1.25rem;\n            font-weight: 600;\n            color: #2d3748;\n            margin-bottom: 25px;\n            line-height: 1.5;\n        }\n\n        .sis-services-list {\n            list-style: none;\n            padding: 0;\n            margin: 0 0 25px 0;\n        }\n\n        .sis-service-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-size: 1.1rem;\n            color: #4a5568;\n            margin-bottom: 12px;\n            font-weight: 500;\n        }\n\n        .sis-service-icon {\n            color: #bf8e15;\n            font-size: 1.2rem;\n        }\n\n        .sis-hero-footer-text {\n            font-size: 1.05rem;\n            color: #4a5568;\n            line-height: 1.6;\n            border-left: 3px solid #bf8e15;\n            padding-left: 20px;\n            font-style: italic;\n        }\n\n        \/* \u2500\u2500 LADO DERECHO: IMAGEN ANIMADA \u2500\u2500 *\/\n        .sis-hero-image-wrap {\n            position: relative;\n            opacity: 0;\n            animation: sisFadeInRight 1.2s ease-out forwards 0.3s;\n            cursor: pointer; \n        }\n\n        .sis-hero-img-frame {\n            width: 100%;\n            height: auto;\n            border-radius: 20%; \n            object-fit: cover;\n            aspect-ratio: 1 \/ 1;\n            border: 10px solid #ffffff;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);\n            position: relative;\n            z-index: 2;\n            \/* Extra slow 2.5s transition as requested *\/\n            transition: transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n\n        .sis-hero-image-wrap:hover .sis-hero-img-frame {\n            transform: translateY(-15px) scale(1.05);\n            box-shadow: 0 45px 70px -20px rgba(0, 0, 0, 0.2);\n        }\n\n        .sis-hero-image-wrap::before {\n            content: \"\";\n            position: absolute;\n            inset: -12px;\n            border: 2px solid #bf8e15;\n            border-radius: 22%;\n            z-index: 1;\n            opacity: 0.6;\n            animation: organicMorph 8s ease-in-out infinite alternate;\n        }\n\n        \/* \u2500\u2500 ANIMACIONES \u2500\u2500 *\/\n        @keyframes deep-sheen-shift { to { background-position: 200% center; } }\n        @keyframes sisFadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes sisFadeInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } }\n        \n        @keyframes organicMorph {\n            0% { transform: rotate(-3deg); border-radius: 22% 25% 20% 24%; }\n            50% { transform: rotate(-1deg) scale(1.02); border-radius: 28% 20% 26% 20%; }\n            100% { transform: rotate(-5deg) scale(0.98); border-radius: 20% 28% 22% 26%; }\n        }\n\n        \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n        @media (max-width: 992px) {\n            #sis-hero-master-container { padding: 60px 20px; }\n            .sis-hero-inner-grid { grid-template-columns: 1fr; text-align: center; }\n            .sis-services-list { display: inline-block; text-align: left; }\n            .sis-hero-footer-text { margin: 0 auto; border-left: none; padding-left: 0; border-top: 2px solid #bf8e15; padding-top: 15px; max-width: 500px; }\n            .sis-hero-img-frame { max-width: 450px; margin: 40px auto 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div id=\"sis-hero-master-container\">\n    <div class=\"sis-hero-inner-grid\">\n        \n        <div class=\"sis-hero-content\">\n            <div class=\"sis-hero-tag-pill\">Strategic Intelligence<\/div>\n            <h1 class=\"sis-hero-title\">Focus Groups Solutions<\/h1>\n            \n            <p class=\"sis-hero-subheading\">\n                We run consumer and B2B focus groups across 135 countries with in-house moderators, recruiters, and analysts.\n            <\/p>\n\n            <p style=\"font-weight: 700; color: #083e6c; margin-bottom: 15px; font-size: 1.1rem;\">Our services include:<\/p>\n            \n            <ul class=\"sis-services-list\">\n                <li class=\"sis-service-item\"><span class=\"sis-service-icon\">\ud83d\udd39<\/span> <a class=\"wpil_keyword_link\" href=\"https:\/\/www.sisinternational.com\/solutions\/legal-market-research\/mock-jury-research\/\"   title=\"Mock Jury Research\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"11500\">Mock Jury Research<\/a><\/li>\n                <li class=\"sis-service-item\"><span class=\"sis-service-icon\">\ud83d\udd39<\/span> New York City Focus Group Facilities<\/li>\n                <li class=\"sis-service-item\"><span class=\"sis-service-icon\">\ud83d\udd39<\/span> Online Focus Group Recruitment<\/li>\n                <li class=\"sis-service-item\"><span class=\"sis-service-icon\">\ud83d\udd39<\/span> Opportunities to Participate in Focus Groups<\/li>\n            <\/ul>\n\n            <p class=\"sis-hero-footer-text\">\n                Our <a class=\"wpil_keyword_link\" href=\"https:\/\/www.sisinternational.com\/focus-group-solutions-the-modern-approach\/\" title=\"Focus Group Solutions: The Modern Approach\">focus group solutions<\/a> are tailored to meet your business&#8217;s unique needs.\n            <\/p>\n        <\/div>\n\n        <div class=\"sis-hero-image-wrap\">\n            <img decoding=\"async\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-28.jpg\" \n                 alt=\"Focus Group Solutions\" \n                 class=\"sis-hero-img-frame\">\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-accent-color has-alpha-channel-opacity has-accent-background-color has-background\"\/>\n\n\n<div class=\"gb-container gb-container-2dc46e59\">\n<div class=\"gb-container gb-container-81573b36\">\n<div class=\"gb-container gb-container-924d005a\">\n\n<figure class=\"gb-block-image gb-block-image-85dbddcf\"><img loading=\"lazy\" decoding=\"async\" width=\"1350\" height=\"900\" class=\"gb-image gb-image-85dbddcf\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-7.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Focus group facilities (7)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-7.jpg 1350w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-7-300x200.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-7-1024x683.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-7-768x512.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-7-18x12.jpg 18w\" sizes=\"auto, (max-width: 1350px) 100vw, 1350px\"><\/figure>\n\n<\/div>\n\n<div class=\"gb-container gb-container-8bcca31d\">\n\n<h3 class=\"wp-block-heading\"><strong><strong>New York City Focus Group Facilities<\/strong><\/strong><\/h3>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-9235df93b87a928fb356fc438ffbf8a3\"><strong>Our facility at 11 East 22nd Street seats 10 respondents per session. Equipment includes HD video recording, studio-quality audio, one-way mirror observation, live streaming for remote clients, and simultaneous translation in Spanish, Mandarin, and German. The test kitchen supports food and beverage sensory evaluations, taste tests, and product packaging assessments.<\/strong><\/p>\n\n\n\n<div id=\"sis-btn-facilities-wrapper\">\n  <style>\n    #sis-btn-facilities-wrapper { \n      display: flex; \n      justify-content: center; \n      padding: 15px; \n      background: transparent; \n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; \n    }\n\n    .sis-btn-facilities {\n      position: relative; \n      display: inline-flex; \n      height: 3.25rem; \n      align-items: center; \n      justify-content: center;\n      overflow: hidden; \n      border-radius: 0.6rem; \n      padding: 0 2rem; \n      font-weight: 700; \n      color: #ffffff !important; \/* Locked to White *\/\n      text-decoration: none !important; \n      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); \n      z-index: 1;\n    }\n\n    \/* Hover effect: Button Grows, Text stays White *\/\n    .sis-btn-facilities:hover { \n      transform: scale(1.1); \n      color: #ffffff !important; \n    }\n\n    \/* THE SHINY RAY - Golden\/White Strategy *\/\n    .sis-btn-facilities .sis-bg-animate {\n      position: absolute; \n      inset: -500%; \n      animation: sis-spin 3s linear infinite; \n      background: conic-gradient(\n        from 90deg at 50% 50%, \n        transparent 0%, \n        #bd8f13 45%, \n        #ffffff 50%, \n        #bd8f13 55%, \n        transparent 100%\n      );\n      z-index: -2;\n    }\n\n    \/* THE INNER COVER - Metallic Gold Gradient *\/\n    .sis-btn-facilities .sis-bg-inner { \n      position: absolute; \n      inset: 2px; \n      background: linear-gradient(135deg, #d4a31a 0%, #bd8f13 50%, #8a6a10 100%) !important;\n      border-radius: 8px; \n      z-index: -1;\n      transition: background 0.3s ease;\n    }\n\n    \/* HOVER STATE: Deepens the inner gradient *\/\n    .sis-btn-facilities:hover .sis-bg-inner {\n      background: linear-gradient(135deg, #bd8f13 0%, #8a6a10 100%) !important;\n    }\n\n    .sis-btn-facilities span { \n      display: flex; \n      align-items: center; \n      gap: 0.6rem; \n      font-size: 1.05rem; \n      text-shadow: 0px 1px 2px rgba(0,0,0,0.2);\n    }\n\n    .sis-btn-facilities svg {\n      width: 18px;\n      height: 18px;\n      stroke: #ffffff; \/* Locked to White *\/\n    }\n\n    @keyframes sis-spin { \n      from { transform: rotate(0deg); } \n      to { transform: rotate(360deg); } \n    }\n  <\/style>\n\n  <a href=\"https:\/\/www.sisinternational.com\/solutions\/focus-groups\/focus-group-facilities-nyc\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sis-btn-facilities\">\n    <div class=\"sis-bg-animate\"><\/div>\n    <div class=\"sis-bg-inner\"><\/div>\n    <span>\n      Focus Groups Facilities NYC\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <polyline points=\"9 18 15 12 9 6\"><\/polyline>\n      <\/svg>\n    <\/span>\n  <\/a>\n<\/div>\n\n<\/div>\n<\/div>\n\n\n<figure class=\"gb-block-image gb-block-image-5e66fbc8\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"61\" class=\"gb-image gb-image-5e66fbc8\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-300x61.png\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Untitled design (1)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-300x61.png 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-1024x207.png 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-768x155.png 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-18x4.png 18w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1.png 1080w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\"><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"gb-container gb-container-6e1f54cc\">\n<div class=\"gb-container gb-container-7716cce8\">\n\n<figure class=\"gb-block-image gb-block-image-88a3868e\"><img loading=\"lazy\" decoding=\"async\" width=\"1350\" height=\"900\" class=\"gb-image gb-image-88a3868e\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-5.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Focus group facilities (5)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-5.jpg 1350w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-5-300x200.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-5-1024x683.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-5-768x512.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-5-18x12.jpg 18w\" sizes=\"auto, (max-width: 1350px) 100vw, 1350px\"><\/figure>\n\n<\/div>\n\n<div class=\"gb-container gb-container-63f81545\">\n\n<h3 class=\"wp-block-heading\"><strong><strong><strong><strong>Online Focus Group Recruitment<\/strong><\/strong><\/strong><\/strong><\/h3>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-55e53670fe9b3b2cdf1b10f1601ea805\"><strong>We recruit from a national respondent database covering consumer, B2B, and professional audiences. Screener questionnaires filter for demographics, firmographics, purchase behavior, and category usage. For B2B engagements, we recruit C-suite executives, procurement officers, physicians, and engineers through direct outreach rather than panel aggregators.<\/strong><\/p>\n\n\n\n<div id=\"sis-btn-recruitment-wrapper\">\n  <style>\n    #sis-btn-recruitment-wrapper { \n      display: flex; \n      justify-content: center; \n      padding: 15px; \n      background: transparent; \n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; \n    }\n\n    .sis-btn-recruitment {\n      position: relative; \n      display: inline-flex; \n      height: 3.25rem; \n      align-items: center; \n      justify-content: center;\n      overflow: hidden; \n      border-radius: 0.6rem; \n      padding: 0 2rem; \n      font-weight: 700; \n      color: #ffffff !important; \/* Locked to White *\/\n      text-decoration: none !important; \n      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); \n      z-index: 1;\n    }\n\n    \/* Hover effect: Button Grows, Text stays White *\/\n    .sis-btn-recruitment:hover { \n      transform: scale(1.1); \n      color: #ffffff !important; \n    }\n\n    \/* THE SHINY RAY - Golden\/White Strategy *\/\n    .sis-btn-recruitment .sis-bg-animate {\n      position: absolute; \n      inset: -500%; \n      animation: sis-spin 3s linear infinite; \n      background: conic-gradient(\n        from 90deg at 50% 50%, \n        transparent 0%, \n        #bd8f13 45%, \n        #ffffff 50%, \n        #bd8f13 55%, \n        transparent 100%\n      );\n      z-index: -2;\n    }\n\n    \/* THE INNER COVER - Metallic Gold Gradient *\/\n    .sis-btn-recruitment .sis-bg-inner { \n      position: absolute; \n      inset: 2px; \n      background: linear-gradient(135deg, #d4a31a 0%, #bd8f13 50%, #8a6a10 100%) !important;\n      border-radius: 8px; \n      z-index: -1;\n      transition: background 0.3s ease;\n    }\n\n    \/* HOVER STATE: Deepens the inner gradient *\/\n    .sis-btn-recruitment:hover .sis-bg-inner {\n      background: linear-gradient(135deg, #bd8f13 0%, #8a6a10 100%) !important;\n    }\n\n    .sis-btn-recruitment span { \n      display: flex; \n      align-items: center; \n      gap: 0.6rem; \n      font-size: 1.05rem; \n      text-shadow: 0px 1px 2px rgba(0,0,0,0.2);\n    }\n\n    .sis-btn-recruitment svg {\n      width: 18px;\n      height: 18px;\n      stroke: #ffffff; \/* Locked to White *\/\n    }\n\n    @keyframes sis-spin { \n      from { transform: rotate(0deg); } \n      to { transform: rotate(360deg); } \n    }\n  <\/style>\n\n  <a href=\"https:\/\/www.sisinternational.com\/solutions\/focus-groups\/online-focus-groups-recruitment\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sis-btn-recruitment\">\n    <div class=\"sis-bg-animate\"><\/div>\n    <div class=\"sis-bg-inner\"><\/div>\n    <span>\n      Focus Group Recruitment\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <polyline points=\"9 18 15 12 9 6\"><\/polyline>\n      <\/svg>\n    <\/span>\n  <\/a>\n<\/div>\n\n<\/div>\n<\/div>\n\n\n<figure class=\"gb-block-image gb-block-image-d8d2bfe2\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"61\" class=\"gb-image gb-image-d8d2bfe2\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-300x61.png\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Untitled design (1)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-300x61.png 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-1024x207.png 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-768x155.png 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-18x4.png 18w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1.png 1080w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\"><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"gb-container gb-container-7f9bec8e\">\n<div class=\"gb-container gb-container-06f76a1c\">\n\n<figure class=\"gb-block-image gb-block-image-eb35a7cd\"><img loading=\"lazy\" decoding=\"async\" width=\"1350\" height=\"900\" class=\"gb-image gb-image-eb35a7cd\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-2.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Focus group facilities (2)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-2.jpg 1350w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-2-300x200.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-2-1024x683.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-2-768x512.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-2-18x12.jpg 18w\" sizes=\"auto, (max-width: 1350px) 100vw, 1350px\"><\/figure>\n\n<\/div>\n\n<div class=\"gb-container gb-container-7cc1d0a3\">\n\n<h3 class=\"wp-block-heading\"><strong><strong><strong><strong><strong><strong>Mock Jury Research<\/strong><\/strong><\/strong><\/strong><\/strong><\/strong><\/h3>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-f34920236c2d8c25f40a72fcb37ddbe0\"><strong>Trial teams use our facility to simulate jury deliberations before going to court. We recruit mock jurors matching the venue&#8217;s demographic profile, present case materials under controlled conditions, and capture verdict reasoning through structured post-deliberation interviews. Attorneys observe through the one-way mirror or via live stream.<\/strong><\/p>\n\n\n\n<div id=\"sis-btn-mockjury-wrapper\">\n  <style>\n    #sis-btn-mockjury-wrapper { \n      display: flex; \n      justify-content: center; \n      padding: 15px; \n      background: transparent; \n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; \n    }\n\n    .sis-btn-mockjury {\n      position: relative; \n      display: inline-flex; \n      height: 3.25rem; \n      align-items: center; \n      justify-content: center;\n      overflow: hidden; \n      border-radius: 0.6rem; \n      padding: 0 2rem; \n      font-weight: 700; \n      color: #ffffff !important; \/* Locked to White *\/\n      text-decoration: none !important; \n      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); \n      z-index: 1;\n    }\n\n    \/* Hover effect: Button Grows, Text stays White *\/\n    .sis-btn-mockjury:hover { \n      transform: scale(1.1); \n      color: #ffffff !important; \n    }\n\n    \/* THE SHINY RAY - Golden\/White Strategy *\/\n    .sis-btn-mockjury .sis-bg-animate {\n      position: absolute; \n      inset: -500%; \n      animation: sis-spin 3s linear infinite; \n      background: conic-gradient(\n        from 90deg at 50% 50%, \n        transparent 0%, \n        #bd8f13 45%, \n        #ffffff 50%, \n        #bd8f13 55%, \n        transparent 100%\n      );\n      z-index: -2;\n    }\n\n    \/* THE INNER COVER - Metallic Gold Gradient *\/\n    .sis-btn-mockjury .sis-bg-inner { \n      position: absolute; \n      inset: 2px; \n      background: linear-gradient(135deg, #d4a31a 0%, #bd8f13 50%, #8a6a10 100%) !important;\n      border-radius: 8px; \n      z-index: -1;\n      transition: background 0.3s ease;\n    }\n\n    \/* HOVER STATE: Deepens the inner gradient *\/\n    .sis-btn-mockjury:hover .sis-bg-inner {\n      background: linear-gradient(135deg, #bd8f13 0%, #8a6a10 100%) !important;\n    }\n\n    .sis-btn-mockjury span { \n      display: flex; \n      align-items: center; \n      gap: 0.6rem; \n      font-size: 1.05rem; \n      text-shadow: 0px 1px 2px rgba(0,0,0,0.2);\n    }\n\n    .sis-btn-mockjury svg {\n      width: 18px;\n      height: 18px;\n      stroke: #ffffff; \/* Locked to White *\/\n    }\n\n    @keyframes sis-spin { \n      from { transform: rotate(0deg); } \n      to { transform: rotate(360deg); } \n    }\n  <\/style>\n\n  <a href=\"https:\/\/www.sisinternational.com\/solutions\/focus-groups\/mock-jury-research\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sis-btn-mockjury\">\n    <div class=\"sis-bg-animate\"><\/div>\n    <div class=\"sis-bg-inner\"><\/div>\n    <span>\n      Mock Jury Research\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <polyline points=\"9 18 15 12 9 6\"><\/polyline>\n      <\/svg>\n    <\/span>\n  <\/a>\n<\/div>\n\n<\/div>\n<\/div>\n\n\n<figure class=\"gb-block-image gb-block-image-53c561a0\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"61\" class=\"gb-image gb-image-53c561a0\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-300x61.png\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Untitled design (1)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-300x61.png 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-1024x207.png 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-768x155.png 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1-18x4.png 18w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/06\/Untitled-design-1.png 1080w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\"><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"gb-container gb-container-ff0fc54d\">\n<div class=\"gb-container gb-container-58a6c4b7\">\n\n<figure class=\"gb-block-image gb-block-image-69132430\"><img loading=\"lazy\" decoding=\"async\" width=\"1350\" height=\"900\" class=\"gb-image gb-image-69132430 custom-image-frame\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-6.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Focus group facilities (6)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-6.jpg 1350w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-6-300x200.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-6-1024x683.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-6-768x512.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/03\/Focus-group-facilities-6-18x12.jpg 18w\" sizes=\"auto, (max-width: 1350px) 100vw, 1350px\"><\/figure>\n\n<\/div>\n\n<div class=\"gb-container gb-container-cd4ff60b\">\n\n<h3 class=\"wp-block-heading\"><strong><strong>Participate in Focus Groups<\/strong><\/strong><\/h3>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-ecfd5a5eb207d0877ff9b9de6f1ac509\"><strong>We recruit respondents for consumer product tests, taste evaluations, concept reviews, and discussion groups at our New York facility and online. Participants are compensated. Sign up through our screening survey.<\/strong><\/p>\n\n\n\n<div id=\"sis-btn-join-wrapper\">\n  <style>\n    #sis-btn-join-wrapper { \n      display: flex; \n      justify-content: center; \n      padding: 15px; \n      background: transparent; \n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; \n    }\n\n    .sis-btn-join {\n      position: relative; \n      display: inline-flex; \n      height: 3.25rem; \n      align-items: center; \n      justify-content: center;\n      overflow: hidden; \n      border-radius: 0.6rem; \n      padding: 0 2rem; \n      font-weight: 700; \n      color: #ffffff !important; \/* Locked to White *\/\n      text-decoration: none !important; \n      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); \n      z-index: 1;\n    }\n\n    \/* Hover effect: Button Grows, Text stays White *\/\n    .sis-btn-join:hover { \n      transform: scale(1.1); \n      color: #ffffff !important; \n    }\n\n    \/* THE SHINY RAY - Golden\/White Strategy *\/\n    .sis-btn-join .sis-bg-animate {\n      position: absolute; \n      inset: -500%; \n      animation: sis-spin 3s linear infinite; \n      background: conic-gradient(\n        from 90deg at 50% 50%, \n        transparent 0%, \n        #bd8f13 45%, \n        #ffffff 50%, \n        #bd8f13 55%, \n        transparent 100%\n      );\n      z-index: -2;\n    }\n\n    \/* THE INNER COVER - Metallic Gold Gradient *\/\n    .sis-btn-join .sis-bg-inner { \n      position: absolute; \n      inset: 2px; \n      background: linear-gradient(135deg, #d4a31a 0%, #bd8f13 50%, #8a6a10 100%) !important;\n      border-radius: 8px; \n      z-index: -1;\n      transition: background 0.3s ease;\n    }\n\n    \/* HOVER STATE: Deepens the inner gradient *\/\n    .sis-btn-join:hover .sis-bg-inner {\n      background: linear-gradient(135deg, #bd8f13 0%, #8a6a10 100%) !important;\n    }\n\n    .sis-btn-join span { \n      display: flex; \n      align-items: center; \n      gap: 0.6rem; \n      font-size: 1.05rem; \n      text-shadow: 0px 1px 2px rgba(0,0,0,0.2);\n    }\n\n    .sis-btn-join svg {\n      width: 18px;\n      height: 18px;\n      stroke: #ffffff; \/* Locked to White *\/\n    }\n\n    @keyframes sis-spin { \n      from { transform: rotate(0deg); } \n      to { transform: rotate(360deg); } \n    }\n  <\/style>\n\n  <a href=\"https:\/\/www.sisinternational.com\/solutions\/focus-groups\/join-focus-groups\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sis-btn-join\">\n    <div class=\"sis-bg-animate\"><\/div>\n    <div class=\"sis-bg-inner\"><\/div>\n    <span>\n      Join Focus Groups\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <polyline points=\"9 18 15 12 9 6\"><\/polyline>\n      <\/svg>\n    <\/span>\n  <\/a>\n<\/div>\n\n<\/div>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-text-color has-alpha-channel-opacity has-background\" style=\"background-color:#bd8f137d;color:#bd8f137d\"\/>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How SIS Runs a Focus Group<\/strong><\/h2>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-f84735e3d85e2f02ef2597d4d54bc3f0\"><strong>Every engagement starts with a screener questionnaire. The screener defines who belongs in the room: what they buy, how often, at what price point, and in which channel.<\/strong><\/p>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-8fa245729df369d0f3bf9391a2c976f1\"><strong>Once recruitment closes, our project team develops the discussion guide. A discussion guide is not a list of questions. It is a structured sequence that moves respondents from broad, top-of-mind associations to specific reactions to stimulus materials: product prototypes, packaging concepts, advertising storyboards, pricing tiers, or competitive comparisons. The guide builds in projective techniques (sentence completion, collage exercises, personification tasks) when the research objective requires respondents to articulate attitudes they struggle to express directly. It also builds in laddering sequences that push past surface preferences into the underlying decision criteria.<\/strong><\/p>\n\n\n\n<p class=\"has-contrast-3-color has-text-color has-link-color wp-elements-e5dabd2ca0197aa7c58edc6538f6d79f\"><strong>SIS moderators conduct the session. Our staff includes bilingual moderators fluent in Spanish, Mandarin, and German. Moderators are trained to manage dominant respondents, draw out quiet participants, and probe beyond socially desirable answers without leading. Client teams observe through the one-way mirror at our Flatiron facility or via live video stream.<\/strong><\/p>\n\n\n\n<p class=\"has-contrast-3-color has-text-color has-link-color wp-elements-f7f7eb37125c5e72032344be0af7bf43\"><strong>After the session, our analysts code verbatim transcripts using thematic analysis. They identify patterns across groups, flag outlier responses, and triangulate qualitative findings against quantitative data the client already has. The output is a findings report tied to the specific decision the client faces, not a transcript dump.<\/strong><\/p>\n\n\n\n<div style=\"height:65px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Where Focus Groups Fit in a Larger Research Program<\/strong><\/h2>\n\n\n\n<h5 class=\"wp-block-heading has-contrast-color has-text-color has-link-color wp-elements-821b38717958a229149951b10afa4fb3\">Most firms sell focus groups as a standalone product. That misses the point.<\/h5>\n\n\n\n<p><strong>Qualitative research generates hypotheses. Quantitative research tests them. A focus group that identifies a packaging perception problem is the starting point. A follow-up survey of 1,200 category buyers with a sequential monadic design confirms the finding and sizes the risk. SIS runs both. We design the focus group, field the follow-up quantitative study, and deliver a single integrated recommendation.<\/strong><\/p>\n\n\n\n<p><strong>This matters because research buyers at companies like Pfizer, Samsung, and Dell do not need a moderator. They need an answer to a specific strategic question. The focus group is a method, not a deliverable.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Industry Applications<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Automotive:<\/strong> <\/h3>\n\n\n\n<p><strong>SIS runs car clinics where consumers evaluate full-size vehicles in a controlled facility. The discussion guide covers exterior design, interior fit and finish, infotainment usability, and pricing relative to the competitive set. OEMs use these sessions to validate design decisions before tooling commits.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Pharma and Life Sciences:<\/strong> <\/h3>\n\n\n\n<p><strong>Physician advisory boards and payer interviews require specialized recruitment. SIS screens by specialty, prescribing behavior, formulary committee participation, and KOL status. Sessions use stimulus materials such as clinical data summaries, product monographs, and competitive positioning claims.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Consumer Goods and Food &amp; Beverage:<\/strong> <\/h3>\n\n\n\n<p><strong>Taste tests, sensory evaluations, and central location tests (CLTs) require a facility with a functioning kitchen, controlled lighting, and product storage at specified temperatures. Our Flatiron facility was built for this. Clients including Petrobras, Novartis, and leading CPG brands have run product tests in our space.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Financial Services:<\/strong> <\/h3>\n\n\n\n<p><strong>B2B focus groups with commercial banking executives, wealth managers, or insurance underwriters require recruiters who understand the respondent&#8217;s language and seniority. Panel-sourced financial professionals often screen in at the wrong level. SIS recruits through direct outreach and professional networks.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Legal:<\/strong> <\/h3>\n\n\n\n<p><strong>Mock jury research, witness preparation sessions, and case strategy testing. Our recruitment matches the demographics of the trial venue&#8217;s jury pool.<\/strong><\/p>\n\n\n\n<div style=\"height:63px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Privacy and Security in Our Focus Group Solution<\/strong>s<\/h2>\n\n\n\n<h5 class=\"wp-block-heading has-contrast-color has-text-color has-link-color wp-elements-55192cc6dc60e2f1e976deef1d49468e\"><strong>Our focus groups adhere to strict data security protocols, including encryption, secure data storage, and controlled access to sensitive information. Compliance with global data protection regulations, such as GDPR and CCPA, guarantees that participant privacy is maintained and that businesses can conduct research confidently.<\/strong><\/h5>\n\n\n\n<h5 class=\"wp-block-heading has-contrast-color has-text-color has-link-color wp-elements-8560b33c0df35d786c781f103ee26f72\"><strong>Feedback will remain confidential, fostering a sense of trust that encourages honest and open contributions during sessions. Additionally, all recordings and transcripts are handled with the highest level of security, with access restricted to authorized personnel only.<\/strong><\/h5>\n\n\n<div class=\"gb-container gb-container-c1068837\">\n\n<p><\/p>\n\n<\/div>\n<\/div>\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!-- ============================================\n     CONTACT SECTION \u2014 FINAL\n     No Tailwind CDN. WordPress-safe. Self-contained.\n     Paste directly into a WordPress HTML block.\n     ============================================ -->\n\n<style>\n    \/* Scoped reset \u2014 box-sizing only *\/\n    #sis-contact-section *,\n    #sis-contact-section *::before,\n    #sis-contact-section *::after {\n        box-sizing: border-box;\n    }\n\n    #sis-contact-section {\n        position: relative;\n        width: 96%;\n        max-width: 1536px;\n        margin: 1.5rem auto;\n        padding: 6rem clamp(1rem, 4vw, 1.5rem);\n        overflow: hidden;\n        background: linear-gradient(to bottom right, #085589, #042d4a, #000);\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif;\n        line-height: 1.5;\n        color: #fff;\n        border-radius: 1.5rem;\n    }\n\n    \/* --- Animated background image --- *\/\n    @keyframes ct-pan {\n        0%   { background-position: 0% 50%; }\n        100% { background-position: -100% 50%; }\n    }\n\n    .ct-bg-img {\n        position: absolute;\n        inset: 0;\n        z-index: 0;\n        background-image: url('https:\/\/hoirqrkdgbmvpwutwuwj.supabase.co\/storage\/v1\/object\/public\/assets\/assets\/77f55872-adf5-4910-9a7c-d21c0041bbe1_3840w.webp');\n        background-size: 200% auto;\n        background-repeat: repeat-x;\n        opacity: 0.3;\n        animation: ct-pan 120s linear infinite;\n        pointer-events: none;\n        will-change: background-position;\n    }\n\n    \/* --- Radial glow --- *\/\n    .ct-glow {\n        position: absolute;\n        left: -5rem;\n        top: 0;\n        height: 100vh;\n        width: 80vh;\n        border-radius: 50%;\n        filter: blur(48px);\n        opacity: 0.2;\n        background: radial-gradient(closest-side, rgba(8,85,137,0.8), transparent);\n        pointer-events: none;\n        z-index: 0;\n    }\n\n    \/* --- Content layer --- *\/\n    .ct-content {\n        position: relative;\n        z-index: 10;\n        max-width: 56rem;\n        margin: 0 auto;\n    }\n\n    \/* --- Header --- *\/\n    .ct-header {\n        text-align: center;\n    }\n\n    .ct-pill {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.5rem;\n        border-radius: 9999px;\n        border: 1px solid rgba(255,255,255,0.2);\n        background: rgba(255,255,255,0.05);\n        padding: 0.375rem 0.75rem;\n        font-size: 0.75rem;\n        color: #bd9013;\n    }\n\n    .ct-pill svg {\n        width: 1rem;\n        height: 1rem;\n        flex-shrink: 0;\n    }\n\n    .ct-title {\n        font-size: 1.875rem;\n        font-weight: 600;\n        letter-spacing: -0.025em;\n        color: #fff;\n        margin: 1.5rem 0;\n    }\n\n    .ct-title span {\n        font-weight: 500;\n        color: #e5e5e5;\n    }\n\n    \/* --- Two-column grid --- *\/\n    .ct-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1.5rem;\n        margin-top: 3rem;\n    }\n\n    \/* --- Glass card (shared by form + info cards) --- *\/\n    .ct-glass {\n        position: relative;\n        border-radius: 1rem;\n        border: 1px solid rgba(255,255,255,0.2);\n        background: rgba(255,255,255,0.05);\n        padding: 1.5rem;\n        -webkit-backdrop-filter: blur(4px);\n        backdrop-filter: blur(4px);\n    }\n\n    .ct-glass-title {\n        font-size: 1.25rem;\n        font-weight: 600;\n        color: #fff;\n        margin: 0 0 1.5rem;\n    }\n\n    \/* --- Form --- *\/\n    .ct-form {\n        display: flex;\n        flex-direction: column;\n        gap: 1rem;\n    }\n\n    .ct-row {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1rem;\n    }\n\n    .ct-label {\n        display: block;\n        font-size: 0.875rem;\n        font-weight: 500;\n        color: #fff;\n        margin-bottom: 0.5rem;\n    }\n\n    \/* Single class for every input + select \u2014 replaces 15+ utilities repeated 7 times *\/\n    .ct-input {\n        width: 100%;\n        border-radius: 0.5rem;\n        border: 1px solid #d4d4d4;\n        background: #fff;\n        padding: 0.75rem 1rem;\n        font-size: 1rem;\n        color: #000;\n        font-family: inherit;\n        transition: border-color 0.2s, box-shadow 0.2s;\n        outline: none;\n        -webkit-appearance: none;\n        appearance: none;\n    }\n\n    .ct-input::placeholder {\n        color: #737373;\n    }\n\n    .ct-input:focus {\n        border-color: #fff;\n        box-shadow: 0 0 0 2px rgba(255,255,255,0.2);\n    }\n\n    \/* Select arrow fix *\/\n    select.ct-input {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'\/%3E%3C\/svg%3E\");\n        background-repeat: no-repeat;\n        background-position: right 1rem center;\n        padding-right: 2.5rem;\n    }\n\n    \/* --- Submit button --- *\/\n    .ct-submit {\n        width: 100%;\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 0.5rem;\n        border-radius: 0.5rem;\n        background: #fff;\n        color: #000;\n        font-weight: 600;\n        font-size: 1rem;\n        font-family: inherit;\n        border: 1px solid transparent;\n        padding: 0.75rem 1.5rem;\n        cursor: pointer;\n        transition: background 0.2s, color 0.2s;\n    }\n\n    .ct-submit:hover {\n        background: #e5e5e5;\n        color: #bf8e15;\n    }\n\n    .ct-submit svg {\n        width: 1rem;\n        height: 1rem;\n        transition: transform 0.2s;\n    }\n\n    .ct-submit:hover svg {\n        transform: translateX(4px);\n    }\n\n    \/* --- Right column stack --- *\/\n    .ct-sidebar {\n        display: flex;\n        flex-direction: column;\n        gap: 1.5rem;\n    }\n\n    \/* --- Email info card --- *\/\n    .ct-email-row {\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 1rem;\n    }\n\n    .ct-icon-box {\n        width: 3rem;\n        height: 3rem;\n        flex-shrink: 0;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        border-radius: 0.75rem;\n        background: rgba(255,255,255,0.1);\n        border: 1px solid rgba(255,255,255,0.2);\n    }\n\n    #sis-contact-section .ct-icon-box svg {\n        width: 1.5rem;\n        height: 1.5rem;\n        color: #fff;\n        stroke: #fff;\n    }\n\n    .ct-email-label {\n        font-size: 1.125rem;\n        font-weight: 600;\n        color: #fff;\n        margin: 0;\n    }\n\n    \/* Force white on links \u2014 ID prefix beats WordPress theme selectors *\/\n    #sis-contact-section .ct-email-link {\n        color: #fff;\n        font-weight: 500;\n        text-decoration: none;\n        transition: text-decoration 0.2s;\n        word-break: break-all;\n    }\n\n    #sis-contact-section .ct-email-link:hover {\n        color: #bf8e15;\n        text-decoration: underline;\n    }\n\n    \/* --- Social icons --- *\/\n    .ct-social-title {\n        font-size: 1.125rem;\n        font-weight: 600;\n        color: #fff;\n        margin: 0 0 1rem;\n    }\n\n    .ct-social-row {\n        display: flex;\n        align-items: center;\n        gap: 1rem;\n    }\n\n    #sis-contact-section .ct-social-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 2.5rem;\n        height: 2.5rem;\n        border-radius: 0.5rem;\n        background: rgba(255,255,255,0.1);\n        color: #fff;\n        text-decoration: none;\n        transition: background 0.2s;\n    }\n\n    #sis-contact-section .ct-social-btn:hover {\n        background: rgba(255,255,255,0.2);\n        color: #bf8e15;\n    }\n\n    \/* Force white on social SVGs \u2014 covers both fill and stroke icon styles *\/\n    #sis-contact-section .ct-social-btn svg {\n        width: 1.25rem;\n        height: 1.25rem;\n        color: #fff;\n        fill: #fff;\n        stroke: #fff;\n        transition: fill 0.2s, stroke 0.2s;\n    }\n\n    \/* LinkedIn icon uses stroke only \u2014 override fill *\/\n    #sis-contact-section .ct-social-btn svg[fill=\"none\"] {\n        fill: none;\n        stroke: #fff;\n    }\n\n    \/* Hover: gold on all social SVGs *\/\n    #sis-contact-section .ct-social-btn:hover svg {\n        fill: #bf8e15;\n        stroke: #bf8e15;\n        color: #bf8e15;\n    }\n\n    #sis-contact-section .ct-social-btn:hover svg[fill=\"none\"] {\n        fill: none;\n        stroke: #bf8e15;\n    }\n\n    \/* --- Bottom glow line --- *\/\n    .ct-bottom-glow {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        right: 0;\n        pointer-events: none;\n        z-index: 10;\n    }\n\n    .ct-bottom-glow-inner {\n        position: absolute;\n        bottom: 0;\n        left: 50%;\n        transform: translateX(-50%);\n        width: 60%;\n        height: 0.5rem;\n        opacity: 0.25;\n        background: radial-gradient(ellipse 80% 100% at 50% 100%, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 30%, transparent 70%);\n    }\n\n    .ct-bottom-line {\n        height: 1px;\n        width: 100%;\n        background: rgba(255,255,255,0.1);\n    }\n\n    \/* --- Scroll reveal --- *\/\n    .ct-reveal {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .ct-reveal.is-visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    \/* No-JS fallback *\/\n    .no-js .ct-reveal {\n        opacity: 1;\n        transform: none;\n    }\n\n    \/* ======= SM (640px+) ======= *\/\n    @media (min-width: 640px) {\n        .ct-email-row {\n            flex-direction: row;\n            align-items: center;\n        }\n\n        .ct-email-link {\n            word-break: normal;\n        }\n    }\n\n    \/* ======= MD (768px+) ======= *\/\n    @media (min-width: 768px) {\n        #sis-contact-section {\n            margin: 3rem auto;\n            padding: 14rem clamp(1rem, 4vw, 1.5rem);\n            border-radius: 50px;\n        }\n\n        .ct-title {\n            font-size: 3.75rem;\n        }\n\n        .ct-grid {\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            margin-top: 5rem;\n        }\n\n        .ct-glass {\n            padding: 2rem;\n        }\n\n        .ct-row {\n            grid-template-columns: 1fr 1fr;\n        }\n\n        .ct-form {\n            gap: 1.5rem;\n        }\n\n        .ct-sidebar {\n            gap: 2rem;\n        }\n    }\n\n    \/* ======= Accessibility: reduced motion ======= *\/\n    @media (prefers-reduced-motion: reduce) {\n        .ct-bg-img  { animation: none; }\n        .ct-reveal  { opacity: 1; transform: none; transition: none; }\n    }\n<\/style>\n\n<section id=\"sis-contact-section\">\n\n    <div class=\"ct-bg-img\"><\/div>\n    <div class=\"ct-glow\"><\/div>\n\n    <div class=\"ct-content\">\n        <div class=\"ct-header\">\n\n            <span class=\"ct-pill ct-reveal\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 6l8 5 8-5\"\/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"\/><\/svg>\n                Let&#8217;s Work Together\n            <\/span>\n\n            <h6 class=\"ct-title ct-reveal\">\n                Ready to <span>start your project?<\/span>\n            <\/h6>\n        <\/div>\n\n        <div class=\"ct-grid\">\n\n            <!-- Form card -->\n            <div class=\"ct-glass ct-reveal\">\n                <h3 class=\"ct-glass-title\">Send a Message<\/h3>\n\n                <form action=\"https:\/\/formsubmit.co\/research2@sisinternational.com\" method=\"POST\" class=\"ct-form\">\n                    <input type=\"hidden\" name=\"_captcha\" value=\"false\">\n                    <input type=\"hidden\" name=\"_subject\" value=\"New Website Inquiry\">\n\n                    <div class=\"ct-row\">\n                        <div>\n                            <label class=\"ct-label\">Name<\/label>\n                            <input name=\"name\" type=\"text\" required class=\"ct-input\" placeholder=\"Your name\">\n                        <\/div>\n                        <div>\n                            <label class=\"ct-label\">Email<\/label>\n                            <input name=\"email\" type=\"email\" required class=\"ct-input\" placeholder=\"your@email.com\">\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"ct-row\">\n                        <div>\n                            <label class=\"ct-label\">Title<\/label>\n                            <input name=\"title\" type=\"text\" class=\"ct-input\" placeholder=\"Your Job Title\">\n                        <\/div>\n                        <div>\n                            <label class=\"ct-label\">Company<\/label>\n                            <input name=\"company\" type=\"text\" class=\"ct-input\" placeholder=\"Company Name\">\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"ct-row\">\n                        <div>\n                            <label class=\"ct-label\">Industry<\/label>\n                            <input name=\"industry\" type=\"text\" class=\"ct-input\" placeholder=\"e.g. Healthcare, Tech\">\n                        <\/div>\n                        <div>\n                            <label class=\"ct-label\">Market Sectors<\/label>\n                            <input name=\"market_sectors\" type=\"text\" class=\"ct-input\" placeholder=\"e.g. B2B, Consumer\">\n                        <\/div>\n                    <\/div>\n\n                    <div>\n                        <label class=\"ct-label\">Frequency<\/label>\n                        <select name=\"frequency\" class=\"ct-input\">\n                            <option value=\"Monthly\">Monthly<\/option>\n                            <option value=\"Quarterly\">Quarterly<\/option>\n                            <option value=\"Annually\">Annually<\/option>\n                        <\/select>\n                    <\/div>\n\n                    <button type=\"submit\" class=\"ct-submit\">\n                        <span>Send Message<\/span>\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m22 2-7 20-4-9-9-4Z\"\/><path d=\"M22 2 11 13\"\/><\/svg>\n                    <\/button>\n                <\/form>\n            <\/div>\n\n            <!-- Sidebar -->\n            <div class=\"ct-sidebar\">\n\n                <div class=\"ct-glass ct-reveal\">\n                    <div class=\"ct-email-row\">\n                        <div class=\"ct-icon-box\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 6l8 5 8-5\"\/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"\/><\/svg>\n                        <\/div>\n                        <div>\n                            <h3 class=\"ct-email-label\">Email<\/h3>\n                            <a href=\"mailto:research2@sisinternational.com\" class=\"ct-email-link\">research2@sisinternational.com<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ct-glass ct-reveal\">\n                    <h3 class=\"ct-social-title\">Follow Us<\/h3>\n                    <div class=\"ct-social-row\">\n                        <a href=\"https:\/\/x.com\/SISIntlResearch\" target=\"_blank\" class=\"ct-social-btn\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"\/><\/svg>\n                        <\/a>\n                        <a href=\"https:\/\/www.linkedin.com\/company\/sisinternationalresearch\/\" target=\"_blank\" class=\"ct-social-btn\" rel=\"noopener\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"\/><rect width=\"4\" height=\"12\" x=\"2\" y=\"9\"\/><circle cx=\"4\" cy=\"4\" r=\"2\"\/><\/svg>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Bottom glow -->\n    <div class=\"ct-bottom-glow\">\n        <div class=\"ct-bottom-glow-inner\"><\/div>\n        <div class=\"ct-bottom-line\"><\/div>\n    <\/div>\n\n<\/section>\n\n<script>\n(function () {\n    var els = document.querySelectorAll('#sis-contact-section .ct-reveal');\n    if (!els.length) return;\n\n    if ('IntersectionObserver' in window) {\n        var obs = new IntersectionObserver(function (entries) {\n            entries.forEach(function (e) {\n                if (e.isIntersecting) e.target.classList.add('is-visible');\n            });\n        }, { threshold: 0.1, rootMargin: '50px' });\n\n        els.forEach(function (el) { obs.observe(el); });\n    } else {\n        \/* Fallback: show everything *\/\n        els.forEach(function (el) { el.classList.add('is-visible'); });\n    }\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Wir bieten Fokusgruppen, Vermietung von Einrichtungen, Moderation, Rekrutierung von Befragten und Verfassen von Berichten weltweit an.<\/p>","protected":false},"author":1,"featured_media":62780,"parent":14457,"menu_order":8,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-16287","page","type-page","status-publish","has-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/16287","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/comments?post=16287"}],"version-history":[{"count":87,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/16287\/revisions"}],"predecessor-version":[{"id":85368,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/16287\/revisions\/85368"}],"up":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/14457"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/media\/62780"}],"wp:attachment":[{"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/media?parent=16287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}