:root {
  --cn-bg: #050608;
  --cn-card-radius: 32px;
  --cn-orange: #f47a2a;
  --cn-text-main: #ffffff;
  --cn-text-muted: #d4d6da;
  --cn-border-subtle: rgba(255, 255, 255, 0.1);
    --gs-orange: #f47a2a;
  --gs-card-bg: #f6f6f6;
  --gs-dark: #111111;
  --gs-muted: #5a5f6b;
  --gs-radius-lg: 24px;
    --scale-orange: #f47a2a;
  --scale-radius: 26px;
	 --bg:#070707;
  --card-bg: rgba(255,255,255,0.03);
  --muted: #bfc2c8;
  --accent: #26bff5; /* cyan CTA */
  --accent-2: #f47a2a; /* orange */
  --radius: 16px;
  --card-border: rgba(255,255,255,0.08);
/*   --cn-bg: #ffffff; */
  --cn-text: #111;
  --cn-muted: #6b6f75;
  --cn-accent: #f47a2a;
  --cn-blue: #2f6ff2;
  --container-width: 1180px;
}
*{
    font-family: "DM Sans", Sans-serif;
}

a{
	color: #fff !important;
}

/* Header */
#mainHeader {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 999;
  transition: 0.3s ease;
}

/* When scrolling */
/* #mainHeader.scrolled {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  padding: 10px 0;
} */

#mainHeader.scrolled .logo, #mainHeader.scrolled .nav-icons{
	display:none;
}

#mainHeader.scrolled .nav-container{
	justify-content:center;
}

/* Container */
.nav-container {
/*   width: 90%; */
  margin: auto;
	padding: 0px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Menu */
.menu {
display: flex;
    gap: 30px;
    background: rgb(0 0 0 / 20%);
    padding: 15px 25px;
    border-radius: 40px;
    backdrop-filter: blur(4px);
}

.menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
}

.menu a:hover {
  color: #f47a2a;
}

/* Icons */
.nav-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-container .logo{
	width:130px;
}

.icon.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
	padding:10px;
}

.icon.white {
  background: #fff;
}

.icon.orange {
  background: #f47a2a;
}
.icon.orange svg{
	fill: #FFFFFF;
}

.icon img {
  width: 18px;
  height: 18px;
}


.cn-footer {
  width: 97%;
  background: url("/wp-content/uploads/2025/12/Bg.webp");
  border-radius: 20px;
  padding: 60px 50px 0px;
  backdrop-filter: blur(12px);
  color: #fff;
  margin: 80px 20px 20px 20px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-left, .footer-right {
  flex:auto;
}

.footer-phone {
  font-size:20px;
  margin-bottom: 10px;
}

.footer-email {
  font-size: 44px;
  margin: 10px 0 20px;
}

.footer-address {
  opacity: 0.8;
  line-height: 1.7;
  margin-bottom: 25px;
	font-size:16px;
}

.footer-logo {
  width: 180px;
  margin-top: 20px;
}

.footer-right h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
    margin-left: -3px;
}

.footer-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-right li {
  margin-bottom: 12px;
  opacity: 0.85;
  font-size: 18px;
}

/* Bottom Section */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding-top: 20px;

  display: flex;
  justify-content: space-between;
  align-items: unset;
}

.footer-social a {
  margin-left: 20px;
  text-decoration: none;
  color: #fff;
  opacity: 0.85;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #f47a2a;
  opacity: 1;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-inner {
    flex-direction: column;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer-social a {
    margin: 0 10px;
  }
}



/* Section wrapper */
.cn-hero {
  margin: 20px 20px;
  background: var(--cn-bg);
    border-radius: 20px;
}

.cn-hero--bg{
	background:unset !important;
}

.cn-hero--bg .cn-hero-partners .partners-pill{
	background:unset !important;
	box-shadow:unset !important;
}

/* Card with rounded corners */
.cn-hero-card {
  position: relative;
/*   max-width: 1320px; */
  margin: 0 auto;
  border-radius: var(--cn-card-radius);
  overflow: hidden;
  min-height: 500px;
}

/* Background video */
.cn-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(1px) brightness(0.6);
}

.cn-bg--img{
		background-image:url("/wp-content/uploads/2025/12/Untitled-design.webp");
  color: #ffffff;
  border-radius: var(--gs-radius-lg);
  overflow: hidden;
  min-height: 300px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 150px 50%;
}

/* Dark gradient overlay */
.cn-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 80% 10%,
      rgba(255, 255, 255, 0.04),
      transparent 50%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.7) 40%,
      rgba(0, 0, 0, 0.3) 100%
    );
}

/* Content layout */
.cn-hero-content {
  position: relative;
  z-index: 1;
  padding: 200px 40px 56px;
/*   max-width: 800px; */
  color: var(--cn-text-main);
	height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
	min-height: 700px;
}

/* Eyebrow text */
.cn-hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}

/* Main heading */
.cn-hero-heading {
  font-size: 48px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
  margin: 0 0 28px;
}

.cn-hero-heading span {
  color: var(--cn-orange);
}

/* Metrics row */
.cn-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}

.cn-hero-metrics .metric {
  min-width: 120px;
}

.metric-value {
  color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.metric-label {
  color: #C8C8C8;
    font-size: 14px;
  margin-top: -5px;
  font-weight: 200;
  letter-spacing: 0.2px;
}

/* Primary CTA */
.cn-hero-actions {
  margin-bottom: 28px;
}

.cn-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--cn-border-subtle);
  background: transparent;
  color: var(--cn-text-main);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.cn-hero-btn .arrow {
  font-size: 16px;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.cn-hero-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
}

.cn-hero-btn:hover .arrow {
  transform: translateX(3px);
}

/* Partner logos pill */
.cn-hero-partners .partners-pill {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.cn-hero-partners img {
  height: 65px;
  width: auto;
}

/* Responsive */
@media (max-width: 1024px) {
  .cn-hero-content {
    padding: 56px 32px 40px;
    max-width: 100%;
  }

  .cn-hero-heading {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  .cn-hero-card {
    border-radius: 0px;
  }

  .cn-hero-content {
    padding: 150px 20px 28px;
	  height: 100% !important;
  }

  .cn-hero-heading {
    font-size: 28px;
    line-height: 34px;
	  font-weight:700;
  }

  .cn-hero-metrics {
    gap: 16px;
  }

  .cn-hero-metrics .metric {
    flex: 1 1 calc(50% - 16px);
  }

  .cn-hero-partners .partners-pill {
    padding: 8px 12px;
    gap: 10px;
  }

  .cn-hero-partners img {
    height: 40px;
  }
	.cn-work-motion .container{
		padding:0px !important;
	}
	.menu{
		display:none;
	}
	.nav-container{
		padding:0px 20px !important;
	}
	.cn-container{
		padding:50px 20px !important;
	}
		#mainHeader.scrolled {
    top: 0px;
}
	.cn-hero{
		margin:0px;
		border-radius:0px;
	}
	#mainHeader.scrolled .logo, #mainHeader.scrolled .nav-icons{
	display:flex !important;
}
	
	#mainHeader.scrolled{
		background: rgb(0 0 0 / 20%);
}
	#mainHeader.scrolled .nav-container{
	justify-content:space-between !important;
}
		.scale-left h3, .table--title h2, .eco-left h2, .cn-hww-left h2, .wm-header h2, .partners-title, .gs-title {
    font-size: 34px !important;
    font-weight: 500;
}
}

/* ===== About Section ===== */

.cn-about {
  padding: 72px 0 64px;
  background: #ffffff;             /* keep this section light */
  color: #111111;
  font-family: system-ui, -apple-system, "Inter", "DM Sans", sans-serif;
}

/* top row: "About us" + big heading */
.cn-about-header {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.cn-about-eyebrow {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
}

.cn-about-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  color: #222222;
}

/* stats row */
.cn-about-stats {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  text-align: left;
  margin-bottom: 32px;
}

.about-stat {
	margin-top:50px;
}

.d-flex{
	    display: flex;
    gap: 10px;
}

.about-stat-icon img {
  width: 80px;
  height: auto;
  display: block;
}

.about-stat-number {
  font-size: 40px;
  font-weight: 600;
  color: #222222;
}

.about-stat-percent {
  color: var(--cn-orange);
  font-size: 40px;
  font-weight: 600;
  margin-left: 2px;
}

.about-stat-label {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #4e5258;
}

/* divider */
.cn-about-divider {
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 28px 0 24px;
}

/* body copy */
.cn-about-body p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #3a3d42;
}

/* last paragraph no extra margin */
.cn-about-body p:last-child {
  margin-bottom: 0;
}

/* responsive */
@media (max-width: 992px) {
  .cn-about-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cn-about-eyebrow {
    font-size: 28px;
  }
  .cn-about-title {
    font-size: 26px;
  }
  .cn-about-stats {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .cn-about {
    padding: 56px 0 48px;
  }
  .cn-about-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .about-stat {
    max-width: none;
  }
}


/* Section wrapper */
.cn-growth-solutions {
  padding: 72px 0 56px;
  background: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
}

.cn-growth-solutions .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Heading */
.gs-header {
  margin-bottom: 32px;
  max-width: 500px;
}

.gs-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 10px;
}

.gs-title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
  color: #161616;
  margin: 0;
}

/* Cards row */
.gs-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.gs-card {
  background: var(--gs-card-bg);
  border-radius: var(--gs-radius-lg);
  padding: 28px 24px 28px;
/*   box-shadow: 0 14px 28px rgba(0, 0, 0, 0.04); */
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gs-card-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

/* Card title */
.gs-card-title {
  font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: #3D3D3D;
  margin: 0;
}

/* Bullet list with orange tick */
.gs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.gs-list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: var(--gs-muted);
  line-height: 24px;
  font-weight: 500;
}

.gs-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--gs-orange);
}

/* In-house creative band */
.gs-creative-band {
	background-image:url("/wp-content/uploads/2025/12/Inhouse-creative-1.jpg");
/*   background: #111417; */
  color: #ffffff;
  border-radius: var(--gs-radius-lg);
  padding: 28px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: center;
  overflow: hidden;
  min-height: 300px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gs-creative-text h3 {
  font-size: 32px;
  margin: 0 0 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
	color:#fff !important;
}

.gs-creative-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 320px;
}

.gs-creative-image img {
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

/* Responsive */
@media (max-width: 1024px) {
  .gs-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .cn-growth-solutions {
    padding: 56px 0 40px;
  }

/*   .gs-title {
    font-size: 26px;
  } */

  .gs-cards {
    grid-template-columns: 1fr;
  }

  .gs-creative-band {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .gs-creative-image img {
    max-height: 220px;
  }
}

.cn-partners {
  padding: 60px 0;
  background: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
}

.partners-title {
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #111;
  letter-spacing: 0.2px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
/*   border: 1px solid #e5e5e5; */
  border-bottom: none; /* avoid duplicate border */
}

.tech-grid{
	grid-template-columns: repeat(5, 1fr) !important;
}

.partner-item {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.partner-item:nth-child(6n) {
  border-right: none; /* last in row — remove right border */
}

.tech-grid .partner-item:nth-child(5n) {
  border-right: none; /* last in each 5-column row */
}

.tech-grid .partner-item:nth-child(6n) {
  border-right: 1px solid #e5e5e5; /* last in each 5-column row */
}

.tech-grid .partner-item img {
    filter: unset;
	width:100%;
	max-width:170px;
}

.text-center{
	text-align:center;
}

.partner-item img {
/*   max-width: 120px;
  max-height: 40px; */
  width: auto;
  height: auto;
  transition: opacity 0.2s ease;
	filter:brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

.partner-item-border--none{
	border-bottom:0px !important;
}

.partner-item img:hover {
  filter:unset;
	
}

#d-none .emoji{
	display:none !important;
}

/* Tablets – 4 columns */
@media (max-width: 992px) {
  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
	.tech-grid{
	grid-template-columns: repeat(4, 1fr) !important;
}
  .partner-item:nth-child(6n) {
    border-right: 1px solid #e5e5e5;
  }
  .partner-item:nth-child(4n) {
    border-right: none;
  }
}

/* Mobile – 3 columns */
@media (max-width: 768px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
	.tech-grid{
	grid-template-columns: repeat(3, 1fr) !important;
}
  .partner-item:nth-child(4n),
  .partner-item:nth-child(6n) {
    border-right: 1px solid #e5e5e5;
  }
  .partner-item:nth-child(3n) {
    border-right: none;
  }
	.partner-item-border--none{
		border-bottom:1px solid #e5e5e5 !important;
	}
}

/* Small Mobile – 2 columns */
@media (max-width: 480px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	.tech-grid{
	grid-template-columns: repeat(3, 1fr) !important;
}
  .partner-item:nth-child(3n),
  .partner-item:nth-child(6n),
  .partner-item:nth-child(4n) {
    border-right: 1px solid #e5e5e5;
  }
  .partner-item:nth-child(2n) {
    border-right: none;
  }
}

.cn-work-motion {
  padding: 60px 0;
  background: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
}

.cn-work-motion .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.wm-header {
  text-align: center;
  margin-bottom: 32px;
}

.wm-header h2 {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin: 0 0 8px;
  color: #111;
}

.wm-header p {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777;
}

/* Reels row */
.wm-reels-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 8px 4px 4px;
  overflow-x: auto;
  scrollbar-width: none;          /* Firefox */
}

.wm-reels-row::-webkit-scrollbar {
  display: none;                  /* WebKit */
}

/* Single reel card */
.wm-reel {
  flex: 0 0 200px;                /* width on desktop */
  max-width: 220px;
  border-radius: 28px;
  overflow: hidden;
  background: #f3f3f3;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* 9:16 vertical aspect */
.wm-reel video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
.d-md-none{
	display:none !important;
}
.d-md-none{
	display:block;
}
.d-lg-none{
		width:130px !important;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .cn-work-motion {
    padding: 50px 0 40px;
  }
/*   .wm-header h2 {
    font-size: 24px;
  } */
  .wm-reel {
    flex: 0 0 180px;
  }
	.footer-email{
	 font-size:24px;
	}
	.cn-footer{
		width:100% !important;
		margin:0px !important;
		border-radius:0px !important;
		padding:50px 20px 20px;
		text-align:center;
	}
	.d-md-none{
		display:block !important;
		width: 150px;
        padding-bottom: 30px;
		margin:0 auto;
	}
	.d-lg-none{
	display:none !important;
}

	.footer-inner{
		gap:10px;
	}
	.footer-bottom{
		margin-top:10px;
	}
	.footer-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
	.cn-tf-left .swiper-slide.d-flex{
		width:100% !important;
	}
	.cn-tf-overlay-card .container, .cn-tf-overlay-card{
		padding:0px !important;
	}
}

.cn-ecosystem {
  padding: 80px 0;
  background: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display",
    "Segoe UI", sans-serif;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.cn-container{
	padding: 80px 0px;
    text-align: center;
}

.mb-5{
	margin-bottom:50px;
}

/* 2-column layout */
.eco-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  align-items: start;
}

/* Left title */
.eco-left h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  color: #111;
  margin: 0;
}

/* Right side */
.eco-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 14px;
}

.eco-lead {
  font-size: 32px;
  line-height: 38px;
  color: #333;
  margin: 0 0 40px;
}

/* Stats row */
.eco-stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Individual stat block */
.eco-stat {
  display: flex;
  flex-direction: column;
  max-width: 420px;
}

.eco-icon {
  width: 100px;
  height: auto;
  margin-bottom: 14px;
}

.eco-num {
    display: flex;
    align-items: center;
}

.eco-num p{
  font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 26px;
    margin: 0
}

.eco-num div{
  font-size: 50px;
    font-weight: 500;
    color: #222;
    line-height: 26px;
    margin: 0;
    display: flex;
    align-items: baseline;
}

.eco-num span {
  color: #f47a2a;
  font-size: 40px;
  font-weight: 400;
  margin-right: 6px;
}

/* Divider line */
.eco-divider {
  height: 1px;
  background: #e5e5e5;
  margin: 16px 0 18px;
}

/* Description text */
.eco-desc {
    font-size: 18px;
    line-height: 24px;
    color: #555;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 992px) {
  .eco-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .eco-left {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .eco-stats-row {
    grid-template-columns: 1fr;
  }
  .eco-num span {
    font-size: 32px;
  }
  .eco-lead {
    font-size: 24px;
    line-height: 30px;
}
}

/* Section spacing */
.cn-scale-cta {
  padding: 50px 0;
}

/* Card wrapper */
.scale-card {
  background: var(--scale-orange);
  border-radius: var(--scale-radius);
  padding: 80px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Orange diagonal texture */
.scale-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: repeating-linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.06) 0px,
    rgba(255, 255, 255, 0.06) 4px,
    transparent 4px,
    transparent 12px
  );
  opacity: 0.24;
  pointer-events: none;
}

/* Left text */
.scale-left h3 {
    margin: 0;
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    line-height: 52px;
    letter-spacing: 0.2px;
}

.scale-left p {
    margin: 8px 0 0;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* Button */
.scale-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 22px;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: 0.2s ease;
      fill: #000000;
    color: #000000 !important;
    border-radius: 8px 8px 8px 8px;
    padding: 14px 24px 14px 24px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.scale-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.22);
}

.scale-btn .arrow {
  font-size: 16px;
  transition: 0.2s ease;
}

.scale-btn:hover .arrow {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 768px) {
  .scale-card {
    flex-direction: column;
    gap: 24px;
    text-align: left;
    padding: 35px 28px;
	  align-items:left !important;
  }
	.cn-headaches{
		padding:40px 0px !important
	}
	.cn-scale-cta{
		padding:0px 0px 50px 0px !important;
	}
	.cn-ecosystem{
		padding:80px 0px 40px 0px !important;
	}
}

/* ===== Marketing Headaches vs Creative Nut's Cure ===== */

.cn-headaches {
  padding: 70px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
}

.table--title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 35px;
}

.table--title h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* Left heading – black */
.table--title h2:first-child {
  color: #111;
}

/* Right heading – red */
.table--title h2:last-child {
  color: #e5332a;
}

.table--container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

/* Card style */
.table--qn,
.table--solution {
  background: #f6f6f6;
  padding: 40px 24px;
  border-radius: 16px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #333;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
}

.table--solution {
  background: #fff !important;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	display:flex;
	align-items:center;
}

/* right text slightly stronger */
.table--solution {
  font-weight: 500;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .table--title {
    flex-direction: column;
    gap: 10px;
  }

  .table--container {
    grid-template-columns: 1fr;
  }
}

/* ===== Testimonial + Form Section ===== */

.cn-testimonial-form {
  position: relative;
  padding: 60px 0;
  border-radius: 28px;
  overflow: hidden;
  /* background image behind everything */
  background-image: url("https://your-image-here.jpg"); /* replace */
  background-size: cover;
  background-position: center;
}

/* Dark glass overlay card */
.cn-tf-overlay-card {
  position: relative;
  margin: 0 20px;
	padding:20px;
  border-radius: 28px;
  overflow: hidden;
  background: url("/wp-content/uploads/2025/12/685537729197a895a1ab5f74_team-background-scaled-1.webp");
	background-position:center;
	background-repeat:no-repeat;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cn-tf-overlay-card .container{
	    background-color: #00000066;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    width: 100% !important;
    margin: 0 auto;
	max-width:100% !important;
}
.cn-tf-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 40px;
  padding: 40px 40px 48px;
  align-items: stretch;
	max-width:1180px;
	margin:0 auto;
}

/* LEFT – testimonial block */

.cn-tf-left {
  color: #ffffff;
}

.cn-tf-left .swiper {
  height: 100%;
}

.cn-tf-left .swiper-slide.d-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  align-items: flex-start;
}

.cn-tf-left img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-bottom: 10px;
  background-color: #fff;
}

.cn-tf-left h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.cn-tf-left p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.9);
}

.cn-tf-left h4 {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 400;
}

.cn-tf-left p i {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

/* swiper dots */
.testi-dots {
  margin-top: 20px;
}

.testi-dots .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.testi-dots .swiper-pagination-bullet-active {
  background: #ffffff;
}

/* RIGHT – form block */

.cn-tf-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cn-tf-form-block {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.cn-tf-form-block h2 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
}

/* Form fields */
.cn-tf-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cn-tf-form input,
.cn-tf-form select,
.cn-tf-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  outline: none;
}

.cn-tf-form textarea {
  resize: vertical;
}

.cn-tf-form input::placeholder,
.cn-tf-form textarea::placeholder,
.cn-tf-form select {
  color: #888;
}

/* Submit button */
.cn-tf-submit {
  margin-top: 6px;
  padding: 10px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(135deg, #4f46e5, #9333ea);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cn-tf-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.5);
}

.form-input--field, .form-input--phone, .form-input--message, .form-input--dropdown{
	border-color: #f47a2a !important;
}

.wpcf7-submit{
	background-color:#f47a2a !important;
}

.wpcf7 .wpcf7-form-control-wrap {
    margin-top: -10px;
}

/* Responsiveness */
@media (max-width: 992px) {
  .cn-tf-row {
    grid-template-columns: 1fr;
    padding: 30px 20px 32px;
  }

  .cn-tf-right {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .cn-testimonial-form {
    padding: 40px 0;
  }

  .cn-tf-overlay-card {
    margin: 0;
    border-radius: 0;
  }
}

/* === SECTION WRAPPER === */
.cn-how-we-work {
  position: relative;
  padding: 90px 0;
  color: #fff;
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro", sans-serif;
}

/* === BACKGROUND (GRADIENT BLUR FROM SCREENSHOT) === */
.cn-hww-bg {
  position: absolute;
  inset: 0;
  background:url("/wp-content/uploads/2025/12/Bg.webp"); 
  z-index: 0;
	background-size: cover;
}

/* === GRID LAYOUT === */
.cn-hww-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* === LEFT CONTENT === */
.cn-hww-left h2 {
  font-size: 44px;
  font-weight: 500;
  margin: 0 0 12px;
  letter-spacing: 0.2px;
	color:#fff !important;
}

.cn-hww-left p {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  max-width: 400px;
  color: rgba(255, 255, 255, 0.85);
}

.hww-btn {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s ease;
}

.hww-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

/* === RIGHT TIMELINE === */
.hww-timeline {
  position: relative;
  padding-left: 60px;
}

.hww-timeline::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 20px;
  bottom: 0;
  width: 2px;
  height: 88%;
  background: rgba(255, 255, 255, 0.18);
}

/* === TIMELINE STEP === */
.hww-step {
  position: relative;
  margin-bottom: 48px;
}

.hww-step:last-child {
  margin-bottom: 0;
}

.hww-step .num {
  position: absolute;
  left: -58px;
  top: -8px;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #db4700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  z-index: 2;
}

.hww-step h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 6px;
  color: #fff;
}

.hww-step p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-weight: 300;
  margin: 0;
  max-width: 420px;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .cn-hww-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hww-timeline {
    padding-left: 40px;
  }

  .hww-timeline::before {
    left: 16px;
  }

  .hww-step .num {
    left: -45px;
  }
}

.d-flex h3, .d-flex h4{
	color:#fff !important;
}


 .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        transition: 0.4s ease;
      }

      /* Left & Right slides dim effect */
      .swiper-slide-prev,
      .swiper-slide-next {
        opacity: 0.3 !important;
      }

      /* Active slide */
      .swiper-slide-active {
        opacity: 1 !important;
      }

      .swiper-slide img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        /*object-fit: cover;*/
      }
.d-flex img{
	width:100px !important;
	height:100px !important;
	border-radius:100px !important;
}
      @media (max-width: 990px) {
        .swiper-slide img {
          height: auto !important;
        }
      }

      :root {
        --accent: #f47a2a;
        --muted: #bccbdc;
        --step-gap: 40px;
        --step-padding-left: 60px;
        --img-max-width: 150px;
        --stagger-step: 0.12s;
      }

      .timeline-container {
        max-width: 920px;
        margin: 0 auto;
        position: relative;
        padding: 40px 0px;
      }
      .timeline-container img {
        border-radius: 8px;
        max-width: 150px;
      }
      .timeline-vertical {
        position: absolute;
        left: 20px;
        top: 40px;
        bottom: 0;
        width: 1px;
        background: var(--muted);
        z-index: 0;
        height: 80%;
      }

      .timeline-step {
        position: relative;
        margin-bottom: var(--step-gap);
        padding-left: var(--step-padding-left);
        border-radius: 12px;
        z-index: 1;

        /* start hidden (for scroll reveal) */
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s cubic-bezier(0.2, 0.9, 0.3, 1),
          transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1);
        will-change: opacity, transform;
      }

      /* When visible, reveal. Delay controlled via --delay set by JS */
      .timeline-step.visible {
        opacity: 1;
        transform: translateY(0);
        transition-delay: var(--delay, 0s);
      }

      .timeline-num {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--accent);
        border: 1px solid white;
        z-index: 2;
      }

      .timeline-title {
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 6px;
        color: #fff;
      }

      .timeline-desc {
        color: var(--muted);
        max-width: 600px;
      }

      .timeline-img-highlight {
        border-radius: 12px;
        position: absolute;
        right: -170px;
        top: 0;
        max-width: var(--img-max-width);
        transform: translateX(30px) scale(0.97);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.28s cubic-bezier(0.43, 0.65, 0.45, 0.84),
          transform 0.28s cubic-bezier(0.51, 1.18, 0.75, 0.29), box-shadow 0.3s;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
        z-index: 0;
        display: block;
      }

      /* IMAGE APPEARS ONLY ON HOVER: */
      .timeline-step:hover .timeline-img-highlight {
        opacity: 0;
        pointer-events: auto;
        transform: translateX(0) scale(1);
      }

      /* hide floating image on small screens */
      @media (max-width: 600px) {
        .timeline-img-highlight {
          display: none;
        }
        .timeline-step {
          padding-left: 52px;
        }
      }
      @media (max-width: 880px) {
        .timeline-img-highlight {
          right: -140px;
          max-width: 120px;
        }
      }

      /* Reduced motion: show everything, no transitions */
      @media (prefers-reduced-motion: reduce) {
        .timeline-step,
        .timeline-img-highlight {
          transition: none !important;
          transform: none !important;
          opacity: 1 !important;
        }
      }


/* Section */
.cn-pricing{
  background: url("/wp-content/uploads/2025/12/Bg.webp");
  color: #fff;
  padding: 60px 0 90px;
  font-family: system-ui, -apple-system, "Inter", "DM Sans", sans-serif;
}

.pricing-header{
  text-align:center;
  margin-bottom:28px;
}
.pricing-title {
    font-size: 44px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
}
.pricing-title span{ color: var(--accent); display:block; font-style: italic; font-weight:700; }
.pricing-sub{ color:var(--muted); margin:10px 0 18px; }

/* Toggle */
.pricing-toggle{
  display:inline-flex;
  border-radius:40px;
  padding:4px;
  gap:8px;
  background:linear-gradient(180deg, rgba(255,255,255,0.03), transparent);
  border:1px solid rgba(255,255,255,0.06);
  margin: 10px 0 6px;
}
.pricing-toggle .toggle-btn{
  background:transparent;
  color:var(--muted);
  border:0;
  padding:10px 20px;
  border-radius:28px;
  cursor:pointer;
  font-weight:600;
}
.pricing-toggle .toggle-btn.active{
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  color:var(--accent);
  box-shadow: 0 6px 18px rgba(0,0,0,0.6), inset 0 -2px 0 rgba(255,255,255,0.02);
}

/* Note */
.pricing-note{ color:var(--muted); font-size:13px; margin-top:8px; }

/* Grid */
.pricing-grid{
  margin-top:36px;
}
.pricing-grid .pricing-grid{
  /* reserved if nested, ignore */
}
.pricing-grid:empty{ display:none; }

.pricing-grid .pricing-grid {}

/* Use one grid container for cards */
.pricing-grid { } /* placeholder */

.pricing-grid .dummy{}

.pricing-grid {
  margin-top: 30px;
}

/* Main layout (4 columns) */
.pricing-grid {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
  max-width: 1250px;
  margin: 30px auto 0;
  padding: 0 16px;
}

/* Card */
.plan-card{
  background: var(--card-bg);
  border-radius: 18px;
  padding: 26px;
  border: 1px solid var(--card-border);
  box-shadow: 0 10px 24px rgba(0,0,0,0.6);
  display:flex;
  flex-direction:column;
  gap:14px;
  position:relative;
  min-height:540px;
	height:100%;
}

/* badges */
.plan-card .badge{
  position:absolute;
  top:-12px;
  right:12px;
  background:linear-gradient(90deg,#ffb07a,#ff6b6b);
  color:#111;
  padding:6px 12px;
  border-radius:12px;
  font-weight:700;
  box-shadow:0 6px 18px rgba(0,0,0,0.5);
  transform:translateY(0);
}
.plan-card .badge.alt{ background: linear-gradient(90deg,#ffd37a,#ff9b4a); right:12px; }

/* header text */
.plan-head{ margin-bottom:6px; }
.plan-title{ font-size:28px; margin:0 0 6px; font-weight:500; color: #eee; }
.plan-sub{ color:var(--muted); font-size:13px; margin:0 0 6px; }

/* price area */
.plan-price{ display:flex; align-items:baseline; gap:12px; margin-top:6px; }
.price-old{ color:#ff7fa6; text-decoration:line-through; font-weight:700; opacity:0.9; font-size:18px; }
.price-current{ display:flex; align-items:baseline; gap:8px; }
.price-amount{ font-size:34px; font-weight:800; color:#fff; }
.price-tail{ font-size:13px; color:var(--muted); margin-left:4px; }
.price-note{ color:#9bd77b; font-size:12px; font-weight:600; margin-left:auto; }

/* CTA */
.plan-cta{ display:inline-block; margin-top:12px; text-decoration:none; padding:14px 26px; border-radius:999px; background:var(--accent); color:#022; font-weight:700; text-align:center; box-shadow: 0 10px 26px rgba(0,0,0,0.6); }
.btn-outline{ background:transparent; color:var(--accent); border:1px solid rgba(255,255,255,0.06); }

/* hr */
.plan-card hr{ border:0; border-top:1px solid rgba(255,255,255,0.04); margin:18px 0; }

/* features */
.plan-features{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:12px; color:var(--muted); font-size:14px; line-height:1.6; }
.plan-features li{ display:flex; gap:10px; align-items:flex-start; }
.plan-features .tick{ width:18px; height:18px; fill:#6fe38a; flex-shrink:0; margin-top:3px; }

/* highlighted and popular styling */
.plan-card.popular{ border:1px solid rgba(255,255,255,0.12); transform:scale(1.01); box-shadow:0 18px 38px rgba(0,0,0,0.7); }
.plan-card.highlighted{ border-color: rgba(255,255,255,0.12); }

/* custom plan differences */
.plan-custom .price-amount{ font-size:20px; font-weight:700; color:var(--muted); }
.plan-custom .plan-cta{ background:transparent; border:1px solid rgba(255,255,255,0.06); color:var(--accent); }

/* Responsive */
@media (max-width:1200px){
  .pricing-grid{ max-width: 980px; }
}
@media (max-width:992px){
  .pricing-grid{ grid-template-columns: repeat(2, 1fr); gap:18px; padding:0 12px; }
  .plan-card{ min-height:520px; }
}
@media (max-width:600px){
  .pricing-title{ font-size:28px; }
  .pricing-grid{ grid-template-columns: 1fr; padding:0 12px; }
  .plan-card{ min-height:auto; }
  .plan-features{ gap:10px; }
  .pricing-toggle{ gap:6px; }
}



/* -- Case Studies marquee section -- */
.cn-cases { padding: 70px 0; background: var(--cn-bg); color: var(--cn-text-main); }
.cn-cases .container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

/* Two column grid */
.cases-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 36px; align-items: start; }

/* LEFT */
.cases-left .eyebrow { display:inline-block; padding:6px 12px; border-radius:999px; border:1px solid var(--cn-border-subtle); color:var(--cn-text-muted); font-size:13px; margin-bottom:18px; }
.case-logo { width:56px; height:56px; border-radius:10px; object-fit:cover; display:block; margin: 8px 0 18px; }
.case-title { font-size:30px; line-height:1.05; margin:0 0 14px; color:var(--cn-text-main); font-weight:700; }
.case-desc { color:var(--cn-text-muted); margin:0 0 22px; max-width:520px; }
.case-kpis { display:flex; gap:28px; margin-bottom:18px; }
.kpi { display:flex; flex-direction:column; gap:6px; }
.kpi-value { font-size:24px; font-weight:700; color:#fff; }
.kpi-label { font-size:13px; color:var(--cn-text-muted); }

/* CTA */
.btn { display:inline-block; text-decoration:none; padding:12px 20px; border-radius:999px; font-weight:700; }
.btn-gradient { background: linear-gradient(90deg,#ff6aa8,#7a4cff); color:#fff; box-shadow: 0 12px 30px rgba(0,0,0,0.6); }

/* RIGHT: marquee */
.cases-right { position: relative; height: 560px; overflow: hidden; }

/* marquee container */
.marquee { position: relative; width: 100%; height: 100%; overflow: hidden; }

/* track — very wide and animating left */
.marquee-track {
  display: flex;
  gap: 28px;
  align-items: center;
  height: 100%;
  /* animation controlled below */
  animation: marqueeScroll 26s linear infinite;
}

/* card */
.case-card {
  flex: 0 0 280px; /* card width */
  display:flex;
  flex-direction:column;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.05));
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.04);
}

/* allow taller hero card variant */
.case-card.tall { flex: 0 0 360px; }

.case-card img { width:100%; height: 360px; object-fit: cover; display:block; }
.case-card.tall img { height:100%; min-height: 420px; }

.card-caption {
  padding: 18px;
  font-weight:600;
  color:var(--cn-text-main);
  font-size:15px;
  background: linear-gradient(180deg, rgba(0,0,0,0.02), transparent);
}

/* marquee animation */
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* track contains duplicates so -50% loops */
}

/* pause on hover */
.marquee:hover .marquee-track,
.marquee:focus-within .marquee-track {
  animation-play-state: paused;
}

/* Responsive: stack on mobile */
@media (max-width: 1024px) {
  .cases-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .cases-right { height: 520px; }
  .case-card { flex: 0 0 240px; }
  .case-card img { height: 300px; }
}

@media (max-width: 768px) {
  .cases-grid { grid-template-columns: 1fr; }
  .cases-right { height: auto; }
  /* disable marquee on mobile: show stacked, static cards */
  .marquee-track { animation: none; flex-wrap:wrap; gap:16px; }
  .case-card { width: calc(50% - 8px); flex: none; }
  .case-card.tall { width: 100%; }
}

/* FAQ (uses your existing :root variables) */
.cn-faq {
  background: #fff;
  padding: 64px 0;
  font-family: system-ui, -apple-system, "Inter", "DM Sans", sans-serif;
  color: var(--cn-text-main);
}

.cn-faq .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* grid: left big title + right accordion */
.faq-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 48px;
  align-items: start;
}

/* LEFT */
.faq-left .eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: inline-block;
}
.faq-main-title {
  font-size: 44px;
  margin: 0;
  line-height: 1.02;
  font-weight: 500;
  color: #000;
}

/* RIGHT: accordion container */
.faq-right { padding-top: 6px; }
.accordion { border-left: none; }

/* accordion-item */
.accordion-item {
  border-top: 1px solid rgba(255,255,255,0.03);
  padding: 0px 0 0px;
}
.accordion-item:first-child { border-top: none; }

/* toggle button row */
.accordion-toggle {
  display: flex;
  gap: 18px;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0px;
    padding-bottom: 30px;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  color: #000;
  position: relative;
  outline: none;
	border-bottom:1px solid #D1D1D1 !important;
	box-shadow:unset !important;
}

/* left short indicator (becomes blue/active when open) */
.accordion-toggle::before {
  content: "";
  position: absolute;
left: -5px;
    top: 22px;
    width: 15px;
  height: 2px;
  background: transparent;
  transition: background 0.22s ease;
}

.accordion-toggle:focus{
	border-radius:0px !important;
}

.accordion-toggle:hover, .accordion-toggle:focus{
	background-color:unset !important;
	color:#000 !important;
}

/* plus / minus icon */
.toggle-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  color: var(--cn-orange);
  font-weight: 700;
  font-size: 18px;
}

/* question text */
.accordion-toggle .question { display: block; }

/* answer panel */
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s cubic-bezier(.2,.9,.3,1), opacity .28s;
  opacity: 0;
  padding-top: 20px;
  color: #777;
  font-size: 15px;
  line-height: 1.65;
	padding-left:25px;
}

/* OPEN state */
.accordion-item.open .accordion-panel {
  opacity: 1;
  max-height: 320px;
}

/* active indicator uses accent color (we use --accent from root) */
.accordion-item.open .accordion-toggle::before {
  background: var(--accent); /* uses your --accent (cyan) */
}

.accordion-item.open .toggle-icon{
	display:none;
}

/* .accordion-item.open{
	padding-left: 40px;
} */

/* toggle icon color when open */
.accordion-item.open .toggle-icon { color: var(--accent); }

/* small visual spacing between items */
.accordion-item + .accordion-item { margin-top: 6px; }

/* responsive */
@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq-main-title { font-size: 40px; }
  .accordion-toggle::before { left: -28px; width: 16px; }
}

/* Accessibility: focus outlines */
.accordion-toggle:focus {
  box-shadow: 0 0 0 4px rgba(38,191,245,0.1);
  border-radius: 6px;
}


.cn-team-inner {
  display: flex;
  flex-direction: column;
  min-height: 420px;
	max-width: 1180px;
    margin: 0 auto;
    padding: 50px 16px;
}

/* top copy */
.cn-team-copy {
  max-width: 460px;
  margin-bottom: 60px;
}

.cn-team-eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin: 0 0 14px;
}

.cn-team-title {
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 18px;
	color:#fff;
	font-weight:500;
}

.cn-team-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--cn-text-muted);
  margin: 0 0 24px;
}

/* button */
.cn-team-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #000 !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(0,0,0,0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.cn-team-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.7);
  background: #f7f7f7;
}

/* stats row */
.cn-team-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: auto;
}

.team-stat-number {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 18px;
	color:#fff;
}

.team-stat-divider {
  height: 1px;
  background: rgba(255,255,255,0.25);
  margin-bottom: 18px;
}

.team-stat-title {
  font-size: 18px;
  margin: 0 0 8px;
	color:#fff;
}

.team-stat-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--cn-text-muted);
}

/* content wrapper */
.cn-team .container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}


/* responsive */
@media (max-width: 992px) {
  .cn-team {
    padding: 56px 0 52px;
  }

  .cn-team-inner {
    min-height: 0;
  }

  .cn-team-stats {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
  }
}

@media (max-width: 768px) {
  .cn-team-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .cn-team-title {
    font-size: 32px;
  }

  .cn-team-stats {
    grid-template-columns: 1fr;
  }
}

/* ===== Proven results / Projects section ===== */

.cn-projects {
  padding: 72px 0 80px;
  background: #f4f4f4; /* light grey panel like screenshot */
  font-family: system-ui, -apple-system, "Inter", "DM Sans", sans-serif;
  color: #111111;
}

.cn-projects .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Heading */
.cn-projects-header {
  text-align: center;
  margin-bottom: 40px;
}
.cn-projects-header h2 {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
}
.cn-projects-header p {
  margin: 0;
  font-size: 14px;
  color: #6b6f75;
}

/* Grid */
.cn-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

/* Card */
.cn-project-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* image */
.cn-project-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* content */
.cn-project-content {
  padding: 22px 26px 24px;
}

.cn-project-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
}

.cn-project-desc {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #5a5f6b;
}

/* tags */
.cn-project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f8f8f8;
  color: #444;
}

/* hover subtle elevation */
.cn-project-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* responsive */
@media (max-width: 900px) {
  .cn-projects {
    padding: 56px 0 64px;
  }
  .cn-projects-grid {
    grid-template-columns: 1fr;
  }
  .cn-projects-header h2 {
    font-size: 30px;
  }
}
