/* ============================================
   Figma Home Design - 4Prosper
   Pixel-perfect implementation of Figma design
   ============================================ */

/* ===== GLOBAL OVERFLOW & BOX-SIZING ===== */
html, body {
    overflow-x: hidden;
    width: 100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.section-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #A9A4C0;
}

:root {
  --figma-bg: #010314;
  --figma-card-bg: #010315;
  --figma-card-alt: #16152D;
  --figma-card-dark: #0C0D22;
  --figma-input-bg: #1A1C2C;
  --figma-border: #5F4391;
  --figma-border-light: #474855;
  --figma-text: #FFFFFF;
  --figma-text-secondary: #A9A4C0;
  --figma-text-muted: #C8C9CC;
  --figma-gradient: linear-gradient(180deg, #AD6CFD 0%, #441EAC 100%);
  --figma-gradient-h: linear-gradient(90deg, #AD6CFD 0%, #441EAC 100%);
  --figma-hero-bg: linear-gradient(90deg, #010314 0%, #16152D 100%);
  --figma-form-bg: linear-gradient(180deg, #1E163E 0%, #010314 23.84%, #010314 76.59%, #16152D 100%);
}

/* ===== GLOBAL LAYOUT ===== */
.figma-home {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: var(--figma-bg);
  font-family: 'Poppins', sans-serif;
}

/* ===== NAV BAR ===== */
.figma-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1440px;
  margin: 0 auto;
  height: 90px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 55px;
  z-index: 1000;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
.figma-navbar.scrolled {
  background: rgba(1, 3, 20, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 2px 32px rgba(93, 52, 176, 0.10);
}
.figma-navbar .nav-logo {
  width: 205px;
  height: 87px;
  display: flex;
  align-items: center;
}
.figma-navbar .nav-logo img {
  width: 100%;
  height: auto;
}
.figma-navbar .nav-links {
  display: flex;
  align-items: center;
  gap: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.figma-navbar .nav-links a {
  font-family: 'Albert Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.2s, color 0.2s;
  position: relative;
}
.figma-navbar .nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--figma-gradient-h);
  border-radius: 2px;
  transition: width 0.3s ease;
}
.figma-navbar .nav-links a:hover::after { width: 100%; }
.figma-navbar .nav-links a:hover { opacity: 0.9; }
.figma-navbar .nav-links a.active { color: #AD6CFD; }
.figma-navbar .nav-links a.active::after { width: 100%; }

.figma-navbar .nav-cta {
  display: flex;
  align-items: center;
  gap: 0;
  background: #FFFFFF;
  border-radius: 192px;
  padding: 0;
  width: 159px;
  height: 48px;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.figma-navbar .nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(173, 108, 253, 0.25);
}
.nav-cta-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #010314;
  padding: 0 0 0 21px;
  white-space: nowrap;
}
.nav-cta-circle {
  width: 44px;
  height: 44px;
  margin: 2px 2px 2px auto;
  background: var(--figma-gradient);
  border-radius: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-cta-circle svg {
  width: 18px;
  height: 18px;
}
.nav-cta-circle svg path { fill: #FFFFFF; }

/* Mobile menu toggle */
.nav-mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  margin-left: auto;
  padding: 8px;
}

/* ===== HERO SECTION ===== */
.figma-hero {
  position: relative;
  background: var(--figma-hero-bg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.figma-hero-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 106px 60px 80px;
}

/* Partner badge */
.hero-partner-badge {
  display: block;
  width: 343px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 32px;
  image-rendering: auto;
  -ms-interpolation-mode: nearest-neighbor;
}

/* Hero Title */
.hero-main-title {
  width: 1090px;
  height: 291px;
  max-width: 100%;
  margin: 0 auto 32px;
  text-align: center;
  line-height: 0;
}
.hero-title-img {
  display: block;
  width: 1090px;
  max-width: 100%;
  height: auto;
}

/* Hero Description */
.hero-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #A9A4C0;
  max-width: 637px;
  margin: 22px auto 40px;
}

/* Hero buttons */
.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 56px;
}
.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 50px;
  background: var(--figma-gradient);
  border-radius: 35.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.3s, transform 0.2s, box-shadow 0.3s;
}
.hero-btn-primary:hover {
  opacity: 0.9;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(173, 108, 253, 0.3);
}
.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 189px;
  height: 50px;
  background: #16152D;
  border: 0.5px solid #5F4391;
  border-radius: 35.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
.hero-btn-secondary:hover {
  border-color: #AD6CFD;
  color: #fff;
  background: rgba(173, 108, 253, 0.08);
}

/* AI Strategist Card */
.hero-ai-card {
  width: 700px;
  max-width: 100%;
  height: 170px;
  margin: 0 auto;
  background: var(--figma-hero-bg);
  border-style: solid;
  border-color: #5F4391;
  border-width: 1px 0.5px 0.5px 0.5px;
  border-radius: 17px;
  padding: 0;
  overflow: hidden;
}
.ai-card-header {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 0.5px solid #5F4391;
  gap: 12px;
}
.ai-card-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.ai-card-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.ai-card-dot.red { background: #FF5F57; }
.ai-card-dot.yellow { background: #FFBD2E; }
.ai-card-dot.green { background: #28C840; }
.ai-card-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #A9A4C0;
  margin-left: auto;
}
.ai-card-body {
  padding: 16px 24px 20px;
  text-align: left;
}
.ai-msg-line {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #A9A4C0;
  margin-bottom: 8px;
}
.ai-msg-line .ai-msg-prefix {
  margin-right: 4px;
}
.ai-msg-result {
  color: #FFFFFF;
  max-width: 592px;
}
.ai-cursor {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  animation: ai-blink 0.6s step-end infinite;
}
.ai-cursor.fade-out {
  animation: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@keyframes ai-blink {
  50% { opacity: 0; }
}

/* Hero Stats Bar — Group 109 */
.hero-stats {
  width: 100%;
  height: 174px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.hero-stats-line-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border: 0.5px solid #5F4391;
}
.hero-stats-line-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border: 0.5px solid #5F4391;
}
.hero-stats-divider {
  position: absolute;
  width: 0.5px;
  background: #5F4391;
}
.hero-stats-inner {
  position: absolute;
  left: 69px;
  top: 46px;
  width: 1259px;
  height: 82px;
  display: grid;
  grid-template-columns: 301px 357px 357px 244px;
  box-sizing: border-box;
}
.hero-stat-item {
  text-align: center;
  width: 219px;
  height: 81px;
  justify-self: center;
  align-self: center;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hero-stat-number {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #FFFFFF;
  display: block;
}
.hero-stat-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #A9A4C0;
  display: block;
}

/* ===== CLIENT STORIES SECTION ===== */
.figma-clients {
  padding: 80px 60px 60px;
}
.client-section-header {
  text-align: center;
  margin-bottom: 48px;
}
.client-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 24px;
  background: linear-gradient(180deg, rgba(115,115,115,0) 0%, rgba(255,255,255,0.12) 100%);
  border: 1px solid #474855;
  border-radius: 19.5px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #C8C9CC;
  margin-bottom: 16px;
}
.client-section-title {
  font-family: 'Grand Sapphire', serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 62px;
  text-align: center;
  color: #FFFFFF;
}
.client-section-title .gradient-text {
  background: var(--figma-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Client carousel card */
.client-carousel-wrap {
  position: relative;
  border: 1px solid #5F4391;
  border-radius: 30px;
  padding: 40px;
  overflow: visible;
}
.client-slide {
  display: flex !important;
  align-items: flex-start;
  gap: 40px;
}
.client-logo-col {
  width: 120px;
  flex-shrink: 0;
}
.client-logo-col img {
  max-width: 100%;
  height: auto;
}
.client-content-col {
  flex: 1;
}
.client-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.client-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  padding: 0 20px;
  background: linear-gradient(180deg, rgba(115,115,115,0) 0%, rgba(255,255,255,0.12) 100%);
  border: 1px solid #474855;
  border-radius: 19.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.client-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #A9A4C0;
  margin-bottom: 16px;
}
.client-result {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #AD6CFD;
  margin-bottom: 16px;
}

/* Explore Project button */
.client-explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--figma-gradient);
  border-radius: 35.5px;
  padding: 10px 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s, transform 0.2s, box-shadow 0.3s;
  margin-top: 8px;
}
.client-explore-btn:hover {
  opacity: 0.9;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(173, 108, 253, 0.3);
}
.client-explore-btn svg path { stroke: #FFFFFF; }

/* Client nav arrows */
.client-nav-arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -25px;
  right: -25px;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0;
  z-index: 5;
}
.client-nav-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--figma-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  border: none;
  color: #fff;
  font-size: 18px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.client-nav-arrow:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 20px rgba(173, 108, 253, 0.35);
}

.client-progress-bar {
  margin-top: 24px;
  height: 5px;
  background: #474855;
  border-radius: 20px;
  overflow: hidden;
}
.client-progress-fill {
  height: 100%;
  background: var(--figma-gradient-h);
  border-radius: 20px;
  width: 15%;
  transition: width 0.5s ease;
}

/* ===== BRAND / PARTNERS SECTION ===== */
.brand {
  margin-top: 90px;
}
.cs-brand_wrap {
  position: relative;
  padding: 60px 0;
}
.cs-brand-inner {
  white-space: nowrap;
  overflow: hidden;
}
.cs-brand-item {
  padding: 1px;
  margin-top: 15px;
  margin-right: 35px;
  display: inline-block;
  border-radius: 23px;
  background: linear-gradient(180deg, #23263c 0%, #010315 100%);
}
.cs-brand-item .xb-inner {
  height: 100%;
  width: 100%;
  background-color: #010315;
  border-radius: 23px;
  padding: 11.5px 13px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cs-brand-item .xb-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-brand-item img {
  width: 106px;
  display: block;
}
.cs-brand-inner.marquee-right {
  top: 21px;
  position: relative;
}
.cs-brand_content {
  position: absolute;
  left: 50%;
  top: auto;
  transform: translate(-50%, -50%);
  width: 724px;
  height: 267px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-brand_content::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #010315;
  filter: blur(59.4px);
}
.cs-brand_content .title {
  font-family: var(--font-family-heading);
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
}
.cs-brand_content .title span {
  text-transform: capitalize;
  text-align: center;
  background: linear-gradient(86deg, #431dab 0%, #ae6dfe 26.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand .clearfix {
  padding-bottom: 21px;
}

/* ===== AI STRATEGIST SECTION ===== */
.figma-ai-strategist {
  padding: 60px;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.ai-strategist-left {
  flex: 1;
  max-width: 620px;
}
.ai-strategist-card {
  background: #0C0D22;
  border: 1px solid #5F4391;
  border-radius: 14px;
  overflow: hidden;
}
.ai-strategist-card .card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-bottom: 1px solid #5F4391;
}
.ai-strategist-card .card-header .powered-by {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 21px;
  color: #A9A4C0;
}
.ai-strategist-card .card-header .card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  margin-left: auto;
}
.ai-strategist-card .ai-icon {
  width: 17px;
  height: 17px;
}
.ai-strategist-card .chat-area {
  padding: 20px;
}
.chat-message-bot {
  background: #16152D;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 12px;
}
.chat-message-bot p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
  margin: 0;
}
.chat-message-user {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.chat-message-user .msg-bubble {
  background: #16152D;
  border-radius: 6px;
  padding: 10px 16px;
  max-width: 276px;
}
.chat-message-user .msg-bubble p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
  margin: 0;
}
.chat-circles {
  display: flex;
  gap: 8px;
  padding: 4px 0;
}
.chat-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #939393;
}
.chat-circle:first-child { background: #FFFFFF; }

.ai-strategist-right {
  flex: 1;
  max-width: 567px;
}
.ai-strategist-right .section-subtitle {
  font-family: 'Grand Sapphire', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 53px;
  color: #FFFFFF;
}
.ai-strategist-right .section-subtitle .gradient-text {
  background: var(--figma-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ai-strategist-right .section-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #A9A4C0;
  margin: 16px 0;
}
.ai-feature-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.ai-feature-list li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  color: #A9A4C0;
  padding-left: 20px;
  position: relative;
}
.ai-feature-list li::before {
  content: '★';
  position: absolute;
  left: 0;
  color: #FFFFFF;
  font-size: 9px;
  top: 1px;
}

/* ===== SERVICES SECTION ===== */
.figma-services {
  /* width: 1320px; */
  /* height: 896px; */
  padding: 40px 60px 60px;
}
.services-header {
  text-align: center;
  margin-bottom: 48px;
}
.services-header .services-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 24px;
  background: linear-gradient(180deg, rgba(115,115,115,0) 0%, rgba(255,255,255,0.12) 100%);
  border: 1px solid #474855;
  border-radius: 19.5px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #C8C9CC;
  margin-bottom: 16px;
}
.services-header h2 {
  font-family: 'Grand Sapphire', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 53px;
  color: #FFFFFF;
  text-align: center;
}
.services-header h2 .gradient-text {
  background: var(--figma-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-card {
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 32px 24px;
  position: relative;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  border-color: #5F4391;
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(95, 67, 145, 0.15);
}
.service-card .card-icon-box {
  width: 45px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(115,115,115,0) 100%);
  border: 1px solid #474855;
  border-radius: 8px;
  margin-bottom: 20px;
}
.service-card .card-icon-box svg { width: 24px; height: 24px; }
.service-card .card-icon-box svg path { fill: #FFFFFF; }
.service-card h3 {
  font-family: 'Albert Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.service-card p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #A9A4C0;
  flex: 1;
}
.service-card .service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0 16px;
  border: 1px solid #5F4391;
  border-radius: 13.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 23px;
  color: #9A5EEF;
  align-self: flex-start;
  margin-top: auto;
  transition: background 0.3s, color 0.3s;
}
.service-card:hover .service-badge {
  background: rgba(154, 94, 239, 0.08);
}

/* ===== CONTACT / FORM SECTION ===== */
.figma-contact {
  padding: 0 60px 60px;
}
.contact-wrapper {
  background: var(--figma-form-bg);
  border: 1px solid #5F4391;
  border-radius: 27px;
  padding: 0;
  display: flex;
  overflow: hidden;
  min-height: 800px;
}
.contact-left {
  width: 499px;
  flex-shrink: 0;
  border-right: 1px solid #5F4391;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
}
.contact-left .contact-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  background: linear-gradient(180deg, rgba(115,115,115,0) 0%, rgba(255,255,255,0.12) 100%);
  border: 1px solid #474855;
  border-radius: 19.5px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #C8C9CC;
  align-self: flex-start;
  margin-bottom: 24px;
}
.contact-left h2 {
  font-family: 'Grand Sapphire', serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 62px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.contact-left h2 .gradient-text {
  background: var(--figma-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-left p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #A9A4C0;
}

.contact-right {
  flex: 1;
  padding: 80px 60px;
}
.contact-right .form-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  background: linear-gradient(180deg, rgba(115,115,115,0) 0%, rgba(255,255,255,0.12) 100%);
  border: 1px solid #474855;
  border-radius: 19.5px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #C8C9CC;
  margin-bottom: 32px;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}
.form-group {
  display: flex;
  flex-direction: column;
}
.form-group.full-width { grid-column: 1 / -1; }
.form-group label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.form-group input,
.form-group textarea {
  background: #1A1C2C;
  border: 1px solid #5F4391;
  border-radius: 6px;
  padding: 16px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.form-group input {
  height: 62px;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #AD6CFD;
  box-shadow: 0 0 0 3px rgba(173, 108, 253, 0.12);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.form-group textarea {
  height: 109px;
  resize: none;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #5F4391;
}
.form-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  padding: 0 32px;
  background: var(--figma-gradient);
  border-radius: 35.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  margin-top: 24px;
  transition: opacity 0.3s, transform 0.2s, box-shadow 0.3s;
}
.form-submit-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(173, 108, 253, 0.3);
}

/* ===== READY TO PROSPER MARQUEE ===== */
.figma-marquee {
  overflow: hidden;
  padding: 40px 0;
}
.marquee-track {
  display: flex;
  gap: 70px;
  animation: marqueeScroll 20s linear infinite;
  width: max-content;
}
.marquee-track span {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 128px;
  line-height: 175px;
  color: #FFFFFF;
  white-space: nowrap;
}
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== FOOTER ===== */
.figma-footer {
  padding: 40px 60px 24px;
  position: relative;
}
.footer-divider {
  height: 0;
  border: 1px solid #5F4391;
  margin-bottom: 40px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  padding-bottom: 40px;
}
.footer-main > div {
  padding: 0 30px;
}
.footer-main > div:first-child {
  padding-left: 0;
}
.footer-main > div:last-child {
  padding-right: 0;
}
.footer-links-col {
  border-left: 1px solid #5F4391;
}
.footer-help-col {
  border-left: 1px solid #5F4391;
}
.footer-divider-bottom {
  height: 0;
  border: 1px solid #5F4391;
  margin-top: 0;
  margin-bottom: 16px;
}
.footer-logo-col .footer-logo-img {
  width: 205px;
  margin-bottom: 24px;
}
.footer-address {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #A9A4C0;
  margin-bottom: 16px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-address strong {
  color: #FFFFFF;
  font-weight: 600;
}
.footer-links-col h4,
.footer-help-col h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #A9A4C0;
  margin-bottom: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-links-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-col ul li {
  margin-bottom: 8px;
}
.footer-links-col ul li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 41px;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-links-col ul li a:hover {
  color: #AD6CFD;
}
.footer-help-col .help-item {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 12px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.footer-social a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: var(--figma-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.footer-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(173, 108, 253, 0.3);
}
.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
.footer-copyright {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
}
.footer-bottom-links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer-bottom-links a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom-links a:hover {
  color: #AD6CFD;
}
.footer-bottom-divider {
  width: 14px;
  height: 0;
  border: 0.5px solid #FFFFFF;
  transform: rotate(90deg);
}

/* ===== ABOUT SECTION ===== */
.figma-about {
  background: var(--figma-bg);
}
.about-hero {
  padding: 100px 0 60px;
  text-align: center;
  border-bottom: 1px solid #5F4391;
}
.about-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.about-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.about-tag {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 12px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(115,115,115,0) 100%);
  border: 1px solid #474855;
  border-radius: 8px;
}
.about-tag-plus {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #5F4391;
}

.about-stats {
  padding: 60px 0;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.about-stat-card {
  padding: 32px 24px;
  border: 1px solid #5F4391;
  border-radius: 14px;
  text-align: center;
  background: #0C0D22;
}
.about-stat-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.about-stat-card p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #A9A4C0;
  margin: 0;
}

.about-process {
  padding: 60px 0 80px;
}
.process-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #C8C9CC;
  padding: 6px 20px;
  background: linear-gradient(180deg, rgba(115,115,115,0) 0%, rgba(255,255,255,0.12) 100%);
  border: 1px solid #474855;
  border-radius: 19.5px;
  margin-bottom: 16px;
}
.process-main-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.process-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #A9A4C0;
  margin-bottom: 48px;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.process-step {
  padding: 32px 24px;
  border: 1px solid #5F4391;
  border-radius: 14px;
  background: #0C0D22;
}
.step-num {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--figma-gradient);
  background: var(--figma-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 16px;
}
.process-step h3 {
  font-family: 'Albert Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.process-step p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #A9A4C0;
  margin: 0;
}

/* Contact info additions */
.contact-info-list {
  margin-top: 24px;
}
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.contact-info-item i {
  width: 20px;
  color: #AD6CFD;
}
.contact-address-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #5F4391;
}
.contact-addr {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #A9A4C0;
  margin-bottom: 16px;
}
.contact-addr strong {
  color: #FFFFFF;
}
.contact-business-info {
  margin-top: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #A9A4C0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
  .figma-hero-inner { padding: 106px 30px 60px; }
  .hero-title-img { max-width: 90%; }
  .figma-clients { padding: 60px 30px; }
  .figma-ai-strategist { flex-direction: column; padding: 40px 30px; }
  .ai-strategist-left, .ai-strategist-right { max-width: 100%; }
  .figma-services { padding: 40px 30px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .figma-contact { padding: 0 30px 40px; }
  .contact-wrapper { flex-direction: column; }
  .contact-left { width: 100%; border-right: none; border-bottom: 1px solid #5F4391; }
  .figma-footer { padding: 30px; }
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .about-title { font-size: 36px; }
  .figma-navbar { padding: 0 30px; }
  .hero-stats .hero-stats-inner {
    position: static;
    width: 100%;
    height: auto;
    padding: 22px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .hero-stat-item { flex: 1; width: auto; }
  .hero-stats-divider { display: none; }
}

@media (max-width: 991px) {
  .figma-navbar { padding: 0 20px; }
  .figma-navbar .nav-links { gap: 24px; }
  .figma-navbar .nav-links a { font-size: 14px; }
  .figma-hero-inner { padding: 106px 20px 40px; }
  .hero-title-img { max-width: 70%; }
  .hero-main-title { margin-bottom: 24px; }
  .hero-description { max-width: 100%; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .hero-stats { padding: 0 20px; height: auto; }
  .hero-stats .hero-stats-inner { position: static; width: 100%; height: auto; padding: 22px 0; flex-wrap: wrap; }
  .hero-stats .hero-stats-divider { display: none; }
  .hero-stat-item:nth-child(1),
  .hero-stat-item:nth-child(2),
  .hero-stat-item:nth-child(3),
  .hero-stat-item:nth-child(4) { width: auto; flex: 1; }
  .hero-stat-number { font-size: 28px; line-height: 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .client-section-title { font-size: 42px; line-height: 48px; }
  .about-title { font-size: 30px; }
  .process-main-title { font-size: 32px; }
  .client-nav-arrows { left: -15px; right: -15px; }
  .client-nav-arrow { width: 40px; height: 40px; font-size: 14px; }
}

@media (max-width: 767px) {
  .figma-navbar .nav-links { display: none; }
  .nav-mobile-toggle { display: block; }
  .figma-navbar .nav-links.mobile-open { 
    display: flex; 
    flex-direction: column; 
    position: absolute; 
    top: 90px; 
    left: 0; 
    right: 0; 
    transform: none;
    background: rgba(1, 3, 20, 0.98);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 20px; 
    border-bottom: 1px solid #5F4391;
    gap: 16px;
    z-index: 100;
  }
  .figma-navbar .nav-links.mobile-open a { font-size: 16px; }
  .figma-navbar .nav-links.mobile-open a::after { display: none; }
  
  .figma-hero-inner { padding: 106px 16px 30px; }
  .hero-title-img { max-width: 90%; }
  .hero-ai-card { width: 100%; height: auto; }
  .hero-stats-inner { flex-wrap: wrap; justify-content: space-around; }
  .showcase-cta { position: relative; bottom: auto; right: auto; margin-top: 12px; }
  .hero-partner-badge { margin-bottom: 24px; }
  .hero-main-title { margin-bottom: 20px; }
  .hero-description { margin-bottom: 32px; }
  .hero-buttons { margin-bottom: 40px; }
  .hero-stat-item:nth-child(1),
  .hero-stat-item:nth-child(2),
  .hero-stat-item:nth-child(3),
  .hero-stat-item:nth-child(4) { width: auto; flex: 0 0 50%; margin-bottom: 16px; }
  .hero-stat-item + .hero-stat-item::before { display: none; }
  
  .services-grid { grid-template-columns: 1fr; }
  .contact-right { padding: 40px 20px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-left { padding: 40px 20px; }
  .contact-left h2 { font-size: 40px; line-height: 46px; }
  
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom-bar { flex-direction: column; gap: 12px; text-align: center; }
  
  .client-carousel-wrap { padding: 20px; }
  .client-slide { flex-direction: column; }
  .client-logo-col { width: 80px; }
  .client-nav-arrows { left: 10px; right: 10px; }
  .client-nav-arrow { width: 36px; height: 36px; font-size: 12px; }
  
  .marquee-track span { font-size: 64px; line-height: 80px; }
  
  .figma-ai-strategist .ai-strategist-right .section-subtitle { font-size: 32px; line-height: 38px; }
  .services-header h2 { font-size: 32px; line-height: 38px; }
  
  .figma-navbar .nav-cta { display: none; }
  
  .about-title { font-size: 26px; }
  .about-tag { font-size: 16px; padding: 8px 20px; }
  .about-stats-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .about-process { padding: 40px 0; }
  .about-hero { padding: 60px 0 40px; }
  .process-main-title { font-size: 28px; }
}

/* ===== 576px – Small tablet / large phone ===== */
@media (max-width: 576px) {
  .figma-navbar { padding: 0 16px; height: 72px; }
  .figma-navbar .nav-logo { width: 140px; }
  .figma-hero-inner { padding: 96px 16px 30px; }
  .hero-partner-badge {
    max-width: 260px;
    width: auto;
    margin-bottom: 20px;
    -webkit-animation: heroBadgeFadeIn 600ms ease both;
    animation: heroBadgeFadeIn 600ms ease both;
  }
  .hero-title-img { display: none; }
  .hero-title-text {
    display: block;
    font-family: 'Marcellus', serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
  }
  .hero-description { font-size: 13px; max-width: 100%; padding: 0 8px; }
  .hero-buttons { flex-direction: column; align-items: center; gap: 12px; margin-bottom: 40px; }
  .hero-ai-card { width: 100%; height: auto; min-height: 150px; }
  .ai-card-body { padding: 12px 16px 16px; }
  .ai-msg-line { font-size: 11px; }
  .hero-stats { height: auto; }
  .hero-stats-inner { flex-wrap: wrap; justify-content: center; gap: 8px; padding: 16px 0; position: static; width: 100%; height: auto; }
  .hero-stats-divider { display: none; }
  .hero-stat-item { flex: 0 0 calc(50% - 8px); text-align: center; padding: 4px 0; }
  .hero-stat-item + .hero-stat-item::before { display: none; }
  .hero-stat-number { font-size: 24px; line-height: 32px; }
  .hero-stat-label { font-size: 11px; }

  .figma-clients { padding: 40px 16px; }
  .client-section-header { margin-bottom: 32px; }
  .client-section-title { font-size: 32px; line-height: 38px; }
  .showcase-card { height: auto; min-height: 380px; }
  .showcase-slide { padding: 24px 20px; flex-direction: column; gap: 16px; }
  .showcase-left { gap: 16px; max-width: 100%; }
  .showcase-logo img { max-width: 120px; }
  .showcase-tags { grid-template-columns: 1fr 1fr; gap: 8px; }
  .showcase-tag { font-size: 11px; padding: 6px 12px; white-space: normal; }
  .showcase-tagline { font-size: 12px; margin: -8px 0 0; }
  .showcase-cta { position: relative; bottom: auto; right: auto; margin-top: 12px; width: 100%; max-width: 183.84px; }
  .showcase-nav { width: 36px; height: 36px; }
  .showcase-nav svg { width: 16px; height: 16px; }
  .showcase-prev { left: -12px; }
  .showcase-next { right: -12px; }
  .showcase-bottom { margin-top: 16px; }
  .showcase-thumb { width: 44px; height: 44px; }

  .brand { margin: 30px 0 10px; }
  .cs-brand-item img { width: 80px; }
  .cs-brand_content .title { font-size: 22px; }

  .figma-ai-strategist { padding: 32px 16px; gap: 32px; }
  .ai-strategist-card { min-height: auto; }
  .ai-strategist-right .section-subtitle { font-size: 28px; line-height: 34px; }
  .ai-strategist-right .section-desc { font-size: 13px; }

  .figma-services { padding: 24px 16px 40px; }
  .services-header { margin-bottom: 32px; }
  .services-header h2 { font-size: 28px; line-height: 34px; }
  .services-grid { gap: 16px; }
  .service-card { padding: 24px 16px; min-height: auto; }
  .service-card h3 { font-size: 17px; }

  .contact-left h2 { font-size: 36px; line-height: 42px; }
  .contact-left { padding: 40px 20px; width: 100%; }
  .contact-right { padding: 40px 20px; }
  .contact-form-grid { gap: 16px; }
  .form-group input { height: 50px; }

  .figma-footer { padding: 24px 16px; }
  .footer-main > div { padding: 0; }
  .footer-links-col,
  .footer-help-col { border-left: none; }
  .footer-logo-img { max-width: 180px; }
  .footer-address { font-size: 14px; }

  .marquee-track span { font-size: 48px; line-height: 56px; }
  .figma-marquee { padding: 24px 0; }
}

/* ===== 412px – Primary mobile target ===== */
@media (max-width: 412px) {
  .figma-navbar { height: 64px; }
  .figma-navbar .nav-logo { width: 120px; }
  .figma-navbar .nav-links.mobile-open { top: 64px; padding: 14px; }
  .figma-navbar .nav-links.mobile-open a { font-size: 15px; }
  .figma-hero-inner { padding: 78px 12px 24px; }
  .hero-partner-badge { max-width: 200px; margin-bottom: 16px; }
  .hero-main-title { margin-bottom: 14px; }
  .hero-description { font-size: 12px; line-height: 1.5; padding: 0 4px; margin-bottom: 24px; }
  .hero-buttons { gap: 10px; margin-bottom: 28px; }
  .hero-ai-card { min-height: 120px; border-radius: 12px; }
  .ai-card-header { padding: 8px 14px; }
  .ai-card-dot { width: 6px; height: 6px; }
  .ai-card-label { font-size: 10px; }
  .ai-card-body { padding: 8px 14px 12px; }
  .ai-msg-line { font-size: 10px; line-height: 1.5; }
  .hero-stats-inner { gap: 6px; padding: 12px 0; }
  .hero-stat-item { flex: 0 0 calc(50% - 6px); padding: 2px 0; }
  .hero-stat-number { font-size: 18px; line-height: 24px; }
  .hero-stat-label { font-size: 10px; line-height: 1.3; }
  .hero-stats-line-top,
  .hero-stats-line-bottom,
  .hero-stats-divider { display: none; }

  .figma-clients { padding: 32px 12px; }
  .client-section-title { font-size: 26px; line-height: 32px; }
  .client-eyebrow { font-size: 10px; padding: 4px 12px; }
  .client-section-header { margin-bottom: 24px; }
  .showcase-card { min-height: 320px; border-radius: 18px; }
  .showcase-slide { padding: 18px 14px; gap: 12px; }
  .showcase-left { gap: 12px; }
  .showcase-logo img { max-width: 90px; }
  .showcase-tags { gap: 6px; }
  .showcase-tag { font-size: 9px; padding: 4px 8px; }
  .showcase-tagline { font-size: 11px; margin: -6px 0 0; }
  .showcase-cta { max-width: 150px; height: 32px; font-size: 11px; border-radius: 16px; gap: 6px; padding: 0 12px; }
  .showcase-cta svg { width: 11px; height: 11px; }
  .showcase-nav { width: 28px; height: 28px; }
  .showcase-nav svg { width: 14px; height: 14px; }
  .showcase-prev { left: -6px; }
  .showcase-next { right: -6px; }
  .showcase-thumb { width: 36px; height: 36px; border-radius: 8px; }
  .showcase-bottom { gap: 12px; margin-top: 12px; }

  .brand { margin: 20px 0 10px; }
  .cs-brand-item img { width: 56px; }
  .cs-brand_content .title { font-size: 18px; }

  .figma-ai-strategist { padding: 16px 12px; gap: 24px; }
  .ai-strategist-left,
  .ai-strategist-right { max-width: 100%; }
  .ai-strategist-right .section-subtitle { font-size: 22px; line-height: 28px; }
  .ai-strategist-right .section-desc { font-size: 12px; margin-bottom: 16px; }
  .ai-feature-list li { font-size: 12px; padding-left: 20px; }
  .chat-conversation { height: 160px; }
  .ai-strategist-card .card-header { padding: 12px 16px; }
  .chat-area { padding: 12px; }

  .figma-services { padding: 16px 12px 32px; }
  .services-header h2 { font-size: 22px; line-height: 28px; }
  .services-grid { gap: 14px; }
  .service-card { padding: 18px 12px; }
  .service-card h3 { font-size: 15px; }
  .service-card p { font-size: 12px; }
  .service-card .card-icon-box { width: 34px; height: 38px; border-radius: 6px; }
  .service-card .card-icon-box svg { width: 16px; height: 16px; }
  .service-badge { font-size: 10px; padding: 3px 10px; }

  .figma-contact { padding: 0 12px 32px; }
  .contact-wrapper { border-radius: 14px; min-height: auto; }
  .contact-left { padding: 28px 14px; }
  .contact-left .contact-tab { font-size: 10px; padding: 4px 12px; }
  .contact-left h2 { font-size: 28px; line-height: 34px; }
  .contact-left p { font-size: 12px; }
  .contact-right { padding: 28px 14px; }
  .contact-form-grid { gap: 12px; }
  .form-group label { font-size: 12px; margin-bottom: 4px; }
  .form-group input { height: 44px; font-size: 12px; padding: 0 12px; }
  .form-group textarea { height: 72px; font-size: 12px; padding: 10px 12px; }
  .form-submit-btn { font-size: 13px; padding: 10px 28px; }
  .contact-info-list { margin-top: 16px; }
  .contact-info-item { font-size: 12px; gap: 8px; }
  .contact-addr { font-size: 12px; }
  .contact-business-info { font-size: 11px; }

  .figma-footer { padding: 16px 12px; }
  .footer-logo-img { max-width: 140px; }
  .footer-address { font-size: 12px; }
  .footer-links-col h4,
  .footer-help-col h4 { font-size: 13px; }
  .footer-links-col ul li a,
  .help-item { font-size: 12px; }
  .footer-bottom-bar { flex-direction: column; gap: 8px; text-align: center; }
  .footer-copyright { font-size: 11px; }
  .footer-bottom-links { justify-content: center; gap: 10px; flex-wrap: wrap; }
  .footer-bottom-links a { font-size: 11px; }

  .marquee-track span { font-size: 32px; line-height: 40px; }
  .figma-marquee { padding: 12px 0; }

  .section-desc { font-size: 12px; }

  .chat-circles { gap: 6px; }
  .chat-circle { width: 8px; height: 8px; }

  .hero-stats .hero-stats-inner { flex-wrap: wrap; justify-content: center; }
  .hero-stat-item:nth-child(1),
  .hero-stat-item:nth-child(2),
  .hero-stat-item:nth-child(3),
  .hero-stat-item:nth-child(4) { flex: 0 0 calc(50% - 6px); width: auto; }
}

/* ===== Service Icon Flip Animation ===== */
.service-card .card-icon-box {
  perspective: 800px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .service-card:hover .card-icon-box {
    animation: iconFlip 700ms cubic-bezier(.22,1,.36,1) forwards;
  }
}

@keyframes iconFlip {
  0% {
    transform: rotateY(0deg) scale(1);
  }
  50% {
    transform: rotateY(180deg) scale(1.08);
  }
  100% {
    transform: rotateY(360deg) scale(1);
  }
}

@keyframes heroBadgeFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.ai-strategist-card {
    min-height: 382px;
    min-width: 620px;
}
@media (max-width: 767px) {
  .ai-strategist-card { min-width: 0; }
}
.ai-strategist-card .card-header .header-text {
    display: flex;
    flex-direction: column;
}
.ai-strategist-card .card-header .card-title {
    margin-left: 0;
}
.ai-strategist-card .ai-icon {
    width: 13.43px;
    height: 13.85px;
}
.chat-conversation {
    position: relative;
    height: 210px;
    overflow: hidden;
}
.chat-carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.chat-screen {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
}
.chat-circle {
    cursor: pointer;
    transition: background 0.4s ease, transform 0.4s ease;
}
.chat-circle:first-child {
    background: #939393;
}
.chat-circle.active {
    background: #FFFFFF !important;
    transform: scale(1.25);
}
.cs-brand_wrap {
    padding: 40px 0;
    overflow: hidden;
}
.brand {
    margin: 60px 0 10px;
}
.cs-brand_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    background: none;
    padding: 0;
}
.cs-brand_content::before {
    display: none;
}
.cs-brand_content .title {
    text-align: center;
}
.showcase {
    max-width: 1370px;
    margin: 0 auto;
    position: relative;
}
.showcase-card {
    position: relative;
    width: 100%;
    max-width: 1320px;
    height: 452px;
    margin: 0 auto;
    border: 1px solid rgba(139, 92, 246, 0.35);
    border-radius: 30px;
    background: rgba(12, 13, 34, 0.85);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.showcase-slides {
    position: relative;
    width: 100%;
    height: 100%;
}
.showcase-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    padding: 60px 50px;
    gap: 64px;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}
.showcase-slide.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}
.showcase-slide.exit-left {
    opacity: 0;
    transform: translateX(-40px);
}
.showcase-slide.enter-right {
    opacity: 0;
    transform: translateX(40px);
}
.showcase-left {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    padding-bottom: 40px;
}
.showcase-left > .showcase-logo {
    margin-top: 0;
}
.showcase-logo img {
    max-width: 160px;
    height: auto;
    display: block;
}
.showcase-tags {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 12px;
    justify-content: start;
}
.showcase-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(22, 21, 45, 0.85);
    border: 1px solid rgba(139, 92, 246, 0.25);
    border-radius: 999px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
}
.showcase-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
    margin: 0;
}
.showcase-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
}
.showcase-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #a855f7;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}
.showcase-description {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    max-width: 700px;
    margin: 0;
}
.showcase-result {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 18px 0 0 0;
}
.showcase-cta {
    position: absolute;
    bottom: 40px;
    right: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 183.84px;
    height: 39px;
    padding: 0 16px;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    border-radius: 19.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
    box-sizing: border-box;
}
.showcase-cta svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.showcase-cta:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 30px rgba(124, 58, 237, 0.45);
}
.showcase-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.showcase-nav svg {
    width: 20px;
    height: 20px;
    display: block;
}
.showcase-nav:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 30px rgba(124, 58, 237, 0.5);
}
.showcase-prev {
    left: -24px;
}
.showcase-next {
    right: -24px;
}
.showcase-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
    padding: 0 4px;
}
.showcase-thumb {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: px;
    overflow: hidden;
    background: #16152D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.showcase-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.showcase-progress {
    flex: 1;
    height: 4px;
    background: rgba(255,255,255,0.08);
    border-radius: 4px;
    overflow: hidden;
}
.showcase-progress-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #7c3aed, #a855f7);
    border-radius: 4px;
    transition: width 0.1s linear;
}

.chat-message-bot {
    max-width: 402px;
}

.chat-message-bot p,
.chat-message-user .msg-bubble p {
    line-height: 100%;
}

.chat-message-bot,
.chat-message-user {
    opacity: 0;
    transform: translateY(10px);
    animation: chatFadeIn 0.4s ease forwards;
}

@keyframes chatFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-typing-cursor {
    display: inline-block;
    width: 2px;
    height: 14px;
    background: #FFFFFF;
    margin-left: 1px;
    vertical-align: text-bottom;
    animation: cursorBlink 0.7s step-end infinite;
}

@keyframes cursorBlink {
    50% { opacity: 0; }
}

.hero-title-text {
    display: none;
}
.hero-intelligent {
    background: linear-gradient(180deg, #AD6CFD 0%, #441EAC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 767px) {
    .hero-title-img { display: none; }
    .hero-title-text {
        display: block;
        font-family: 'Marcellus', serif;
        font-weight: 250;
        font-size: 22px;
        line-height: 100%;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        max-width: 100%;
    }
    .hero-main-title {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 412px) {
    .hero-title-text {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .hero-main-title { height: auto; text-align: center; }
}

/* Tablet range: 501px to 1199px — hide hero image, show text, buttons on one line */
@media (min-width: 501px) and (max-width: 1199px) {
    .hero-title-img {
        display: none !important;
    }
    .hero-title-text {
        display: block;
        font-family: 'Marcellus', serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 110%;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        max-width: 100%;
    }
    .hero-main-title {
        width: 100%;
        height: auto;
    }
    .hero-description {
        max-width: 100%;
    }
    .hero-buttons {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 12px;
        justify-content: center;
    }
    .hero-btn-primary,
    .hero-btn-secondary {
        white-space: nowrap;
        width: auto;
        flex: 0 1 auto;
        padding: 0 20px;
    }
    .hero-ai-card {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hero-stats { height: auto; }
    .hero-stats-inner {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 20px 0;
    }
    .hero-stat-item {
        width: auto !important;
        height: auto !important;
        flex: 0 0 calc(50% - 12px);
        max-width: 160px;
    }
    .hero-stats-divider { display: none !important; }
    .hero-stats-line-top,
    .hero-stats-line-bottom { display: none; }
}

@media (max-width: 576px) {
    .hero-partner-badge { width: auto; }
    .hero-btn-primary,
    .hero-btn-secondary {
        height: 38px;
        font-size: 12px;
        padding: 0 16px;
        width: auto;
        flex: 0 1 auto;
    }
    .hero-buttons { gap: 8px; margin-bottom: 28px; flex-wrap: nowrap; flex-direction: row; }
    .hero-btn-primary,
    .hero-btn-secondary { white-space: nowrap; }
}

@media (max-width: 412px) {
    .figma-navbar { height: 56px; }
    .figma-navbar .nav-logo { width: 100px; }
    .figma-hero-inner { padding: 68px 12px 20px; }
    .hero-partner-badge { max-width: 180px; width: auto; margin-bottom: 14px; }
    .hero-btn-primary,
    .hero-btn-secondary {
        height: 32px;
        font-size: 11px;
        padding: 0 14px;
        width: auto;
        flex: 0 1 auto;
        border-radius: 20px;
    }
    .hero-buttons { gap: 8px; margin-bottom: 24px; flex-wrap: nowrap; flex-direction: row; }
    .hero-btn-primary,
    .hero-btn-secondary { white-space: nowrap; }
    .hero-description { font-size: 11px; line-height: 1.4; margin-bottom: 20px; padding: 0; }
    .hero-ai-card { min-height: 100px; border-radius: 10px; }
    .ai-card-header { padding: 8px 12px; gap: 8px; }
    .ai-card-body { padding: 8px 12px 12px; }
    .hero-stat-number { font-size: 20px; line-height: 24px; }
    .hero-stat-label { font-size: 10px; }
    .figma-services { padding: 16px 12px 24px; }
    .services-header { margin-bottom: 24px; }
    .services-header h2 { font-size: 20px; line-height: 26px; }
    .services-grid { gap: 12px; }
    .service-card { padding: 16px 12px; min-height: auto; }
    .service-card h3 { font-size: 14px; }
    .service-card p { font-size: 11px; }
    .figma-clients { padding: 24px 12px; }
    .client-section-header { margin-bottom: 20px; }
    .client-section-title { font-size: 22px; line-height: 28px; }
    .figma-ai-strategist { padding: 16px 12px; gap: 16px; }
    .figma-contact { padding: 0 12px 24px; }
    .contact-left { padding: 24px 12px; }
    .contact-left h2 { font-size: 24px; line-height: 30px; }
    .contact-right { padding: 24px 12px; }
    .contact-form-grid { gap: 12px; }
    .form-group input { height: 40px; font-size: 11px; }
    .form-group textarea { height: 64px; font-size: 11px; }
    .form-submit-btn { font-size: 12px; padding: 8px 24px; }
    .figma-footer { padding: 16px 12px; }
    .footer-logo-img { max-width: 120px; }
    .footer-address { font-size: 11px; }
}

@media (max-width: 991px) {
    .showcase-slide { padding: 44px 36px; gap: 40px; }
    .showcase-left { flex: 0 0 35%; max-width: 35%; padding-bottom: 28px; }
    .showcase-description { font-size: 15px; }
    .showcase-result { font-size: 17px; }
    .client-section-title { font-size: 38px; line-height: 44px; }
    .showcase-logo img { max-width: 140px; }
}

@media (max-width: 767px) {
    .showcase-card { height: auto; min-height: auto; }
    .showcase-slides { position: relative; height: auto; }
    .showcase-slide.active { display: flex; }
    .showcase-slide {
        position: relative;
        inset: auto;
        height: auto;
        opacity: 1;
        transform: none;
        display: none;
        padding: 24px 20px;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .showcase-left {
        flex: none;
        width: 100%;
        max-width: 100%;
        gap: 10px;
        padding-bottom: 0;
        justify-content: flex-start;
    }
    .showcase-left > .showcase-logo { margin-top: 0; }
    .showcase-tagline {
        font-size: 11px;
        margin: 0;
    }
    .showcase-tags {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }
    .showcase-tag {
        font-size: 10px;
        padding: 5px 10px;
        white-space: normal;
    }
    .showcase-right {
        flex: none;
        width: 100%;
        max-width: 100%;
        gap: 12px;
    }
    .showcase-label { font-size: 10px; }
    .showcase-description { font-size: 13px; margin: 0; max-width: 100%; }
    .client-section-title { font-size: 28px; line-height: 34px; }
    .showcase-logo img { max-width: 110px; }
    .showcase-result { font-size: 15px; margin: 4px 0 0 0; }
    .showcase-cta {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 8px;
        align-self: flex-start;
        width: auto;
    }
}

@media (max-width: 412px) {
    .showcase-slide { padding: 16px 12px; gap: 12px; }
    .showcase-left { gap: 8px; }
    .showcase-tag { font-size: 9px; padding: 4px 8px; }
    .showcase-tagline { font-size: 10px; }
    .showcase-right { gap: 10px; }
    .showcase-label { font-size: 9px; }
    .showcase-description { font-size: 13px; line-height: 1.6; }
    .showcase-result { font-size: 14px; }
    .showcase-cta { max-width: 130px; height: 30px; font-size: 10px; border-radius: 14px; gap: 4px; padding: 0 10px; }
    .showcase-cta svg { width: 10px; height: 10px; }
    .showcase-nav { width: 24px; height: 24px; top: 50%; }
    .showcase-prev { left: -4px; }
    .showcase-next { right: -4px; }
    .showcase-nav svg { width: 12px; height: 12px; }
}

.ai-msg-line,
.ai-msg-result {
    opacity: 0;
    transform: translateY(10px);
}

