/* Base */
:root {
  /* Colors */
  --color-text: #0b0b0b;
  --color-muted: #6b6b6b;
  --color-line: rgba(31, 31, 31, 0.5);
  --color-primary: #1e3a8a;
  --color-bg: #fff;
  --color-dark-bg: #0c0c0c;
  --color-dark-line: #2b2b2b;
  --color-white-line: #ffffffb7;
  --color-dark-muted: #bdbdbd;
  --color-blue: rgba(53, 70, 243, 1);

  /* Typography */
  --font-family-sans: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-size-xxs: 10px;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 22px;
  --font-size-xl: 28px;
  --font-size-logo: 24px;

  /* Responsive Typography Variables */
  --hero-h1-size: 1.5rem;
  --heading-size: 1.5rem;
  --big-text-size: 1.3rem;
  --text-size: 1rem;
  --footer-text-size: 12px;
  
  /* Responsive Spacing Variables */
  --equal-margin: 20px;
  --common-padding: 20px;
  --site-header-padding: 15px 16px;
  --stats-padding: 0 16px;
  --stats-gap: 12px;
  --stat-card-padding: 16px;
  --dark-section-padding: 20px 16px 24px;
  --feature-row-gap: 16px;
  --control-section-margin: 100px 0;
  --compare-section-padding: 20px 16px;
  --cta-section-padding: 20px 0;
  --brand-footer-padding: 20px 16px;
  
  /* Responsive Layout Variables */
  --text-width: 100%;
  --width-70: 100%;
  --logo-img-width: 70px;
  --bling-logo-width: 60px;
  --bling-logo-height: 28px;
  
  /* Grid Layout Variables */
  --grid-template-columns: 1fr;
  --justify-content: flex-start;
  --align-items: flex-start;
  
  /* Breakpoint Variables */
  --breakpoint-tablet: 720px;
  --breakpoint-desktop: 1024px;
  
  /* Tablet Variables (720px+) */
  --tablet-hero-h1-size: 1.4rem;
  --tablet-heading-size: 1.4rem;
  --tablet-text-size: 0.95rem;
  --tablet-common-padding: 24px;
  --tablet-stats-padding: 0 20px;
  --tablet-dark-section-padding: 24px 20px 28px;
  --tablet-feature-row-gap: 20px;
  --tablet-control-section-margin: 24px 0;
  --tablet-compare-section-padding: 24px 20px;
  --tablet-cta-section-padding: 24px 0;
  --tablet-brand-footer-padding: 24px 20px;
  
  /* Desktop Variables (1024px+) */
  --desktop-hero-h1-size: 2.4rem;
  --desktop-heading-size: 2rem;
  --desktop-enterpriseTitle-size: 2.4rem;
  --desktop-big-text-size: 1.5rem;
  --desktop-text-size: 1.2rem;
  --desktop-footer-text-size: 14px;
  --desktop-equal-margin: 0 6%;
  --desktop-stat-equal-margin: 0 10%;
  --desktop-text-width: 50%;
  --desktop-width-70: 70%;
  --desktop-logo-img-width: 60px;
  --desktop-bling-logo-width: 80px;
  --desktop-bling-logo-height: 35px;
  --desktop-dark-section-padding: 120px 24px 40px;
  --desktop-grid-template-columns: 1fr 1fr;
  --desktop-justify-content: flex-start;
  --desktop-align-items: center;
  
  /* Small Mobile Variables (480px and below) */
  --mobile-hero-h1-size: 1.3rem;
  --mobile-heading-size: 1.3rem;
  --mobile-text-size: 0.8rem;
  --mobile-common-padding: 16px;
  --mobile-stats-padding: 0 12px;
  --mobile-stat-equal-margin: 0 6%;

  --mobile-grid-template-columns: 1fr;


  --mobile-stats-gap: 8px;
  --mobile-equal-margin: 0 6%;
  --desktop-text-width: 50%;
  --mobile-stat-card-padding: 12px;
  --mobile-dark-section-padding: 20px 0 20px 0;
  --mobile-feature-row-gap: 12px;
  --mobile-control-section-margin: 16px 0;
  --mobile-compare-section-padding: 16px 12px;
  --mobile-cta-section-padding: 16px 0;
  --mobile-brand-footer-padding: 16px 12px;
  --mobile-width-70: 100%;
  --mobile-footer-text-size: 10px;
  --mobile-bling-logo-height: 28px;
  --mobile-bling-logo-width: 60px;

  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;

  /* Radii and borders */
  --radius-sm: 12px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  --radius-xxl: 28px;
  --border-width: 2px;
  --rule-width: 2px;
  --border-strong: var(--color-primary);
  --bracket-seg-w: 50px;
  --bracket-gap-x: 10px;
  --bracket-stroke: 2px;
/* Gradient 1: Blue to Cyan */
/* --bracket-color-start: rgb(192, 192, 192); 
--bracket-color-end: rgb(70, 130, 180);  */


--bracket-color-start: #FFFFFF; 
--bracket-color-end: #FFFFFF; 

/* --bracket-color-start: rgb(54, 69, 79); 
--bracket-color-end: rgb(0, 128, 128); */


  /* --bracket-color-start: rgba(91, 115, 142, 1);
  --bracket-color-end: rgba(31, 31, 31, 1); */
  --bracket-gradient: linear-gradient(90deg, var(--bracket-color-start), var(--bracket-color-end));

  /* Layout */
  --container-max: 1100px;
  --page-pad: 16px;

  /* Buttons */
  --btn-bg: #111;
  --btn-fg: #fff;
  --btn-radius: 20px;
  --btn-pad-y: 10px;
  --btn-pad-x: 16px;
  --btn-font-sm: var(--font-size-xs);
  --btn-font-md: var(--font-size-sm);

  /* Hero blob sizes */
  --hero-blob-w-sm: 320px;
  --hero-blob-h-sm: 240px;
  --hero-blob-w-md: 520px;
  --hero-blob-h-md: 360px;
  /* Hero GIF viewport sizing */
  --hero-gif-vw: 90vw;
  --hero-gif-vh: 80vh;
  --hero-gif-desktop-min: 520px;
  --hero-gif-desktop-ideal: 60vw;
  --hero-gif-desktop-max: 900px;
  /* CTA crop */
  --cta-clip-top-sm: 160px;
  --cta-clip-top-md: 220px;
  /* Wrapper heights */
  --gif-wrapper-h-sm: 320px;
  --gif-wrapper-h-md: 420px;
  --gif-wrapper-h-lg: 520px;
  /* Hero GIF crop amounts */
  --hero-gif-cut-sm: 41%;
  --hero-gif-cut-md: 41%;
  /* Fractional crop values for layout compensation */
  --hero-gif-cut-frac-sm: 0.2;
  --hero-gif-cut-frac-md: 0.3;

  /* Back-compat aliases */
  --text: var(--color-text);
  --muted: var(--color-muted);
  --line: var(--color-line);
}

/* Reset and base styles */
* {
  box-sizing: border-box;
}

/* Mobile-first base styles using CSS variables */
.hero h1 {
  font-size: var(--hero-h1-size);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0 var(--common-padding);
  text-align: center;
}

/* Mobile-specific spacing and sizing using variables */
.common-padding {
  /* padding: 0 var(--common-padding); */
}

.site-header {
  padding: var(--site-header-padding);
}

.mobile-menu {
  width: 45%;
}

.stats {
  /* padding: var(--stats-padding); */
  gap: var(--stats-gap);
}

.stat-card {
  padding: var(--stat-card-padding);
}

.dark-section {
  padding: var(--dark-section-padding);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.feature-row {
  /* gap: var(--feature-row-gap); */
}

.control-section {
  margin: var(--control-section-margin);
}

.compare-section {
  padding: var(--compare-section-padding);
}

.cta-section {
  height: auto;
  padding: var(--cta-section-padding);
}

.brand-footer {
  padding: var(--brand-footer-padding);
}

.heading, .white-heading, .big-text {
  font-size: var(--heading-size);
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  color: black;
}

.white-heading {
  color: white;
}

.big-text {
  font-size: var(--big-text-size);
  font-weight: 500;
}

.text, .white-text {
  font-size: var(--text-size);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(31, 31, 31, 1);
  margin: 0;
}

.white-text {
  color: white;
}

.equal-margin {
  margin: 0 var(--equal-margin);
}

.text-width {
  width: var(--text-width);
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.mt-50 {
  margin-top: 50px;
}

.width-100 {
  width: 100%;
}

.width-70 {
  width: var(--width-70);
}

.logo-img {
  width: var(--logo-img-width);
  height: auto;
}

.bling-logo-img {
  width: var(--bling-logo-width);
  height: var(--bling-logo-height);
}

.footer-text {
  font-size: var(--footer-text-size);
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

/* Mobile-specific grid adjustments using variables */
.dark-row, .feature-row, .engage-header, .enterprise-row {
  grid-template-columns: var(--grid-template-columns);
}

.dark-right, .feature-right, .engage-header-text, .enterprise-row-text {
  justify-content: var(--justify-content);
  align-items: var(--align-items);
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: urbanist !important;
  color: var(--color-text);
  background: var(--color-bg);
}
h1,h2,h3,h4,h5,h6,p,span,a,button,input,textarea,select,label,.heading,.white-heading,.big-text,.text,.white-text,.footer-text{
  font-family: urbanist !important;
}

/* Common utilities */
.common-padding {
  /* padding: 0 20px; */
}

.logo-img {
  width: 70px;
  height: auto;
}

/* Header */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6%;
}

.logo {
  font-weight: var(--font-weight-extrabold);
  letter-spacing: -0.02em;
  font-size: var(--font-size-logo);
}

.menu-btn {
  width: 36px;
  height: 28px;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 4px; */
  cursor: pointer;
}
.menu-btn i{
  font-size: 1.5rem;
  color:black !important;
}

.menu-btn span {
  display: block;
  height: 2px;
  background: #111;
  border-radius: 2px;
}

.menu-icon {
  width: 24px;
  height: 24px;
  display: block;
}

/* Mobile Menu */
.mobile-menu {
  position: absolute;
  z-index: 999 !important;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  z-index: 100;
  padding: 20px 16px;
  width: 20%;
  top: 0;
  height: max-content;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.mobile-menu:before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.mobile-menu.unactive {
  transform: translateX(100%);
  display: none;
}

.mobile-menu.active {
  transform: translateX(0);
  display: block;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.back-btn {
  border: none;
  background: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text);
  font-size: var(--font-size-base);
}

.mobile-menu-items {
  display: flex;
  flex-direction: column;
}

.mobile-menu-item {
  color: var(--color-text);
  text-decoration: none;
  font-size: var(--font-size-base);
  padding: 12px 12px 0 16px;
}

/* Hero section */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 8px;
}

.hero h1 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0 20px;
}

.hero-blob {
  display: none;
}

.gif-wrapper {
  width: 100%;
  height: 655px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.hero-gif {
  height: auto;
  display: block;
  clip-path: inset(0 0 var(--hero-gif-cut-sm) 0);
  margin-bottom: -12px;
}

/* Grid layouts */
.grid-two {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: var(--space-4); */
  margin: 30px 0;
}

.intro.grid-two {
  margin-top: 8px;
  align-items: center !important;
}

/* Hero wrapper for intro, stats, and CTA sections */
.hero-wrapper {
  background: black;
  color: white;
  padding: 50px 0;
  /* border-radius: 12px; */
  margin: 20px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-wrapper .intro.grid-two,
.hero-wrapper .stats,
.hero-wrapper .cta {
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
}

.hero-wrapper .intro.grid-two h1,
.hero-wrapper .intro.grid-two h2,
.hero-wrapper .intro.grid-two h3,
.hero-wrapper .intro.grid-two h4,
.hero-wrapper .intro.grid-two h5,
.hero-wrapper .intro.grid-two h6,
.hero-wrapper .intro.grid-two p,
.hero-wrapper .intro.grid-two span,
.hero-wrapper .intro.grid-two .heading,
.hero-wrapper .intro.grid-two .white-heading,
.hero-wrapper .intro.grid-two .big-text,
.hero-wrapper .intro.grid-two .text,
.hero-wrapper .intro.grid-two .white-text,
.hero-wrapper .stats .stat-top,
.hero-wrapper .stats .stat-number,
.hero-wrapper .stats .stat-bottom {
  color: white !important;
}

/* Rules */
.rule {
  border: 0;
  border-top: var(--rule-width) solid var(--color-line);
  margin: 40px 6% !important;
}

/* Stats section */
.stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
  justify-items: stretch;
  /* padding: 0 20%; */
  border-radius: var(--radius-md);
}

.stat-card {
  position: relative;
  border: none !important;
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: center;
}

.stat-card:before,
.stat-card:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 6px;
}
.stat-card:before{

}
.stat-card:after {
  
}

.stat-card:before {
  background: 
    var(--bracket-gradient) left calc(var(--bracket-gap-x) - var(--bracket-stroke)) top 0 / var(--bracket-seg-w) var(--bracket-stroke) no-repeat,
    var(--bracket-gradient) left calc(var(--bracket-gap-x) - var(--bracket-stroke)) bottom 0 / var(--bracket-seg-w) var(--bracket-stroke) no-repeat,
    linear-gradient(180deg, var(--bracket-color-start) 0%, var(--bracket-color-start) 1px, var(--bracket-color-end) calc(100% - 1px), var(--bracket-color-end) 100%) left 0 / var(--bracket-stroke) 100% no-repeat;
}

.stat-card:after {
  background:
    var(--bracket-gradient) right calc(var(--bracket-gap-x) - var(--bracket-stroke)) top 0 / var(--bracket-seg-w) var(--bracket-stroke) no-repeat,
    var(--bracket-gradient) right calc(var(--bracket-gap-x) - var(--bracket-stroke)) bottom 0 / var(--bracket-seg-w) var(--bracket-stroke) no-repeat,
    linear-gradient(180deg, var(--bracket-color-start) 0%, var(--bracket-color-start) 1px, var(--bracket-color-end) calc(100% - 1px), var(--bracket-color-end) 100%) right 0 / var(--bracket-stroke) 100% no-repeat;
}

.stats .stat-card:first-child:after {
  content: none;
}

.stats .stat-card:last-child:before {
  content: none;
}

.stat-top {
  color: var(--color-text);
  font-size: var(--font-size-base);
  margin-bottom: 0;
}

.stat-number {
  font-size: 32px;
  font-weight: var(--font-weight-extrabold);
  margin: 8px 0;
}

.stat-bottom {
  color: var(--color-text);
  font-size: var(--font-size-base);
}

/* Buttons */
.btn {
  display: inline-block;
  background: var(--btn-bg);
  color: var(--btn-fg);
  text-decoration: none;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--btn-radius);
  font-size: var(--btn-font-sm);
}

.request-demo {
  padding: 10px 30px !important;
  font-size: 0.95rem !important;
}

.cta {
  display: flex;
  justify-content: center;
}

.cta .request-demo {
  margin-top: 30px;
  background: white;
  color: black !important;  
}

/* Problem section */
.problem h2 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.problem p {
  color: rgba(31, 31, 31, 1);
  margin: 0;
  line-height: 1.5;
  width: 100%;
}

.pillars p {
  margin: 0 0 6px;
  font-weight: var(--font-weight-bold);
}

.lede {
  color: var(--color-muted);
  line-height: 1.5;
  margin: 0;
}

/* Dark section */
.dark-section {
  background: linear-gradient(
    to bottom,
    #000000 0%,
    #000000 60%,
    rgba(91, 115, 142, 1) 80%,
    rgba(170, 178, 255, 1) 100%
  );
  
  color: #fff;
  padding: 20px 16px 32px;
  margin-top: 16px;
  position: relative;
}

.dark-rows {
  display: grid;
  /* gap: 8px; */
}

.dark-row {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 10px; */
  align-items: start;
}

.dark-sep {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 1);
  margin: 35px 0;
}

.dark-title {
  margin: 0;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
}

.dark-eyebrow {
  margin: 6px 0 0;
  font-size: 11px;
  color: #e5e5e5 !important;
  line-height: 1.3;
}

.dark-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column !important;
}
.enterprise{
  padding: 80px 0 !important;
}

.dark-right p {
  margin: 0;
  color: #e5e5e5;
  font-size: 13px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
}

.dark-note {
  color: var(--color-dark-muted);
  font-size: 12px;
  margin: 40px 0 150px 0;
}

/* Demo canvas */
.demo-canvas {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.demo-canvas-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
  display: block;
}

/* Custom text classes */
.c-heading {
  font-family: Urbanist !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}

.c-heading-small {
  font-family: Urbanist !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
}

.c-text {
  font-family: Urbanist !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: rgba(31, 31, 31, 1);
}

.c-text-small {
  font-family: Urbanist !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}

.bottom-text-desc {
  font-weight: 500 !important;
  color: black !important;
  font-size: 1.3rem !important;
}

.bottom-request-demo a {
  font-size: 1rem !important;
  padding: 9px 16px !important;
  margin: 0 !important;
}

/* Features section */
.features-list {
  background: #fff;
  color: var(--color-text);
  margin: 50px 0;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 10px; */
  align-items: start;
}

.feature-left {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  flex-direction: column;
}

.feature-left h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.feature-bar {
  display: inline-block;
  width: 120px;
  height: 20px;
  border-radius: 4px;
  background: linear-gradient(90deg, #6b5cf6, rgba(100, 115, 194, 1));
}

.feature-bar-blue {
  background: linear-gradient(180deg, #631cf9 0%, #6473c2 100%);
}

.feature-row.--gold .feature-bar {
  background: linear-gradient(180deg, #c6b76b 0%, #5b738e 100%);
}

.feature-row.--gray .feature-bar {
  background: linear-gradient(180deg, #3546f3 0%, #5b738e 100%);
}

.feature-right {
  display: flex;
  justify-content: flex-end;
}

.feature-right p {
  margin: 0;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
}

.feature-sep {
  border: 0;
  border-top: var(--rule-width) solid var(--color-line);
  margin: 50px 0;
}

/* Engage section */
.engage-section {
  background: #0f1115;
  color: #fff;
  padding: 20px 0 0;
}

.engage-inner {
  position: relative;
  padding: 20px 0 !important;
  background: radial-gradient(80% 60% at 50% 80%, rgba(99, 121, 255, 0.35), transparent 60%);
}

.engage-header {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 10px; */
}

.engage-header h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.engage-header p {
  margin: 0;
  color: #cfcfcf;
  font-size: 12px;
}

.engage-globe {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0 0;
  overflow: hidden !important;
}

.engage-gif {
  /* width: 86%; */
  width: 100dvw;
  height: auto;
  display: block;
}

.engage-header-text,
.enterprise-row-text {
  display: flex;
  justify-content: flex-end;
}

.engage-header-text p,
.enterprise-row-text p {
  width: 100%;
}

/* Enterprise section */
.enterprise {
  /* padding: 20px 14px 50px 20px; */
}

.enterprise-title {
  margin: 60px 0;
  font-size: 16px;
  font-weight: var(--font-weight-bold);
}

.enterprise-row {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 6px; */
}

.enterprise-row h4 {
  margin: 0;
  font-size: 14px;
}

.enterprise-row p {
  margin: 0;
  color: #cfcfcf;
  font-size: 12px;
}

.enterprise .feature-sep {
  border: 0;
  border-top: var(--rule-width) solid var(--color-white-line);
  margin: 4% 6% !important;
}

/* Control section */
.control-section {
  background: #fff;
  color: var(--color-text);
  /* padding: 24px 0 10px; */
  /* margin: 7% 0 !important; */
}

.control-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
}

.control-grid {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 22px; */
}

.control-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}

.control-icon {
  width: 22px;
  height: 22px;
}

.control-text h4 {
  margin: 0 0 6px;
  font-size: 14px;
}

.control-text p {
  margin: 0;
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1.5;
}

/* Comparison section */
.compare-section {
  background: #0f1115;
  color: #fff;
  padding: 6% 0;
  position: relative;
  z-index: 9;
}

.compare-title {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
}

.compare-grid {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2px !important;
  align-items: start;
}

.compare-head {
  font-size: 12px;
  color: #cfcfcf;
}

.compare-head.center {
  text-align: center;
  z-index: 9;
}

.compare-sub {
  display: inline-block;
}

.compare-row {
  display: contents;
}

.cap {
  padding: 14px 0;
  font-size: 13px;
  color: #ddd;
}

.bling,
.ats,
.crm {
  padding: 14px 0;
  z-index: 99;
}

.center {
  text-align: center;
}

.compare-grid img {
  width: 32px;
  height: 32px;
}

.bling-bg {
  position: absolute;
  grid-column: 2 / span 1;
  left: 16%;
  right: 17%;
  top: -8px;
  bottom: 12px;
  border-radius: 10px;
  background: linear-gradient(180deg, #4e6797 20%, rgba(53, 70, 243, 1));
}

/* CTA section */
.cta-section {
  /* background: linear-gradient(180deg, #ffffff 0%, #e9ecf8 70%, #c8cff7 100%); */
  background-color: white;
  padding: 24px 0 0;
  overflow: hidden;
  position: relative;
  height: 780px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cta-inner {
  display: block;
}

.cta-gif {
  position: absolute;
  /* top: -500px; */
  top: -90%;
  left: 50%;
  transform: translate(-50%);
}

.cta-clip {
  overflow: hidden;
}

.cta-title {
  font-size: 18px;
  margin: 10px 0;
  margin-bottom: 40px;
}

.cta-desc {
  color: #666;
  max-width: 620px;
  margin: 0 auto 10px;
  font-size: 13px;
  line-height: 1.5;
}

/* Brand footer */
.brand-footer {
  background: #0f1115;
  color: #fff;
  padding: 24px;
  text-align: center;
}

.brand-word {
  line-height: 0;
}

.brand-word img {
  /* width: min(980px, 90vw); */
  width: 350px !important;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px !important;
}

.brand-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #bfbfbf;
}

.brand-left img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
}

.brand-links a {
  color: #bfbfbf;
  text-decoration: none;
  margin-left: 12px;
}

.brand-links .dot {
  margin: 0 8px;
  color: #666;
}

/* Links */
a {
  text-decoration: underline !important;
  color: rgba(31, 31, 31, 1);
}

/* Mobile-first responsive breakpoints */
@media (min-width: 720px) {
  .hero-wrapper {
    /* padding: 30px;
    margin: 30px 0; */
  }
  .hero-blob {
    display: none;
  }
 
  .stats {
    --bracket-stroke: 5px;
    --bracket-seg-w: 96px;
    --bracket-gap-x: 6px;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    /* padding: 0 20%; */
  }

  .grid-two {
    grid-template-columns: 1fr 1fr;
    /* gap: var(--space-6); */
    align-items: start;
  }

  .stat-card {
    padding: 20px;
  }

  .btn {
    padding: 12px 18px;
  }

  .dark-section {
    padding: 24px 20px 36px;
  }

  .dark-row {
    grid-template-columns: 280px 1fr;
  }

  .compare-title {
    font-size: 22px;
  }

  .control-title {
    font-size: 20px;
  }

  .control-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }

  .bling-bg {
    top: -6px;
    left: 1%;
    right: -2%;
  }

  .feature-row {
    grid-template-columns: 280px 1fr;
  }

  .feature-left {
    flex-direction: row;
    align-items: center;
  }

  .feature-left h3 {
    font-size: 20px;
  }

  .feature-bar {
    width: 22px;
    height: 80px;
    margin-top: 2px;
    border-radius: 1px;
  }

  .engage-header {
    grid-template-columns: 280px 1fr;
    align-items: start;
  }

  .engage-header h2 {
    font-size: 22px;
  }

  .engage-gif {
    /* width: 70%; */
  }

  .enterprise-title {
    font-size: 1.8rem !important;
  }

  .enterprise-row {
    grid-template-columns: 320px 1fr;
  }
}

@media (min-width: 760px) {
  .dark-rows {
    margin-top: 20px;
  }

  .mobile-menu:before {
    top: 12px;
    bottom: 12px;
  }
}

@media (min-width: 1024px) {
  .hero-wrapper {
    /* padding: 40px;
    margin: 40px 0;
    border-radius: 16px; */
    margin-top: -25px ;
    z-index: 999;
    position: relative;
  }
  
  .menu-btn i {
    transform: translateY(2px);
  }
 .header-right{
  gap:10px !important;
 }

  
  .dark-section {
    padding: var(--desktop-dark-section-padding);
  }
  .stat-equal-margin{
    margin: var(--desktop-stat-equal-margin) !important;
  }

  .hero h1 {
    font-size: var(--desktop-hero-h1-size) !important;
    font-weight: 400 !important;
    text-align: center !important;
  }

  .heading, .white-heading, .big-text {
    font-size: var(--desktop-heading-size) !important;
    font-weight: 400 !important;
    margin: 0 !important;
    line-height: 1 !important;
    color: black !important;
  }
  .enterprise-title{
    font-size: var(--desktop-enterpriseTitle-size) !important;
  }

  .white-heading {
    color: white !important;
  }

  .big-text {
    font-size: var(--desktop-big-text-size) !important;
    font-weight: 500 !important;
  }

  .text, .white-text {
    font-size: var(--desktop-text-size) !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: rgba(31, 31, 31, 1) !important;
    margin: 0 !important;
  }

  .white-text {
    color: white !important;
  }
  .stat-number{
    font-weight: bold !important;
  }

  .equal-margin {
    margin: var(--desktop-equal-margin) !important;
  }

  .text-width {
    width: var(--desktop-text-width) !important;
  }

  .mb-10 {
    margin-bottom: 10px !important;
  }

  .mb-20 {
    margin-bottom: 20px !important;
  }

  .mb-50 {
    margin-bottom: 50px !important;
  }

  .mt-50 {
    margin-top: 50px !important;
  }

  .width-100 {
    width: 100% !important;
  }

  .width-70 {
    width: var(--desktop-width-70) !important;
  }

  .logo-img {
    width: var(--desktop-logo-img-width) !important;
    height: 60px !important;
  }

  .bling-logo-img {
    width: var(--desktop-bling-logo-width) !important;
    height: var(--desktop-bling-logo-height) !important;
  }

  .footer-text {
    font-size: var(--desktop-footer-text-size) !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 1) !important;
  }

  .cta-inner {
    text-align: center;
    margin-bottom: 30px !important;
  }

  .dark-row, .feature-row, .engage-header, .enterprise-row {
    grid-template-columns: var(--desktop-grid-template-columns) !important;
  }

  .dark-right, .feature-right, .engage-header-text, .enterprise-row-text {
    justify-content: var(--desktop-justify-content) !important;
    align-items: var(--desktop-align-items) !important;
  }
}

/* Mobile-specific adjustments */
@media (max-width: 760px) {
  .gif-wrapper {
    height: auto;
  }
  .menu-btn i {
    transform: translateY(2px);
  }
  .enterprise{
    padding: 30px 0 !important;
  }
  .stat-equal-margin{
    margin: var(--mobile-stat-equal-margin) !important;
  }
  .brand-footer {
    padding: 12px !important;
  }

  .dot{
    display: none !important; 
  }

  .hero-gif {
    width: calc(100vw + 350px);
    margin: 8px auto -18%;
    
  }

  .cta-section {
    padding: 0 0 24px;
    height: auto;
    display: block;
  }

  .cta-clip {
    height: 180px;
    overflow: hidden;
  }

  .cta-gif {
    position: relative;
    top: -130%;
    width: 150vw;
    width: calc(100vw + 350px);
    /* max-width: none; */
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    border-radius: 0;
        clip-path: inset(var(--hero-gif-cut-sm) 0 0 0);
  }

  .cta-inner {
    padding: 0 16px 24px;
    margin: 0 auto;
    transform: none;
    text-align: center;
  }

  .demo-canvas {
    height: auto;
    padding: 12px;
    overflow: visible;
  }

  .demo-canvas-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .pillars p {
    display: inline-block;
  }

  .grid-two {
    display: block;
  }

  .bling-logo-img {
    width: 60px !important;
    height: 28px !important;
  }

  .heading {
    font-size: 1.5rem !important;
  }

  .text {
    font-size: 1rem !important;
  }

  .dark-right p,
  .feature-right p,
  .engage-header-text p,
  .enterprise-row-text p {
    width: 100%;
  }

  .mobile-menu {
    width: 30%;
  }

  .mobile-menu:before {
    top: 10px;
    bottom: 10px;
  }

  .c-heading {
    font-size: 1.2rem !important;
  }

  .c-heading-small {
    font-size: 1.1rem !important;
  }

  .c-text {
    font-size: 1rem !important;
  }

  .c-text-small {
    font-size: 0.875rem !important;
  }

  .problem h2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .problem p {
    width: 100%;
  }

  .stats {
    --bracket-gap-x: 5px !important;
  }

  .intro.grid-two {
    /* gap: 10px !important; */
    margin-top: -105px;
  }

  :root {
    --hero-gif-cut-sm: 40% !important;
    --bracket-stroke: 2px;
  }

  .bling-bg {
    left: -2px !important;
    right: -2px !important;
  }

  .pillars {
    width: 100%;
  }

  .brand-links {
    display: flex;
    flex-direction: row !important;
    align-items: flex-end;
    gap: 10px !important;
  }

  .brand-legal {
    gap: 16px;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column-reverse !important;
    margin: 0 !important;
  }

  .brand-links a {
    margin: 6px 0 0 0;
  }

  .brand-word img {
    width: 200px !important;
  }


  .rule {
    margin: 28px 20px;
  }

  .pillars > p {
    font-size: 1.5rem;
  }

  .mobile-menu {
    /* height: 100dvh !important; */
  }

  .dark-sep {
    margin: 10px 0;
  }

  .dark-note {
    margin: 10px 0 35px 0;
  }

  .feature-sep {
    margin: 25px 0;
  }

  .enterprise .feature-sep {
    margin: 20px 0;
  }

  .enterprise {
    padding-bottom: 30px;
  }

  .control-section {
    margin: 30px 0;
  }

  .control-title {
    font-size: 1.4rem !important;
    width: 60%;
  }

  .cta-title {
    margin: 20px 10% !important;
    font-size: 1.9rem !important;
  }

  .cta-desc {
    font-size: 1.25rem !important;
  }

  .site-header {
    padding: 10px 35px;
    align-items: center;
  }

  .menu-icon {
    height: 30px !important;
    width: 30px !important;
  }

  .hero h1 {
    margin: 40px 20px !important;
    font-weight: 400 !important;
  }

  .common-padding {
    /* padding: 0 35px !important; */
  }

  .stats {
    /* padding: 0 25px !important; */
    --bracket-gap-x: 0px !important;
  }

  .stat-top {
    font-size: 1rem !important;
  }

  .stat-bottom {
    font-size: 1rem !important;
  }

  .rule {
    margin: 20px 25px !important;
  }

  .stat-card {
    padding: 10px !important;
  }

  .dark-title {
    font-size: 1.6rem !important;
    margin-bottom: 20px !important;
  }

  .dark-eyebrow {
    font-size: 1.3rem !important;
    margin-bottom: 15px !important;
  }

  .dark-right-text {
    font-size: 1.3rem !important;
  }

  .bottom-text-m {
    margin-bottom: 20px !important;
  }

  .top-text-m {
    margin-top: 30px !important;
  }

  .feature-bar {
    width: 160px !important;
    height: 30px !important;
    border-radius: 1px !important;
  }

  .feature-left h3 {
    /* font-size: 1.8em !important; */
  }

  .feature-row.--gold .feature-bar {
    background: linear-gradient(140deg, #c6b76b 0, #5b738e 100%) !important;
  }

  .feature-row.--gray .feature-bar {
    background: linear-gradient(140deg, #3546f3 0%, #5b738e 100%) !important;
  }

  .engage-header h2 {
    font-size: 1.8em !important;
  }

  .engage-section {
    padding: 0 !important;
  }

  .light-text {
    font-size: 1.1rem !important;
  }

  .enterprise-title {
    font-size: 1.6em !important;
    margin: 24px 0 !important;
  }

  .enterprise-row h4 {
    /* font-size: 1.5rem !important; */
  }

  .engage-inner {
    padding: 20px 0 !important;
  }

  .enterprise {
    /* padding: 30px !important; */
  }

  .control-title {
    font-size: 1.8em !important;
    width: 90% !important;
  }

  .control-text h4 {
    /* font-size: 1.5rem !important; */
  }

  .control-icon {
    height: 30px !important;
    width: 30px !important;
  }

  .cta-title {
    font-weight: 500 !important;
  }

  .cta-desc {
    font-weight: 500 !important;
    font-size: 1.7rem !important;
    color: black !important;
  }

  .bottom-text-desc {
    font-weight: 500 !important;
    font-size: 1.2rem !important;
  }

  .cta-section {
    background: #FFFF;
  }

  .compare-head {
    font-size: 0.7rem !important;
  }

  .cap {
    font-size: 0.7rem !important;
    width: 90%;
  }

  .compare-section {
    /* padding: 20px !important; */
  }

  .compare-title {
    font-size: 1.7rem !important;
    margin: 40px 0 !important;
  }

  .compare-grid img {
    width: 30px !important;
    height: 30px !important;
  }

  .mobile-menu {
    width: 45% !important;
  } 


/* from */


.dark-section {
  padding: var(--mobile-dark-section-padding);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.stats {
  margin:  var(--mobile-equal-margin);
}

.hero h1 {
  font-size: var(--desktop-hero-h1-size) !important;
  font-weight: 400 !important;
  text-align: center !important;
}

.heading, .white-heading, .big-text {
  font-size: var(--mobile-heading-size) !important;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 1 !important;
  color: black !important;
}

.white-heading {
  color: white !important;
}

.big-text {
  font-size: var(--mobile-big-text-size) !important;
  font-weight: 500 !important;
}

.text, .white-text {
  font-size: var(--mobile-text-size) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: rgba(31, 31, 31, 1) !important;
  margin: 0 !important;
}

.white-text {
  color: white !important;
}

.equal-margin {
  margin: var(--mobile-equal-margin) !important;
}
.stat-number{
  font-weight: 500 !important;
  font-size: 0.9rem !important;
}

.text-width {
  width: var(--mobile-text-width) !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-50 {
  margin-bottom: 20px !important;
}
.cta-title{
  margin: 10px 15% !important;
  line-height: 1.4 !important;
}
.control-item{
  margin-bottom: 25px !important;
}

.mt-50 {
  margin-top: 20px !important;
}
.dark-sep{
  margin: 18px var(--mobile-equal-margin) !important;
}

.width-100 {
  width: 100% !important;
}

.width-70 {
  width: var(--mobile-width-70) !important;
}

.logo-img {
  width: var(--mobile-logo-img-width) !important;
  height: 35px !important;
}

.bling-logo-img {
  width: var(--mobile-bling-logo-width) !important;
  height: var(--mobile-bling-logo-height) !important;
  transform: translateY(2px) !important;
}

.footer-text {
  font-size: var(--mobile-footer-text-size) !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 1) !important;
}

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

.dark-row, .feature-row, .engage-header, .enterprise-row {
  grid-template-columns: var(--mobile-grid-template-columns) !important;
  gap: 8px !important;
}

.dark-right, .feature-right, .engage-header-text, .enterprise-row-text {
    justify-content: var(--mobile-justify-content) !important;
  align-items: var(--mobile-align-items) !important;
  flex-direction: column !important;
}
/* .engage-header-text{
  margin-top: 15px !important;
} */

.pillars,.problem h2{
  margin-bottom: 10px !important;
}
.hero-wrapper{
  margin-top: -140px !important ;
  z-index: 999;
  position: relative;
}



/* from here */
  
}

@media (max-width: 719px) {
  .stats {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "second second"
      "first third";
    gap: 14px;
    /* padding: 0 16px; */
  }

  .stats .first {
    grid-area: first;
  }

  .stats .second {
    grid-area: second;
  }

  .stats .third {
    grid-area: third;
  }

  /* Tablet styles using CSS variables
  .hero h1 {
    font-size: var(--tablet-hero-h1-size) !important;
  }

  .heading, .white-heading, .big-text {
    font-size: var(--tablet-heading-size) !important;
  }

  .text, .white-text {
    font-size: var(--tablet-text-size) !important;
  }

  .common-padding {
    padding: 0 var(--tablet-common-padding) !important;
  }

  .stats {
    padding: var(--tablet-stats-padding) !important;
  }

  .dark-section {
    padding: var(--tablet-dark-section-padding) !important;
  }

  .feature-row {
    gap: var(--tablet-feature-row-gap) !important;
  }

  .control-section {
    margin: var(--tablet-control-section-margin) !important;
  }

  .compare-section {
    padding: var(--tablet-compare-section-padding) !important;
  }

  .cta-section {
    padding: var(--tablet-cta-section-padding) !important;
  }

  .brand-footer {
    padding: var(--tablet-brand-footer-padding) !important;
  } */
}

@media (max-width: 480px) {
  .mobile-menu {
    width: 66% !important;
  }

  .mobile-menu:before {
    top: 8px;
    bottom: 8px;
  }

  /* Small mobile styles using CSS variables */
  .hero h1 {
    font-size: var(--mobile-hero-h1-size) !important;
    /* padding: 0 var(--mobile-common-padding) !important; */
    line-height: 1.3 !important;
    padding: 0 12% !important;
  }
/* 
  .heading, .white-heading, .big-text {
    font-size: var(--mobile-heading-size) !important;
  }

  .text, .white-text {
    font-size: var(--mobile-text-size) !important;
  }

  .common-padding {
    padding: 0 var(--mobile-common-padding) !important;
  } */

  .stats {
    /* padding: var(--mobile-stats-padding) !important; */
    gap: var(--mobile-stats-gap) !important;
  }

  .stat-card {
    padding: var(--mobile-stat-card-padding) !important;
  }
/* 
  .dark-section {
    padding: var(--mobile-dark-section-padding) !important;
  }

  .feature-row {
    gap: var(--mobile-feature-row-gap) !important;
  }

  .control-section {
    margin: var(--mobile-control-section-margin) !important;
  }

  .compare-section {
    padding: var(--mobile-compare-section-padding) !important;
  }

  .cta-section {
    padding: var(--mobile-cta-section-padding) !important;
  }

  .brand-footer {
    padding: var(--mobile-brand-footer-padding) !important;
  } */
}

/* Final button styles */
.request-demo,
.bottom-request-demo a {
  text-decoration: none !important;
  color: #fff !important;
}

.bottom-request-demo{
  margin-top: 25px !important;
}

.demo-canvas{
  /* background-image: url(../newAssets/new-design-asset/blurred.svg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important; */
}

@media (max-width: 768px) {

  .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.6s ease-out;
  }

  /* When visible */
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
  :root {
    --cards: 3;
    --cardHeight: max-content;
    --cardTopPadding: 0.8rem;
    --cardMargin: 4vw;
  }

  .mobile-stack-container {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--cards), var(--cardHeight));
    gap: var(--cardMargin);
    /* padding-bottom: calc(var(--cards) * var(--cardTopPadding)); */
    margin-bottom: var(--cardMargin);
    /* width: 90%; */
    margin-inline: auto;
  }

  .mobile-stack-container > * {
    position: sticky;
    top: 0;
    height: var(--cardHeight);
    /* border-radius: 20px; */
    /* box-shadow: 0 0 25px rgba(0,0,0,0.2); */
  }
  .mobile-rule{
    display: none !important;
  }

  /* Section 1 */
  .mobile-stack-container .hero-wrapper {
    --index: 1;
    z-index: 1;
    /* background: #52B2CF; */
    /* color: #fff; */
  }

  /* Section 2 → White card */
  .mobile-stack-container .problem {
    --index: 2;
    z-index: 2;
    background: #ffffff;
    color: #000;

    /* center content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    padding: 2rem;
    margin: 0 !important;
    height: 87vh !important;
  }

  .mobile-stack-container .problem h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .mobile-stack-container .problem p {
    max-width: 500px;
    line-height: 1.5;
    font-size: 1rem;
  }

  /* Section 3 */
  .mobile-stack-container .hybrid {
    --index: 3;
    z-index: 3;
    /* background: #9CADCE; */
    /* color: #fff; */
    height: var(--cardHeight) !important;
  }
  .features-list{
    /* margin-top: 35% !important; */
  }
}

a{
  text-decoration: none !important;
}