/* Brand primary — Euromuscle */
:root {
  --primary: #009ef9;
  --primary-dark: #007fd0;
  --primary-deep: #006bb3;
  --primary-light: #33b3fb;
  --primary-soft: #e8f5fe;
  --Purple: #009ef9;
  --blue: #009ef9;
  --lightblue: #e8f5fe;
}
/* Navigation + hero bubble fixes */

.banner {
  min-height: 100vh !important;
  padding-top: 28vh !important;
  padding-bottom: 80px !important;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .banner {
    min-height: 85vh !important;
    padding-top: 18vh !important;
    padding-bottom: 60px !important;
  }
}

.banner img.bg,
.banner picture img {
  max-width: none !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

header.d-flex,
header {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: flex !important;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 0 10px !important;
  min-height: 0 !important;
  height: auto !important;
  background: rgb(0, 0, 0) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #fff;
}
header .wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  gap: 16px;
}
header .brand {
  position: relative;
  display: flex !important;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  gap: 0;
}
header .brand img:first-child,
header .brand img.brand-logo-full {
  display: block !important;
  max-width: 340px;
  width: 340px !important;
  height: 68px !important;
  opacity: 1 !important;
  object-fit: contain;
  object-position: left center;
}
header .brand img.logoIcon {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
}
header .brandmobile { display: none !important; }
@media (max-width: 991px) {
  header .brand img.brand-logo-full,
  header .brand img:first-child {
    max-width: 240px;
    width: 240px !important;
    height: 50px !important;
  }
}

/* Desktop top-bar nav (mobile drawer is in max-width: 991px block) */
@media (min-width: 992px) {
  header .menucol,
  .menucol {
    display: flex !important;
    align-items: center;
    flex: 1 1 auto;
    justify-content: center;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    transform: none !important;
    transition: none !important;
    z-index: auto !important;
    overflow: visible !important;
    box-shadow: none !important;
  }
  header .menucol > ul,
  header .menucol ul.main-nav-simple,
  .menucol > ul {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    overflow: visible !important;
    background: transparent !important;
    background-color: transparent !important;
    gap: 4px;
  }
  header .menucol ul.main-nav-simple > li,
  header .menucol > ul > li {
    margin: 0 10px !important;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: none !important;
  }
  header .menucol ul.main-nav-simple > li > a,
  header .menucol > ul > li > a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3 !important;
    white-space: nowrap;
    padding: 4px 0;
    transition: color 0.2s ease, opacity 0.2s ease;
  }
  header .menucol ul.main-nav-simple > li > a:hover,
  header .menucol > ul > li > a:hover {
    color: #009ef9 !important;
    opacity: 1 !important;
  }
  header .menucol ul.main-nav-simple > li > a.current,
  header .menucol > ul > li > a.current {
    font-weight: 700;
    color: #fff !important;
  }
  header .menucol .brandmobile {
    display: none !important;
  }
}
header .wrapper > a.btn,
header .wrapper > .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: linear-gradient(90deg, #009ef9 0%, #005fb0 48%, #009ef9 100%);
  text-decoration: none;
  padding: 8px 22px !important;
  line-height: 1.3 !important;
  font-size: 15px !important;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 0 !important;
  flex-shrink: 0;
  min-height: 0 !important;
  height: auto !important;
  border-radius: 999px !important;
  box-shadow: none;
}
header .wrapper > a.btn:hover,
header .wrapper > .btn:hover {
  filter: brightness(1.1);
}
header .wrapper > a.btn:after,
header .wrapper > .btn:after {
  display: none !important;
}
header .wrapper > a.btn em,
header .wrapper > .btn em {
  font-style: normal;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.01em;
}
header .submenu,
header .menucol .bg { display: none !important; }

/* Desktop: hide hamburger — mobile drawer handled below */
header .togglemenu {
  display: none !important;
}

.main-nav-simple > li.has-simple-dd { position: relative; }
.main-nav-simple .drop-icon {
  display: inline-block;
  width: 0; height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  opacity: 0.75;
  cursor: pointer;
}
.main-nav-simple .simple-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 280px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  border-radius: 8px;
  padding: 8px 0;
  z-index: 10000;
  list-style: none;
  margin: 0;
}
.main-nav-simple > li.has-simple-dd:hover > .simple-dropdown { display: block; }
.main-nav-simple .simple-dropdown li { display: block !important; width: 100%; margin: 0 !important; }
.main-nav-simple .simple-dropdown a {
  display: block;
  padding: 10px 18px;
  color: #111 !important;
  text-decoration: none;
  font-size: 14px;
}
.main-nav-simple .simple-dropdown a:hover { background: #f3f5f7; }

/* Mobile menu overlay */
.nav-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-drawer-overlay.is-visible {
  display: block;
  opacity: 1;
}
body.nav-open {
  overflow: hidden !important;
}

/* ===== HERO BUBBLE (Let's Discuss circle) ===== */
.banner .btn.ball,
.banner a.btn.ball,
a.btn.ball[href*="lets-discuss"] {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  z-index: 2;
}
/* Remove rotating btn_bg.webp — use gradient instead */
.banner .btn.ball:after,
.banner a.btn:after,
.banner .left_col .btn_col .btn:after,
.banner .left_col a.btn:after {
  background-image: none !important;
  animation: none !important;
  opacity: 1 !important;
  display: block !important;
  background: linear-gradient(145deg, #33b3fb 0%, #009ef9 45%, #005fb0 100%) !important;
  border-radius: 50% !important;
}

/* Stats cards: keep original absolute/fade behavior (JS will toggle .open) */
.banner .project_colanimate.sp_rt {
  display: block !important;
  visibility: visible !important;
  min-height: 100px;
}
.banner .project_colanimate .col {
  /* do NOT force transform:none â€” allow theme transitions */
}

.kotd-ribbon-container { display: none !important; }
template[data-dgst] { display: none !important; }

.tab_section { display: block !important; }
.tab_section .tabcontaint { display: none; }
.tab_section .tabcontaint.active { display: block; }
.tab_section .tablink .text { display: none; }
.tab_section .tablink.active .text { display: block; }

@media (max-width: 991px) {
  header.d-flex,
  header {
    padding: 12px 0 !important;
  }
  header .wrapper {
    padding: 0 16px 0 56px;
    flex-wrap: nowrap;
    max-width: 100%;
    gap: 12px;
  }
  header .brand {
    max-width: none !important;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 4px;
  }
  header .brand img.brand-logo-full,
  header .brand img:first-child {
    display: block !important;
    opacity: 1 !important;
    max-width: 175px !important;
    width: 175px !important;
    height: 42px !important;
    position: relative !important;
  }
  header .brand img.logoIcon {
    display: none !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  header .wrapper > a.btn,
  header .wrapper > .btn {
    padding: 7px 14px !important;
    font-size: 13px !important;
    margin-right: 0 !important;
  }

  /* Classic hamburger — left side (closed state) */
  header .togglemenu {
    display: block !important;
    position: fixed !important;
    left: 16px !important;
    right: auto !important;
    top: 18px !important;
    width: 28px !important;
    height: 22px !important;
    margin: 0 !important;
    z-index: 10002 !important;
    cursor: pointer;
  }
  header .togglemenu span,
  header .togglemenu span:before,
  header .togglemenu span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background: #fff !important;
    transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  }
  header .togglemenu span {
    top: 10px;
    background: #fff !important;
  }
  header .togglemenu span:before { top: -8px; }
  header .togglemenu span:after { top: 8px; }
  header .togglemenu.on span {
    background: transparent !important;
  }
  header .togglemenu.on span:before {
    top: 0;
    transform: rotate(45deg);
    background: #111 !important;
  }
  header .togglemenu.on span:after {
    top: 0;
    transform: rotate(-45deg);
    background: #111 !important;
  }

  /* Close (X) sits in the drawer header, top-right — not over the logo */
  body.nav-open header .togglemenu,
  header .togglemenu.on {
    left: auto !important;
    right: auto !important;
    top: 28px !important;
    transform: translateX(calc(min(86vw, 340px) - 48px)) !important;
    width: 28px !important;
    height: 22px !important;
  }

  /* Left off-canvas drawer */
  header .menucol,
  .menucol {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
    top: 0 !important;
    width: min(86vw, 340px) !important;
    max-width: 340px !important;
    height: 100vh !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    background-color: #fff !important;
    transform: translateX(-105%) !important;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
    z-index: 10000 !important;
    overflow: hidden !important;
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.22);
    order: unset;
    flex: none !important;
  }
  header .menucol.open,
  .menucol.open {
    transform: translateX(0) !important;
  }

  /* Drawer logo — hidden */
  header .menucol .brandmobile,
  .menucol .brandmobile,
  header .brandmobile {
    display: none !important;
  }

  header .menucol ul.main-nav-simple,
  header .menucol > ul,
  .menucol > ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100vh - 88px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 8px 0 32px !important;
    margin: 0 !important;
    gap: 0 !important;
    background: #fff !important;
  }
  header .menucol ul.main-nav-simple > li,
  header .menucol > ul > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.06) !important;
  }
  header .menucol ul.main-nav-simple > li > a,
  header .menucol > ul > li > a {
    display: block !important;
    width: 100%;
    color: #111 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    padding: 16px 22px !important;
    white-space: normal;
  }
  header .menucol ul.main-nav-simple > li > a.current,
  header .menucol > ul > li > a.current,
  header .menucol ul.main-nav-simple > li > a:hover,
  header .menucol > ul > li > a:hover {
    color: #0086e0 !important;
  }

  /* Leistungen accordion inside drawer (no floating dropdown) */
  header .menucol .main-nav-simple > li.has-simple-dd {
    position: relative;
  }
  header .menucol .main-nav-simple > li.has-simple-dd > a {
    padding-right: 52px !important;
  }
  header .menucol .main-nav-simple .drop-icon {
    position: absolute;
    right: 18px;
    top: 20px;
    width: 12px;
    height: 12px;
    margin: 0;
    border: none;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    opacity: 0.7;
    z-index: 2;
    transition: transform 0.25s ease;
  }
  header .menucol .main-nav-simple > li.has-simple-dd.open > .drop-icon {
    transform: rotate(-135deg);
    top: 24px;
  }
  header .menucol .main-nav-simple .simple-dropdown,
  header .menucol .main-nav-simple > li.has-simple-dd:hover > .simple-dropdown {
    display: none;
    position: static !important;
    min-width: 0;
    width: 100%;
    background: #f6f4ff;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 8px;
    margin: 0;
  }
  header .menucol .main-nav-simple > li.has-simple-dd.open > .simple-dropdown {
    display: block !important;
  }
  header .menucol .main-nav-simple .simple-dropdown a {
    padding: 12px 22px 12px 34px;
    color: #333 !important;
    font-size: 15px;
    font-weight: 500;
  }
  header .menucol .main-nav-simple .simple-dropdown a:hover {
    background: rgba(0, 158, 249, 0.1);
    color: #0086e0 !important;
  }
}
/* Homepage bubble field video background */
.banner .video,
#heroBubbleVideo {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0 !important;
  opacity: 1 !important;
  pointer-events: none;
}
.banner .video.loaded { opacity: 1 !important; }
.banner > .wrapper,
.banner .wrapper.d_flex {
  position: relative;
  z-index: 2;
}
.banner img.bg.lcp-img {
  z-index: 0;
  opacity: 0.35; /* keep poster faintly until/while video plays */
}
/* User request: hide hero CTA bubble + right stats */
.banner a.btn.ball,
.banner .btn.ball,
.banner .right_col,
.banner .project_colanimate {
  display: none !important;
}

/* Homepage Services section (replaces Industries carousel) */
.industries_lider.services_home {
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(0, 158, 249, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 20%, rgba(0, 112, 200, 0.06), transparent 50%),
    var(--lightblue, #e8f5fe);
}
.industries_lider.services_home .inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 0 !important;
}
.industries_lider.services_home .inner:after {
  display: none !important;
}
.industries_lider .wrapper>p {
  width: calc(100% - 286px);
  padding-left: 0px;
  color: var(--darktheme);
}
@media (max-width: 991px) {
  .industries_lider .wrapper>p {
    width: 100%;
  }
}
.industries_lider.services_home .wrapper.services-home-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
}
.industries_lider.services_home .services-home-intro h2 {
  width: auto;
  max-width: none;
  margin: 0 0 18px;
  border-right: none;
  line-height: 1.15;
  text-align: center;
}
.industries_lider.services_home .services-home-intro .services-eyebrow {
  order: -1;
  margin: 0 0 14px;
  color: #009ef9;
  width: 100% !important;
  max-width: 100%;
  white-space: normal;
}
.industries_lider.services_home .services-home-intro .services-lead,
.industries_lider.services_home .services-home-intro > p:not(.services-eyebrow) {
  width: 100% !important;
  max-width: 52ch;
  margin: 0;
  padding-left: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #555;
  text-align: center;
}
.industries_lider.services_home .services-home-cta {
  margin-top: 28px;
}
.industries_lider.services_home .services-home-cta .btn {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  padding: 0 34px !important;
  line-height: 48px;
  border-radius: 8px !important;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  background: linear-gradient(90deg, #009ef9 0%, #0086e0 100%);
  text-align: center;
}
.industries_lider.services_home .services-home-cta .btn:after,
.industries_lider.services_home .services-home-cta .btn span {
  display: none !important;
}
.industries_lider.services_home .services-home-cta .btn em {
  font-style: normal;
}
.industries_lider.services_home .services-home-cta .btn:hover {
  filter: brightness(1.06);
}
.industries_lider.services_home .nextprev_sec {
  display: none !important;
}

/* Bento grid — featured + 4 */
.services_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
  counter-reset: svc;
}
.services_grid .service_card_wrap {
  min-width: 0;
  display: flex;
  counter-increment: svc;
}
.services_grid .service_card_wrap:nth-child(1) { grid-column: span 7; }
.services_grid .service_card_wrap:nth-child(2) { grid-column: span 5; }
.services_grid .service_card_wrap:nth-child(3),
.services_grid .service_card_wrap:nth-child(4),
.services_grid .service_card_wrap:nth-child(5) { grid-column: span 4; }

.services_grid .service_card_wrap .col {
  max-width: none !important;
  width: 100% !important;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transform: none !important;
  position: relative;
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  border-radius: 24px !important;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.03), 0 18px 40px rgba(40, 20, 80, 0.06) !important;
  transition: border-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s ease !important;
}
.services_grid .service_card_wrap .col:hover {
  border-color: rgba(0, 158, 249, 0.35);
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.03), 0 28px 56px rgba(0, 112, 200, 0.14) !important;
  transform: translateY(-4px) !important;
}

/* Featured: horizontal split */
.services_grid .col.svc-featured {
  flex-direction: row !important;
  min-height: 320px;
}
.services_grid .col.svc-featured .img.svc-visual {
  width: 48%;
  min-height: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  flex-shrink: 0;
}
.services_grid .col.svc-featured .svc-body {
  width: 52%;
  padding: 36px 36px 28px;
  justify-content: center;
}

.services_grid .svc-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 24px 20px;
  min-width: 0;
}
.services_grid .svc-body::before {
  content: counter(svc, decimal-leading-zero);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #009ef9;
  margin-bottom: 10px;
}
.services_grid .col h3 {
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  min-height: 0 !important;
  margin-bottom: 12px !important;
  text-transform: uppercase;
}
.services_grid .col.svc-featured h3 {
  font-size: 30px !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
}
.services_grid .col p {
  -webkit-line-clamp: 4 !important;
  line-clamp: 4 !important;
  margin-bottom: 0 !important;
  flex: 1;
  color: #555 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}
.services_grid .col.svc-featured p {
  -webkit-line-clamp: 5 !important;
  line-clamp: 5 !important;
  font-size: 16px !important;
}
.services_grid .col .btn.btnarrow {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  align-self: flex-start;
}

/* Animated graphics (no photos) */
.services_grid .img.svc-visual {
  position: relative !important;
  min-height: 168px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: linear-gradient(145deg, #0b0d14 0%, #0a1a2e 55%, #0e1a2e 100%);
  flex-shrink: 0;
  transition: filter 0.35s ease;
}
.services_grid .col:hover .img.svc-visual {
  filter: brightness(1.08);
}
.services_grid .img.svc-visual:after,
.services_grid .img.svc-visual .icon_link {
  display: none !important;
}
.svc-gfx {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Shared ripple rings */
.svc-gfx .ripple {
  position: absolute;
  border: 1.5px solid rgba(0, 158, 249, 0.45);
  border-radius: 50%;
  pointer-events: none;
  animation: svc-ripple 2.6s ease-out infinite;
}
.svc-gfx .ripple.r1 { width: 70px; height: 70px; }
.svc-gfx .ripple.r2 { width: 110px; height: 110px; animation-delay: 0.9s; }

/* Funnel-Design — cascading stages + drip */
.svc-gfx-funnel {
  flex-direction: column;
  gap: 7px;
}
.svc-gfx-funnel .funnel-stage {
  display: block;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #5cbcfb, #0070c8);
  box-shadow: 0 0 14px rgba(0, 134, 224, 0.35);
  animation: svc-funnel-pulse 2.2s ease-in-out infinite;
}
.svc-gfx-funnel .s1 { width: 118px; animation-delay: 0s; }
.svc-gfx-funnel .s2 { width: 92px; animation-delay: 0.15s; opacity: 0.92; }
.svc-gfx-funnel .s3 { width: 66px; animation-delay: 0.3s; opacity: 0.82; }
.svc-gfx-funnel .s4 { width: 40px; animation-delay: 0.45s; opacity: 0.72; }
.svc-gfx-funnel .drop {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8ed0fc;
  box-shadow: 0 0 10px rgba(142, 208, 252, 0.7);
  animation: svc-funnel-drop 2.4s ease-in infinite;
}
.svc-gfx-funnel .d1 { left: 42%; top: 18%; animation-delay: 0s; }
.svc-gfx-funnel .d2 { left: 50%; top: 18%; animation-delay: 0.55s; }
.svc-gfx-funnel .d3 { left: 58%; top: 18%; animation-delay: 1.1s; }
.svc-gfx-funnel .ripple { bottom: 10px; }

/* A/B-Testing — split panels */
.svc-gfx-ab {
  gap: 14px;
  align-items: flex-end;
  padding-bottom: 28px;
}
.svc-gfx-ab .ab-panel {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  padding: 22px 10px 8px;
  border-radius: 10px;
  background: rgba(0, 158, 249, 0.12);
  border: 1px solid rgba(142, 208, 252, 0.28);
  min-width: 58px;
  justify-content: center;
}
.svc-gfx-ab .ab-panel em {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: #d0b8ff;
  letter-spacing: 0.04em;
}
.svc-gfx-ab .ab-panel.b {
  background: rgba(0, 112, 200, 0.18);
  border-color: rgba(0, 134, 224, 0.4);
}
.svc-gfx-ab .bar {
  width: 8px;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #5cbcfb, #0070c8);
  transform-origin: bottom;
  animation: svc-bars 1.8s ease-in-out infinite;
}
.svc-gfx-ab .ab-panel.a .b1 { height: 28px; animation-delay: 0s; }
.svc-gfx-ab .ab-panel.a .b2 { height: 40px; animation-delay: 0.12s; }
.svc-gfx-ab .ab-panel.a .b3 { height: 22px; animation-delay: 0.24s; }
.svc-gfx-ab .ab-panel.b .b1 { height: 36px; animation-delay: 0.1s; }
.svc-gfx-ab .ab-panel.b .b2 { height: 54px; animation-delay: 0.22s; }
.svc-gfx-ab .ab-panel.b .b3 { height: 44px; animation-delay: 0.34s; }
.svc-gfx-ab .ripple { top: 12px; }

/* Landingpage-Optimierung — page + lens */
.svc-gfx-landing .page {
  position: relative;
  width: 72px;
  height: 92px;
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(142, 208, 252, 0.18), rgba(0, 112, 200, 0.12));
  border: 1.5px solid rgba(142, 208, 252, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding-top: 14px;
  margin-right: 18px;
}
.svc-gfx-landing .line {
  display: block;
  height: 5px;
  border-radius: 3px;
  background: rgba(142, 208, 252, 0.55);
}
.svc-gfx-landing .l1 { width: 44px; }
.svc-gfx-landing .l2 { width: 36px; }
.svc-gfx-landing .l3 { width: 28px; }
.svc-gfx-landing .cta {
  margin-top: 8px;
  width: 34px;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #5cbcfb, #0070c8);
  animation: svc-pulse 1.8s ease-in-out infinite;
}
.svc-gfx-landing .lens {
  position: absolute;
  right: 28%;
  top: 38%;
  width: 38px;
  height: 38px;
  border: 3px solid #8ed0fc;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 158, 249, 0.35);
  animation: svc-bob 2.5s ease-in-out infinite;
  z-index: 2;
}
.svc-gfx-landing .handle {
  position: absolute;
  right: calc(28% - 6px);
  top: calc(38% + 30px);
  width: 16px;
  height: 4px;
  background: #009ef9;
  border-radius: 2px;
  transform: rotate(45deg);
  animation: svc-bob-handle-land 2.5s ease-in-out infinite;
  z-index: 2;
}
.svc-gfx-landing .ripple { left: 32%; }

/* Kampagnen-Audits — checklist + scan */
.svc-gfx-audit .sheet {
  position: relative;
  width: 78px;
  height: 96px;
  border-radius: 10px;
  background: linear-gradient(160deg, rgba(142, 208, 252, 0.16), rgba(0, 112, 200, 0.1));
  border: 1.5px solid rgba(142, 208, 252, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 0 14px;
  overflow: hidden;
}
.svc-gfx-audit .check {
  position: relative;
  display: block;
  height: 8px;
  border-radius: 4px;
  background: rgba(142, 208, 252, 0.35);
  padding-left: 18px;
}
.svc-gfx-audit .check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border: 1.5px solid #8ed0fc;
  transform: translateY(-50%);
}
.svc-gfx-audit .check.c1::after,
.svc-gfx-audit .check.c2::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 5px;
  height: 3px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: translateY(-65%) rotate(-45deg);
}
.svc-gfx-audit .check.c3::before {
  background: rgba(0, 134, 224, 0.35);
}
.svc-gfx-audit .scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #8ed0fc, transparent);
  box-shadow: 0 0 12px rgba(142, 208, 252, 0.8);
  animation: svc-scan 2.4s ease-in-out infinite;
}
.svc-gfx-audit .ripple { right: 18%; bottom: 18%; }

/* Beratung — chat bubbles */
.svc-gfx-consult {
  gap: 10px;
  align-items: flex-end;
  padding-bottom: 20px;
}
.svc-gfx-consult .bubble {
  display: block;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(92, 188, 251, 0.35), rgba(0, 112, 200, 0.45));
  border: 1px solid rgba(142, 208, 252, 0.45);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  position: relative;
}
.svc-gfx-consult .b1 {
  width: 78px;
  height: 36px;
  border-bottom-left-radius: 4px;
  animation: svc-bubble 2.2s ease-in-out infinite;
}
.svc-gfx-consult .b2 {
  width: 58px;
  height: 28px;
  border-bottom-right-radius: 4px;
  margin-left: 22px;
  animation: svc-bubble 2.2s ease-in-out infinite 0.35s;
  background: linear-gradient(145deg, rgba(0, 134, 224, 0.5), rgba(0, 158, 249, 0.3));
}
.svc-gfx-consult .dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  top: 42%;
  left: 38%;
  opacity: 0.85;
  animation: svc-pulse 1.4s ease-in-out infinite;
}
.svc-gfx-consult .d1 { margin-left: -12px; }
.svc-gfx-consult .d2 { animation-delay: 0.2s; }
.svc-gfx-consult .d3 { margin-left: 12px; animation-delay: 0.4s; }
.svc-gfx-consult .ripple { top: 16px; }

.services_grid .col:hover .svc-visual {
  box-shadow: inset 0 0 0 1px rgba(0, 158, 249, 0.35);
}
.services_grid .col:hover .svc-gfx .ripple {
  animation-duration: 1.8s;
  border-color: rgba(142, 208, 252, 0.7);
}

@keyframes svc-ripple {
  0% { transform: scale(0.45); opacity: 0.65; }
  100% { transform: scale(1.35); opacity: 0; }
}
@keyframes svc-funnel-pulse {
  0%, 100% { transform: scaleX(0.96); opacity: 0.75; }
  50% { transform: scaleX(1); opacity: 1; }
}
@keyframes svc-funnel-drop {
  0% { transform: translateY(0); opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 0.85; }
  100% { transform: translateY(88px); opacity: 0; }
}
@keyframes svc-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes svc-bars {
  0%, 100% { transform: scaleY(0.55); opacity: 0.7; }
  50% { transform: scaleY(1); opacity: 1; }
}
@keyframes svc-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes svc-bob-handle-land {
  0%, 100% { transform: translateY(0) rotate(45deg); }
  50% { transform: translateY(-6px) rotate(45deg); }
}
@keyframes svc-scan {
  0% { top: 12%; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: 88%; opacity: 0; }
}
@keyframes svc-bubble {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@media (prefers-reduced-motion: reduce) {
  .svc-gfx *,
  .svc-gfx {
    animation: none !important;
  }
}

@media (max-width: 1199px) {
  .services_grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
  .services_grid .service_card_wrap:nth-child(1) { grid-column: span 6; }
  .services_grid .service_card_wrap:nth-child(2),
  .services_grid .service_card_wrap:nth-child(3),
  .services_grid .service_card_wrap:nth-child(4),
  .services_grid .service_card_wrap:nth-child(5) { grid-column: span 3; }
  .services_grid .col.svc-featured {
    min-height: 280px;
  }
  .services_grid .col.svc-featured h3 {
    font-size: 26px !important;
  }
}
@media (max-width: 900px) {
  .services_grid .col.svc-featured {
    flex-direction: column !important;
    min-height: 0;
  }
  .services_grid .col.svc-featured .img.svc-visual {
    width: 100%;
    min-height: 180px !important;
  }
  .services_grid .col.svc-featured .svc-body {
    width: 100%;
    padding: 22px 24px 20px;
  }
}
@media (max-width: 767px) {
  .industries_lider.services_home .wrapper.services-home-intro,
  .services_grid {
    padding: 0 20px;
  }
  .industries_lider.services_home .services-home-intro h2 {
    width: 100%;
    max-width: none;
    border-right: none;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .industries_lider.services_home .services-home-intro .services-eyebrow,
  .industries_lider.services_home .services-home-intro .services-lead {
    width: 100% !important;
    max-width: 100%;
    padding-left: 0;
  }
  .services_grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .services_grid .service_card_wrap:nth-child(n) {
    grid-column: span 1;
  }
  .services_grid .col h3 {
    font-size: 20px !important;
  }
  .services_grid .col.svc-featured h3 {
    font-size: 22px !important;
  }
}

/* Homepage section spacing — elegant classic rhythm */
.home-about,
.industries_lider.services_home,
.our_process_sec,
.our_highlights.blogs_home,
.hireto_meetyou.cta-home {
  padding-top: 61px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 991px) {
  .home-about,
  .industries_lider.services_home,
  .our_process_sec,
  .our_highlights.blogs_home,
  .hireto_meetyou.cta-home {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}

/* Our Process — sphere wave background like reference */
.our_process_sec {
  position: relative;
  background: #000;
  overflow: hidden;
  color: #fff;
}
.our_process_sec .process-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #000;
}
.our_process_sec .process-bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate(-50%, -50%) scale(1.08);
  filter: none !important;
  -webkit-filter: none !important;
  image-rendering: auto;
  opacity: 1;
}
.our_process_sec .process-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.35) 100%);
  filter: none !important;
}
.our_process_sec .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.our_process_sec .process-head {
  max-width: 640px;
  margin-bottom: 56px;
  margin-top: 0;
}
.our_process_sec .process-head h2 {
  color: #fff;
  margin: 0 0 16px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.15;
}
.our_process_sec .process-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.6;
  max-width: 560px;
}
.our_process_sec .process-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: relative;
}
.our_process_sec .process-timeline:before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 158, 249, 0.55), transparent);
  pointer-events: none;
}
.our_process_sec .process-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  animation: process-rise 0.7s ease both;
  animation-delay: calc(var(--i, 1) * 0.12s);
}
.our_process_sec .step-index {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(145deg, #009ef9, #005fb0);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.75), 0 0 24px rgba(0, 134, 224, 0.45);
}
.our_process_sec .step-card {
  width: 100%;
  min-height: 168px;
  padding: 22px 20px 24px;
  border-radius: 16px;
  background: #121113;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.our_process_sec .process-step:hover .step-card {
  transform: translateY(-4px);
  border-color: rgba(0, 158, 249, 0.45);
  background: #1c1828;
}
.our_process_sec .step-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.our_process_sec .step-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}
.our_process_sec .process-cta {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.our_process_sec .process-cta .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  background: linear-gradient(90deg, #009ef9 0%, #0086e0 100%);
  border: none;
  border-radius: 8px;
  padding: 0 34px;
  line-height: 48px;
  font-weight: 600;
}
.our_process_sec .process-cta .btn.btn-outline {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  color: #fff !important;
}
.our_process_sec .process-cta .btn.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.our_process_sec .process-cta .btn:after {
  display: none !important;
}
@keyframes process-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 991px) {
  .our_process_sec .wrapper { padding: 0 20px; }
  .our_process_sec .process-timeline {
    grid-template-columns: 1fr 1fr;
    gap: 18px 16px;
  }
  .our_process_sec .process-timeline:before { display: none; }
  .our_process_sec .step-card { min-height: 0; }
}
@media (max-width: 640px) {
  .our_process_sec .process-timeline { grid-template-columns: 1fr; }
  .our_process_sec .process-head { margin-bottom: 36px; }
}
/* Hire / CTA section — match live white-label block */
.hireto_meetyou.cta-home {
  position: relative;
  overflow: hidden;
  background: #05050a;
  margin-top: -4px !important;
}
.hireto_meetyou.cta-home .bg {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
  z-index: 0;
  pointer-events: none;
  display: block !important;
}
.hireto_meetyou.cta-home .video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0;
  opacity: 0.85;
  pointer-events: none;
}
.hireto_meetyou.cta-home .wrapper {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.hireto_meetyou.cta-home h2 {
  color: #fff !important;
  width: 100% !important;
  text-align: center !important;
  line-height: 1.2 !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  margin: 0 0 18px !important;
  opacity: 1 !important;
  transform: none !important;
}
.hireto_meetyou.cta-home h3 {
  color: rgba(255, 255, 255, 0.92) !important;
  width: 100% !important;
  max-width: 820px;
  text-align: center !important;
  font-size: clamp(16px, 2vw, 22px) !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  margin: 0 auto 36px !important;
  opacity: 1 !important;
  transform: none !important;
}
.hireto_meetyou.cta-home .allbtn {
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px;
  width: 100% !important;
  max-width: 520px;
  height: auto !important;
  min-height: 52px;
  margin: 0 auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.hireto_meetyou.cta-home .allbtn > a.btn {
  position: static !important;
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  padding: 0 40px !important;
  min-width: 160px;
  line-height: 52px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: linear-gradient(90deg, #1aa8fa 0%, #0070c8 55%, #005fb0 100%) !important;
  box-shadow: 0 10px 28px rgba(79, 70, 229, 0.35);
  z-index: 2;
}
.hireto_meetyou.cta-home .allbtn > a.btn:after,
.hireto_meetyou.cta-home .allbtn > a.btn img {
  display: none !important;
}
.hireto_meetyou.cta-home .allbtn > a.btn:hover {
  filter: brightness(1.08);
}
@media (max-width: 767px) {
  .hireto_meetyou.cta-home {
    padding: 70px 0 80px !important;
  }
  .hireto_meetyou.cta-home .allbtn > a.btn {
    width: 100%;
    max-width: 280px;
  }
}

/* Stay Updated (Blogs) — text-first cards, no feature images */
.our_highlights.blogs_home {
  background: #0a0a0c !important;
}
.our_highlights.blogs_home .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
}
.our_highlights.blogs_home .wrapper h2 {
  margin-bottom: 12px;
  color: #fff !important;
}
.our_highlights.blogs_home .wrapper p {
  max-width: 720px !important;
  margin: 0;
  color: rgba(255, 255, 255, 0.62) !important;
}
.our_highlights.blogs_home .insights-eyebrow {
  color: #009ef9 !important;
}
.our_highlights.blogs_home .inner {
  position: relative !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1200px !important;
  margin: 36px auto 0 !important;
  width: 100%;
  box-sizing: border-box;
}
.our_highlights.blogs_home .inner:after,
.our_highlights.blogs_home .nextprev_sec {
  display: none !important;
}
.blogs_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
}
.blogs_grid .blog_card_wrap {
  min-width: 0;
  display: flex;
}
.blogs_grid .blog_card_wrap .col {
  width: 100% !important;
  max-width: none !important;
  flex: 1;
  height: auto;
  min-height: 100%;
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  border-radius: 20px !important;
  overflow: visible;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none !important;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.35s ease !important;
}
.blogs_grid .blog_card_wrap .col:hover {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(0, 158, 249, 0.45);
  transform: translateY(-4px) !important;
}
.blogs_grid .blog_card_wrap .img {
  display: none !important;
}
.blogs_grid .blog_card_wrap .text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 26px 24px !important;
  position: relative;
}
.blogs_grid .blog_card_wrap .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 2px;
  background: linear-gradient(90deg, #009ef9, transparent 80%);
  opacity: 0.85;
}
.blogs_grid .blog_card_wrap .text .btn_col {
  margin: 0 0 18px !important;
}
.blogs_grid .blog_card_wrap .text .btn_col .col-left {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.blogs_grid .blog_card_wrap .text .btn_col span {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 158, 249, 0.16);
  color: #8ed0fc !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}
.blogs_grid .blog_card_wrap .text .date {
  display: inline-flex !important;
  align-items: center !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px !important;
  gap: 8px !important;
}
.blogs_grid .blog_card_wrap .text .date img {
  opacity: 0.55;
  filter: brightness(0) invert(1);
  margin-right: 0 !important;
  flex-shrink: 0;
}
.blogs_grid .blog_card_wrap .text h3 {
  margin: 0 0 12px !important;
  flex: 0 0 auto;
}
.blogs_grid .blog_card_wrap .text h3 a {
  font-size: 20px !important;
  line-height: 1.35 !important;
  color: #fff !important;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s ease;
}
.blogs_grid .blog_card_wrap .col:hover .text h3 a {
  color: #8ed0fc !important;
}
.blogs_grid .blog_card_wrap .text > p {
  margin: 0 0 22px !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.62) !important;
  display: block;
  overflow: visible;
  flex: 0 0 auto;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.blogs_grid .blog_card_wrap .text::after {
  content: none;
  display: none;
}
.blogs_grid .blog_card_wrap .blog-readmore {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #009ef9;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.blogs_grid .blog_card_wrap .col:hover .blog-readmore {
  color: #8ed0fc;
  transform: translateX(4px);
}
@media (max-width: 991px) {
  .our_highlights.blogs_home .wrapper,
  .blogs_grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blogs_grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .blogs_grid .blog_card_wrap .text {
    padding: 24px 22px 20px !important;
  }
  .blogs_grid .blog_card_wrap .text h3 a {
    font-size: 18px !important;
  }
}
/* Footer — 4 box layout */
.footer.footer-4col {
  background: #fff;
  padding: 60px 0 30px;
}
.footer.footer-4col .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.footer.footer-4col .footer_grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.25fr;
  gap: 36px 28px;
  align-items: start;
  margin-bottom: 40px;
}
.footer.footer-4col .footer_box h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}
.footer.footer-4col .footer_logo {
  display: inline-block;
  margin-bottom: 16px;
  line-height: 0;
}
.footer.footer-4col .footer_logo img {
  max-width: 240px;
  width: 100%;
  height: auto;
  /* dark logo text on light footer — invert whites softly via drop-shadow not needed; logo has white+blue on transparent */
  filter: none;
  background: #0a0a0c;
  padding: 10px 14px;
  border-radius: 10px;
}
.footer.footer-4col .footer_about {
  margin: 0 0 12px;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
  max-width: 280px;
}
.footer.footer-4col .footer_meta {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}
.footer.footer-4col .footer_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer.footer-4col .footer_box ul li {
  margin: 0 0 10px;
}
.footer.footer-4col .footer_box ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}
.footer.footer-4col .footer_box ul li a:hover {
  color: #0086e0;
}
.footer.footer-4col .footer_contact p {
  margin: 0 0 12px;
  color: #444;
  font-size: 14px;
  line-height: 1.55;
}
.footer.footer-4col .footer_contact p b {
  color: #111;
}
.footer.footer-4col .footer_email a,
.footer.footer-4col .footer_phone a {
  color: #0086e0;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.footer.footer-4col .footer_email a:hover,
.footer.footer-4col .footer_phone a:hover {
  text-decoration: underline;
}
.footer.footer-4col .footer_contact .social {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px !important;
  margin-top: 16px !important;
}
.footer.footer-4col .footer_contact .social a,
.footer.footer-4col .footer_contact .social a:not(:last-child) {
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(18, 20, 28, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease !important;
}
.footer.footer-4col .footer_contact .social a:hover {
  background: transparent !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(18, 20, 28, 0.18);
  opacity: 1;
}
.footer.footer-4col .footer_contact .social a img,
.footer.footer-4col .footer_contact .social a:hover img {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  border-radius: 50%;
  display: block;
  filter: none !important;
  transition: none !important;
}
.footer.footer-4col .footer_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid #e8e8e8;
}
.footer.footer-4col .footer_bottom p {
  margin: 0;
  color: #666;
  font-size: 13px;
}
.footer.footer-4col .footer_bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.footer.footer-4col .footer_bottom ul a {
  color: #666;
  text-decoration: none;
  font-size: 13px;
}
.footer.footer-4col .footer_bottom ul a:hover {
  color: #0086e0;
}
@media (max-width: 1100px) {
  .footer.footer-4col .footer_grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }
}
@media (max-width: 767px) {
  .footer.footer-4col .wrapper {
    padding: 0 20px;
  }
  .footer.footer-4col .footer_grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer.footer-4col .footer_about {
    max-width: none;
  }
  .footer.footer-4col .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Hide floating chat widget */
.sticky-btn .chatbord,
.chat-board,
.chatbord {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hide testimonials / quote sections (also when JS re-injects them) */
.our_clientssay,
.our_clientssay *,
.testimonial,
.testimonial *,
.testimonials_sec,
.testimonials_sec *,
.wp_testimonials_section,
.wp_testimonials_section * {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
  contain-intrinsic-size: 0 !important;
}

/* Hide Our Awards section (also when JS re-injects it) */
.our_awards,
.our_awards *,
.recognitions_awards,
.recognitions_awards * {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
  contain-intrinsic-size: 0 !important;
}

/* Our Approach — keep section, hide only the pill tabs */
.our_approach .top_col > ul,
.our_approach .top_col ul.d_flex,
.our_approach.approach_no_tabs .top_col ul {
  display: none !important;
}
.our_approach.approach_no_tabs {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible !important;
  pointer-events: auto !important;
}
.our_approach.approach_no_tabs .top_col {
  align-items: flex-start !important;
  border-bottom: 1px dashed rgba(255,255,255,0.35);
}
.our_approach.approach_no_tabs .top_col .left_col {
  width: 100% !important;
  max-width: 720px;
  padding-right: 0 !important;
}
.our_approach.approach_no_tabs .top_col .left_col p {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.our_approach.approach_no_tabs .bottom_col .colin {
  display: flex !important;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.our_approach.approach_no_tabs .bottom_col .colin:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
/* Show step images (originally opacity:0 until tab JS activated them) */
.our_approach.approach_no_tabs .bottom_col .colin .img,
.our_approach.approach_no_tabs .bottom_col .colin.active .img {
  opacity: 1 !important;
  visibility: visible !important;
  width: 28% !important;
  max-width: 220px;
  padding: 0 20px 0 0 !important;
  flex-shrink: 0;
}
.our_approach.approach_no_tabs .bottom_col .colin .img img {
  display: block !important;
  max-width: 180px !important;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.our_approach.approach_no_tabs .bottom_col .colin .text {
  width: auto !important;
  flex: 1;
  min-width: 0;
  padding: 12px 0 12px 40px !important;
}
/* Tighter copy + list spacing (Unser Ansatz steps site-wide) */
.our_approach .bottom_col .text {
  line-height: 1.45;
}
.our_approach .bottom_col .text br {
  display: none;
}
.our_approach .bottom_col h3 {
  margin-bottom: 8px !important;
  line-height: 1.15 !important;
}
.our_approach .bottom_col .text > div {
  font-size: 15px;
  line-height: 1.45;
}
.our_approach .bottom_col ul {
  margin-top: 10px !important;
  gap: 0 !important;
}
.our_approach .bottom_col ul li {
  margin-bottom: 4px !important;
  line-height: 1.35 !important;
  width: 100% !important;
  max-width: 100%;
}
.our_approach.approach_no_tabs .text ul li {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .our_approach.approach_no_tabs .bottom_col .colin {
    flex-direction: column;
    align-items: flex-start;
  }
  .our_approach.approach_no_tabs .bottom_col .colin .img {
    width: 100% !important;
    max-width: 160px;
    padding: 0 0 12px !important;
  }
}

/* Hide awards logo strip in service banners */
.awards_logo,
ul.awards_logo,
.services_banner .awards_logo,
.services_banner ul.awards_logo {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Services banner — equal top/bottom space after awards removed */
.services_banner {
  padding-top: 140px !important;
  padding-bottom: 125px !important;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  min-height: 0 !important;
}
.services_banner > .wrapper {
  width: 100%;
}
.services_banner .inner h1 {
  margin-bottom: 20px !important;
}
.services_banner .awards_logo {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .services_banner {
    padding-top: 110px !important;
    padding-bottom: 95px !important;
  }
}
@media (max-width: 640px) {
  .services_banner {
    padding-top: 90px !important;
    padding-bottom: 75px !important;
  }
}

/* Services accordion — linked Euromuscle service rows */
.services_accordion .colin {
  opacity: 1 !important;
  transform: none !important;
}
.services_accordion .colin.fade-in {
  opacity: 1 !important;
  transform: none !important;
}
.services_accordion .wrap {
  display: none !important;
}
.services_accordion.services_accordion_links a.colin {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}
.services_accordion.services_accordion_links a.colin:hover {
  background: rgba(0, 134, 224, 0.04);
}
.services_accordion.services_accordion_links a.colin:hover .top_title h3,
.services_accordion.services_accordion_links a.colin:hover h3 {
  color: var(--Purple, #0086e0);
}
.services_accordion.services_accordion_links .top_title,
.services_accordion.services_accordion_links .svc-row {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.services_accordion.services_accordion_links .svc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  margin-right: 28px;
  border-radius: 14px;
  background: rgba(0, 134, 224, 0.08);
}
.services_accordion.services_accordion_links .svc-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.services_accordion.services_accordion_links .svc-row {
  display: flex !important;
  align-items: center !important;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.services_accordion.services_accordion_links .svc-row h3 {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-right: 20px !important;
  text-align: left;
}
.services_accordion.services_accordion_links .svc-desc {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0;
  padding: 0 70px 8px 84px;
  max-width: none;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #555;
  text-align: left;
}
.services_list .top_col {
  display: block !important;
  margin-bottom: 36px;
}
.services_list .top_col h2 {
  width: 100% !important;
  margin: 0 0 16px;
}
.services_list .top_col p {
  width: 100% !important;
  max-width: 68ch;
  margin: 0;
  color: var(--darktheme, #333);
  line-height: 1.65;
}
.services_accordion.services_accordion_links .top_title,
.services_accordion.services_accordion_links .svc-row {
  align-items: center !important;
  padding-top: 28px !important;
  padding-bottom: 0 !important;
}
.services_accordion.services_accordion_links a.colin {
  padding-bottom: 28px;
}
.services_accordion.services_accordion_links .top_title > .btnsimple,
.services_accordion.services_accordion_links .btnsimple {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 48px !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border: 1px solid var(--black, #111) !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  transform: none !important;
  align-self: center !important;
}
.services_accordion.services_accordion_links .btnsimple img {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  width: 14px !important;
  height: auto !important;
  max-width: 14px !important;
}
.services_accordion.services_accordion_links a.colin:hover .btnsimple {
  background-color: var(--black, #111);
}
.services_accordion.services_accordion_links a.colin:hover .btnsimple img:first-child {
  transform: translateX(-300%);
}
.services_accordion.services_accordion_links a.colin:hover .btnsimple img.hover_img {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .services_accordion.services_accordion_links .svc-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 14px;
  }
  .services_accordion.services_accordion_links .svc-icon img {
    width: 28px;
    height: 28px;
  }
  .services_accordion.services_accordion_links .svc-desc {
    padding: 0 16px 0 58px;
    font-size: 14px;
  }
  .services_accordion.services_accordion_links .top_title > .btnsimple,
  .services_accordion.services_accordion_links .btnsimple {
    display: inline-flex !important;
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
  }
  .services_accordion.services_accordion_links .btnsimple img {
    width: 11px !important;
    max-width: 11px !important;
  }
}

/* Hide addon hero (title + Contact Us block above services banner) */
.service-addon-hero {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Hide leftover marquee / sphere / side-fade artifacts on About */
.client_plateform,
.client_plateform .marquee_wrap,
.client_plateform .marquee,
.client_plateform img,
body .client_plateform:after,
body .client_plateform:before {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* About Us — shorter hero, badges removed */
.about_banner {
  padding: 140px 0 40px !important;
  min-height: 0 !important;
}
.about_banner .col_left .inner {
  margin-top: 0 !important;
}
.about_banner .project_colanimate {
  display: none !important;
}
@media (max-width: 991px) {
  .about_banner {
    padding: 110px 0 32px !important;
  }
}

/* About hero — different animated look (purple/magenta digital field) */
.about_banner.about_banner_alt {
  background: #050510 !important;
  overflow: hidden;
}
.about_banner.about_banner_alt .video {
  opacity: 0.9;
  filter: hue-rotate(35deg) saturate(1.25) brightness(0.95);
}
.about_banner.about_banner_alt:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 40% at 70% 20%, rgba(0, 158, 249, 0.28), transparent 60%),
    radial-gradient(ellipse 50% 45% at 20% 80%, rgba(0, 112, 200, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(5,5,16,0.35) 0%, rgba(5,5,16,0.15) 45%, rgba(5,5,16,0.55) 100%);
  animation: about-hero-glow 8s ease-in-out infinite alternate;
}
.about_banner.about_banner_alt .wrapper {
  position: relative;
  z-index: 2;
}
@keyframes about-hero-glow {
  from { opacity: 0.75; }
  to { opacity: 1; }
}

/* Why Choose Us — reusable section */
.why_choose_us {
  position: relative;
  background:
    radial-gradient(ellipse 70% 55% at 15% 0%, rgba(0, 158, 249, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(0, 100, 180, 0.12), transparent 50%),
    #0a0a0f;
  padding: 90px 0 100px;
  color: #fff;
  overflow: hidden;
}
.why_choose_us .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.why_choose_us .wcu-head {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}
.why_choose_us .wcu-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #009ef9;
}
.why_choose_us .wcu-head h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.2;
}
.why_choose_us .wcu-head > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}
.why_choose_us .wcu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.why_choose_us .wcu-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(165deg, rgba(28, 24, 40, 0.95) 0%, rgba(16, 16, 24, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 32px 28px 34px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  box-sizing: border-box;
}
.why_choose_us .wcu-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #009ef9, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.why_choose_us .wcu-card:hover {
  border-color: rgba(0, 158, 249, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}
.why_choose_us .wcu-card:hover::before {
  opacity: 1;
}
.why_choose_us .wcu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 14px;
  color: #8ed0fc;
  background: rgba(0, 158, 249, 0.12);
  border: 1px solid rgba(0, 158, 249, 0.25);
  flex-shrink: 0;
}
.why_choose_us .wcu-icon svg {
  width: 28px;
  height: 28px;
}
.why_choose_us .wcu-card strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.why_choose_us .wcu-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.6;
  flex: 1;
}

/* Light variant — service pages between dark sections */
.why_choose_us.wcu-light {
  background:
    radial-gradient(ellipse 60% 50% at 10% 0%, rgba(0, 158, 249, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 40% at 95% 100%, rgba(0, 112, 200, 0.06), transparent 50%),
    #f6f5fa;
  color: #111;
  padding: 80px 0 88px;
}
.why_choose_us.wcu-light .wcu-head h2 {
  color: #111;
}
.why_choose_us.wcu-light .wcu-head > p {
  color: #555;
}
.why_choose_us.wcu-light .wcu-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 8px 28px rgba(20, 16, 40, 0.05);
}
.why_choose_us.wcu-light .wcu-card:hover {
  border-color: rgba(0, 158, 249, 0.35);
  box-shadow: 0 20px 40px rgba(20, 16, 40, 0.1);
}
.why_choose_us.wcu-light .wcu-card strong {
  color: #111;
}
.why_choose_us.wcu-light .wcu-card p {
  color: #555;
}
.why_choose_us.wcu-light .wcu-icon {
  color: #1aa8fa;
  background: rgba(0, 158, 249, 0.1);
  border-color: rgba(0, 158, 249, 0.22);
}

@media (max-width: 991px) {
  .why_choose_us .wrapper {
    padding: 0 20px;
  }
  .why_choose_us .wcu-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

/* About — certifications redesigned */
.who_weare_sec .certs_redesign {
  margin-top: 36px;
}
.who_weare_sec .certs_title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.02em;
}
.who_weare_sec .certs_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 640px;
}
.who_weare_sec .cert_card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  padding: 22px 18px 20px;
  box-shadow: 0 10px 28px rgba(20, 20, 40, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.who_weare_sec .cert_card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 134, 224, 0.35);
  box-shadow: 0 16px 36px rgba(0, 134, 224, 0.12);
}
.who_weare_sec .cert_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.who_weare_sec .cert_adobe {
  background: linear-gradient(135deg, #ff4d4d, #c41e1e);
}
.who_weare_sec .cert_wp {
  background: linear-gradient(135deg, #4fa3d9, #21759b);
}
.who_weare_sec .cert_agile {
  background: linear-gradient(135deg, #009ef9, #0070c8);
}
.who_weare_sec .cert_card h4 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  color: #111;
  font-weight: 700;
}
.who_weare_sec .cert_card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #555;
}
.who_weare_sec .our_story > ul.d_flex {
  display: none !important;
}
@media (max-width: 991px) {
  .who_weare_sec .certs_grid {
    grid-template-columns: 1fr;
  }
}

/* About — Who we are / Mission / Vision redesign */
.who_weare_sec .we_are_redesign {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.who_weare_sec .we_are_redesign .we_label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0086e0;
}
.who_weare_sec .we_are_redesign .we_intro p {
  margin: 0 0 12px;
  color: #333;
  font-size: 16px;
  line-height: 1.65;
}
.who_weare_sec .we_are_redesign .we_intro p:last-child {
  margin-bottom: 0;
}
.who_weare_sec .mv_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.who_weare_sec .mv_card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  padding: 24px 22px 22px;
  box-shadow: 0 12px 30px rgba(20, 20, 40, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.who_weare_sec .mv_card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 134, 224, 0.35);
  box-shadow: 0 18px 40px rgba(0, 134, 224, 0.12);
}
.who_weare_sec .mv_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  margin-bottom: 14px;
  color: #fff;
}
.who_weare_sec .mv_mission .mv_icon {
  background: linear-gradient(135deg, #009ef9, #0070c8);
}
.who_weare_sec .mv_vision .mv_icon {
  background: linear-gradient(135deg, #33b3fb, #0086e0);
}
.who_weare_sec .mv_card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #111;
  font-weight: 700;
  line-height: 1.25;
}
.who_weare_sec .mv_card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.who_weare_sec .we_are > ul.d_flex {
  display: none !important;
}
@media (max-width: 767px) {
  .who_weare_sec .mv_grid {
    grid-template-columns: 1fr;
  }
}
/* About — fresh story / who we are composition */
.who_weare_sec.story_fresh {
  background: #eef7fc;
  padding: 0 !important;
  overflow: hidden;
}
.who_weare_sec.story_fresh > .wrapper {
  display: none !important;
}
.who_weare_sec.story_fresh .sf-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 80px;
  box-sizing: border-box;
}
.who_weare_sec.story_fresh .sf-hero {
  position: relative;
  display: block;
  min-height: 0;
  padding: 70px 0 40px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}
.who_weare_sec.story_fresh .sf-hero-copy {
  max-width: 720px;
  padding-bottom: 0;
}
.who_weare_sec.story_fresh .sf-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0086e0;
}
.who_weare_sec.story_fresh .sf-hero-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.2;
  color: #111;
  max-width: none;
}
.who_weare_sec.story_fresh .sf-lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  max-width: 42ch;
}
.who_weare_sec.story_fresh .sf-body {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 28px;
  padding-top: 40px;
}
.who_weare_sec.story_fresh .sf-about p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}
.who_weare_sec.story_fresh .sf-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.who_weare_sec.story_fresh .sf-certs span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.who_weare_sec.story_fresh .sf-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.who_weare_sec.story_fresh .sf-panel {
  border-radius: 20px;
  padding: 26px 22px 24px;
  color: #fff;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.who_weare_sec.story_fresh .sf-panel:before {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}
.who_weare_sec.story_fresh .sf-mission {
  background: linear-gradient(160deg, #0a1a2e 0%, #0070c8 100%);
}
.who_weare_sec.story_fresh .sf-vision {
  background: linear-gradient(160deg, #101820 0%, #2f6fed 100%);
}
.who_weare_sec.story_fresh .sf-panel .sf-kicker {
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 1;
}
.who_weare_sec.story_fresh .sf-panel h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  color: #fff;
  position: relative;
  z-index: 1;
}
.who_weare_sec.story_fresh .sf-panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .who_weare_sec.story_fresh .sf-wrap {
    padding: 0 20px 60px;
  }
  .who_weare_sec.story_fresh .sf-body,
  .who_weare_sec.story_fresh .sf-panels {
    grid-template-columns: 1fr;
  }
  .who_weare_sec.story_fresh .sf-hero {
    padding-top: 50px;
  }
}
.page-paid-media {
  --pm-ink: #0c1219;
  --pm-panel: #141c27;
  --pm-line: rgba(255, 255, 255, 0.12);
  --pm-muted: rgba(255, 255, 255, 0.68);
  --pm-accent: #009ef9;
  --pm-accent-2: #0070c8;
  --pm-paper: #f3f5f7;
  --pm-text: #121820;
}
.page-paid-media .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.page-paid-media .pm-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pm-accent);
}

/* Hero — split composition */
.page-paid-media .pm-hero {
  position: relative;
  background: var(--pm-ink);
  color: #fff;
  padding: 140px 0 100px;
  overflow: hidden;
}
.page-paid-media .pm-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 85% 20%, rgba(46, 196, 182, 0.22), transparent 55%),
    radial-gradient(ellipse 40% 50% at 10% 90%, rgba(240, 180, 41, 0.12), transparent 50%),
    linear-gradient(135deg, #0c1219 0%, #152032 50%, #0c1219 100%);
  pointer-events: none;
}
.page-paid-media .pm-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}
.page-paid-media .pm-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}
.page-paid-media .pm-lead {
  margin: 0 0 28px;
  max-width: 520px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--pm-muted);
}
.page-paid-media .pm-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
}
.page-paid-media .pm-hero-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: var(--pm-accent);
  color: #062821 !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  border: none;
}
.page-paid-media .pm-hero-cta .btn em {
  font-style: normal;
  color: inherit;
}
.page-paid-media .pm-hero-cta .btn:hover {
  background: #33b3fb;
}
.page-paid-media .pm-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding-bottom: 2px;
}
.page-paid-media .pm-link:hover {
  border-color: var(--pm-accent);
  color: var(--pm-accent);
}
.page-paid-media .pm-hero-panel {
  display: grid;
  gap: 14px;
}
.page-paid-media .pm-meter {
  background: rgba(20, 28, 39, 0.85);
  border: 1px solid var(--pm-line);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: center;
  backdrop-filter: blur(8px);
  animation: pm-rise 0.7s ease both;
}
.page-paid-media .pm-meter:nth-child(2) { animation-delay: 0.12s; }
.page-paid-media .pm-meter:nth-child(3) { animation-delay: 0.24s; }
.page-paid-media .pm-meter-label {
  grid-row: span 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pm-accent);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.page-paid-media .pm-meter strong {
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.page-paid-media .pm-meter em {
  font-style: normal;
  font-size: 13px;
  color: var(--pm-muted);
}

@keyframes pm-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Data section */
.page-paid-media .pm-data {
  background: var(--pm-paper);
  color: var(--pm-text);
  padding: 88px 0 92px;
}
.page-paid-media .pm-data .pm-kicker {
  color: #009ef9;
}
.page-paid-media .pm-data-head {
  max-width: 640px;
  margin-bottom: 40px;
}
.page-paid-media .pm-data-head h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.2;
  color: var(--pm-text);
}
.page-paid-media .pm-data-head p {
  margin: 0;
  color: #4a5560;
  font-size: 16px;
  line-height: 1.65;
}
.page-paid-media .pm-data-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}
.page-paid-media .pm-stat {
  background: #fff;
  border: 1px solid rgba(18, 24, 32, 0.08);
  border-radius: 16px;
  padding: 26px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.page-paid-media .pm-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(12, 18, 25, 0.08);
}
.page-paid-media .pm-stat strong {
  display: block;
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--pm-ink);
  margin-bottom: 10px;
}
.page-paid-media .pm-stat span {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: #5a6570;
}
.page-paid-media .pm-data-bars {
  display: grid;
  gap: 14px;
  max-width: 720px;
}
.page-paid-media .pm-bar {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 14px;
}
.page-paid-media .pm-bar span {
  font-size: 13px;
  font-weight: 600;
  color: #3d4650;
}
.page-paid-media .pm-bar i {
  display: block;
  height: 10px;
  border-radius: 99px;
  background: #dde3ea;
  position: relative;
  overflow: hidden;
}
.page-paid-media .pm-bar i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--w, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, #009ef9, #009ef9);
  animation: pm-fill 1.1s ease both;
}
@keyframes pm-fill {
  from { transform: scaleX(0); transform-origin: left; }
  to { transform: scaleX(1); transform-origin: left; }
}

/* Why — numbered rows (not cards grid) */
.page-paid-media .pm-why {
  background: #fff;
  color: var(--pm-text);
  padding: 88px 0;
}
.page-paid-media .pm-why .pm-kicker {
  color: #009ef9;
}
.page-paid-media .pm-why-head {
  margin-bottom: 36px;
  max-width: 560px;
}
.page-paid-media .pm-why-head h2 {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.2;
}
.page-paid-media .pm-why-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(18, 24, 32, 0.1);
}
.page-paid-media .pm-why-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(18, 24, 32, 0.1);
  align-items: start;
  transition: background 0.2s ease;
}
.page-paid-media .pm-why-row:hover {
  background: rgba(46, 196, 182, 0.04);
}
.page-paid-media .pm-num {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #009ef9;
  line-height: 1;
}
.page-paid-media .pm-why-row strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--pm-text);
}
.page-paid-media .pm-why-row p {
  margin: 0;
  max-width: 640px;
  color: #5a6570;
  font-size: 15px;
  line-height: 1.6;
}

/* Approach — exactly 3 boxes */
.page-paid-media .pm-approach {
  background: var(--pm-ink);
  color: #fff;
  padding: 92px 0 100px;
}
.page-paid-media .pm-approach-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}
.page-paid-media .pm-approach-head h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.2;
  color: #fff;
}
.page-paid-media .pm-approach-head p {
  margin: 0;
  color: var(--pm-muted);
  font-size: 16px;
  line-height: 1.6;
}
.page-paid-media .pm-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.page-paid-media .pm-box {
  background: var(--pm-panel);
  border: 1px solid var(--pm-line);
  border-radius: 18px;
  padding: 28px 26px 30px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.page-paid-media .pm-box:hover {
  transform: translateY(-6px);
  border-color: rgba(46, 196, 182, 0.45);
}
.page-paid-media .pm-box-step {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--pm-accent);
  margin-bottom: 16px;
}
.page-paid-media .pm-box h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #fff;
}
.page-paid-media .pm-box > p {
  margin: 0 0 18px;
  color: var(--pm-muted);
  font-size: 14px;
  line-height: 1.6;
}
.page-paid-media .pm-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-paid-media .pm-box li {
  position: relative;
  padding: 6px 0 6px 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.page-paid-media .pm-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--pm-accent);
}

@media (max-width: 991px) {
  .page-paid-media .wrapper { padding: 0 20px; }
  .page-paid-media .pm-hero { padding: 120px 0 72px; }
  .page-paid-media .pm-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .page-paid-media .pm-data-grid { grid-template-columns: 1fr 1fr; }
  .page-paid-media .pm-approach-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .page-paid-media .pm-why-row { grid-template-columns: 64px 1fr; gap: 16px; }
}
@media (max-width: 640px) {
  .page-paid-media .pm-data-grid { grid-template-columns: 1fr; }
  .page-paid-media .pm-bar { grid-template-columns: 90px 1fr; }
}
/* ========== Search Marketing page — distinct layout ========== */
.page-search-mkt {
  --sm-navy: #101828;
  --sm-deep: #0b1220;
  --sm-amber: #009ef9;
  --sm-amber-d: #0070c8;
  --sm-paper: #f7f4ef;
  --sm-card: #fff;
  --sm-muted: #5c6570;
  --sm-line: rgba(16, 24, 40, 0.1);
}
.page-search-mkt .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.page-search-mkt .sm-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sm-amber);
}

/* Hero — centered search motif */
.page-search-mkt .sm-hero {
  position: relative;
  background: var(--sm-deep);
  color: #fff;
  padding: 150px 0 100px;
  text-align: center;
  overflow: hidden;
}
.page-search-mkt .sm-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 45% at 50% 0%, rgba(232, 163, 23, 0.2), transparent 60%),
    radial-gradient(ellipse 40% 40% at 80% 80%, rgba(80, 120, 200, 0.12), transparent 55%);
  pointer-events: none;
}
.page-search-mkt .sm-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
}
.page-search-mkt .sm-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
}
.page-search-mkt .sm-lead {
  margin: 0 auto 28px;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}
.page-search-mkt .sm-search-ui {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto 32px;
  padding: 10px 10px 10px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  animation: sm-pop 0.7s ease both;
}
.page-search-mkt .sm-search-icon {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.page-search-mkt .sm-search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: rgba(255, 255, 255, 0.55);
  right: -6px;
  bottom: -2px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.page-search-mkt .sm-search-text {
  flex: 1;
  text-align: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-search-mkt .sm-search-btn {
  padding: 10px 18px;
  background: var(--sm-amber);
  color: #1a1408;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
}
.page-search-mkt .sm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 28px;
}
.page-search-mkt .sm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: var(--sm-amber) !important;
  color: #1a1408 !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  border: none;
}
.page-search-mkt .sm-btn em {
  font-style: normal;
  color: inherit;
}
.page-search-mkt .sm-btn:hover {
  background: #f0b430 !important;
}
.page-search-mkt .sm-text-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
}
.page-search-mkt .sm-text-link:hover {
  color: var(--sm-amber);
  border-color: var(--sm-amber);
}
@keyframes sm-pop {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* What we cover */
.page-search-mkt .sm-cover {
  background: var(--sm-paper);
  color: var(--sm-navy);
  padding: 88px 0 92px;
}
.page-search-mkt .sm-cover .sm-kicker {
  color: var(--sm-amber-d);
}
.page-search-mkt .sm-cover-head {
  max-width: 640px;
  margin-bottom: 40px;
}
.page-search-mkt .sm-cover-head h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.2;
}
.page-search-mkt .sm-cover-head p {
  margin: 0;
  color: var(--sm-muted);
  font-size: 16px;
  line-height: 1.65;
}
.page-search-mkt .sm-cover-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.page-search-mkt .sm-cover-card {
  background: var(--sm-card);
  border: 1px solid var(--sm-line);
  border-radius: 18px;
  padding: 28px 24px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-search-mkt .sm-cover-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(16, 24, 40, 0.08);
}
.page-search-mkt .sm-cover-card-accent {
  background: var(--sm-navy);
  color: #fff;
  border-color: transparent;
}
.page-search-mkt .sm-cover-card-accent p,
.page-search-mkt .sm-cover-card-accent li {
  color: rgba(255, 255, 255, 0.72);
}
.page-search-mkt .sm-cover-card-accent h3 {
  color: #fff;
}
.page-search-mkt .sm-cover-card-accent .sm-cover-tag {
  background: rgba(232, 163, 23, 0.2);
  color: var(--sm-amber);
}
.page-search-mkt .sm-cover-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(232, 163, 23, 0.15);
  color: var(--sm-amber-d);
}
.page-search-mkt .sm-cover-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--sm-navy);
}
.page-search-mkt .sm-cover-card > p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--sm-muted);
}
.page-search-mkt .sm-cover-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-search-mkt .sm-cover-card li {
  padding: 7px 0;
  font-size: 13px;
  color: #3d4650;
  border-top: 1px solid var(--sm-line);
}
.page-search-mkt .sm-cover-card-accent > p,
.page-search-mkt .sm-cover-card-accent li {
  color: rgba(255, 255, 255, 0.92) !important;
}
.page-search-mkt .sm-cover-card-accent h3 {
  color: #fff !important;
}
.page-search-mkt .sm-cover-card-accent li {
  border-top-color: rgba(255, 255, 255, 0.18);
}

/* Extra content — intent section */
.page-search-mkt .sm-insight {
  background: #fff;
  padding: 88px 0;
  color: var(--sm-navy);
}
.page-search-mkt .sm-insight .sm-kicker {
  color: var(--sm-amber-d);
}
.page-search-mkt .sm-insight-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.page-search-mkt .sm-insight-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.2;
}
.page-search-mkt .sm-insight-copy p {
  margin: 0 0 14px;
  color: var(--sm-muted);
  font-size: 16px;
  line-height: 1.65;
}
.page-search-mkt .sm-insight-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.page-search-mkt .sm-chip {
  background: var(--sm-paper);
  border: 1px solid var(--sm-line);
  border-radius: 14px;
  padding: 20px 18px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.page-search-mkt .sm-chip:hover {
  border-color: rgba(232, 163, 23, 0.5);
  transform: translateY(-3px);
}
.page-search-mkt .sm-chip strong {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
  color: var(--sm-navy);
}
.page-search-mkt .sm-chip span {
  font-size: 13px;
  color: var(--sm-muted);
}

/* Our Approach — vertical timeline redesign */
.page-search-mkt .sm-approach {
  background: var(--sm-navy);
  color: #fff;
  padding: 92px 0 100px;
}
.page-search-mkt .sm-approach-head {
  max-width: 560px;
  margin-bottom: 48px;
}
.page-search-mkt .sm-approach-head h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.2;
  color: #fff;
}
.page-search-mkt .sm-approach-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.6;
}
.page-search-mkt .sm-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 820px;
}
.page-search-mkt .sm-timeline::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--sm-amber), rgba(232, 163, 23, 0.15));
}
.page-search-mkt .sm-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 28px;
  position: relative;
}
.page-search-mkt .sm-step:last-child {
  margin-bottom: 0;
}
.page-search-mkt .sm-step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1a2436;
  border: 2px solid var(--sm-amber);
  color: var(--sm-amber);
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 0 0 6px var(--sm-navy);
}
.page-search-mkt .sm-step-body {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 22px 24px 24px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.page-search-mkt .sm-step:hover .sm-step-body {
  border-color: rgba(232, 163, 23, 0.4);
  transform: translateX(4px);
}
.page-search-mkt .sm-step-body h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #fff;
}
.page-search-mkt .sm-step-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 991px) {
  .page-search-mkt .wrapper { padding: 0 20px; }
  .page-search-mkt .sm-hero { padding: 120px 0 72px; }
  .page-search-mkt .sm-cover-grid { grid-template-columns: 1fr; max-width: 440px; }
  .page-search-mkt .sm-insight-inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .page-search-mkt .sm-insight-list { grid-template-columns: 1fr; }
  .page-search-mkt .sm-search-ui { padding-left: 14px; }
}
/* ========== Video & Streaming Advertising page ========== */
.page-video-stream {
  --vs-ink: #05070d;
  --vs-panel: #101522;
  --vs-line: rgba(255, 255, 255, 0.12);
  --vs-muted: rgba(255, 255, 255, 0.7);
  --vs-accent: #009ef9;
  --vs-accent-2: #0070c8;
  --vs-paper: #eef1f6;
  --vs-text: #12141c;
}
.page-video-stream .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.page-video-stream .vs-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vs-accent);
}

/* Hero with animated video background */
.page-video-stream .vs-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--vs-ink);
}
.page-video-stream .vs-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-video-stream .vs-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(1.15) contrast(1.05);
  animation: vs-ken 28s ease-in-out infinite alternate;
}
@keyframes vs-ken {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.12) translate3d(-2%, -1%, 0); }
}
.page-video-stream .vs-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(5, 7, 13, 0.92) 0%, rgba(5, 7, 13, 0.72) 42%, rgba(5, 7, 13, 0.45) 100%),
    radial-gradient(ellipse 50% 60% at 70% 40%, rgba(91, 140, 255, 0.28), transparent 60%),
    radial-gradient(ellipse 40% 50% at 20% 80%, rgba(255, 77, 109, 0.18), transparent 55%);
  pointer-events: none;
}
.page-video-stream .vs-hero-inner {
  position: relative;
  z-index: 1;
  padding: 140px 40px 100px;
  max-width: 720px;
  margin: 0;
}
.page-video-stream .vs-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.page-video-stream .vs-lead {
  margin: 0 0 28px;
  max-width: 540px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--vs-muted);
}
.page-video-stream .vs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
  margin-bottom: 36px;
}
.page-video-stream .vs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: linear-gradient(135deg, var(--vs-accent), #1aa8fa) !important;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  box-shadow: 0 12px 28px rgba(91, 140, 255, 0.35);
}
.page-video-stream .vs-btn em {
  font-style: normal;
  color: inherit;
}
.page-video-stream .vs-btn:hover {
  filter: brightness(1.08);
}
.page-video-stream .vs-text-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
}
.page-video-stream .vs-text-link:hover {
  color: #8ed0fc;
  border-color: #8ed0fc;
}
.page-video-stream .vs-hero-icons {
  display: flex;
  gap: 14px;
}
.page-video-stream .vs-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9d7ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  animation: vs-float 4s ease-in-out infinite;
}
.page-video-stream .vs-ico:nth-child(2) { animation-delay: 0.4s; color: #ffb3c1; }
.page-video-stream .vs-ico:nth-child(3) { animation-delay: 0.8s; color: #9ef0e0; }
.page-video-stream .vs-ico svg {
  width: 28px;
  height: 28px;
}
@keyframes vs-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Platforms */
.page-video-stream .vs-platforms {
  background: var(--vs-paper);
  color: var(--vs-text);
  padding: 88px 0 92px;
}
.page-video-stream .vs-platforms .vs-kicker {
  color: #009ef9;
}
.page-video-stream .vs-sec-head {
  max-width: 560px;
  margin-bottom: 40px;
}
.page-video-stream .vs-sec-head h2 {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.2;
  color: inherit;
}
.page-video-stream .vs-sec-head-light {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-video-stream .vs-plat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.page-video-stream .vs-plat {
  background: #fff;
  border: 1px solid rgba(18, 20, 28, 0.08);
  border-radius: 18px;
  padding: 26px 22px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-video-stream .vs-plat:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(10, 14, 28, 0.1);
}
.page-video-stream .vs-plat-ico {
  display: flex;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  color: #009ef9;
  background: rgba(91, 140, 255, 0.12);
}
.page-video-stream .vs-plat:nth-child(2) .vs-plat-ico { color: var(--vs-accent-2); background: rgba(255, 77, 109, 0.12); }
.page-video-stream .vs-plat:nth-child(3) .vs-plat-ico { color: #009ef9; background: rgba(13, 148, 136, 0.12); }
.page-video-stream .vs-plat:nth-child(4) .vs-plat-ico { color: #009ef9; background: rgba(0, 158, 249, 0.12); }
.page-video-stream .vs-plat-ico svg {
  width: 28px;
  height: 28px;
}
.page-video-stream .vs-plat h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--vs-text);
}
.page-video-stream .vs-plat p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #5a6270;
}

/* Features */
.page-video-stream .vs-features {
  background: #fff;
  padding: 88px 0;
  color: var(--vs-text);
}
.page-video-stream .vs-features .vs-kicker {
  color: #009ef9;
}
.page-video-stream .vs-feat-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: start;
}
.page-video-stream .vs-feat-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.2;
}
.page-video-stream .vs-feat-copy p {
  margin: 0;
  color: #5a6270;
  font-size: 16px;
  line-height: 1.65;
}
.page-video-stream .vs-feat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.page-video-stream .vs-feat-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 18px;
  border-radius: 14px;
  border: 1px solid rgba(18, 20, 28, 0.08);
  background: var(--vs-paper);
  transition: border-color 0.25s ease;
}
.page-video-stream .vs-feat-list li:hover {
  border-color: rgba(91, 140, 255, 0.4);
}
.page-video-stream .vs-feat-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009ef9;
  background: #fff;
  border: 1px solid rgba(18, 20, 28, 0.06);
}
.page-video-stream .vs-feat-ico svg {
  width: 22px;
  height: 22px;
}
.page-video-stream .vs-feat-list strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  color: var(--vs-text);
}
.page-video-stream .vs-feat-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5a6270;
}

/* Approach */
.page-video-stream .vs-approach {
  background: var(--vs-ink);
  color: #fff;
  padding: 92px 0 100px;
}
.page-video-stream .vs-approach .vs-kicker {
  color: #8ed0fc;
}
.page-video-stream .vs-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.page-video-stream .vs-step {
  position: relative;
  background: var(--vs-panel);
  border: 1px solid var(--vs-line);
  border-radius: 18px;
  padding: 28px 24px 30px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.page-video-stream .vs-step:hover {
  transform: translateY(-6px);
  border-color: rgba(91, 140, 255, 0.45);
}
.page-video-stream .vs-step-ico {
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: var(--vs-accent);
}
.page-video-stream .vs-step-ico svg {
  width: 40px;
  height: 40px;
}
.page-video-stream .vs-step-n {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--vs-accent-2);
  margin-bottom: 10px;
}
.page-video-stream .vs-step h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #fff;
}
.page-video-stream .vs-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}

@media (max-width: 991px) {
  .page-video-stream .wrapper { padding: 0 20px; }
  .page-video-stream .vs-hero { min-height: 80vh; }
  .page-video-stream .vs-hero-inner { padding: 120px 20px 72px; }
  .page-video-stream .vs-plat-grid { grid-template-columns: 1fr 1fr; }
  .page-video-stream .vs-feat-inner { grid-template-columns: 1fr; gap: 32px; }
  .page-video-stream .vs-approach-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .page-video-stream .vs-plat-grid { grid-template-columns: 1fr; }
}
/* ========== Contact Us — simple layout ========== */
.page-contact-simple .cs-contact {
  padding: 130px 0 90px;
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(0, 158, 249, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 45% at 100% 100%, rgba(0, 134, 224, 0.12), transparent 50%),
    linear-gradient(165deg, #e6f4fc 0%, #eef7fc 40%, #e8eef8 100%);
  color: #12141c;
}
.page-contact-simple .cs-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.page-contact-simple .cs-head {
  margin-bottom: 36px;
  max-width: 420px;
}
.page-contact-simple .cs-head h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.5vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #12141c;
}
.page-contact-simple .cs-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #5a6270;
}
.page-contact-simple .cs-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
}
.page-contact-simple .cs-info {
  display: grid;
  gap: 20px;
}
.page-contact-simple .cs-block {
  background: #fff;
  border: 1px solid rgba(18, 20, 28, 0.08);
  border-radius: 14px;
  padding: 22px 22px 24px;
}
.page-contact-simple .cs-block h2 {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #009ef9;
}
.page-contact-simple .cs-block p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #3d4450;
}
.page-contact-simple .cs-block p:last-child {
  margin-bottom: 0;
}
.page-contact-simple .cs-block strong {
  color: #12141c;
}
.page-contact-simple .cs-block a {
  color: #12141c;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 158, 249, 0.45);
}
.page-contact-simple .cs-block a:hover {
  color: #009ef9;
}
.page-contact-simple .cs-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.page-contact-simple .cs-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 2px 8px rgba(18, 20, 28, 0.12);
  line-height: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.page-contact-simple .cs-social a:hover {
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(18, 20, 28, 0.18);
}
.page-contact-simple .cs-social a img {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}
.page-contact-simple .cs-form-card {
  background: #fff;
  border: 1px solid rgba(18, 20, 28, 0.08);
  border-radius: 16px;
  padding: 28px 26px 30px;
  box-shadow: 0 12px 32px rgba(20, 16, 40, 0.05);
}
.page-contact-simple .cs-form {
  display: grid;
  gap: 16px;
}
.page-contact-simple .cs-row {
  display: grid;
  gap: 6px;
}
.page-contact-simple .cs-row label {
  font-size: 13px;
  font-weight: 600;
  color: #3d4450;
}
.page-contact-simple .cs-row input,
.page-contact-simple .cs-row textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(18, 20, 28, 0.14);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  color: #12141c;
  background: #fafafb;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.page-contact-simple .cs-row input:focus,
.page-contact-simple .cs-row textarea:focus {
  border-color: rgba(0, 158, 249, 0.55);
  background: #fff;
}
.page-contact-simple .cs-row textarea {
  resize: vertical;
  min-height: 120px;
}
.page-contact-simple .cs-submit {
  margin-top: 4px;
  justify-self: start;
  padding: 13px 26px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #009ef9, #0086e0);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.page-contact-simple .cs-submit:hover {
  filter: brightness(1.06);
}
.page-contact-simple .cs-alert {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
}
.page-contact-simple .cs-alert-success {
  background: #e8f8ef;
  color: #146c43;
  border: 1px solid #b7e4c7;
}
.page-contact-simple .cs-alert-error {
  background: #fdecec;
  color: #9b1c1c;
  border: 1px solid #f5c2c7;
}
.page-contact-simple .cs-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Blog listing — text cards (no featured images) */
.blog-list-text {
  padding: 20px 0 80px;
}
.blog-list-text .blogs_grid {
  padding: 0;
}
.blog-list-text .blogs_grid .blog_card_wrap .col {
  background: #fff !important;
  border: 1px solid rgba(18, 20, 28, 0.08);
  box-shadow: 0 10px 28px rgba(18, 20, 28, 0.06) !important;
}
.blog-list-text .blogs_grid .blog_card_wrap .col:hover {
  background: #fff !important;
  border-color: rgba(0, 158, 249, 0.35);
  box-shadow: 0 14px 34px rgba(18, 20, 28, 0.1) !important;
}
.blog-list-text .blogs_grid .blog_card_wrap .text .btn_col span {
  background: rgba(0, 158, 249, 0.1);
  color: #0086e0 !important;
}
.blog-list-text .blogs_grid .blog_card_wrap .text .date {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #6b7280 !important;
}
.blog-list-text .blogs_grid .blog_card_wrap .text .date img {
  opacity: 0.7;
  filter: none;
  margin-right: 0 !important;
  flex-shrink: 0;
}
.blog-list-text .blogs_grid .blog_card_wrap .text h3 a {
  color: #12141c !important;
}
.blog-list-text .blogs_grid .blog_card_wrap .col:hover .text h3 a {
  color: #0086e0 !important;
}
.blog-list-text .blogs_grid .blog_card_wrap .text > p {
  color: #5a6270 !important;
}
.blog-list-text .blogs_grid .blog_card_wrap .blog-readmore {
  color: #0086e0;
}
.blog-list-text .blogs_grid .blog_card_wrap .col:hover .blog-readmore {
  color: #006bb3;
}
.blog-list-text .blogs_grid .blog_card_wrap .text::after {
  content: none;
  display: none;
}
/* Related posts on single blog pages — same card layout as blog listing */
.our_highlights.blogs_related {
  background: #f3f5f9 !important;
  padding: 72px 0 80px !important;
}
.our_highlights.blogs_related .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
}
.our_highlights.blogs_related .wrapper h2 {
  margin: 0 0 12px;
  color: #12141c !important;
}
.our_highlights.blogs_related .wrapper > p {
  max-width: 720px;
  margin: 0;
  color: #5a6270 !important;
}
.our_highlights.blogs_related .inner {
  position: relative !important;
  max-width: 1200px !important;
  margin: 36px auto 0 !important;
  padding: 0 !important;
  width: 100%;
  box-sizing: border-box;
}
.our_highlights.blogs_related .inner:after,
.our_highlights.blogs_related .nextprev_sec,
.our_highlights.blogs_related .embla {
  display: none !important;
}
.our_highlights.blogs_related .blogs_grid {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .our_highlights.blogs_related .wrapper,
  .our_highlights.blogs_related .blogs_grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .page-contact-simple .cs-wrap { padding: 0 20px; }
  .page-contact-simple .cs-contact { padding: 110px 0 70px; }
  .page-contact-simple .cs-grid { grid-template-columns: 1fr; }
}
/* ========== Home About Us ========== */
.home-about {
  --ha-ink: #12141c;
  --ha-muted: #5a6270;
  --ha-line: rgba(18, 20, 28, 0.1);
  --ha-accent: #009ef9;
  --ha-accent-2: #0070c8;
  --ha-paper: #f6f4fb;
  background: #fff;
  color: var(--ha-ink);
}
.home-about .ha-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.home-about .ha-kicker,
.home-about .ha-label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ha-accent);
}
.home-about .ha-intro {
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--ha-line);
  margin-bottom: 40px;
}
.home-about .ha-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.home-about .ha-lead {
  margin: 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ha-muted);
}

.home-about .ha-split {
  display: grid;
  grid-template-columns: 0.95fr 0.95fr 1.1fr;
  gap: 28px 32px;
  align-items: start;
}
.home-about .ha-story p:not(.ha-label) {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ha-muted);
}
.home-about .ha-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.home-about .ha-pills span {
  padding: 8px 14px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.home-about .ha-mv {
  display: grid;
  gap: 12px;
}
.home-about .ha-card {
  border-radius: 14px;
  padding: 18px 18px 20px;
  color: #fff;
}
.home-about .ha-card span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 8px;
}
.home-about .ha-card strong {
  font-size: 18px;
  line-height: 1.3;
}
.home-about .ha-mission {
  background: linear-gradient(135deg, #1aa8fa, #005fb0);
}
.home-about .ha-vision {
  background: linear-gradient(135deg, #2a3a6e, #1a2748);
}

.home-about .ha-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-about .ha-list li {
  border-bottom: 1px solid var(--ha-line);
}
.home-about .ha-list button {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 16px 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: #9aa0a8;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease;
}
.home-about .ha-list button em {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #c0c4cc;
  min-width: 28px;
}
.home-about .ha-list li.is-active button {
  color: var(--ha-accent);
  font-size: 22px;
}
.home-about .ha-list li.is-active button em {
  color: var(--ha-accent);
}
.home-about .ha-list button:hover {
  color: var(--ha-ink);
}
.home-about .ha-tags {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 16px 40px;
}
.home-about .ha-list li.is-active .ha-tags {
  display: flex;
}
.home-about .ha-tags a {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 158, 249, 0.12);
  color: #0070c8;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.home-about .ha-tags a:hover {
  background: rgba(0, 158, 249, 0.22);
}

.home-about .ha-stage {
  position: relative;
  min-height: 340px;
}
.home-about .ha-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.home-about .ha-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.home-about .ha-frame-desk {
  background: #fff;
  border: 1px solid var(--ha-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(20, 16, 40, 0.1);
  max-width: 92%;
}
.home-about .ha-frame-bar {
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  background: #f0eef6;
  border-bottom: 1px solid var(--ha-line);
}
.home-about .ha-frame-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4d0dc;
}
.home-about .ha-frame-body {
  min-height: 200px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.home-about .ha-frame-body strong {
  font-size: 22px;
  position: relative;
  z-index: 1;
}
.home-about .ha-frame-body em {
  font-style: normal;
  font-size: 13px;
  opacity: 0.85;
  position: relative;
  z-index: 1;
}
.home-about .ha-viz-digital {
  background: linear-gradient(145deg, #0a1a2e, #005fb0 50%, #0086e0);
}
.home-about .ha-viz-orb {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  top: 20px;
  right: 24px;
  animation: ha-float 5s ease-in-out infinite;
}
.home-about .ha-viz-orb:last-of-type {
  width: 54px;
  height: 54px;
  top: 70px;
  right: 90px;
  animation-delay: 0.6s;
}
.home-about .ha-viz-paid {
  background: linear-gradient(145deg, #0c1219, #134e4a 55%, #009ef9);
}
.home-about .ha-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 70px;
  margin: 8px 0;
  position: relative;
  z-index: 1;
}
.home-about .ha-bars i {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: rgba(255,255,255,0.35);
  animation: ha-bar 1.4s ease-in-out infinite alternate;
}
.home-about .ha-bars i:nth-child(1) { height: 35%; }
.home-about .ha-bars i:nth-child(2) { height: 70%; animation-delay: 0.15s; }
.home-about .ha-bars i:nth-child(3) { height: 50%; animation-delay: 0.3s; }
.home-about .ha-bars i:nth-child(4) { height: 90%; animation-delay: 0.45s; }
.home-about .ha-viz-search {
  background: linear-gradient(145deg, #101828, #1e293b 50%, #c4850c);
}
.home-about .ha-searchline {
  height: 36px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.25);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.home-about .ha-viz-video {
  background: linear-gradient(145deg, #05070d, #1a2748 45%, #ff4d6d);
  align-items: center;
  text-align: center;
}
.home-about .ha-play {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  border: 2px solid rgba(255,255,255,0.5);
  margin: 0 auto 12px;
  position: relative;
  z-index: 1;
}
.home-about .ha-play::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 17px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.home-about .ha-frame-phone {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 112px;
  background: #111;
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.25);
  border: 2px solid #2a2a32;
}
.home-about .ha-phone-notch {
  width: 36px;
  height: 5px;
  border-radius: 999px;
  background: #333;
  margin: 4px auto 8px;
}
.home-about .ha-phone-body {
  background: #eef7fc;
  border-radius: 10px;
  min-height: 150px;
  padding: 12px 10px;
}
.home-about .ha-phone-body b {
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  color: #12141c;
}
.home-about .ha-phone-body span {
  display: block;
  height: 18px;
  border-radius: 6px;
  background: #ddd7ea;
  margin-bottom: 8px;
}
.home-about .ha-phone-paid {
  background: linear-gradient(180deg, #ecfdf8, #fff);
}
.home-about .ha-phone-video {
  background: linear-gradient(180deg, #1a1a22, #2a2030);
}
.home-about .ha-phone-video b { color: #fff; }
.home-about .ha-phone-video span { background: rgba(255,255,255,0.15); height: 70px; }

.home-about .ha-cta-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--ha-line);
}
.home-about .ha-btn {
  display: inline-flex;
  padding: 12px 22px;
  border-radius: 8px;
  background: linear-gradient(90deg, #009ef9, #0086e0);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.home-about .ha-btn:hover { filter: brightness(1.06); }
.home-about .ha-link {
  color: var(--ha-ink);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(18,20,28,0.3);
}
.home-about .ha-link:hover {
  color: var(--ha-accent);
  border-color: var(--ha-accent);
}

@keyframes ha-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes ha-bar {
  from { transform: scaleY(0.85); }
  to { transform: scaleY(1); }
}

@media (max-width: 1100px) {
  .home-about .ha-split {
    grid-template-columns: 1fr 1fr;
  }
  .home-about .ha-stage {
    grid-column: 1 / -1;
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .home-about .ha-wrap { padding: 0 20px; }
  .home-about .ha-split { grid-template-columns: 1fr; }
}
/* Homepage content eyebrows (Euromuscle) */
.industries_lider.services_home .services-eyebrow,
.our_highlights.blogs_home .insights-eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.industries_lider.services_home .services-eyebrow {
  color: #009ef9;
}
.our_highlights.blogs_home .insights-eyebrow {
  color: #009ef9;
}
.our_highlights.blogs_home .insights-eyebrow + p {
  margin-top: 0;
}
/* Homepage hero — centered text + CTA below content */
.banner > .wrapper,
.banner .wrapper.d_flex {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner .left_col {
  width: 100% !important;
  max-width: 920px;
  margin: 0 auto;
  padding-right: 0 !important;
  text-align: center;
}
.banner .left_col h1 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner .left_col p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner .left_col .btn_col {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  position: relative;
}
.banner .left_col .btn_col .btn,
.banner .left_col a.btn {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin: 0 auto;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 !important;
  width: 165px !important;
  height: 165px !important;
  border-radius: 50% !important;
  box-sizing: border-box;
  line-height: 1.2 !important;
  overflow: hidden !important;
  border: none !important;
  background: linear-gradient(145deg, #33b3fb 0%, #009ef9 45%, #005fb0 100%) !important;
  box-shadow: 0 12px 32px rgba(0, 158, 249, 0.35);
  color: #fff !important;
  z-index: 1;
}
.banner .left_col .btn_col .btn:hover,
.banner .left_col a.btn:hover {
  filter: brightness(1.08);
  box-shadow: 0 14px 36px rgba(0, 158, 249, 0.45);
}
.banner .left_col .btn_col .btn span,
.banner .left_col a.btn span {
  display: none !important;
}
.banner .left_col .btn_col .btn:after,
.banner .left_col a.btn:after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background-image: none !important;
  animation: none !important;
  background: linear-gradient(145deg, #33b3fb 0%, #009ef9 45%, #005fb0 100%) !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}
.banner .left_col .btn_col .btn em,
.banner .left_col a.btn em {
  position: relative;
  z-index: 1;
  display: block;
  width: 6.2em;
  max-width: 78%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-style: normal;
  font-size: inherit;
  line-height: 1.25;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  color: #fff !important;
}
@media (max-width: 767px) {
  .banner .left_col .btn_col .btn,
  .banner .left_col a.btn {
    width: 130px !important;
    height: 130px !important;
    font-size: 13px !important;
    padding: 0 !important;
  }
  .banner .left_col .btn_col .btn em,
  .banner .left_col a.btn em {
    width: 5.8em;
  }
}
/* About page — story extras (Euromuscle) */
.who_weare_sec.story_fresh .sf-story {
  margin: 0 0 28px !important;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.who_weare_sec.story_fresh .sf-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin-top: 28px;
}
.who_weare_sec.story_fresh .sf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.who_weare_sec.story_fresh .sf-btn:hover {
  background: #0086e0;
  transform: translateY(-1px);
}
.who_weare_sec.story_fresh .sf-link {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid #0086e0;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.who_weare_sec.story_fresh .sf-link:hover {
  color: #0086e0;
}
.who_weare_sec.story_fresh .sf-panel {
  min-height: 240px;
  justify-content: flex-start;
  padding-top: 28px;
}
.who_weare_sec.story_fresh .sf-panel h3 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .who_weare_sec.story_fresh .sf-cta-row {
    margin-top: 22px;
  }
}

.about_banner .col_left h3 {
  max-width: 28ch;
}
.about_banner .col_left p {
  max-width: 62ch;
}
/* Service page banner CTA (Funnel-Design) */
.services_banner .svc-banner-cta {
  margin-top: 28px;
}
.services_banner .svc-banner-cta .btn {
  display: inline-flex;
}
.services_banner .inner p {
  max-width: 62ch;
}
/* Landingpage-Optimierung — feature cards in pm-data */
.page-paid-media.lpo-page .pm-feature-grid {
  grid-template-columns: repeat(3, 1fr);
}
.page-paid-media.lpo-page .pm-feature {
  align-items: flex-start;
  text-align: left;
  min-height: 180px;
}
.page-paid-media.lpo-page .pm-feature strong {
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 12px;
}
.page-paid-media.lpo-page .pm-feature span {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}
.page-paid-media.lpo-page .pm-hero h1 {
  max-width: 14ch;
}
.page-paid-media.lpo-page .pm-meter strong {
  font-size: clamp(28px, 4vw, 40px);
}
@media (max-width: 991px) {
  .page-paid-media.lpo-page .pm-feature-grid {
    grid-template-columns: 1fr;
  }
}
/* A/B-Testing page — longer chip descriptions */
.page-search-mkt.ab-testing-page .sm-hero h1 {
  max-width: 18ch;
}
.page-search-mkt.ab-testing-page .sm-chip span {
  display: block;
  font-size: 13px;
  line-height: 1.55;
}
.page-search-mkt.ab-testing-page .sm-chip {
  min-height: 120px;
}
.page-search-mkt.ab-testing-page .sm-insight-inner {
  align-items: start;
}
/* Campaign Audits — section lead + approach bullets */
.page-video-stream.campaign-audits-page .vs-sec-lead {
  margin: 14px 0 0;
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}
.page-video-stream.campaign-audits-page .vs-platforms .vs-sec-lead {
  color: #555;
}
.page-video-stream.campaign-audits-page .vs-hero h1 {
  max-width: 20ch;
}
.page-video-stream.campaign-audits-page .vs-step ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.page-video-stream.campaign-audits-page .vs-step li {
  position: relative;
  padding: 8px 0 8px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}
.page-video-stream.campaign-audits-page .vs-step li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.7;
}
.page-video-stream.campaign-audits-page .vs-step {
  align-items: flex-start;
}
/* Legal pages — Privacy Policy / Terms */
.page-legal {
  background: #f3f9fd;
}
.page-legal .legal-page {
  padding: 112px 0 100px;
}
.page-legal .legal-wrap {
  max-width: 820px;
}
.page-legal .legal-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0086e0;
}
.page-legal .legal-head h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.15;
  color: #111;
}
.page-legal .legal-intro {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.65;
  color: #444;
}
.page-legal .legal-updated {
  margin: 0 0 36px;
  font-size: 13px;
  color: #777;
}
.page-legal .legal-body {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  padding: 36px 32px;
}
.page-legal .legal-body section + section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}
.page-legal .legal-body h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
  color: #111;
}
.page-legal .legal-body p,
.page-legal .legal-body li {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
.page-legal .legal-body ul {
  margin: 12px 0 16px;
  padding-left: 1.35em;
  list-style: disc outside !important;
}
.page-legal .legal-body li {
  display: list-item !important;
  list-style: disc outside !important;
  margin: 0 0 8px;
  padding-left: 0.25em;
}
.page-legal .legal-body a {
  color: #0086e0;
  text-decoration: underline;
}
.page-legal .legal-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin-top: 36px;
}
.page-legal .legal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.page-legal .legal-btn:hover {
  background: #0086e0;
}
.page-legal .legal-link {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid #0086e0;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .page-legal .legal-page { padding: 48px 0 72px; }
  .page-legal .legal-body { padding: 24px 18px; border-radius: 16px; }
}
.page-legal .legal-contact-box {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f3f9fd;
  border: 1px solid rgba(17, 17, 17, 0.08);
}
.page-legal .legal-contact-box p {
  margin: 0 0 12px;
}
.page-legal .legal-contact-box p:last-child {
  margin-bottom: 0;
}
.page-legal .legal-updated {
  margin-bottom: 18px;
}
.page-legal .legal-body h3 {
  margin: 18px 0 10px;
  font-size: 16px;
  line-height: 1.35;
  color: #111;
}
.page-legal .legal-body section > h3:first-of-type {
  margin-top: 14px;
}
.page-legal .legal-contact-list {
  margin: 0 !important;
  padding-left: 1.2em !important;
  list-style: disc outside !important;
}
.page-legal .legal-contact-list li {
  margin-bottom: 10px !important;
}

/* ========== Unified page hero content container ==========
   Full-bleed media stays edge-to-edge; copy aligns with header (1200px). */
.banner > .wrapper,
.about_banner > .wrapper,
.services_banner > .wrapper,
.blog_page_title > .wrapper,
.blog_detail_section > .wrapper,
.page-paid-media .pm-hero > .wrapper,
.page-search-mkt .sm-hero > .wrapper,
.page-video-stream .vs-hero > .wrapper,
.page-contact-simple .cs-wrap,
.page-legal .legal-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.about_banner > .wrapper .inner,
.services_banner > .wrapper .inner,
.banner > .wrapper .left_col,
.blog_page_title > .wrapper .left_col {
  width: 100%;
  max-width: 100%;
}
.about_banner .col_left {
  width: 100%;
  max-width: 720px;
}
/* A/B Testing hero: outer container 1200px, copy stays centered */
.page-search-mkt .sm-hero > .wrapper.sm-hero-inner {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-search-mkt .sm-hero-inner > * {
  width: 100%;
  max-width: 780px;
}
/* Campaign Audits hero: outer container 1200px, copy column left */
.page-video-stream .vs-hero > .wrapper.vs-hero-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.page-video-stream .vs-hero-inner > *:not(.vs-hero-icons) {
  max-width: 720px;
}
@media (max-width: 991px) {
  .banner > .wrapper,
  .about_banner > .wrapper,
  .services_banner > .wrapper,
  .blog_page_title > .wrapper,
  .blog_detail_section > .wrapper,
  .page-paid-media .pm-hero > .wrapper,
  .page-search-mkt .sm-hero > .wrapper,
  .page-video-stream .vs-hero > .wrapper,
  .page-contact-simple .cs-wrap,
  .page-legal .legal-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-video-stream .vs-hero > .wrapper.vs-hero-inner {
    padding-top: 120px;
    padding-bottom: 72px;
  }
}
/* Date icon + text spacing */
.date,
.blog_info .date,
.blogs_grid .date {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.date > img,
.blog_info .date img,
.blogs_grid .date img {
  margin-right: 0 !important;
  flex-shrink: 0;
}
