
body.blog {
	line-height: 2rem;
	font-size: 1.25rem;
}
.tag {
	font-size: 1rem;
}
body.blog.blog-single .blog-content p {
	padding: 0 4rem;
}
.author-section,
.meta,
.blog-comments,
.tag {
	font-size: 1rem;
	line-height: 1.5rem;
}
.articles-list {
	padding: 3.125rem 0;
}
.latest-posts>div {
	margin-bottom: 4rem;
}
.article-panel {
	position: relative;
	height: 100%;
}
.article-panel:first-of-type {
	height: auto;
}
.article-panel .data {
	margin-top: .25rem;
	font-size: .75rem;
}
.blog-hero-content .data,
.article-panel .data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.article-panel .data .avatar,
.blog-hero-content .data .avatar {
	margin-right: 0.5rem;
}
.article-panel .data a {
	color: #0c63ff;
}
.article-panel h3 {
	margin-top: 0.625rem;
	padding-bottom: 1rem;
}
.article-panel h3 a {
	color: #87909e;
}
.article-panel .article-img {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.article-panel .article-img img {
	position: absolute;
	width: 110%;
	max-width: 110%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.article-panel .article-content {
	padding: 1.25rem 0;
	position: relative;
}
.article-list-subscribe {
	padding: 2.5rem;
	border: 1px solid;
	height: 100%;
}
.article-list-subscribe .form-title {
	display: none;
}
.article-list-subscribe .article-list-subscribe-image {
	margin-bottom: 1rem;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.article-list-subscribe .article-list-subscribe-image {
		margin-bottom: 0;
	}
}
.blog-pagination {
	text-align: center;
	padding: 1.875rem 0;
}
.blog-pagination a {
	white-space: nowrap;
	margin: 0 10px;
	text-decoration: none;
	padding: 6px 10px;
	color: #87909e;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent;
	transition: all 0.2s ease;
}
.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination a:active {
	background: #f8f9fa;
	border: 1px solid #87909e;
}
.blog-featured-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
}
.blog-featured-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 50%);
}
@media (max-width: 767px) {
	.blog-featured-image {
		height: 25vh;
	}
	.blog-featured-image+.blog-subscribe .blog-subscribe-image img {
		display: none;
	}
}
.blog-heading {
	padding: 3.125rem 0 1.93rem;
}
.blog-heading .data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.blog-heading .tag a {
	font-weight: bold;
}
.blog-heading .data img {
	margin-right: 1rem
}

.blog-introduction {
	padding: 0 0 3.125rem;
}

.blog-introduction img {
	max-width: 100%;
	height: auto;
}
.ng-blog-wrapper {
	margin-top: -50vh;
}
@media (max-width: 767px) {
	.ng-blog-wrapper {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.blog-content {
		padding: 0;
	}
}
.blog-content article img {
	margin-bottom: 2rem !important;
	max-width: 100%;
	height: auto;
}
.author-section {
	padding: 1.875rem 0 0.625rem;
	font-weight: bold;
	font-style: italic;
}
.author-section p {
	font-size: 0.75em;
	font-weight: 400;
	margin-bottom: 1em;
}
.author-section .avatar {
	position: relative;
	margin-top: 0.625rem;
}
.author-section .avatar img {
	width: 64px;
	height: auto;
	border-radius: 100%;
	margin-right: 1.2em;
	position: relative;
}
.author-section .author-link:not(.hover) {
	color: #0c63ff;
}
.author-section .social-profiles a {
	margin-right: 0.5em;
}
a.author-link {
	display: inline-block;
}
.avatar img {
	border-radius: 50%;
	border: 1px #333;
	max-width: 50px;
}
.blog-comments {
	margin-bottom: 3.125rem;
}
.blog-comments .blog-comments-trigger {
	position: relative;
	text-align: center;
	display: block;
}
.blog-comments .blog-comments-trigger:after {
	content: "\f107";
	font-family: fontawesome;
	margin-left: 0.2rem;
}
.blog-comments .blog-comments-trigger.open:after {
	content: "\f106";
}
.blog-comments .blog-comments-wrapper {
	display: none;
}
.blog-comments .blog-comments-wrapper .comment-reply-to {
	margin-bottom: 20px;
}
.blog-comments .blog-comments-wrapper form {
	padding: 2rem 0 4rem;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset {
	max-width: 100%;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset.form-columns-2 .field+.field {
	margin-left: 0;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset textarea {
	width: 100%;
}
.author-profile {
	padding: 6.25rem 0 3.125rem;
}
.author-profile .author-profile-info {
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.author-profile .author-profile-info .avatar {
	margin-bottom: 0.625rem;
}
.author-profile .author-profile-info .author-name {
	display: block;
	font-size: 1.375rem;
}
.author-profile .avatar {
	width: 90px;
	height: auto;
	border-radius: 100%;
}
.author-profile .author-profile-socials {
	margin-top: 3.125rem;
}
.author-profile .author-content {
	border-bottom: 2px solid;
	padding-bottom: 5rem;
}
@media (min-width: 767px) {
	.author-profile .author-profile-socials {
		margin: 0;
	}
	.author-profile .author-profile-info {
		margin: 0;
	}
	.author-profile .author-profile-info .avatar {
		margin: 0;
	}
	.author-profile .author-profile-bio {
		padding: 0 1rem;
	}
}
h4.more-author {
	margin-bottom: 3rem;
}
.blog-hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 14rem 0;
	position: relative;
	color: #333;
}
.blog-hero:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}
.blog-hero .container {
	position: relative;
}

.blog-hero a:not(.btn) {
	color: #fff;
	border: none;
	margin: 0;
}
.blog-hero .meta {
	font-size: 0.9rem;
}
.blog-hero .tag {
	margin-bottom: 0.25rem;
	display: inline-block;
}
.blog-hero .data {
	margin-bottom: 0.625rem;
}
.blog-hero .data a {
	color: #0c63ff;
}
.blog-hero h2 {
	font-size: 2.25rem;
}
.sr-social-share.sr-social-share {
	border: 1px solid
	display: block;
	padding: 15px 8.8px;
	border-radius: 100px;
}
.sr-social-share.sr-social-share img {
	margin-bottom: 0 !important;
}
@media (max-width: 991px) {
	.sr-social-share.sr-social-share {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 2rem;
	}
}
@media only screen and (min-width: 992px) {
	.sr-social-share.sr-social-share {
		opacity: 0;
		position: fixed;
		left: 35px;
		top: 45%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: all 0.15s ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	.sr-social-share.sr-social-share:hover {
		top: 44.5%;
		border-color: #f5f5f5;
		box-shadow: 10px 15px 60px 0 rgba(0, 0, 0, 0.1);
	}
	.sr-social-share.sr-social-share.active {
		left: 45px;
		opacity: 1;
	}
	.sr-social-share.sr-social-share span,
	.sr-social-share.sr-social-share span a {
		display: block;
		margin: 5px auto;
	}
	.sr-social-share.sr-social-share .sr-social-share-heading {
		padding-left: 0;
		margin-bottom: 10px;
	}
	.sr-social-share.sr-social-share .hs_cos_wrapper_type_social_sharing {
		font-size: 0;
	}
}
.sr-social-share.sr-social-share .sr-social-share-heading {
	font-size: 9px;
	text-transform: uppercase;
	color: #c0c0c0;
	letter-spacing: 1px;
	vertical-align: middle;
}
.blog-subscribe {
	background: #fff;
	padding: 2rem 0;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.blog-subscribe {
		padding: 1.125rem 0;
	}
}
.blog-subscribe p {
	display: inline-block;
	margin-bottom: 0;
}
.blog-subscribe .blog-subscribe-image {
	margin: 0 0 2rem;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.blog-subscribe .blog-subscribe-image {
		margin: -3rem 0 -1rem;
		text-align: right;
	}
}
.blog-subscribe .blog-subscribe-image img {
	max-width: 200px;
	height: auto;
}
.blog-subscribe .blog-subscribe-form {
	text-align: center;
	margin: 0;
}
@media (min-width: 768px) {
	.blog-subscribe .blog-subscribe-form {
		text-align: right;
	}
}
.blog-subscribe .blog-subscribe-form form {
	position: relative;
}
@media (min-width: 768px) {
	.blog-subscribe .blog-subscribe-form form {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.blog-subscribe .blog-subscribe-form form>div:first-of-type {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (min-width: 768px) {
	.blog-subscribe .blog-subscribe-form form>div:first-of-type {
		-ms-flex: 1;
		flex: 1;
	}
}
.blog-subscribe .blog-subscribe-form form>div:first-of-type .hs-richtext {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
}
@media (max-width: 767px) {
	.blog-subscribe .blog-subscribe-form form>div:first-of-type .hs-richtext {
		display: none;
	}
}
.blog-subscribe .blog-subscribe-form form>div:first-of-type .hs-richtext h3 {
	margin: 0 20px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.blog-subscribe .blog-subscribe-form form>div:first-of-type .hs-richtext h3 {
		line-height: 35px;
	}
}
.blog-subscribe .blog-subscribe-form form>div:first-of-type .hs-richtext p {
	line-height: 40px;
}
.blog-subscribe .blog-subscribe-form form .hs-email .hs-error-msgs {
	display: none !important;
}

.blog-subscribe .blog-subscribe-form form .hs-submit {
	-ms-flex: 0;
	flex: 0;
}
.blog-subscribe .blog-subscribe-form form .hs_error_rollup {
	position: absolute;
	left: auto;
	right: 160px;
	top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.blog-subscribe .blog-subscribe-form form .hs_error_rollup {
		right: 140px;
	}
}
@media (max-width: 767px) {
	.blog-subscribe .blog-subscribe-form form .hs_error_rollup {
		width: 100%;
		text-align: center;
		left: 0;
		right: 0;
		top: 25px;
	}
}
.blog-subscribe .blog-subscribe-form form .hs_error_rollup ul {
	font-size: 0.7rem;
}
@media (max-width: 767px) {
	.blog-subscribe .blog-subscribe-form form .hs_error_rollup ul {
		font-size: 1rem;
	}
}
.blog-related-posts {
	padding: 3.125rem 0;
}
.blog-related-posts .row>div {
	margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
	.blog-related-posts .row>div {
		margin-bottom: 0;
	}
}
.blog-related-posts .article-panel:first-of-type {
	border-radius: 5px;
}
@media only screen and (min-width: 768px) {
	.blog-related-posts .article-panel:first-of-type {
		height: auto;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
	}

	.blog-related-posts .article-panel .article-img {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		height: auto;
		padding: 0;
	}

	.blog-related-posts .article-panel .article-content {
		position: relative;
		-ms-flex: 0 0 66.66%;
		flex: 0 0 66.66%;
		max-width: 66.66%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
}
.blog-related-posts .article-panel h3 {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.blog-related-posts .article-panel .article-content {
	padding: 2rem;
}
.blog-related-posts .article-panel:first-of-type {
	margin: 1rem 0;
}
.blog-related-posts .readmore {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #0c63ff;
	color: #fff;
	font-size: 1.5rem;
	opacity: 0;
	transition: all 0.2s ease;
}
.blog-related-posts .article-panel .article-img:hover .readmore {
	opacity: 1;
}
.blog-related-posts .article-panel h3 a:hover {
	color: #0c63ff;
}

.blog-related-posts .data .meta {
	margin: 0;
}
#hs_form_target_subscribe-blog .field>label {
	display: none;
}
#hs_form_target_subscribe-blog .hs_email,
#hs_form_target_subscribe-blog .input,
#hs_form_target_subscribe-blog .hs_submit {
	display: inline-block !important;
}
#hs_form_target_subscribe-blog .hs_submit {
	margin-top: 0;
}
#hs_form_target_subscribe-blog .hs_submit input {
	height: 2.5rem;
	border-radius: 0 4px 4px 0;
}
#hs_form_target_subscribe-blog .hs_email input {
	border-radius: 0;
	height: 2.5rem;
}
#hs_form_target_subscribe-blog label {
	font-weight: normal;
}
@media (max-width: 767px) {
	#hs_form_target_subscribe-blog form {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.sr-sticky-breadcrumb {
	position: relative;
	z-index: 10;
	font-size: 1rem;
}
.sr-sticky-breadcrumb-heading {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0.75rem 0;
	transition: all ease-in-out 300ms;
	color: #87909e;
}
.sr-sticky-breadcrumb-heading a {
	color: #87909e;
}
.sr-sticky-breadcrumb-heading a:hover {
	color: #0c63ff;
}
.sr-sticky-breadcrumb-trigger {
	color: #87909e;
}

.sr-sticky-breadcrumb-trigger:after {
	content: "\f0d7";
	font-family: fontawesome;
}
.sr-sticky-breadcrumb-trigger a {
	color: #87909e;
}
.sr-sticky-breadcrumb-trigger a:hover {
	color: #0c63ff;
}
.sr-sticky-breadcrumb-categories {
	text-align: center;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	position: absolute;
	color: #87909e;
}
.sr-sticky-breadcrumb-categories .container {
	padding: 1.25rem;
}
.sr-sticky-breadcrumb-categories strong {
	margin: 0 0 0.93rem;
	color: #87909e;
}
.sr-sticky-breadcrumb-categories ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sr-sticky-breadcrumb-categories ul li {
	list-style: none;
	display: inline-block;
}
.sr-sticky-breadcrumb-categories ul li a {
	margin: 1rem;
	display: inline-block;
	color: #87909e;
}

.sr-sticky-breadcrumb-categories ul li a:hover {
	color: #0c63ff;
}
.blog-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (min-width: 576px) {
	.blog-container {
		max-width: 720px;
	}
}
@media only screen and (min-width: 768px) {
	.blog-container {
		max-width: 960px;
	}
}
@media only screen and (min-width: 992px) {
	.blog-container {
		max-width: 1140px;
	}
}
@media only screen and (min-width: 1200px) {
	.blog-container {
		max-width: 1440px;
	}
}
/* Smooth scrolling for anchor jumps */
html {
  scroll-behavior: smooth;
}

/* ==== Color tokens (approximate, tweak to your exact brand hex) ==== */
:root {
  --cs-xtrm-purple: #5b2eff;  /* adjust to your real XTRM purple */
  --cs-xtrm-blue:   #00c2ff;  /* adjust to your real blue/teal   */
}

/* ==== Pills container ==== */
.cs-nav-shell {
  max-width: 1200px;
  margin: 1rem auto 1rem;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;

  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

/* === Smooth scroll for the anchor links === */
/* === Smooth scroll for anchor links (keep if not already set) === */
/* === Smooth scroll for anchor links (keep if not already set) === */
html {
  scroll-behavior: smooth;
}

/* === Brand colors (tweak to your exact palette if needed) === */
:root {
  --cs-xtrm-purple: #5b2eff;
  --cs-xtrm-blue:   #00c2ff;
}

/* === Pills container bar – more breathing room & spacing === */
.cs-nav-shell {
  max-width: 1000px;
  margin: 1.5rem auto 1.5rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;                /* 🔥 more space between buttons */
  justify-content: center;

  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

/* === BIG pill buttons (≈75% larger) === */
.cs-nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 1.1rem 2.8rem;   /* 🔥 much bigger pill */
  border-radius: 999px;

  font-size: 1.2rem;        /* bigger text */
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;

  border: 1px solid transparent;
  background-image:
    linear-gradient(135deg, #6a3dff, #0bbff0),                /* inner fill */
    linear-gradient(135deg, var(--cs-xtrm-purple), var(--cs-xtrm-blue)); /* border */
  background-origin: border-box;
  background-clip: padding-box, border-box;

  color: #ffffff;
  cursor: pointer;
  transition:
    background 160ms ease-out,
    color 160ms ease-out,
    box-shadow 160ms ease-out,
    transform 120ms ease-out;
}

/* Hover / focus – stronger gradient + lift */
.cs-nav-pill:hover,
.cs-nav-pill:focus-visible {
  background-image: linear-gradient(
    135deg,
    var(--cs-xtrm-purple),
    var(--cs-xtrm-blue)
  );
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
  transform: translateY(-2px);
}

/* Mobile tweaks so giant pills don't break the layout */
@media (max-width: 768px) {
  .cs-nav-shell {
    border-radius: 24px;
    padding: 0.75rem;
    gap: 0.75rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.14);
  }

  .cs-nav-pill {
    flex: 1 1 100%;        /* one per row on mobile */
    justify-content: center;
    padding: 0.9rem 1.2rem;
    font-size: 1.05rem;
  }
}

/* === Shared styling for all ChannelScaler section headings === */
/* Targets any <h2> with id starting with "cs-" */
h2[id^="cs-"] {
  margin: 2.5rem 0 1.75rem;
  text-align: left;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
  letter-spacing: 0.02em;
  color: #020617; /* deep slate */
}

/* Gradient line above and below the text */
h2[id^="cs-"]::before,
h2[id^="cs-"]::after {
  content: "";
  display: block;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--cs-xtrm-purple),
    var(--cs-xtrm-blue)
  );
}

/* Spacing between top line and text */
h2[id^="cs-"]::before {
  margin-bottom: 0.5rem;
}

/* Spacing between text and bottom line */
h2[id^="cs-"]::after {
  margin-top: 0.5rem;
}

h2[id^="cs-"] > span {
  display: inline-block;
  padding: 0.15rem 0;
  border-radius: 0;
  background: none;
  font-weight: 700;

  /* 🔽 keep the text on one line if there’s room */
  white-space: nowrap;
}


/* Mobile tweaks */
@media (max-width: 768px) {
  h2[id^="cs-"] {
    margin: 2rem 0 1.25rem;
    font-size: 1.25rem;
  }

  h2[id^="cs-"]::before {
    margin-bottom: 0.4rem;
  }

  h2[id^="cs-"]::after {
    margin-top: 0.4rem;
  }

  h2[id^="cs-"] > span {
    padding: 0.1rem 0;
  }
}


  /* ===== Outer branded panel ===== */
  .cs-featured-panel {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2px; /* gradient border */
    border-radius: 32px;
    background: linear-gradient(
      135deg,
      var(--cs-xtrm-purple),
      var(--cs-xtrm-blue)
    );
  }

  .cs-featured-panel-inner {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 30px;
    padding: 2rem 1.75rem 1.5rem;
  }

  /* ===== 2x2 grid ===== */
  .cs-featured-grid {
    display: grid;
    gap: 1.5rem;
  }

  @media (min-width: 768px) {
    .cs-featured-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2x2 on desktop */
    }
  }

  /* ===== Cards ===== */
  .cs-card {
    background: #f9fafb;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    transition:
      transform 140ms ease-out,
      box-shadow 140ms ease-out,
      background 140ms ease-out;
  }

  .cs-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .cs-card-image {
    position: relative;
    overflow: hidden;
  }

  .cs-card-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .cs-card-badge,
  .cs-card-tag {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
  }

  .cs-card-body {
    padding: 1.15rem 1.35rem 1.3rem;
  }

  .cs-card-title {
    margin: 0 0 0.4rem;
    font-size: 1.02rem;
    font-weight: 700;
    color: #020617;
  }

  .cs-card-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4b5563;
  }

  .cs-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
    background: #ffffff;
  }

  /* ===== Panel footer button – branded like the nav pills ===== */
.cs-panel-footer {
  margin-top: 1.75rem;
  text-align: center;
}

.cs-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.8rem 2.2rem;
  border-radius: 12px;   /* not fully pill; bump to 999px if you want pill */
  border: none;

  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;

  /* ▶️ Default state already has the XTRM × ChannelScaler gradient */
  background-image: linear-gradient(
    135deg,
    var(--cs-xtrm-purple),
    var(--cs-xtrm-blue)
  );
  color: #ffffff;

  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
  cursor: pointer;
  transition:
    background 130ms ease-out,
    color 130ms ease-out,
    box-shadow 130ms ease-out,
    transform 130ms ease-out,
    filter 130ms ease-out;
}

.cs-more-link:hover,
.cs-more-link:focus-visible {
  filter: brightness(1.07);
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.26);
}
/* Wrapper & label */
.cs-demo-select {
  max-width: 400px;
  margin: 2rem auto 1rem;
  text-align: center;
}

.cs-demo-label {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #020617;
}

/* Gradient “rail” around the select */
.cs-demo-select-shell {
  padding: 2px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--cs-xtrm-purple),
    var(--cs-xtrm-blue)
  );
}

.cs-demo-select-input {
  width: 100%;
  border: none;
  outline: none;

  border-radius: 999px;
  padding: 0.6rem 2.3rem 0.6rem 0.8rem;  /* less right/left padding */
  box-sizing: border-box;

  /* 👇 Use background-color so we can layer an arrow on top */
  background-color: #f9fafb;     /* or #020617 if you like it dark */
  color: #020617;
  font-size: 0.90rem;
  font-weight: 500;

  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.25);

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  cursor: pointer;

  /* 👇 Dark arrow so it’s visible on light bg */
  background-image:
    linear-gradient(45deg, transparent 50%, #020617 50%),
    linear-gradient(135deg, #020617 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.cs-demo-select-input:focus,
.cs-demo-select-input:hover {
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.35);
}

/* Mobile tweak */
@media (max-width: 768px) {
  .cs-demo-select {
    margin-top: 1rem;
  }

  .cs-demo-select-input {
    font-size: 0.9rem;
    padding: 0.7rem 2.4rem 0.7rem 1rem;
  }
}

 /* default hidden; JS will toggle .active */
  .demo-panel {
    display: none;
  }

  .demo-panel.active {
    display: block;
  }

  /* make demo area slightly smaller than outer panel so gradient is visible */
  .cs-demos-panel .demo-panel {
    max-width: 900px;
    margin: 0 auto 1.5rem;
  }

  /* from your original embed */
  .sl-heading-text {
    max-width: 53%;
  }

  @media (max-width: 1024px) {
    .sl-heading-text {
      max-width: 90%;
    }
  }

  /* unify Storylane container look inside the panel */
  .cs-demos-panel .sl-embed-container {
    width: 100%;
    margin: 0 auto;
    border-radius: 22px !important;
    background: #020617;
  }



  @media (max-width: 768px) {
    .cs-featured-panel-inner {
      padding: 1.5rem 1.25rem 1.5rem;
    }


    .cs-demos-panel .demo-panel {
      max-width: 100%;
    }
  }

/* Center the button under the video */
.cs-webinar-cta-wrap {
  margin-top: 1.6rem;
  text-align: center;
}

/* Same style as "More posts here…" but a bit taller */
.cs-webinar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* ⬇️ slightly taller than the original */
  padding: 1.05rem 2.6rem;
  border-radius: 999px;

  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;

  background-image: linear-gradient(
    135deg,
    var(--cs-xtrm-purple),
    var(--cs-xtrm-blue)
  );
  color: #ffffff;

  border: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
  cursor: pointer;
  transition:
    background 130ms ease-out,
    color 130ms ease-out,
    box-shadow 130ms ease-out,
    transform 130ms ease-out,
    filter 130ms ease-out;
}

.cs-webinar-cta:hover,
.cs-webinar-cta:focus-visible {
  filter: brightness(1.07);
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(15, 23, 42)
}
    
.* 🎙 Podcast text-only layout */
.cs-podcast-content {
  max-width: 820px;
  margin: 0 auto 1.6rem;
}

.cs-podcast-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b7280;
  margin: 0 0 0.4rem;
}

.cs-podcast-title {
  margin: 0 0 0.6rem;
  font-size: clamp(1.3rem, 2.1vw, 1.7rem);
  font-weight: 700;
  color: #020617;
}

.cs-podcast-desc {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  color: #4b5563;
}

/* CTA wrapper (same centering as webinar CTA) */
.cs-podcast-cta-wrap {
  text-align: center;
}

/* reuse .cs-webinar-cta class on the link itself */

/* Responsive tweak */
@media (max-width: 768px) {
  .cs-featured-panel-inner {
    padding: 1.6rem 1.25rem 1.8rem;
  }

  .cs-podcast-content {
    max-width: 100%;
  }
}
/* ===== White Papers layout (inside featured panel) ===== */

.cs-whitepapers-layout {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  max-width: 960px;
  margin: 0 auto 1.75rem;
}

.cs-whitepapers-copy {
  flex: 1;
}

.cs-whitepapers-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b7280;
  margin: 0 0 0.4rem;
}

.cs-whitepapers-title {
  margin: 0 0 0.6rem;
  font-size: clamp(1.3rem, 2.1vw, 1.7rem);
  font-weight: 700;
  color: #020617;
}

.cs-whitepapers-desc {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.cs-whitepapers-meta {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

/* Image side – keep it visible but not overpowering */
.cs-whitepapers-media {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0.75rem 1rem;
  border-radius: 26px;
  background: radial-gradient(circle at top left, #e0f2ff 0, transparent 55%),
              radial-gradient(circle at bottom right, #ede9fe 0, transparent 60%);
}

.cs-whitepapers-media-inner {
  max-width: 240px;
  max-height: 280px;
}

.cs-whitepapers-media-inner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}

/* CTA wrapper – reuse webinar button class */
.cs-whitepapers-cta-wrap {
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .cs-whitepapers-layout {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cs-whitepapers-media {
    align-self: center;
  }
}
.cs-partner-logos-hero {
  background: #cfe2f3;
  padding-top: 0.5rem !important;   /* was 2rem */
  padding-bottom: 0.5rem !important;/* was 1.5rem */
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0.5rem !important; /* reduce gap before next section */
}

.cs-partner-logos-row {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
}

.cs-partner-logo-block img {
  display: block;
  max-height: 200px;      /* bigger logos */
  width: auto;
}

/* “×” between logos */
.cs-partner-x {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1f2933;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .cs-partner-logos-hero {
    padding: 1.5rem 1rem 1.25rem;
  }

  .cs-partner-logos-row {
    flex-wrap: wrap;
    gap: 1.3rem;
  }

  .cs-partner-logo-block img {
    max-height: 60px;
  }
}

 .header-wrapper {
  text-align: center;
  padding: 40px 0;
}

.partner-hub-divider {
  /* 1. THE BREAKOUT (Force Full Screen Width) */
  width: 100vw;             /* 100% of Viewport Width */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none !important; /* Remove the 800px limit */

  /* 2. DIMENSIONS */
  height: 6px;
  
  /* 3. THE GRADIENT */
  background: linear-gradient(90deg, #4E65F6 0%, #8E44AD 50%, #6B38FB 100%) !important;
  
  /* 4. STYLING */
  border: none !important;
  display: block !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  
  /* 5. SPACING */
  margin-top: 30px;    /* Adjust space above the line */
  margin-bottom: 30px; /* Adjust space below the line */
}

.logo-lockup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;              /* Space between logos and & */
  background: transparent; /* Ensures no background color */
  width: 100%;
}

.logo-wrap {
  display: flex;
  align-items: center;
}

.brand-logo {
  max-height: 80px;       /* Constrains height to keep them uniform */
  width: auto;
  display: block;
}



/* Responsive adjustment for small screens */
@media (max-width: 600px) {
  .logo-lockup-container {
    gap: 15px;
  }
  .brand-logo {
    max-height: 40px;
  }
  .logo-connector {
    font-size: 30px;
  }
}

/* Container: Same line, centered, scrollable on mobile */
.pill-navigation-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 10px 5px;
  background: #f8f9fd; /* Explicit white background */
  overflow-x: auto;
  scrollbar-width: none;
}

.pill-navigation-row::-webkit-scrollbar {
  display: none;
}

/* Vibrant Pill Button: Gradient by default */
.pill-button-vibrant {
  flex: 0 0 auto;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important; /* Forces white text on the gradient */
  padding: 5px 25px;
  border-radius: 60px;
  white-space: nowrap;
  
  /* Default State: The Brand Gradient */
  background: linear-gradient(90deg, #4E65F6 0%, #6B38FB 100%);
  
  /* Smooth transition for the hover effect */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0px 4px 10px rgba(78, 101, 246, 0.2);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

/* Hover State: Grows and glows */
.pill-button-vibrant:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0px 10px 20px rgba(107, 56, 251, 0.35);
  /* Slight shift in gradient for "lively" feel */
  background: linear-gradient(90deg, #6B38FB 0%, #4E65F6 100%); 
}

.pill-button-vibrant:active {
  transform: translateY(-1px);
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .pill-button-vibrant {
    padding: 12px 30px;
    font-size: 16px;
  }
  .pill-navigation-row {
    justify-content: flex-start; /* Better for mobile swiping */
    padding: 20px;
  }
}

/* 1. SECTION SPACING */
.fancy-header-container {
  text-align: center;
  padding: 30px 5px 0px; /* Adjust top padding here for section breathing room */
  background: transparent;
}

.heading-box {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}

/* 2. THE EYEBROW & DISTANCE CONTROL */
.eyebrow-top-right {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #6B38FB; 
  letter-spacing: 1.2px;
  
  /* CONTROL DISTANCE TO H2 HERE */
  margin-bottom: 0px; /* Increase this number to push the H2 further down */
}

/* 3. MAIN HEADING (Fixed One-Line) */
.fancy-h2 {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 !important; /* Forces zero margin to keep divider close */
  line-height: 1.1;
  white-space: nowrap;  /* Prevents the 2-line wrap you saw in the screenshot */
}

/* 4. THE DIVIDER (Fixed Thickness & Alignment) */
.fancy-graphic-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px; /* CONTROL DISTANCE BETWEEN H2 AND DIVIDER HERE */
  gap: 10px;
}

.node-line {
  /* FIXED THICKNESS */
  height: 2px !important; 
  width: 60px;
  border: none !important; /* Removes any default theme borders */
  padding: 0 !important;
}

/* Standardizing the Gradient Bars */
.node-line:first-of-type {
  background: linear-gradient(90deg, transparent, #4E65F6) !important;
}

.node-line:last-of-type {
  background: linear-gradient(90deg, #6B38FB, transparent) !important;
}

/* THE NODE CIRCLE (Fixed Size) */
.node-circle {
  width: 10px !important;
  height: 10px !important;
  border: 3px solid #6B38FB !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-sizing: border-box !important; /* Ensures the border doesn't add to the width */
  flex-shrink: 0;
  padding: 0 !important;
}

/* 5. MOBILE OVERRIDE */
@media (max-width: 768px) {
  .fancy-h2 {
    font-size: 28px;
    white-space: normal; /* Allows wrapping ONLY on small mobile screens */
  }
  .node-line {
    width: 40px;
  }
}
/* --- BASE FAQ STYLING --- */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Inter', sans-serif;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-question {
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::-webkit-details-marker { display: none; }

.faq-icon {
  font-size: 24px;
  color: #4E65F6; /* Channelscaler Blue */
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 0 25px 25px 25px;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}

/* Open State */
.faq-item[open] {
  border-color: transparent;
  box-shadow: 0 10px 25px -5px rgba(107, 56, 251, 0.15);
  border-top: 3px solid #6B38FB; /* Xtrm Purple */
}
.faq-item[open] .faq-question { color: #6B38FB; }
.faq-item[open] .faq-icon { transform: rotate(45deg); color: #6B38FB; }
.faq-item:hover { border-color: #6B38FB; }


/* --- NEW BATTLECARD INTERNAL STYLING --- */

/* 1. The "Short Answer" Grey Box */
.answer-header {
  background: #f8f9fd;
  border-left: 4px solid #4E65F6; /* Channelscaler Blue Accent */
  padding: 15px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #1a1a1a;
  border-radius: 0 6px 6px 0;
}

/* 2. The "Value Prop" Purple Badge */
.value-prop-badge {
  display: inline-block;
  background: #6B38FB;
  color: white;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* 3. The Bullet List with Custom Arrows */
.battlecard-list {
  margin: 15px 0 0 0;
  padding-left: 0;
  list-style-type: none;
}

.battlecard-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #4b5563;
}

.battlecard-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #6B38FB; /* Xtrm Purple Arrow */
  font-weight: 800;
}

.battlecard-list strong {
  color: #1a1a1a; /* Darker text for key terms */
  font-weight: 700;
}

/* 1. THE OUTER WRAPPER (Handles the Full-Width Background) */
.objection-handling-section {
  /* Breakout Strategy */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  
  /* Background & Spacing */
  background: #F8F9FD;
  padding: 80px 20px; /* Vertical spacing */
  box-sizing: border-box; /* Prevents padding from causing scrollbars */
  
  /* Font Styles */
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
}

/* 2. THE INNER CONTAINER (Constrains the Content) */
.objection-container {
  width: 100%;
  max-width: 1200px !important; /* Forces the content back to your standard width */
  margin: 0 auto; /* Centers the content block */
  display: block;
  padding: 0 15px; /* Adds a safety gutter for mobile screens */
}

/* Header */
.objection-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-badge {
  display: inline-block;
  background: rgba(220, 38, 38, 0.1); /* Soft Red bg */
  color: #dc2626; /* Professional Alert Red */
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.section-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a; /* Dark Text */
  margin: 0;
}

/* Grid Layout */
.response-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Individual Card (Now White) */
.response-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e1e4e8;
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.response-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(107, 56, 251, 0.1);
  border-color: #6B38FB; /* Xtrm Purple on hover */
}

/* Left Side (Objection) */
.objection-side {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 220px;
}

.icon-box.alert {
  width: 32px;
  height: 32px;
  background: #FEF2F2; /* Very light red */
  color: #dc2626;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
}

.objection-text {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 16px;
}

/* Middle Arrow */
.connector-arrow {
  color: #cbd5e1; /* Light grey arrow */
  font-weight: 400;
  padding: 0 25px;
  font-size: 20px;
}

/* Right Side (Response) */
.counter-side {
  flex: 2;
  border-left: 2px solid #f1f5f9; /* Light divider line */
  padding-left: 25px;
}

.counter-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563; /* Dark Grey text */
}

.counter-text strong {
  color: #6B38FB; /* Xtrm Purple highlight */
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .response-card { flex-direction: column; align-items: flex-start; gap: 15px; padding: 20px; }
  .counter-side { border-left: none; padding-left: 0; border-top: 1px solid #f1f5f9; padding-top: 15px; width: 100%; }
  .connector-arrow { display: none; }
}


.webinar-player-container {
  max-width: 1200px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
  border: 1px solid #eee;
}

/* Video Stage */
.video-stage {
  position: relative;
  background: #000;
  line-height: 0;
}

.main-video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

/* Badge styles removed */




/* Content Area */
.webinar-content {
  padding: 40px;
  text-align: left;
}

.webinar-date {
  color: #6B38FB;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.webinar-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 10px 0 30px 0;
  line-height: 1.3;
}

/* Speakers Layout - FIXED */
.speakers-grid {
  display: grid; /* Use CSS Grid for better control */
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Creates responsive columns */
  gap: 30px; /* More space between speakers */
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
}

.speaker-card {
  /* No longer needs flex properties */
}

.speaker-name {
  display: block;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 18px; /* Slightly larger name */
  margin-bottom: 5px; /* Adds space between name and title */
}

.speaker-title {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

/* Mobile Styling */
@media (max-width: 768px) {
  .webinar-content { padding: 25px; }
  .webinar-title { font-size: 22px; }
  .speakers-grid { 
    grid-template-columns: 1fr; /* Stack on mobile */
    gap: 20px;
  }
}

/* 1. SECTION & WRAPPER RESET - Killing the outer border box & Centering Section */
.cs-demos-panel, 
.cs-featured-panel, 
#cs-demos {
  padding: 0px !important; 
  margin: 0px auto !important; /* Centering section */
  background: transparent !important;
  border: 0px none transparent !important; 
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centering children horizontally */
}

.cs-featured-panel-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto !important; /* Forces centering of the inner container */
  padding: 0px !important;
  border: none !important;
  box-shadow: none !important;
}

/* 2. DROPDOWN AREA - Centering the select box */
.cs-demo-select {
  width: 100%;
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 20px !important; 
  padding: 0px !important;
}

.cs-demo-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #6B38FB;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0px !important;
  margin-bottom: 8px !important; 
}

.cs-demo-select-shell {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin: 0px auto !important; /* Centers the select box itself */
}

.cs-demo-select-input {
  width: 100%;
  padding: 12px 30px; 
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  background: #ffffff;
  border: 2px solid #e1e4e8;
  border-radius: 60px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.cs-demo-select-shell::after {
  content: '▼';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #4E65F6;
  pointer-events: none;
  font-size: 12px;
}

/* 3. PANEL & CARD - Centering the demo viewer */
.demo-panel {
  display: none;
  animation: csFadeIn 0.6s ease;
  margin: 0px auto !important; /* Centers the panel container */
  width: 100%;
}

.demo-panel.active {
  display: flex; /* Changed from block to flex for centering */
  justify-content: center; /* Centering the card inside the panel */
}

@keyframes csFadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.sl-embed-container {
  background: #ffffff;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15) !important;
  border: none !important; 
  margin: 0 auto !important; /* Critical line for centering */
  width: 100%;
  max-width: 900px; /* Limits size to prevent it stretching too far on wide screens */
}

/* 4. OVERLAY & BUTTON */
.sl-preview-heading {
  background-color: rgba(13, 17, 23, 0.82) !important;
  border-radius: 20px !important;
}

.sl-heading-text {
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
}

.sl-preview-cta {
  background: linear-gradient(90deg, #4E65F6 0%, #6B38FB 100%) !important;
  padding: 0 45px !important;
  height: 35px !important;
  border-radius: 50px !important;
  border: none !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(107, 56, 251, 0.4) !important;
}

.sl-preview-cta:hover {
  transform: scale(1.05) translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(107, 56, 251, 0.5) !important;
}


/* 6. MOBILE FIXES */
@media (max-width: 768px) {
  .cs-demo-select-input { font-size: 14px; padding: 14px 20px; }
  .sl-heading-text { font-size: 20px !important; padding: 0 20px; }
  .sl-preview-cta { height: 45px !important; font-size: 14px !important; }
}

.hub-creative-gallery {
  padding: 0px 20px;
  background: transparent;
}

.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Masonry Columns */
.masonry-grid {
  column-count: 3; /* 3 columns on desktop */
  column-gap: 20px;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #f0f0f0;
}

.gallery-item img {
  width: 100%;
  display: block;
  height: auto;
  filter: grayscale(40%); /* Subtle gallery effect */
  transition: all 0.5s ease;
}

/* Label Styling */
.gallery-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  background: #6B38FB; /* Xtrm Purple */
  color: white;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

/* Hover States */
.gallery-item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 40px rgba(107, 56, 251, 0.2);
  z-index: 10;
}

.gallery-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(78, 101, 246, 0.9)); /* Channelscaler Blue Gradient */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 25px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-overlay span {
  color: white;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  border: 1.5px solid white;
  padding: 8px 16px;
  border-radius: 40px;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Highlighted Item */
.gallery-item.featured {
  border: 2px solid #6B38FB;
}

/* Fallback for PDFs without thumbnails */
.pdf-thumbnail {
  background: #f8f9fd;
  min-height: 200px;
  object-fit: contain;
}

/* Tablet & Mobile Breakpoints */
@media (max-width: 900px) {
  .masonry-grid { column-count: 2; }
}
@media (max-width: 600px) {
  .masonry-grid { column-count: 1; }
}
.sales-cheat-sheet {
  padding: 40px 20px;
  background: transparent;
  font-family: 'Inter', sans-serif;
}

.cheat-sheet-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* HEADER LABELS */
.cheat-badge {
  display: inline-block;
  background: rgba(107, 56, 251, 0.1);
  color: #6B38FB;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.cheat-title {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 35px 0;
}

.cheat-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e1e4e8;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: left;
  position: relative;
}

.cheat-accent-bar {
  height: 6px;
  background: linear-gradient(90deg, #4E65F6 0%, #6B38FB 100%);
  width: 100%;
}

.cheat-body {
  padding: 50px 60px;
}

.pitch-label {
  font-size: 13px;
  font-weight: 800;
  color: #6B38FB;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.pitch-quote {
  font-size: 22px;
  line-height: 1.5;
  color: #1a1a1a;
  font-weight: 500;
  margin: 0;
}

.pitch-quote strong {
  font-weight: 800;
  color: #6B38FB;
  background: rgba(107, 56, 251, 0.05);
  padding: 0 4px;
}

.co-name { font-weight: 800; }
.co-name.cs { color: #4E65F6; }
.co-name.xtrm { color: #6B38FB; }

.cheat-footer {
  background: #f8f9fd;
  border-top: 1px solid #e1e4e8;
  padding: 20px;
  display: flex;
  justify-content: center; /* Centers the equation */
}

/* The "Equation Lockup" - Holds them together */
.equation-lockup {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 30px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

/* The Sides */
.eq-side {
  text-align: center;
  padding: 0 15px;
}

.eq-name {
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 2px;
}

.eq-name.cs { color: #4E65F6; }
.eq-name.xtrm { color: #6B38FB; }

.eq-role {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: 0.5px;
}

/* The Connector (+) */
.eq-connector {
  position: relative;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plus-symbol {
  font-size: 20px;
  color: #94a3b8;
  font-weight: 300;
}

/* Mobile Tweak: Stack them if screen is tiny */
@media (max-width: 600px) {
  .equation-lockup { flex-direction: column; width: 100%; padding: 20px; }
  .eq-side { margin-bottom: 10px; }
  .eq-connector { transform: rotate(90deg); margin: 5px 0; }
  .cheat-body { padding: 30px; }
}
.simple-hero-section {
  padding: 80px 20px 40px;
  text-align: center;
  background: transparent;
  font-family: 'Inter', sans-serif;
  width: 100%;
}

.hero-content-wrapper {
  max-width: 1200px; /* Ensures it has room to breathe */
  margin: 0 auto;
  width: 100%;
}

.hub-main-title {
  /* Dimensions */
  font-size: 54px;   /* Large, but small enough to fit on one line */
  font-weight: 900;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -1.5px;
  
  /* The "No Double Line" Rule */
  white-space: nowrap; 
}

/* The Gradient Text Effect */
.title-gradient {
  background: linear-gradient(90deg, #4E65F6 0%, #6B38FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* Responsive: Allow wrapping ONLY on tablet/mobile where horizontal space runs out */
@media (max-width: 990px) {
  .hub-main-title {
    white-space: normal; /* Allows wrapping on smaller screens so it doesn't cut off */
    font-size: 42px;
  }
}

@media (max-width: 480px) {
  .hub-main-title {
    font-size: 32px;
  }
}
/* 1. Container - Removed the dashed border for a seamless look */
.resource-row {
  margin-top: 30px;
  padding-top: 0;   /* Removed extra padding */
  border-top: none; /* Removed the dashed line that was causing clutter */
  display: flex;
  justify-content: center;
}

/* 2. The Button Itself */
.resource-action-button {
  display: block;
  text-decoration: none;
  background: #ffffff;
  text-align: center;
  
  /* Subtle border that doesn't fight with the footer */
  border: 1px solid #e2e8f0; 
  border-radius: 12px;
  padding: 12px 20px;
  
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  max-width: 400px; /* Keeps it neat and centered */
  
  /* Soft shadow to lift it slightly */
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

/* Hover State */
.resource-action-button:hover {
  border-color: #6B38FB; /* Xtrm Purple */
  background: #fcfaff;   /* Light tint */
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(107, 56, 251, 0.1);
}

/* 3. Text Styling */
.text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.action-label {
  font-size: 10px;
  font-weight: 800;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.action-title {
  font-size: 15px;
  font-weight: 700;
  color: #6B38FB;
  line-height: 1.2;
}

.resource-action-button:hover .action-title {
  text-decoration: underline;
}

.simple-hero-section {
  padding: 80px 20px 40px;
  text-align: center;
  background: transparent;
  font-family: 'Inter', sans-serif;
  width: 100%;
}

.hero-content-wrapper {
  max-width: 1200px; 
  margin: 0 auto;
  width: 100%;
}

.hub-main-title {
  /* Dimensions */
  font-size: 54px;   
  font-weight: 900;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -1.5px;
  
  /* The "No Double Line" Rule */
  white-space: nowrap; 
}

/* --- FAQ RESOURCE SECTION --- */

.faq-resource-section {
  margin-top: 25px;
  padding-top: 15px;
  /* Dashed line to separate resource from answer text visually */
  border-top: 1px dashed #e1e4e8; 
  /* Handles stacking multiple buttons cleanly */
  display: flex;
  flex-direction: column;
  gap: 10px; 
}

.faq-resource-btn {
  display: block;
  background: #f8f9fd; /* Slight grey/blue tint */
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  padding: 12px 20px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

/* Hover Effect: Turns White with Purple Border */
.faq-resource-btn:hover {
  background: #ffffff;
  border-color: #6B38FB; /* Xtrm Purple */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(107, 56, 251, 0.1);
}

/* Internal Text Styles */
.faq-res-label {
  font-size: 10px;
  font-weight: 800;
  color: #94a3b8; /* Muted label */
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 4px;
}

.faq-res-title {
  font-size: 14px;
  font-weight: 700;
  color: #6B38FB; /* Purple text indicates link */
  line-height: 1.3;
}

.faq-resource-btn:hover .faq-res-title {
  text-decoration: underline;
}
/* --- OBJECTION CARD UPDATES --- */

/* Wrapper to space the button from the text */
.card-resource-wrapper {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #f1f5f9;
}

/* Reusing the FAQ button style, but ensuring it fits the grid layout */
.faq-resource-btn.compact {
  padding: 8px 15px;
  display: inline-block; /* Keeps it from stretching full width if you prefer */
  width: auto;
  font-size: 13px;
}

.faq-resource-btn.compact .faq-res-title {
  font-size: 13px; /* Slightly smaller text for these cards */
}

/* Mobile Tweak: Ensure full width on phone for easier clicking */
@media (max-width: 768px) {
  .faq-resource-btn.compact {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .response-card { flex-direction: column; align-items: flex-start; gap: 15px; padding: 20px; }
  .counter-side { border-left: none; padding-left: 0; border-top: 1px solid #f1f5f9; padding-top: 15px; width: 100%; }
  .connector-arrow { display: none; }
}
/* --- CONTAINER --- */
.demo-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Lexend Deca', Helvetica, Arial, sans-serif;
}

/* --- TABS --- */
.tab-nav {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid #cbd6e2;
  margin-bottom: 0;
  gap: 4px;
}

.tab-button {
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  padding: 16px 32px;
  cursor: pointer;
  font-weight: 600;
  color: #33475b;
  font-size: 16px;
  transition: all 0.2s ease;
  margin-bottom: -2px;
  position: relative;
}

.tab-button:hover {
  background-color: #eaf0f6;
  color: #00a4bd;
}

.tab-button.active {
  background-color: #ffffff;
  border-color: #cbd6e2;
  border-bottom: 2px solid #ffffff;
  color: #000;
  z-index: 2;
}

/* --- PANELS --- */
.tab-panel {
  display: none;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #cbd6e2;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.tab-panel.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- GRID --- */
.demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 Tiles Per Row */
  gap: 40px;
}

.demo-tile { width: 100%; }

/* --- OVERRIDES FOR YOUR ORIGINAL HTML --- */
/* This ensures your original containers fit the new grid */
.sl-embed-container {
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.08) !important;
  border: 1px solid #e0e0e0;
}

.sl-heading-text {
  max-width: 90% !important; /* Forces title to fit */
  font-size: 18px !important;
  line-height: 1.4 !important;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
  .demo-grid { grid-template-columns: 1fr; }
  .tab-nav { flex-direction: column; gap: 0; }
  .tab-button { width: 100%; text-align: left; border-radius: 0; margin-bottom: 0; border-bottom: 1px solid #cbd6e2; }
  .tab-button.active { border-bottom: 1px solid #cbd6e2; border-left: 5px solid #9939EB; }
  .tab-panel { padding: 20px; }
}