{"id":85290,"date":"2026-04-20T12:15:17","date_gmt":"2026-04-20T16:15:17","guid":{"rendered":"https:\/\/www.sisinternational.com\/?page_id=85290"},"modified":"2026-04-20T12:31:44","modified_gmt":"2026-04-20T16:31:44","slug":"85290-2","status":"publish","type":"page","link":"https:\/\/www.sisinternational.com\/de\/85290-2\/","title":{"rendered":"Old featured image with video"},"content":{"rendered":"<!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>SIS Hero \u2014 Option 02 (Editorial)<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  html, body { margin: 0; padding: 0; background: #0e5e95; }\n<\/style>\n<\/head>\n<body>\n\n<!-- ============================================\n     SIS HERO \u2014 OPTION 02: EDITORIAL\n     No panel. Heavy layered text shadows.\n     Flatiron fully visible.\n\n     \ud83d\udc47 To drop into WordPress: copy everything between\n     the <div id=\"sis-hero-wrapper\"> opening and closing tags.\n     ============================================ -->\n<div id=\"sis-hero-wrapper\">\n\n  <style>\n    #sis-hero-wrapper *,\n    #sis-hero-wrapper *::before,\n    #sis-hero-wrapper *::after {\n      box-sizing: border-box;\n      padding: 0;\n    }\n\n    #sis-hero-wrapper {\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif;\n      width: 100vw;\n      position: relative;\n      left: 50%;\n      right: 50%;\n      margin-left: -50vw;\n      margin-right: -50vw;\n      background-color: #0e5e95;\n      color: #fff;\n      line-height: 1.5;\n    }\n\n    #sis-hero-wrapper a {\n      text-decoration: none;\n      color: inherit;\n    }\n\n    .sis-hero {\n      position: relative;\n      width: 100%;\n      min-height: 100vh;\n      overflow: hidden;\n      background: #0e5e95;\n      display: flex;\n      align-items: center;\n    }\n\n    \/* Video \u2014 completely free, no overlay *\/\n    .sis-vid-wrap {\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      z-index: 0;\n      overflow: hidden;\n    }\n\n    .sis-vid {\n      display: block;\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      min-width: 100%;\n      min-height: 100%;\n      width: 140%;\n      height: 140%;\n      transform: translate(-50%, -50%);\n      object-fit: cover;\n    }\n\n    \/* Content positioning *\/\n    .sis-content {\n      position: relative;\n      z-index: 10;\n      width: 100%;\n      max-width: 1440px;\n      margin: 0 auto;\n      padding: 6rem clamp(1.5rem, 5vw, 5rem);\n      display: flex;\n      align-items: center;\n      justify-content: flex-start;\n    }\n\n    .sis-content-inner {\n      margin-left: clamp(1rem, 2.5vw, 3rem);\n      max-width: 640px;\n    }\n\n    \/* \u2500\u2500 Badge \u2500\u2500 *\/\n    .sis-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      margin-bottom: 1.75rem;\n      border: 1px solid rgba(255,255,255,0.2);\n      background: rgba(255,255,255,0.1);\n      border-radius: 9999px;\n      padding: 0.375rem 1rem;\n      backdrop-filter: blur(8px);\n      -webkit-backdrop-filter: blur(8px);\n      box-shadow: 0 4px 16px rgba(0,0,0,0.4);\n    }\n\n    .sis-ping-dot {\n      position: relative;\n      width: 0.5rem;\n      height: 0.5rem;\n    }\n\n    @keyframes sis-ping {\n      75%, 100% { transform: scale(2); opacity: 0; }\n    }\n\n    .sis-ping-dot::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      border-radius: 50%;\n      background: #818cf8;\n      opacity: 0.75;\n      animation: sis-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;\n    }\n\n    .sis-ping-dot::after {\n      content: '';\n      position: relative;\n      display: block;\n      width: 0.5rem;\n      height: 0.5rem;\n      border-radius: 50%;\n      background: #6366f1;\n    }\n\n    .sis-badge-text {\n      font-size: 0.75rem;\n      font-weight: 600;\n      color: #c7d2fe;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n\n    \/* \u2500\u2500 Heading \u2500\u2500 *\/\n    .sis-h1 {\n      font-size: 2rem;\n      font-weight: 700;\n      letter-spacing: -0.025em;\n      line-height: 1.1;\n      margin-bottom: 1.5rem;\n      color: #fff;\n      text-shadow:\n        0 1px 2px rgba(0,0,0,0.9),\n        0 2px 8px rgba(0,0,0,0.7),\n        0 4px 24px rgba(0,0,0,0.5),\n        0 0 80px rgba(0,0,0,0.3);\n    }\n\n    \/* Subtitle *\/\n    .sis-sub {\n      font-size: 1.1rem;\n      font-weight: 500;\n      color: #fff;\n      line-height: 1.65;\n      margin: 0 0 1.5rem;\n      max-width: 52ch;\n      text-shadow:\n        0 1px 2px rgba(0,0,0,0.9),\n        0 2px 12px rgba(0,0,0,0.7),\n        0 4px 32px rgba(0,0,0,0.5);\n    }\n\n    \/* Divider *\/\n    .sis-divider {\n      width: 56px;\n      height: 3px;\n      background: #bd8f13;\n      margin: 0 0 1.5rem;\n      border-radius: 1px;\n      box-shadow: 0 2px 12px rgba(0,0,0,0.5);\n    }\n\n    \/* CTAs *\/\n    .sis-ctas {\n      display: flex;\n      flex-direction: row;\n      flex-wrap: wrap;\n      gap: 1rem;\n      width: 100%;\n      align-items: center;\n      justify-content: flex-start;\n    }\n\n    .sis-btn {\n      position: relative;\n      display: inline-flex;\n      height: 3.25rem;\n      min-width: 14rem;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      border-radius: 0.65rem;\n      padding: 0 2.5rem;\n      font-weight: 700;\n      color: #ffffff;\n      transition: all 0.3s;\n      box-shadow: 0 12px 32px rgba(0,0,0,0.25);\n      cursor: pointer;\n      border: none;\n    }\n\n    @keyframes sis-spin {\n      to { transform: rotate(360deg); }\n    }\n\n    .sis-btn-glow {\n      position: absolute;\n      inset: -500%;\n      animation: sis-spin 4s linear infinite;\n    }\n\n    .sis-btn-glow.sis-blue {\n      background: conic-gradient(from 90deg at 50% 50%, transparent 0%, #085589 45%, #93c5fd 50%, #085589 55%, transparent 100%);\n    }\n\n    .sis-btn-glow.sis-gold {\n      background: conic-gradient(from 90deg at 50% 50%, transparent 0%, #bd8f13 45%, #fef3c7 50%, #bd8f13 55%, transparent 100%);\n    }\n\n    .sis-btn-fill {\n      position: absolute;\n      inset: 3px;\n      border-radius: 7px;\n    }\n\n    .sis-btn-fill.sis-blue-fill {\n      background: rgba(8,65,110,0.92);\n    }\n    .sis-btn-fill.sis-gold-fill {\n      background: rgba(140,106,16,0.92);\n    }\n\n    .sis-btn-label {\n      position: relative;\n      z-index: 20;\n      display: flex;\n      align-items: center;\n      gap: 0.6rem;\n      font-size: 0.95rem;\n      color: #ffffff !important;\n    }\n\n    .sis-btn-label svg {\n      width: 16px;\n      height: 16px;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      color: #ffffff;\n      stroke: #ffffff;\n    }\n\n    .sis-btn:hover .sis-btn-label svg { transform: translateX(4px); }\n\n    \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n    @media (min-width: 640px) {\n      .sis-h1  { font-size: 2.5rem; }\n      .sis-sub { font-size: 1.15rem; }\n    }\n\n    @media (min-width: 768px) {\n      .sis-h1 { font-size: 2.875rem; }\n    }\n\n    @media (min-width: 1024px) {\n      .sis-h1 { font-size: 3.25rem; }\n    }\n\n    @media (max-width: 640px) {\n      .sis-content-inner {\n        margin-left: 0;\n      }\n      .sis-content {\n        justify-content: center;\n      }\n      .sis-ctas {\n        flex-direction: column;\n      }\n      .sis-btn {\n        min-width: 100%;\n      }\n    }\n  <\/style>\n\n  <section class=\"sis-hero\">\n\n    <!-- Video \u2014 completely free, zero overlay -->\n    <div class=\"sis-vid-wrap\">\n      <video autoplay muted loop playsinline class=\"sis-vid\">\n        <source src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2026\/01\/Flatiron-Head.mp4\" type=\"video\/mp4\">\n      <\/video>\n    <\/div>\n\n    <!-- Content -->\n    <div class=\"sis-content\">\n      <div class=\"sis-content-inner\">\n\n        <div class=\"sis-badge\">\n          <span class=\"sis-ping-dot\"><\/span>\n          <span class=\"sis-badge-text\">Global Market Intelligence<\/span>\n        <\/div>\n\n        <h1 class=\"sis-h1\">\n          Fast and Flexible<br>\n          Marktforschung<br>\n          and Strategy<br>\n          that Drive Revenue\n        <\/h1>\n\n        <div class=\"sis-divider\"><\/div>\n\n        <p class=\"sis-sub\">\n          SIS International conducts focus groups, B2B expert interviews, competitive intelligence, and market entry research across 135 countries.\n        <\/p>\n\n        <div class=\"sis-ctas\">\n          <a href=\"https:\/\/www.sisinternational.com\/de\/losungen\/\" target=\"_blank\" class=\"sis-btn\">\n            <div class=\"sis-btn-glow sis-blue\"><\/div>\n            <div class=\"sis-btn-fill sis-blue-fill\"><\/div>\n            <span class=\"sis-btn-label\">\n              L\u00f6sungen\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg>\n            <\/span>\n          <\/a>\n\n          <a href=\"https:\/\/www.sisinternational.com\/de\/booking-for-focus-groups\/\" target=\"_blank\" class=\"sis-btn\">\n            <div class=\"sis-btn-glow sis-gold\"><\/div>\n            <div class=\"sis-btn-fill sis-gold-fill\"><\/div>\n            <span class=\"sis-btn-label\">\n              Book Now\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg>\n            <\/span>\n          <\/a>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n  <\/section>\n<\/div>\n<!-- END SIS HERO SNIPPET -->\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>SIS Hero \u2014 Option 02 (Editorial) Global Market Intelligence Fast and Flexible Market Research and Strategy that Drive Revenue SIS International conducts focus groups, B2B expert interviews, competitive intelligence, and market entry research across 135 countries. Solutions Book Now<\/p>","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-slate-template.php","meta":{"footnotes":""},"class_list":["post-85290","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/85290","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\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/comments?post=85290"}],"version-history":[{"count":23,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/85290\/revisions"}],"predecessor-version":[{"id":85651,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/85290\/revisions\/85651"}],"wp:attachment":[{"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/media?parent=85290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}