/* Core Innovative Solutions -- Attractive redesign v2 */
/* Fonts loaded via <link> in topcsslink.php (avoids render-blocking @import) */

:root {
  --ink: #030642;
  --ink-2: #121826;
  --ink-3: #1a2233;
  --surface: #ffffff;
  --surface-2: #f3f5f8;
  --surface-3: #e8ecf2;
  --amber: #ff8a00;
  --amber-2: #e67700;
  --amber-soft: rgba(255, 138, 0, 0.12);
  --text: #1a2233;
  --text-soft: #5a6578;
  --text-faint: #8b95a7;
  --line: rgba(10, 14, 23, 0.08);
  --line-light: rgba(255, 255, 255, 0.1);
  --shadow: 0 20px 50px rgba(10, 14, 23, 0.12);
  --shadow-lg: 0 32px 80px rgba(10, 14, 23, 0.2);
  --radius: 16px;
  --radius-sm: 10px;
  --font-display: 'Sora', sans-serif;
  --font-body: 'Outfit', sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1360px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.site-redesign {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--surface);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.site-redesign h1,
body.site-redesign h2,
body.site-redesign h3,
body.site-redesign h4 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--text);
}

body.site-redesign .cs-hero h1,
body.site-redesign .cs-hero h2,
body.site-redesign .cs-hero h3,
body.site-redesign .cs-section--ink h2,
body.site-redesign .cs-section--ink h3,
body.site-redesign .cs-cta-band h2,
body.site-redesign .cs-service--featured h3 {
  color: #fff;
}

body.site-redesign .container {
  max-width: var(--container);
}

/* ========== HEADER -- clean light bar ========== */
#header.cs-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  border-bottom: 1px solid rgba(10, 14, 23, 0.08);
  box-shadow: 0 4px 24px rgba(10, 14, 23, 0.06);
}

.cs-header .header-top,
.cs-header .header-middle,
.cs-topbar { display: none !important; }

.cs-header .header-nav,
.cs-header .header-nav-wrapper,
.cs-header .navbar-scrolltofixed {
  background: #ffffff !important;
  position: relative !important;
  top: auto !important;
  box-shadow: none !important;
  width: 100% !important;
}

.cs-header .header-nav-wrapper.scroll-to-fixed-fixed {
  position: relative !important;
  width: 100% !important;
  left: auto !important;
}

.cs-header .header-nav .container {
  position: relative;
}

.cs-nav-shell { display: contents; }

.cs-nav-bar {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;
  min-height: 80px;
  padding: 8px 0;
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
}

.cs-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  flex: 0 0 auto;
  z-index: 2;
}

.cs-brand::after { display: none; }

.cs-brand img {
  max-height: 52px;
  width: auto;
  filter: none;
  transition: opacity 0.25s;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-groups
 {
    z-index: 2;
    margin-left: -1px;
    line-height: 38px;
}
.cs-brand:hover img { opacity: 0.85; }

.cs-brand__tag { display: none !important; }

.cs-header #menuzord,
.cs-header .menuzord {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  float: none !important;
  position: static !important;
}

.cs-header .menuzord-menu {
  float: none !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

.cs-header .menuzord-menu > li {
  float: none !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  clear: none !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.cs-header .menuzord-menu > li.cs-mega {
  position: static !important;
}

.cs-header .menuzord-menu > li.scrollable-fix {
  display: none !important;
}

.cs-header .menuzord-menu > li > a {
  position: relative;
  display: inline-block !important;
  width: auto !important;
  white-space: nowrap !important;
  color: #1a2233 !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  padding: 10px 12px !important;
  letter-spacing: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  line-height: 1.2 !important;
  transition: color 0.2s var(--ease);
}

.cs-header .menuzord-menu > li > a .indicator {
  opacity: 0.4;
  margin-left: 4px !important;
  color: inherit !important;
  float: none !important;
  display: inline !important;
  position: static !important;
}

.cs-header .menuzord-menu > li > a:hover,
.cs-header .menuzord-menu > li.active > a {
  color: var(--amber) !important;
  background: transparent !important;
}

.cs-header .menuzord-menu > li > a::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s var(--ease);
}

.cs-header .menuzord-menu > li > a:hover::after,
.cs-header .menuzord-menu > li.active > a::after {
  transform: scaleX(1);
}

.cs-nav-actions,
.cs-nav-phone { display: none !important; }

.cs-nav-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff !important;
  text-decoration: none !important;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: none;
  z-index: 2;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.cs-nav-cta:hover {
  background: var(--amber);
  color: #fff !important;
  transform: translateY(-1px);
  filter: none;
  box-shadow: 0 8px 20px rgba(255, 138, 0, 0.3);
}

/* Desktop: hide hamburger (and any duplicate) */
.cs-header .menuzord .showhide {
  display: none !important;
}

/* Dropdown menus */
.cs-header .menuzord-menu > li > ul.dropdown {
  position: absolute !important;
  left: 0 !important;
  top: 100% !important;
  right: auto !important;
  width: 240px !important;
  min-width: 240px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 14px 0 10px !important;
  background: #fff !important;
  border: 1px solid rgba(10, 14, 23, 0.1) !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 50px rgba(10, 14, 23, 0.14) !important;
  overflow: visible !important;
  z-index: 1200 !important;
}

/* Invisible bridge so cursor can move from link â†’ panel without closing */
.cs-header .menuzord-menu > li > ul.dropdown::before,
.cs-header .menuzord-menu > li > .megamenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 28px;
  background: transparent;
}

.cs-header .menuzord-menu > li > ul.dropdown li {
  float: none !important;
  width: 100% !important;
  display: block !important;
}

.cs-header .menuzord-menu > li > ul.dropdown li a {
  display: block !important;
  padding: 10px 18px !important;
  color: #1a2233 !important;
  white-space: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.cs-header .menuzord-menu > li > ul.dropdown li a:hover {
  color: var(--amber) !important;
  background: rgba(255, 138, 0, 0.06) !important;
}

/* Services megamenu -- full container width */
.cs-header .menuzord-menu > li > .megamenu {
  position: absolute !important;
  left: 15px !important;
  right: 15px !important;
  top: 100% !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  z-index: 1200 !important;
}

/* Visual panel sits inside so hover gap is filled by padding + ::before */
.cs-header .menuzord-menu > li > .megamenu .megamenu-row {
  background: #fff !important;
  border: 1px solid rgba(10, 14, 23, 0.1) !important;
  border-radius: 16px !important;
  box-shadow: 0 24px 60px rgba(10, 14, 23, 0.16) !important;
}

.cs-header .megamenu .megamenu-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 22px 10px !important;
}

.cs-header .megamenu .megamenu-row .col3 {
  float: none !important;
  display: block !important;
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 14px !important;
  margin: 0 !important;
  border-right: 1px solid rgba(10, 14, 23, 0.06);
}

.cs-header .megamenu .megamenu-row .col3:last-child {
  border-right: 0;
}

.cs-header .megamenu .megamenu-row ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.cs-header .megamenu .megamenu-row ul li {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  position: relative !important;
}

.cs-header .megamenu .cs-mega__title {
  font-family: var(--font-display) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  padding: 0 0 10px !important;
  margin: 0 0 4px !important;
  border-bottom: 1px solid rgba(10, 14, 23, 0.08) !important;
}

.cs-header .megamenu .cs-mega__title a {
  color: var(--ink) !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
}

.cs-header .megamenu .megamenu-row ul li a {
  display: block !important;
  padding: 8px 0 !important;
  color: #384152 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  white-space: normal !important;
  transition: color 0.2s, padding 0.2s !important;
}

.cs-header .megamenu .megamenu-row ul li a i {
  color: var(--amber) !important;
  margin-right: 6px !important;
  width: 16px !important;
  text-align: center !important;
}

.cs-header .megamenu .megamenu-row ul li a:hover {
  color: var(--amber) !important;
  background: transparent !important;
  padding-left: 4px !important;
}

@media (max-width: 1100px) {
  .cs-header .menuzord-menu > li > a {
    padding: 10px 8px !important;
    font-size: 13px !important;
  }
  .cs-nav-cta { padding: 11px 16px; font-size: 12px; }
  .cs-brand img { max-height: 44px; }
  .cs-header .megamenu .megamenu-row { padding: 16px 6px !important; }
  .cs-header .megamenu .megamenu-row .col3 { padding: 0 10px !important; }
}

/* Mobile / tablet -- match menuzord breakpoint (~768) */
@media (max-width: 767px) {
  /* One compact row: logo · quote · hamburger */
  .cs-nav-bar {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px;
    min-height: 64px;
    padding: 8px 0;
    position: relative;
  }

  .cs-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .cs-brand img {
    max-height: 40px;
  }

  .cs-nav-cta {
    order: 2;
    flex: 0 0 auto;
    padding: 10px 14px;
    font-size: 12px;
  }

  .cs-header #menuzord,
  .cs-header .menuzord {
    order: 3;
    flex: 0 0 auto;
    position: static !important;
    width: auto !important;
    min-width: 0;
  }

  .cs-header .menuzord .showhide {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px;
    float: none !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px;
    background: #f3f5f8 !important;
    color: var(--ink) !important;
    text-decoration: none !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }

  /* Kill duplicate hamburger buttons */
  .cs-header .menuzord .showhide ~ .showhide {
    display: none !important;
  }

  .cs-header .menuzord .showhide em {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    float: none !important;
    background: var(--ink) !important;
    border-radius: 2px;
  }

  /* Dropdown panel under full header row */
  .cs-header .menuzord-menu {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 1px) !important;
    float: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-height: min(70vh, 520px) !important;
    overflow-y: auto !important;
    margin: 0 !important;
    padding: 8px 16px 16px !important;
    border: 1px solid rgba(10, 14, 23, 0.08);
    border-radius: 0 0 16px 16px;
    background: #fff !important;
    box-shadow: 0 18px 40px rgba(10, 14, 23, 0.14);
    z-index: 1200;
  }

  /* Opened by menuzord / our toggle */
  .cs-header .menuzord-menu.cs-nav-open,
  .cs-header .menuzord-menu[style*="display: block"],
  .cs-header .menuzord-menu[style*="display:block"],
  .cs-header .menuzord-menu[style*="display: flex"],
  .cs-header .menuzord-menu[style*="display:flex"] {
    display: flex !important;
  }

  .cs-header .menuzord-menu > li,
  .cs-header .menuzord-menu > li.cs-mega {
    position: relative !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(10, 14, 23, 0.08);
  }

  .cs-header .menuzord-menu > li > a {
    display: block !important;
    width: 100% !important;
    padding: 14px 4px !important;
    font-size: 15px !important;
  }

  .cs-header .menuzord-menu > li > a::after { display: none; }

  .cs-header .menuzord-menu > li > ul.dropdown,
  .cs-header .menuzord-menu > li > .megamenu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    background: #f6f7fa !important;
    overflow: hidden !important;
  }

  .cs-header .menuzord-menu > li > .megamenu .megamenu-row {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .cs-header .megamenu .megamenu-row {
    flex-direction: column !important;
    padding: 8px 12px !important;
  }

  .cs-header .megamenu .megamenu-row .col3 {
    width: 100% !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(10, 14, 23, 0.06);
    padding: 10px 0 !important;
  }

  .cs-header .megamenu .megamenu-row .col3:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  .cs-nav-cta {
    padding: 9px 12px;
    font-size: 11px;
  }
  .cs-brand img { max-height: 36px; }
}

/* ========== HERO ========== */
.cs-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  background:#0b0e17;
  overflow: hidden;
}

.cs-brand-mark {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #fff !important;
  margin: 0 0 22px;
  max-width: 18ch;
  animation: csIn 0.75s 0.08s var(--ease) both;
}

.cs-brand-mark {
  max-width: 18ch;
}

.cs-brand-mark__static {
  display: block;
  color: #fff !important;
}

.cs-brand-mark__typed {
  display: block;
  color: var(--amber) !important;
  min-height: 1.15em;
  white-space: nowrap;
}

.cs-typewriter {
  color: inherit;
  white-space: nowrap;
}

.cs-type-cursor {
  display: inline-block;
  width: 3px;
  height: 0.95em;
  margin-left: 6px;
  vertical-align: -0.1em;
  background: var(--amber);
  animation: csCursorBlink 0.85s step-end infinite;
}

@keyframes csCursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.cs-hero__headline {
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 32ch;
  margin: 0 0 14px;
  animation: csIn 0.75s 0.16s var(--ease) both;
}

.cs-hero__lead {
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58) !important;
  max-width: 40ch;
  margin: 0 0 34px;
  animation: csIn 0.75s 0.24s var(--ease) both;
}

.cs-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 48px 72px max(48px, calc((100vw - var(--container)) / 2 + 15px));
  color: #fff;
  /* background:
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(255, 138, 0, 0.18), transparent 55%),
    linear-gradient(160deg, var(--ink) 0%, var(--ink-2) 100%) !important; */
}

.cs-hero__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #0c1019;
  isolation: isolate;
}

.cs-hero__glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 65% 45%, rgba(255, 138, 0, 0.18), transparent 70%),
    radial-gradient(ellipse 40% 40% at 95% 70%, rgba(255, 154, 31, 0.1), transparent 65%);
}

.cs-marquee-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.cs-marquee-stage {
  position: absolute;
  top: -18%;
  left: 2%;
  right: -3%;
  bottom: -22%;
  display: flex;
  justify-content: center;
  gap: 16px;
  transform: rotate(9deg);
  transform-origin: center center;
}

.cs-marquee__col {
  flex: 0 0 clamp(150px, 16vw, 195px);
  height: 100%;
  overflow: hidden;
}

.cs-marquee__col--down {
  transform: translateY(-48px);
}

.cs-marquee__track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.cs-marquee__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}

.cs-marquee__col--up .cs-marquee__track {
  animation: csScrollUp 22s linear infinite;
}

.cs-marquee__col--down .cs-marquee__track {
  animation: csScrollDown 26s linear infinite;
}

.cs-marquee__col--slow .cs-marquee__track {
  animation-duration: 30s;
}

.cs-marquee__card {
  position: relative;
  width: 100%;
  height: clamp(210px, 26vh, 270px);
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #121826;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
}

.cs-marquee__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.cs-hero__fade {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

@keyframes csScrollUp {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -50%, 0); }
}

@keyframes csScrollDown {
  from { transform: translate3d(0, -50%, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .cs-marquee__col--up .cs-marquee__track,
  .cs-marquee__col--down .cs-marquee__track {
    animation: none !important;
  }
}
.cs-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--amber-soft);
  border: 1px solid rgba(255, 138, 0, 0.35);
  color: var(--amber);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 28px;
  animation: csIn 0.7s var(--ease) both;
}

.cs-hero__badge i { font-size: 11px; }

.cs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  animation: csIn 0.75s 0.32s var(--ease) both;
}

.cs-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  animation: csIn 0.75s 0.4s var(--ease) both;
}

.cs-hero__meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 2px;
}

.cs-hero__meta span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none !important;
  border: 1.5px solid transparent;
  transition: transform 0.25s var(--ease), background 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.cs-btn:hover { transform: translateY(-2px); }

.cs-btn--primary {
  background: var(--amber);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(255, 138, 0, 0.35);
}

.cs-btn--primary:hover {
  background: var(--amber-2);
  color: #fff !important;
}

.cs-btn--ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28);
}

.cs-btn--ghost:hover {
  border-color: var(--amber);
  color: var(--amber) !important;
}

.cs-btn--dark {
  background: var(--ink);
  color: #fff !important;
}

.cs-btn--outline-dark {
  background: transparent;
  color: var(--ink) !important;
  border-color: rgba(10, 14, 23, 0.2);
}

.cs-btn--outline-dark:hover {
  border-color: var(--amber);
  color: var(--amber) !important;
}

/* ========== SHARED ========== */
.cs-section {
  padding: 10px 0;
  position: relative;
}

/* Skip layout/paint work for offscreen sections (helps Speed Index / LCP) */
#services,
#why-us,
#projects,
#team,
#clients {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.cs-section--soft { background: var(--surface-2); }
.cs-section--ink {
  background:
    radial-gradient(ellipse 70% 50% at 90% 10%, rgba(255, 138, 0, 0.12), transparent 50%),
    var(--ink);
  color: #fff;
}

.cs-section--ink .cs-title { color: #fff; }
.cs-section--ink .cs-lead { color: rgba(255, 255, 255, 0.62); }

.cs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 14px;
}

.cs-kicker::before {
  content: '';
  width: 18px;
  height: 2px;
  background: var(--amber);
  border-radius: 2px;
}

.cs-title {
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.12;
  margin: 0 0 16px;
  max-width: 18ch;
}

.cs-lead {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--text-soft);
  max-width: 52ch;
  margin: 0;
}

.cs-head {
  margin-bottom: 48px;
}

.cs-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cs-head--center .cs-kicker { justify-content: center; }
.cs-head--center .cs-kicker::before { display: none; }
.cs-head--center .cs-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 22ch;
}
.cs-head--center .cs-lead {
  margin-left: auto;
  margin-right: auto;
}

/* ========== ABOUT ========== */
.cs-about {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.cs-about__media {
  position: relative;
}

.cs-about__media-main {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 5;
}

.cs-about__media-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--ease);
}

.cs-about__media:hover .cs-about__media-main img {
  transform: scale(1.04);
}

.cs-about__float {
  position: absolute;
  right: -18px;
  bottom: 36px;
  background: var(--ink);
  color: #fff;
  padding: 20px 22px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  min-width: 160px;
  animation: csFloat 4s ease-in-out infinite;
}

.cs-about__float strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 4px;
}

.cs-about__float span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.cs-about__accent {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--amber-soft);
  border: 1px solid rgba(255, 138, 0, 0.25);
  z-index: -1;
}

.cs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
}

.cs-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text);
}

.cs-chip i {
  color: var(--amber);
  font-size: 12px;
}

.cs-mission-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}

.cs-mission {
  padding: 22px;
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  border: 1px solid var(--line);
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}

.cs-mission:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 138, 0, 0.35);
}

.cs-mission__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--amber-soft);
  color: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 18px;
}

.cs-mission h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.cs-mission p,
.cs-mission ul {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-soft);
}

.cs-mission ul {
  padding-left: 16px;
}

.cs-mission li { margin-bottom: 3px; }

/* ========== SERVICES ========== */
.cs-services {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.cs-service {
  grid-column: span 4;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  text-decoration: none !important;
  color: inherit;
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s, border-color 0.35s, background 0.35s;
}

.cs-service:nth-child(1) { grid-column: span 7; min-height: 320px; }
.cs-service:nth-child(2) { grid-column: span 5; min-height: 320px; }
.cs-service:nth-child(3),
.cs-service:nth-child(4),
.cs-service:nth-child(5),
.cs-service:nth-child(6) { grid-column: span 3; }

.cs-service:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 138, 0, 0.4);
}

.cs-service__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: auto;
}

.cs-service__icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--ink), var(--ink-3));
  color: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: background 0.35s, color 0.35s;
}

.cs-service:hover .cs-service__icon {
  background: var(--amber);
  color: #fff;
}

.cs-service__num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-faint);
}

.cs-service h3 {
  font-size: 1.2rem;
  margin: 24px 0 10px;
  color: var(--text);
}

.cs-service p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-soft);
}

.cs-service__arrow {
  margin-top: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s;
}

.cs-service:hover .cs-service__arrow {
  background: var(--amber);
  border-color: var(--amber);
  color: #fff;
  transform: translateX(4px);
}

.cs-service--featured {
  background:
    radial-gradient(ellipse at 100% 0%, rgba(255, 138, 0, 0.15), transparent 45%),
    var(--ink);
  border-color: transparent;
  color: #fff;
}

.cs-service--featured h3 { color: #fff; }
.cs-service--featured p { color: rgba(255, 255, 255, 0.65); }
.cs-service--featured .cs-service__num { color: rgba(255, 255, 255, 0.4); }
.cs-service--featured .cs-service__icon {
  background: var(--amber);
  color: #fff;
}
.cs-service--featured .cs-service__arrow {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* ========== GROW ========== */
.cs-grow {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.cs-grow__media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow-lg);
}

.cs-grow__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
  display: block;
}

.cs-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 14, 23, 0.35);
  transition: background 0.3s;
}

.cs-play:hover { background: rgba(10, 14, 23, 0.5); }

.cs-play span {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  padding-left: 4px;
  box-shadow: 0 14px 40px rgba(255, 138, 0, 0.45);
  animation: csPulse 2.4s ease-in-out infinite;
}

/* ========== WHY ========== */
.cs-why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.cs-why__item {
  padding: 28px 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s, transform 0.3s, border-color 0.3s;
}

.cs-why__item:hover {
  background: rgba(255, 138, 0, 0.08);
  border-color: rgba(255, 138, 0, 0.3);
  transform: translateY(-4px);
}

.cs-why__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--amber-soft);
  color: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}

.cs-why__item h3 {
  font-size: 1.15rem;
  margin: 0 0 10px;
  color: #fff;
}

.cs-why__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  font-size: 0.96rem;
}

.cs-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.cs-stat {
  text-align: center;
  padding: 28px 16px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cs-stat__value {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 8px;
}

.cs-stat__label {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* ========== PROJECTS ========== */
.cs-projects {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  min-height: 520px;
}

.cs-project {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  display: block;
  text-decoration: none !important;
  min-height: 240px;
}

.cs-project:first-child {
  grid-row: 1 / 3;
  min-height: 100%;
}

.cs-project img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  transition: transform 0.7s var(--ease);
}

.cs-project:hover img { transform: scale(1.08); }

.cs-project__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 56px 24px 24px;
  background: linear-gradient(transparent, rgba(10, 14, 23, 0.92));
  color: #fff;
}

.cs-project__meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 4px;
}

.cs-project__meta span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

/* ========== CLIENTS ========== */
.cs-clients {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.cs-clients a,
.cs-clients span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 16px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.cs-clients a:hover,
.cs-clients span:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 138, 0, 0.35);
}

.cs-clients img {
  max-height: 64px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.15);
  opacity: 0.9;
}

/* ========== CTA ========== */
.cs-cta-band {
  position: relative;
  padding: 10px 0;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 80% at 50% 120%, rgba(255, 138, 0, 0.25), transparent 55%),
    linear-gradient(160deg, var(--ink) 0%, #162033 100%);
  color: #fff;
  overflow: hidden;
}

.cs-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.5;
  pointer-events: none;
}

.cs-cta-band .container { position: relative; z-index: 1; }

.cs-cta-band .cs-title {
  color: #fff;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}

.cs-cta-band .cs-lead {
  color: rgba(255, 255, 255, 0.62);
  margin: 0 auto 32px;
}

.cs-cta-band .cs-hero__actions { justify-content: center; }

/* ========== FOOTER ========== */
body.site-redesign #footer.footer {
  background: var(--ink) !important;
  font-family: var(--font-body);
}

body.site-redesign #footer .widget-title {
  font-family: var(--font-display) !important;
  color: #fff !important;
}

body.site-redesign #footer a:hover { color: var(--amber) !important; }

body.site-redesign .scrollToTop {
  background: var(--amber) !important;
  color: #fff !important;
  border-radius: 50%;
}

/* ========== MOTION ========== */
/* Only hide when JS is available -- prevents blank sections if script fails */
html.js .cs-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}

html.js .cs-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html.js .cs-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

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

@keyframes csFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes csPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 14px 40px rgba(255, 138, 0, 0.45); }
  50% { transform: scale(1.05); box-shadow: 0 18px 48px rgba(255, 138, 0, 0.55); }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .cs-service:nth-child(1),
  .cs-service:nth-child(2) { grid-column: span 6; }
  .cs-service:nth-child(n+3) { grid-column: span 6; }
  .cs-clients { grid-template-columns: repeat(4, 1fr); }
  .cs-projects {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }
  .cs-project:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  /* Hero: copy overlays animation (webcooks-style) */
  .cs-hero {
    display: block;
    position: relative;
    min-height: calc(100svh - 64px);
    min-height: calc(100vh - 64px);
  }

  .cs-hero__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 100%;
    order: unset;
  }

  .cs-hero__copy {
    position: relative;
    z-index: 4;
    min-height: calc(100svh - 64px);
    min-height: calc(100vh - 64px);
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 22px 48px;
    background:
      linear-gradient(
        180deg,
        rgba(5, 8, 16, 0.72) 0%,
        rgba(5, 8, 16, 0.82) 40%,
        rgba(5, 8, 16, 0.92) 70%,
        rgba(5, 8, 16, 0.96) 100%
      );
  }

  .cs-hero__badge {
    margin-left: auto;
    margin-right: auto;
  }

  .cs-hero__headline,
  .cs-hero__lead,
  .cs-brand-mark {
    margin-left: auto;
    margin-right: auto;
  }

  .cs-hero__actions {
    justify-content: center;
  }

  .cs-hero__meta {
    justify-content: center;
    width: 100%;
  }

  .cs-marquee-stage {
    top: -18%;
    left: -8%;
    right: -18%;
    bottom: -22%;
    transform: rotate(8deg);
    gap: 12px;
  }

  .cs-marquee__col {
    flex-basis: clamp(118px, 30vw, 160px);
  }

  .cs-marquee__col--slow { display: none; }

  .cs-marquee__card {
    height: clamp(150px, 26vw, 210px);
    border-radius: 14px;
  }

  .cs-brand-mark {
    font-size: clamp(2.4rem, 11vw, 3.4rem);
    max-width: 12ch;
    margin-bottom: 14px;
  }

  .cs-hero__headline {
    max-width: 28ch;
    margin-bottom: 10px;
  }

  .cs-hero__lead {
    margin-bottom: 22px;
    max-width: 34ch;
  }

  .cs-hero__meta {
    margin-top: 28px;
    padding-top: 18px;
    gap: 18px;
  }

  .cs-about,
  .cs-grow {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .cs-about__float { right: 12px; }
  .cs-why,
  .cs-stats { grid-template-columns: 1fr 1fr; }
  .cs-section { padding: 10px 0; }
}

@media (max-width: 767px) {
  .cs-hero__copy {
    padding: 32px 18px 40px;
    justify-content: center;
  }

  .cs-brand-mark {
    font-size: clamp(2.2rem, 10vw, 2.8rem);
  }

  .header
   {
      padding: 0px 20px;
  }
  .cs-chips {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
}
  .cs-hero__badge {
    margin-bottom: 18px;
  }
  .cs-stats {
    grid-template-columns: 1fr 1fr !important;
}
  .cs-hero__meta {
    gap: 16px 22px;
  }

  .cs-mission-row,
  .cs-why,
  .cs-stats,
  .cs-clients,
  .cs-projects,
  .cs-services { grid-template-columns: 1fr; }
  .cs-service:nth-child(n) {
    grid-column: span 1;
    min-height: 240px;
  }
  .cs-projects { min-height: 0; }
  .cs-project,
  .cs-project:first-child {
    grid-column: auto;
    min-height: 260px;
  }
  .cs-brand-mark { max-width: none; }
  .cs-title { max-width: none; }
}

/* ========== INNER PAGES ========== */
body.site-redesign .cs-page-hero {
  position: relative;
  padding: 12px 0 14px;
  background-color: #0c1220;
  background-image:
    linear-gradient(105deg, rgba(8, 12, 22, 0.88) 0%, rgba(12, 18, 32, 0.72) 55%, rgba(12, 18, 32, 0.55) 100%),
    url("https://core-solutions.in/images/bg/slide1.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

body.site-redesign .cs-page-hero::before {
  content: none;
}

body.site-redesign .cs-page-hero .container { position: relative; z-index: 1; }

body.site-redesign .cs-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  font-size: 0.95rem;
}

body.site-redesign .cs-breadcrumb a {
  color: rgba(255,255,255,0.78) !important;
  text-decoration: none !important;
}

body.site-redesign .cs-breadcrumb a:hover { color: var(--amber) !important; }

body.site-redesign .cs-breadcrumb .cs-breadcrumb__sep {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.55);
  display: inline-block;
}

body.site-redesign .cs-breadcrumb li.active {
  color: rgba(255,255,255,0.78);
}

body.site-redesign .cs-page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  max-width: none;
  line-height: 1.15;
}

body.site-redesign .cs-page-hero > .container > p,
body.site-redesign .cs-page-hero .cs-page-hero__lead {
  display: none;
}

/* Values / feature tiles */
body.site-redesign .cs-value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 40px;
}

body.site-redesign .cs-value {
  padding: 26px 24px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}

body.site-redesign .cs-value:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 138, 0, 0.35);
}

body.site-redesign .cs-value__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--amber-soft);
  color: var(--amber);
  font-size: 18px;
  margin-bottom: 14px;
}

body.site-redesign .cs-value h3 {
  font-size: 1.15rem;
  margin: 0 0 8px;
}

body.site-redesign .cs-value p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Testimonials simple */
body.site-redesign .cs-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

body.site-redesign .cs-quote {
  padding: 28px 24px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
}

body.site-redesign .cs-quote p {
  margin: 0 0 18px;
  color: var(--text-soft);
  line-height: 1.65;
  font-size: 0.98rem;
}

body.site-redesign .cs-quote strong {
  display: block;
  font-family: var(--font-display);
  color: var(--amber);
}

/* Contact info cards */
body.site-redesign .cs-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

body.site-redesign .cs-contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.3s var(--ease);
}

body.site-redesign .cs-contact-card:hover { transform: translateY(-4px); }

body.site-redesign .cs-contact-card i {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--amber-soft);
  color: var(--amber);
  font-size: 20px;
  margin-bottom: 14px;
}

body.site-redesign .cs-contact-card h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

body.site-redesign .cs-contact-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.55;
}

body.site-redesign .cs-contact-card a {
  color: var(--ink) !important;
  font-weight: 600;
  text-decoration: none !important;
}

body.site-redesign .cs-contact-card a:hover { color: var(--amber) !important; }

body.site-redesign .cs-form-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}

body.site-redesign .cs-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
}

body.site-redesign .cs-form .form-group { margin-bottom: 16px; }
body.site-redesign .cs-form label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text);
}

body.site-redesign .cs-form .form-control {
  height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(10,14,23,0.12);
  box-shadow: none;
  font-size: 0.95rem;
  padding: 10px 14px;
}

body.site-redesign .cs-form textarea.form-control {
  height: auto;
  min-height: 120px;
}

body.site-redesign .cs-form .form-control:focus {
  border-color: var(--amber);
  outline: none;
}

body.site-redesign .cs-form .cs-btn {
  width: 100%;
  border: none;
  cursor: pointer;
}

body.site-redesign .cs-map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 420px;
  box-shadow: var(--shadow);
}

body.site-redesign .cs-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

/* Pricing */
body.site-redesign .cs-pricing-section {
  position: relative;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255, 138, 0, 0.08), transparent 55%),
    linear-gradient(180deg, #f6f7fa 0%, #ffffff 45%, #f6f7fa 100%);
  overflow: hidden;
}

body.site-redesign .cs-pricing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(10, 14, 23, 0.045) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 0.7;
}

body.site-redesign .cs-pricing-section .container {
  position: relative;
  z-index: 1;
}

body.site-redesign .cs-price-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin: -8px 0 40px;
}

body.site-redesign .cs-price-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 550;
  color: var(--text-soft);
}

body.site-redesign .cs-price-trust i {
  color: var(--amber);
}

body.site-redesign .cs-pricing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

body.site-redesign .cs-price {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(10, 14, 23, 0.08);
  border-radius: 20px;
  padding: 22px 20px 20px;
  box-shadow: 0 10px 30px rgba(10, 14, 23, 0.05);
  transition: transform 0.35s var(--ease), box-shadow 0.35s, border-color 0.35s;
}

body.site-redesign .cs-price:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(10, 14, 23, 0.12);
  border-color: rgba(255, 138, 0, 0.35);
}

body.site-redesign .cs-price--featured {
  border-color: transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(145deg, #ffb347, #ff8a00, #ff6a00) border-box;
  border: 2px solid transparent;
  box-shadow: 0 24px 55px rgba(255, 138, 0, 0.22);
  transform: translateY(-10px) scale(1.02);
  z-index: 2;
}

body.site-redesign .cs-price--featured:hover {
  transform: translateY(-14px) scale(1.02);
}

body.site-redesign .cs-price__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(10, 14, 23, 0.2);
}

body.site-redesign .cs-price__top {
  text-align: center;
  padding: 8px 4px 16px;
  border-bottom: 1px solid rgba(10, 14, 23, 0.06);
  margin-bottom: 16px;
}

body.site-redesign .cs-price__label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--amber-soft);
  color: var(--amber-2);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

body.site-redesign .cs-price--featured .cs-price__label {
  background: rgba(255, 138, 0, 0.18);
}

body.site-redesign .cs-price__top h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

body.site-redesign .cs-price__amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin: 0 0 8px;
  line-height: 1;
}

body.site-redesign .cs-price__currency {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--amber);
  align-self: flex-start;
  margin-top: 8px;
}

body.site-redesign .cs-price__fig {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3vw, 2.75rem);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.04em;
}

body.site-redesign .cs-price__per {
  font-size: 0.9rem;
  color: var(--text-soft);
  font-weight: 500;
  margin-left: 4px;
}

body.site-redesign .cs-price__note {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.45;
}

body.site-redesign .cs-price__highlights {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 8px;
}

body.site-redesign .cs-price__highlights li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 10px;
  background: #f4f6f9;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink);
}

body.site-redesign .cs-price--featured .cs-price__highlights li {
  background: rgba(255, 138, 0, 0.1);
}

body.site-redesign .cs-price__highlights i {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--amber);
  font-size: 12px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(10, 14, 23, 0.06);
}

body.site-redesign .cs-price__scroll {
  position: relative;
  flex: 1;
  max-height: 280px;
  overflow-y: auto;
  margin: 0 0 16px;
  padding-right: 4px;
  mask-image: linear-gradient(#000 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(#000 78%, transparent 100%);
}

body.site-redesign .cs-price__scroll::-webkit-scrollbar {
  width: 4px;
}

body.site-redesign .cs-price__scroll::-webkit-scrollbar-thumb {
  background: rgba(10, 14, 23, 0.18);
  border-radius: 4px;
}

body.site-redesign .cs-price__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.site-redesign .cs-price__list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 7px 0;
  border-bottom: 1px solid rgba(10, 14, 23, 0.05);
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--text-soft);
}

body.site-redesign .cs-price__list li:last-child { border-bottom: 0; }

body.site-redesign .cs-price__list li i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--amber-soft);
  color: var(--amber);
  font-size: 9px;
  margin-top: 2px;
  flex-shrink: 0;
}

body.site-redesign .cs-price__list li.is-group {
  font-weight: 700;
  color: var(--ink);
  border-bottom: 0;
  padding-top: 12px;
  padding-bottom: 2px;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.site-redesign .cs-price__list li.is-group i { display: none; }

body.site-redesign .cs-price__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-align: center;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 650;
  font-size: 0.92rem;
  transition: background 0.25s, transform 0.25s;
  margin-top: auto;
}

body.site-redesign .cs-price__cta:hover {
  background: var(--amber);
  color: #fff !important;
  transform: translateY(-1px);
}

body.site-redesign .cs-price--featured .cs-price__cta {
  background: linear-gradient(135deg, #ff9a1f, #ff7a00);
  box-shadow: 0 10px 24px rgba(255, 138, 0, 0.35);
}

@media (max-width: 1100px) {
  body.site-redesign .cs-pricing { grid-template-columns: repeat(2, 1fr); }
  body.site-redesign .cs-price--featured {
    transform: none;
  }
  body.site-redesign .cs-price--featured:hover {
    transform: translateY(-8px);
  }
  body.site-redesign .cs-quotes { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  body.site-redesign .cs-value-grid,
  body.site-redesign .cs-contact-cards,
  body.site-redesign .cs-form-wrap { grid-template-columns: 1fr; }
  body.site-redesign .cs-contact-cards { margin-top: -32px; }
}

@media (max-width: 767px) {
  body.site-redesign .cs-pricing { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  body.site-redesign .cs-page-hero { padding: 56px 0 48px; }
  body.site-redesign .cs-price__scroll { max-height: 220px; }
}

/* ========== ALL SERVICES PAGE ========== */
body.site-redesign .cs-svc-intro {
  padding-bottom: 12px;
}

body.site-redesign .cs-svc-intro__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px 48px;
  align-items: end;
  margin-bottom: 36px;
}

body.site-redesign .cs-svc-intro__grid .cs-lead {
  margin: 0;
}

body.site-redesign .cs-svc-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.site-redesign .cs-svc-jump a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink) !important;
  text-decoration: none !important;
  font-size: 0.92rem;
  font-weight: 600;
  transition: border-color 0.25s, background 0.25s, color 0.25s, transform 0.25s;
}

body.site-redesign .cs-svc-jump a i {
  color: var(--amber);
}

body.site-redesign .cs-svc-jump a:hover {
  border-color: rgba(255, 138, 0, 0.45);
  background: #fff8ef;
  color: var(--ink) !important;
  transform: translateY(-2px);
}

body.site-redesign .cs-svc-cat {
  scroll-margin-top: 96px;
}

body.site-redesign .cs-svc-cat__head {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 32px;
  max-width: 720px;
}

body.site-redesign .cs-svc-cat__badge {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fff4e6, #ffe0b8);
  color: #c45f00;
  font-size: 1.25rem;
  border: 1px solid rgba(255, 138, 0, 0.25);
}

body.site-redesign .cs-svc-cat__head .cs-title {
  margin-bottom: 8px;
}

body.site-redesign .cs-svc-cat__head .cs-lead {
  margin: 0;
}

body.site-redesign .cs-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

body.site-redesign .cs-svc-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 24px 22px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  text-decoration: none !important;
  color: inherit !important;
  min-height: 210px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}

body.site-redesign .cs-section--soft .cs-svc-card {
  background: #fff;
}

body.site-redesign .cs-svc-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 138, 0, 0.4);
}

body.site-redesign .cs-svc-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 138, 0, 0.12);
  color: #d97706;
  font-size: 1.1rem;
  transition: background 0.25s, color 0.25s;
}

body.site-redesign .cs-svc-card:hover .cs-svc-card__icon {
  background: var(--amber);
  color: #fff;
}

body.site-redesign .cs-svc-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  color: var(--ink);
  line-height: 1.3;
}

body.site-redesign .cs-svc-card p {
  margin: 0;
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--muted);
}

body.site-redesign .cs-svc-card__go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--amber);
  letter-spacing: 0.02em;
}

body.site-redesign .cs-svc-card:hover .cs-svc-card__go i {
  transform: translateX(4px);
}

body.site-redesign .cs-svc-card__go i {
  transition: transform 0.25s var(--ease);
}

@media (max-width: 991px) {
  body.site-redesign .cs-svc-intro__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.site-redesign .cs-svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body.site-redesign .cs-svc-grid {
    grid-template-columns: 1fr;
  }

  body.site-redesign .cs-svc-cat__head {
    flex-direction: column;
    gap: 14px;
  }

  body.site-redesign .cs-svc-jump a {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
  }
}

/* ========== SERVICE DETAIL (logo & similar) ========== */
body.site-redesign .cs-grow--reverse {
  direction: rtl;
}

body.site-redesign .cs-grow--reverse > * {
  direction: ltr;
}

body.site-redesign .cs-check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

body.site-redesign .cs-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  color: var(--ink);
  font-weight: 500;
}

body.site-redesign .cs-check-list i {
  color: var(--amber);
  margin-top: 3px;
  flex-shrink: 0;
}

body.site-redesign .cs-svc-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

body.site-redesign .cs-svc-card--active {
  border-color: rgba(255, 138, 0, 0.45);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  background: #fff8ef;
}

body.site-redesign .cs-svc-card--active .cs-svc-card__go {
  color: var(--muted);
  font-weight: 600;
}

body.site-redesign .cs-logo-brief {
  max-width: 820px;
  margin: 0 auto;
  padding: 36px 40px;
  border-radius: calc(var(--radius) + 4px);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

body.site-redesign .cs-logo-brief .cs-form .cs-btn:disabled,
body.site-redesign .cs-logo-brief .sendbutn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

body.site-redesign .cs-logo-brief__note {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

body.site-redesign .cs-logo-brief__note h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 10px;
  color: var(--ink);
}

body.site-redesign .cs-logo-brief__note p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.6;
}

body.site-redesign .cs-logo-brief__note p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  body.site-redesign .cs-svc-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  body.site-redesign .cs-grow--reverse {
    direction: ltr;
  }

  body.site-redesign .cs-logo-brief {
    padding: 24px 20px;
  }

  body.site-redesign .cs-svc-grid--4 {
    grid-template-columns: 1fr;
  }
}

/* ========== CLIENT WEBSITES / WORK ========== */
body.site-redesign .cs-work-intro {
  padding-bottom: 8px;
}

body.site-redesign .cs-work-intro__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px 48px;
  align-items: end;
  margin-bottom: 36px;
}

body.site-redesign .cs-work-intro__grid .cs-lead {
  margin: 0;
}

body.site-redesign .cs-work-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 48px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

body.site-redesign .cs-work-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
}

body.site-redesign .cs-work-stats span {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem;
  color: var(--muted);
}

body.site-redesign .cs-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

body.site-redesign .cs-work-card {
  display: flex;
  flex-direction: column;
  border-radius: calc(var(--radius) + 2px);
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}

body.site-redesign article.cs-work-card {
  cursor: default;
}

body.site-redesign a.cs-work-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 138, 0, 0.35);
}

body.site-redesign .cs-work-card__media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #e8edf5;
}

body.site-redesign .cs-work-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease);
}

body.site-redesign a.cs-work-card:hover .cs-work-card__media img {
  transform: scale(1.06);
}

body.site-redesign .cs-work-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 20px 22px;
  flex: 1;
}

body.site-redesign .cs-work-card__tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c45f00;
  background: rgba(255, 138, 0, 0.12);
  padding: 5px 10px;
  border-radius: 999px;
}

body.site-redesign .cs-work-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 4px 0 0;
  color: var(--ink);
  line-height: 1.25;
}

body.site-redesign .cs-work-card p {
  margin: 0;
  flex: 1;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--muted);
}

body.site-redesign .cs-work-card__go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--amber);
}

body.site-redesign .cs-work-card__go--muted {
  color: var(--muted);
  font-weight: 600;
}

body.site-redesign a.cs-work-card:hover .cs-work-card__go i {
  transform: translateX(3px) translateY(-1px);
}

body.site-redesign .cs-work-card__go i {
  transition: transform 0.25s var(--ease);
  font-size: 0.8rem;
}

@media (max-width: 991px) {
  body.site-redesign .cs-work-intro__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.site-redesign .cs-work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body.site-redesign .cs-work-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  body.site-redesign .cs-work-stats {
    gap: 20px 28px;
  }
}

/* ========== TALLY ENQUIRY ========== */
body.site-redesign .cs-tally-toggle {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 auto 32px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(10, 14, 23, 0.06);
  border: 1px solid var(--line);
}

body.site-redesign .cs-tally-toggle button {
  border: none;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}

body.site-redesign .cs-tally-toggle button small {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.85;
}

body.site-redesign .cs-tally-toggle button.is-active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 6px 18px rgba(10, 14, 23, 0.08);
}

body.site-redesign .cs-tally-block {
  text-align: center;
}

body.site-redesign .cs-tally-plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}

body.site-redesign .cs-tally-plans.is-hidden {
  display: none;
}

body.site-redesign .cs-tally-plans--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  margin: 0 auto;
}

body.site-redesign .cs-tally-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 20px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(10, 14, 23, 0.08);
  box-shadow: 0 10px 30px rgba(10, 14, 23, 0.05);
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}

body.site-redesign .cs-tally-plan:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 138, 0, 0.35);
}

body.site-redesign .cs-tally-plan--featured {
  border-color: transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, #ffb347, #ff8a00) border-box;
  border: 2px solid transparent;
  box-shadow: 0 18px 40px rgba(255, 138, 0, 0.16);
}

body.site-redesign .cs-tally-plan__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: linear-gradient(135deg, #00a8c6, #0077a6);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}

body.site-redesign .cs-tally-plan__label {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
}

body.site-redesign .cs-tally-plan__price {
  margin: 10px 0 6px;
  line-height: 1.1;
}

body.site-redesign .cs-tally-plan__price del {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 4px;
}

body.site-redesign .cs-tally-plan__price strong {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--ink);
}

body.site-redesign .cs-tally-plan__note {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
}

body.site-redesign .cs-tally-plan__perks {
  list-style: none;
  padding: 12px;
  margin: 0;
  border-radius: 12px;
  background: #fff8ef;
  border: 1px solid rgba(255, 138, 0, 0.15);
}

body.site-redesign .cs-tally-plan__perks li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.88rem;
  color: var(--ink);
  margin: 0 0 8px;
}

body.site-redesign .cs-tally-plan__perks li:last-child {
  margin-bottom: 0;
}

body.site-redesign .cs-tally-plan__perks i {
  color: var(--amber);
  margin-top: 3px;
}

body.site-redesign .cs-tally-plan__details {
  font-size: 0.88rem;
  color: var(--muted);
}

body.site-redesign .cs-tally-plan__details summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

body.site-redesign .cs-tally-plan__details ul {
  margin: 0;
  padding-left: 18px;
}

body.site-redesign .cs-tally-plan__details li {
  margin-bottom: 6px;
}

body.site-redesign .cs-tally-plan__cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

body.site-redesign .cs-tally-form-embed {
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

body.site-redesign .cs-tally-form-embed iframe {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
}

body.site-redesign .cs-tally-why {
  display: grid;
  gap: 18px;
}

body.site-redesign .cs-tally-why__item {
  padding: 18px 20px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
}

body.site-redesign .cs-tally-why__item h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin: 0 0 8px;
  color: var(--ink);
}

body.site-redesign .cs-tally-why__item p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--muted);
}

@media (max-width: 1100px) {
  body.site-redesign .cs-tally-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.site-redesign .cs-tally-plans,
  body.site-redesign .cs-tally-plans--compact {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  body.site-redesign .cs-tally-toggle {
    width: 100%;
    border-radius: 16px;
  }

  body.site-redesign .cs-tally-toggle button {
    flex: 1 1 100%;
  }

  body.site-redesign .cs-tally-form-embed iframe {
    min-height: 520px;
  }
}

/* ========== BLOG LISTING ========== */
body.site-redesign .cs-blog-intro {
  padding-bottom: 8px;
}

body.site-redesign .cs-blog-intro__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px 48px;
  align-items: end;
}

body.site-redesign .cs-blog-intro__grid .cs-lead {
  margin: 0;
}

body.site-redesign .cs-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

body.site-redesign .cs-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: calc(var(--radius) + 2px);
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}

body.site-redesign .cs-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 138, 0, 0.35);
}

body.site-redesign .cs-blog-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8edf5;
}

body.site-redesign .cs-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease);
}

body.site-redesign .cs-blog-card:hover .cs-blog-card__media img {
  transform: scale(1.06);
}

body.site-redesign .cs-blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px 22px;
  flex: 1;
}

body.site-redesign .cs-blog-card h3 {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  margin: 0;
  color: var(--ink);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.site-redesign .cs-blog-card p {
  margin: 0;
  flex: 1;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.site-redesign .cs-blog-card__go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--amber);
}

body.site-redesign .cs-blog-card:hover .cs-blog-card__go i {
  transform: translateX(4px);
}

body.site-redesign .cs-blog-card__go i {
  transition: transform 0.25s var(--ease);
}

@media (max-width: 991px) {
  body.site-redesign .cs-blog-intro__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.site-redesign .cs-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body.site-redesign .cs-blog-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

/* ========== TEAM ========== */
body.site-redesign .cs-team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 40px;
}

body.site-redesign .cs-team-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}

body.site-redesign .cs-team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 138, 0, 0.35);
}

body.site-redesign .cs-team-card__media {
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  background: #e8edf5;
}

body.site-redesign .cs-team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.55s var(--ease);
}

body.site-redesign .cs-team-card:hover .cs-team-card__media img {
  transform: scale(1.05);
}

body.site-redesign .cs-team-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 16px 16px 4px;
  color: var(--ink);
  line-height: 1.25;
}

body.site-redesign .cs-team-card span {
  display: block;
  margin: 0 16px 18px;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.4;
}

/* Team carousel -- desktop scrolling (4 visible, rest scroll) */
body.site-redesign .cs-carousel--always {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}

body.site-redesign .cs-carousel--always .cs-carousel__track {
  order: 1;
  flex: 0 0 100%;
}

body.site-redesign .cs-carousel--always .cs-carousel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  order: 2;
  position: static;
  transform: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(10, 14, 23, 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 6px 18px rgba(10, 14, 23, 0.08);
  cursor: pointer;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  transition: background 0.25s, color 0.25s, border-color 0.25s, opacity 0.25s;
}

body.site-redesign .cs-carousel--always .cs-carousel__btn:hover,
body.site-redesign .cs-carousel--always .cs-carousel__btn:focus {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  outline: none;
}

body.site-redesign .cs-carousel--always .cs-carousel__btn:disabled {
  opacity: 0.35;
  pointer-events: none;
}

body.site-redesign .cs-carousel--always .cs-team.cs-carousel__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: none !important;
  gap: 18px !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 0 !important;
  max-width: none !important;
}

body.site-redesign .cs-carousel--always .cs-team.cs-carousel__track::-webkit-scrollbar {
  display: none;
}

body.site-redesign .cs-carousel--always .cs-team.cs-carousel__track .cs-reveal {
  opacity: 1 !important;
  transform: none !important;
}

body.site-redesign .cs-carousel--always .cs-team > .cs-team-card {
  flex: 0 0 calc((100% - 72px) / 5);
  width: calc((100% - 72px) / 5);
  max-width: none;
  scroll-snap-align: start;
}

@media (max-width: 1100px) {
  body.site-redesign .cs-team:not(.cs-carousel__track) {
    grid-template-columns: repeat(3, 1fr);
  }

  body.site-redesign .cs-carousel--always .cs-team > .cs-team-card {
    flex: 0 0 calc((100% - 54px) / 4);
    width: calc((100% - 54px) / 4);
  }
}

@media (max-width: 767px) {
  body.site-redesign .cs-team:not(.cs-carousel__track) {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  body.site-redesign .cs-team:not(.cs-carousel__track) {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ========== MOBILE CAROUSELS (projects / team / clients) ========== */
body.site-redesign .cs-carousel {
  position: relative;
}

body.site-redesign .cs-carousel__btn {
  display: none;
}

@media (max-width: 991px) {
  /* Track on top, arrow icons centered underneath -- no overlap */
  body.site-redesign .cs-carousel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0;
  }

  body.site-redesign .cs-carousel__track {
    order: 1;
    flex: 0 0 100%;
  }

  body.site-redesign .cs-carousel__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 2;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(10, 14, 23, 0.12);
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 6px 18px rgba(10, 14, 23, 0.08);
    cursor: pointer;
    padding: 0;
    font-size: 1.35rem;
    line-height: 1;
    transition: background 0.25s, color 0.25s, border-color 0.25s, opacity 0.25s;
  }

  body.site-redesign .cs-carousel__btn:hover,
  body.site-redesign .cs-carousel__btn:focus {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
    outline: none;
  }

  body.site-redesign .cs-carousel__btn:disabled {
    opacity: 0.35;
    pointer-events: none;
  }

  body.site-redesign .cs-carousel__btn--prev,
  body.site-redesign .cs-carousel__btn--next {
    left: auto;
    right: auto;
  }

  body.site-redesign .cs-carousel__track.cs-projects,
  body.site-redesign .cs-carousel__track.cs-team,
  body.site-redesign .cs-carousel__track.cs-clients {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    gap: 12px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-height: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 2px 2px;
  }

  body.site-redesign .cs-carousel__track::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  /* Reveal anim hides off-screen slides -- keep carousel items visible */
  body.site-redesign .cs-carousel__track .cs-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  body.site-redesign .cs-carousel__track.cs-projects > .cs-project,
  body.site-redesign .cs-carousel__track.cs-projects > .cs-project:first-child {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-height: 260px !important;
    max-height: 300px;
    height: 280px;
    scroll-snap-align: center;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.site-redesign .cs-carousel__track.cs-team > .cs-team-card {
    flex: 0 0 calc(50% - 6px) !important;
    width: calc(50% - 6px) !important;
    max-width: none !important;
    scroll-snap-align: start;
  }

  body.site-redesign .cs-carousel__track.cs-team > .cs-team-card .cs-team-card__media {
    aspect-ratio: 1 / 1.1;
    max-height: 220px;
  }

  body.site-redesign .cs-carousel__track.cs-team > .cs-team-card h3 {
    font-size: 0.95rem;
    margin: 12px 10px 2px;
  }

  body.site-redesign .cs-carousel__track.cs-team > .cs-team-card span {
    font-size: 0.78rem;
    margin: 0 10px 14px;
  }

  body.site-redesign .cs-carousel__track.cs-clients {
    gap: 10px !important;
  }

  body.site-redesign .cs-carousel__track.cs-clients > span,
  body.site-redesign .cs-carousel__track.cs-clients > a {
    flex: 0 0 calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;
    min-height: 96px;
    scroll-snap-align: start;
    margin: 0 !important;
  }

  #projects .cs-head {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }

  #projects .cs-head .cs-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  body.site-redesign .cs-carousel__btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  body.site-redesign .cs-carousel__track.cs-projects > .cs-project,
  body.site-redesign .cs-carousel__track.cs-projects > .cs-project:first-child {
    height: 240px;
    min-height: 240px !important;
    max-height: 240px;
  }

  body.site-redesign .cs-team {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
