/* ============================================================
   BINOVAR – style.css
   ============================================================ */

/* ── 0. FONT FACE ─────────────────────────────────────────── */
@font-face {
  font-family: 'Geist';
  src: url('assets/Geist.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ── 1. CUSTOM PROPERTIES ─────────────────────────────────── */
:root {
  /* Brand colours */
  --clr-primary:        #2563EB;
  --clr-primary-hover:  #1D4ED8;
  --clr-primary-light:  #60A5FA;
  --clr-primary-glow:   rgba(37, 99, 235, 0.35);

  /* Dark palette (hero / footer / testimonials) */
  --clr-dark-900: #04091A;
  --clr-dark-800: #080F27;
  --clr-dark-700: #0D1A3E;
  --clr-dark-600: #112251;

  /* Neutral palette */
  --clr-white:     #FFFFFF;
  --clr-gray-50:   #F8FAFF;
  --clr-gray-100:  #F1F5F9;
  --clr-gray-200:  #E2E8F0;
  --clr-gray-300:  #CBD5E1;
  --clr-gray-400:  #94A3B8;
  --clr-gray-500:  #64748B;
  --clr-gray-600:  #475569;
  --clr-gray-800:  #1E293B;
  --clr-gray-900:  #0F172A;

  /* Accent icon colours */
  --clr-blue:   #3B82F6;
  --clr-purple: #8B5CF6;
  --clr-teal:   #14B8A6;
  --clr-orange: #F97316;

  /* Typography */
  --font: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Spacing scale */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;

  /* Radii */
  --r-sm:   6px;
  --r-md:   10px;
  --r-lg:   16px;
  --r-xl:   20px;
  --r-2xl:  28px;
  --r-full: 9999px;

  /* Shadows */
  --sh-sm: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05);
  --sh-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);
  --sh-lg: 0 8px 28px rgba(0,0,0,.10), 0 3px 8px rgba(0,0,0,.06);
  --sh-xl: 0 16px 48px rgba(0,0,0,.14);

  /* Container */
  --container-max: 1240px;
  --container-px:  24px;

  /* Transitions */
  --ease: cubic-bezier(.4, 0, .2, 1);
  --dur:  200ms;
}

/* ── 2. RESET & BASE ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--clr-gray-900);
  background: var(--clr-white);
  -webkit-font-smoothing: antialiased;
}

img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
ol { list-style: none; }
blockquote { font-style: normal; }
cite { font-style: normal; }

/* ── 3. UTILITIES ─────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-px);
}

.section-gap { padding-block: var(--sp-24); }

/* Section badge pill */
.pill {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: var(--r-full);
  background: rgba(37, 99, 235, .10);
  color: var(--clr-primary);
  border: 1px solid rgba(37, 99, 235, .18);
}
.pill--white-outline {
  background: rgba(255,255,255,.08);
  color: var(--clr-white);
  border-color: rgba(255,255,255,.22);
}
.pill--white-sm {
  background: rgba(255,255,255,.15);
  color: var(--clr-white);
  border-color: rgba(255,255,255,.25);
  font-size: 11px;
}
.pill--blue-sm {
  font-size: 11px;
  padding: 4px 10px;
}

/* Section headings */
.section-title {
  color: #262626;
  text-align: center;
  font-family: Geist;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 107.143% */
  letter-spacing: -4.8px;
}
.section-title em {
  font-style: normal;
  color: var(--clr-primary);
}
.section-title--white { color: var(--clr-white); }

.solution-little{
  color: rgba(13, 13, 13, 0.85);
text-align: center;
font-family: Geist;
font-size: 16.7px;
font-style: normal;
font-weight: 500;
line-height: 24.65px; /* 147.605% */
letter-spacing: -0.4px;
opacity: 0.65;

}

.our_expertise{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.our_expertise img{
  width: 72px;
    
}

.our_expertise_text{
  color: #000000;
  font-family: Geist;
  font-size: 14.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.55px; /* 140.753% */
  letter-spacing: -0.3px;
  opacity: 0.65;
}

.our_expertise_text_footer{
  color: #ffffff;
  font-family: Geist;
  font-size: 14.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.55px; /* 140.753% */
  letter-spacing: -0.3px;
  opacity: 0.65;
}


.section-header { margin-bottom: var(--sp-12); }
.section-header--center { text-align: center; }
.section-header--center .pill { margin-bottom: var(--sp-3); }
.section-header--center .section-title { margin-top: var(--sp-3); }

/* ── 4. BUTTONS ───────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border-radius: var(--r-full);
  transition: background var(--dur) var(--ease),
              color var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              transform var(--dur) var(--ease);
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }

.btn--primary {
  background: var(--clr-primary);
  color: var(--clr-white);
  box-shadow: 0 2px 12px var(--clr-primary-glow);
}
.btn--primary:hover {
  background: var(--clr-primary-hover);
  box-shadow: 0 4px 20px var(--clr-primary-glow);
}

.btn--nav-cta {
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--r-full);
  border: 1.5px solid rgba(255,255,255,.40);
  color: var(--clr-white);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.btn--nav-cta:hover {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.65);
}

.btn--white-outline {
  background: transparent;
  color: var(--clr-white);
  border: 1.5px solid rgba(255,255,255,.50);
  
}


.btn--white-outline--tags {
  background: transparent;
  color: var(--clr-white);
  border: 1.5px solid rgba(255,255,255,.50);
  color: rgba(255, 255, 255, 0.90);
  font-family: Geist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  border-radius: 35px;
  border: 1px solid #EBEBEB;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: inline-block;
  margin: 4px;
}

.btn--white-outline--tags-light {
  background: transparent;
  color: var(--clr-white);
  border: 1.5px solid rgba(0, 0, 0, 0.5);
  color: #3B3B3BCC;
  font-family: Geist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  border-radius: 35px;
  border: 1px solid #3B3B3BCC;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: inline-block;
  margin: 4px;
}



.btn--white-outline:hover {
  background: rgba(255,255,255,.10);
  border-color: var(--clr-white);
}

.btn--ghost-white {
  background: rgba(255,255,255,.08);
  color: var(--clr-white);
  border: 1.5px solid rgba(255,255,255,.18);
}
.btn--ghost-white:hover { background: rgba(255,255,255,.15); }

.btn--sm { padding: 10px 20px; font-size: 13.5px; }

/* ── 5. HEADER / NAV (Figma-spec) ────────────────────────── */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 40px 0;
  pointer-events: none;
  background: transparent;
 
}

.nav {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 81px;
  padding: 0 37px 0 27px;
  align-items: center;
  gap: 8px;

  border-radius: 80px;
  background: rgba(0, 84, 239, 0.20);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  width: 100%;
  max-width: 1360px;

  pointer-events: all;
  transition: background 0.35s ease, box-shadow 0.35s ease;

  overflow: hidden;
}

/* BORDA GRADIENTE */
.nav::before {
  content: "";
  position: absolute;
  inset: 0;

  border-radius: 80px;
  padding: 1px; /* espessura da borda */

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.326) 0%,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.107) 30%,
    rgba(255, 255, 255, 0.187) 100%
  );

  /* cria só a borda */
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

/* Slightly more opaque after hero */
.header.is-scrolled .nav {
  background: rgba(45, 94, 254, 0.703);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 4px 32px rgba(45, 95, 254, 0.15);
}

.header.is-scrolled .nav:hover {
  background: #2D5FFE;
}

/* Logo */
.nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 24px;
  justify-self: start;
}
.nav__logo img { height: 28px; width: auto; display: block; }

/* Nav links */
.nav__menu {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-self: center; 
}
.nav__link {
  padding: 6px 16px;
  font-family: var(--font);
  font-size: 15.5px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.3px;
  color: #FFF;
  opacity: 0.65;
  border-radius: var(--r-full);
  transition: opacity var(--dur) var(--ease), background var(--dur) var(--ease);
  white-space: nowrap;
}
.nav__link:hover, .nav__link.is-active {
  opacity: 1;
  background: rgba(255,255,255,.10);
}

.nav:hover {
  background: #2D5FFE;
}

/* Hamburger (mobile) */
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin-inline-start: auto;
  border-radius: var(--r-md);
  border: 1.5px solid rgba(255,255,255,.30);
  flex-shrink: 0;
}
.nav__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--clr-white);
  border-radius: 2px;
  transition: transform .25s var(--ease), opacity .2s;
}
.nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Contact Us button (Figma-spec) */
.btn--nav-cta {
  display: flex;
  width: 116px;
  padding: 10px;
  justify-content: center;
  justify-self: end;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.15);
  color: #FFF;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
  flex-shrink: 0;
  transition: background var(--dur) var(--ease);
  white-space: nowrap;
}
.btn--nav-cta:hover { background: rgba(255,255,255,.28); }

/* ── 6. HERO (Figma-spec) ────────────────────────────────── */
.hero {
  position: relative;
  width: 100%;
  min-height: 836px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  /* Figma spec: image + gradient overlay */
  background:
    radial-gradient(circle 700px at 10% -5%,  rgba(255,255,255,0.28) 0%, rgba(150,200,255,0.10) 38%, transparent 64%),
    radial-gradient(circle 500px at 92% 108%, rgba(140,195,255,0.18) 0%, transparent 55%),
    url('assets/hero-bg.jpg') lightgray center / cover no-repeat;
}

/* Wrapper that centres & constrains the left copy */
.hero__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 130px 80px 80px;
  display: flex;
  align-items: center;
  min-height: 836px;
  position: relative;
  z-index: 2;
}

/* Left copy column */
.hero__copy {
  max-width: 490px;
  position: relative;
  z-index: 2;
}

/* Heading */
.hero__title {
  font-family: var(--font);
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2.88px;
  color: #FFF;
  margin-bottom: 20px;
}

/* Gradient word "innovation" */
.hero__gradient-text {
  font-family: var(--font);
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2.88px;
  background: linear-gradient(91deg, #FFF 0.65%, #99C4FF 47.3%, #88CAFA 96.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Sub-headline */
.hero__lead {
  color: rgba(243, 243, 243, 0.80);
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.54px;
  margin-bottom: 32px;
  max-width: 340px;
}

/* CTA button (Figma-spec) */
.btn--hero-cta {
  display: inline-flex;
  width: 263px;
  height: 58px;
  padding: 0 32px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 56px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #032283;
  color: #F7F7F7;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.btn--hero-cta svg { flex-shrink: 0; }
.btn--hero-cta:hover {
  background: #0530B5;
  box-shadow: 0 4px 24px rgba(3,34,131,0.5);
}

/* Right 3-D PNG — bottom-aligned to hero edge */
.hero__right-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
}
.hero__right-img {
  width: 660px;
  height: 807px;
  display: block;
  object-fit: contain;
  object-position: bottom right;
}

/* ── 7. STATS ─────────────────────────────────────────────── */
.stats {
  background: var(--clr-white);
  border-bottom: 1px solid var(--clr-gray-100);
  padding-top: 80px;
  padding-bottom: 80px;
}
.stats__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: var(--sp-12);
  gap: var(--sp-6);
}
.stats__item {
  flex: 1;
  text-align: center;
  padding-inline: var(--sp-6);
}
.stats__num {
  color: #010117;
font-family: Geist;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: 66px; /* 137.5% */
letter-spacing: -4.29px;

}
.stats__unit { 
  color: #426FFF;
  font-family: Geist;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: -4.29px;
}

.stats__label {
  color: rgba(13, 13, 13, 0.85);
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.65px; /* 136.944% */
  letter-spacing: -0.4px;
}
.stats__divider {
  width: 1px;
  align-self: stretch;
  background: var(--clr-gray-200);
  flex-shrink: 0;
}


.stats__divider__h{
  height: 1px;
  align-self: stretch;
  background: var(--clr-gray-200);
  flex-shrink: 0;

}

/* ── 8. FEATURES ──────────────────────────────────────────── */
.features { 
   background: 
    linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.486)),
    url('/assets/bg-features.png') center/cover no-repeat;
  height: 1078px;
 
}
.features .section-title{
color: #262626;
font-family: Geist;
font-size: 56px;
font-style: normal;
font-weight: 500;
line-height: 60px; /* 107.143% */
letter-spacing: -4.8px;

}

.features__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-8);
  align-items: end;
  margin-bottom: var(--sp-12);
}
.features__head .pill { margin-bottom: var(--sp-3); }
.features__head-desc {
  color: rgba(13, 13, 13, 0.85);
font-family: Geist;
font-size: 16.7px;
font-style: normal;
font-weight: 500;
line-height: 24.65px; /* 147.605% */
letter-spacing: -0.4px;
opacity: 0.65;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

/* Card 1 maior */
.features__grid .feat-card:nth-child(1) {
  grid-column: span 7;
}

/* Card 2 menor */
.features__grid .feat-card:nth-child(2) {
  grid-column: span 5;
}

/* Card 3 menor */
.features__grid .feat-card:nth-child(3) {
  grid-column: span 5;
}

/* Card 4 maior */
.features__grid .feat-card:nth-child(4) {
  grid-column: span 7;
}

.feat-card {
  min-height: 300px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 0 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.feat-card__mockup {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feat-card__left {
  width: 100%;
}

.feat-card__title {
  color: #1f1f1f;
  font-family: Geist, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -1.2px;
  margin-bottom: 12px;
}

.feat-card__desc {
  color: rgba(13, 13, 13, 0.65);
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  max-width: 520px;
}

/* Responsivo */
@media (max-width: 900px) {
  .features__grid {
    grid-template-columns: 1fr;
  }

  .features__grid .feat-card:nth-child(1),
  .features__grid .feat-card:nth-child(2),
  .features__grid .feat-card:nth-child(3),
  .features__grid .feat-card:nth-child(4) {
    grid-column: span 1;
  }
}
/* Mini mockups inside feature cards */
.feat-card__mockup {
  flex-shrink: 0;
  width: 120px;
  min-height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* bar chart mockup */
.mock-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 70px;
  width: 100%;
}
.mock-bar {
  flex: 1;
  background: linear-gradient(to top, var(--clr-primary), var(--clr-primary-light));
  border-radius: 4px 4px 0 0;
  opacity: .75;
}

/* toggle mockup */
.mock-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--clr-gray-400);
}
.mock-toggle__track {
  width: 48px; height: 26px;
  border-radius: 13px;
  background: var(--clr-gray-200);
  position: relative;
  transition: background .2s;
}
.mock-toggle__track--on { background: var(--clr-primary); }
.mock-toggle__knob {
  position: absolute;
  top: 3px; right: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--clr-white);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

/* donut mockup */
.mock-donut {
  width: 70px; height: 70px;
  border-radius: 50%;
  background: conic-gradient(var(--clr-primary) 0% 65%, var(--clr-primary-light) 65% 82%, var(--clr-gray-200) 82% 100%);
  mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 0);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 0);
}

/* node diagram mockup */
.mock-nodes {
  position: relative;
  width: 120px; height: 80px;
}
.mock-node {
  position: absolute;
  border-radius: 50%;
  background: var(--clr-primary);
}
.mock-node--main {
  width: 28px; height: 28px;
  top: calc(50% - 14px); left: calc(28% - 14px);
}
.mock-node--sm {
  width: 16px; height: 16px;
  background: var(--clr-primary-light);
  opacity: .7;
}
.mock-node-lines {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
}

/* ── 9. SOLUTIONS ─────────────────────────────────────────── */
.solutions {
  background: var(--clr-white);
  padding-bottom: 240px;
}

.container .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  align-self: stretch;
  text-align: center;
}

/* Sticky stack container */
.solutions__stack {
  display: flex;
  flex-direction: column;
  margin-top: var(--sp-12);
  gap: 0;
}

/* Base card */
.sol-card {
  border-radius: var(--r-2xl);
  overflow: hidden;
  display: flex;
  gap: var(--sp-8);
  position: sticky;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  will-change: transform;
}

/* Staggered top + z-index so each card slides under the next */
.solutions__stack .sol-card:nth-child(1) {
  position: sticky;
  top: 100px;
  z-index: 10;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.14);
}
.solutions__stack .sol-card:nth-child(2) {
  position: sticky;
  top: 116px;
  z-index: 20;
  box-shadow: 0 12px 56px rgba(0, 0, 0, 0.18);
}
.solutions__stack .sol-card:nth-child(3) {
  position: sticky;
  top: 132px;
  z-index: 30;
  margin-bottom: 0;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.22);
}

.sol-card--blue {
  position: relative;
  overflow: hidden;
  min-height: 388px;
  border-radius: 16px;
  background: #3E83FF;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.03) inset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 70px 90px;
}

.sol-card--blue--dark {
  position: relative;
  overflow: hidden;
  min-height: 388px;
  border-radius: 16px;
  background: #091435;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.03) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 90px;

}

.sol-card--light {
  position: relative;
  overflow: hidden;
  min-height: 388px;
  border-radius: 16px;
  background: #EDF1FF;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.03) inset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 70px 90px;
}



/* IMAGEM */
.sol-card--blue > img {
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: 0;
  width: 55%;
  max-width: 820px;

}

/* IMAGEM */
.sol-card--blue--dark > img {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 0;
  width: 70%;
  max-width: 820px;

}

/* IMAGEM */
.sol-card--light > img {
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: 0;
  width: 55%;
  max-width: 820px;

}

.tags-sol{
  display: block;
}

/* TEXTO */
.sol-card--blue .sol-card__copy {
  position: relative;
  z-index: 2;

  width: 42%;
  max-width: 520px;
  margin-left: auto;
}


/* TEXTO */
.sol-card--blue--dark .sol-card__copy {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  position: relative;
  right: 280px;

}

/* TEXTO */
.sol-card--light .sol-card__copy {
  position: relative;
  z-index: 2;

  width: 42%;
  max-width: 520px;
  margin-left: auto;
}



/* TÍTULO */
.sol-card--blue .sol-card__title {
  color: #F3F3F3;
  font-family: Geist;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 105.556% */
  letter-spacing: -2px;
}

/* TÍTULO */
.sol-card--blue--dark .sol-card__title {
  color: #F3F3F3;
  font-family: Geist;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 105.556% */
  letter-spacing: -2px;
}

.sol-card--light .sol-card__title {
  color: #292929;
  font-family: Geist;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 105.556% */
  letter-spacing: -2px;
}

/* DESCRIÇÃO */
.sol-card--blue .sol-card__desc {
  color: rgba(255, 255, 255, 0.70);
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.6px; /* 136.667% */
  letter-spacing: -0.4px;
  opacity: 0.75;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* DESCRIÇÃO */
.sol-card--blue--dark .sol-card__desc {
  color: rgba(255, 255, 255, 0.70);
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.6px; /* 136.667% */
  letter-spacing: -0.4px;
  opacity: 0.75;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* DESCRIÇÃO */
.sol-card--light .sol-card__desc {
  color: #292929(255, 255, 255, 0.70);
  font-family: Geist;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.6px; /* 136.667% */
  letter-spacing: -0.4px;
  opacity: 0.75;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* BOTÃO (caso use) */
.sol-card--blue .btn {
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  background: transparent;
  padding: 12px 22px;
  border-radius: 999px;
}



/* GLOW (efeito Figma) */
.sol-card--blue::before {
  content: "";
  position: absolute;

  width: 900px;
  height: 900px;

  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);

  border-radius: 50%;
  opacity: 0.36;

  background: radial-gradient(
    circle,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 70%
  );

  mix-blend-mode: plus-lighter;
  pointer-events: none;
}

/* GLOW (efeito Figma) */
.sol-card--blue--dark::before {
  content: "";
  position: absolute;

  width: 900px;
  height: 900px;

  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);

  border-radius: 50%;
  opacity: 0.36;

  background: radial-gradient(
    circle,
    #ffffffb1 0%,
    rgba(255, 255, 255, 0) 70%
  );

  mix-blend-mode: plus-lighter;
  pointer-events: none;
}

/* GLOW (efeito Figma) */
.sol-card--light::before {
  content: "";
  position: absolute;

  width: 900px;
  height: 900px;

  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);

  border-radius: 50%;
  opacity: 0.36;

  background: radial-gradient(
    circle,
    #ffffff40 0%,
    rgba(255, 255, 255, 0) 70%
  );

  mix-blend-mode: plus-lighter;
  pointer-events: none;
}


/* ── 10. PROCESS ──────────────────────────────────────────── */
.process {
  background: var(--clr-gray-50);
  height: 934px;
  display: flex;
  align-items: center;
}

.process__grid {
  display: grid;
  grid-template-columns: 1fr 644px;
  gap: 80px;
  align-items: start;
  width: 100%;
}

.process__left {
  position: sticky;
  top: 100px;
}

.process__left .our_expertise {
  margin-bottom: var(--sp-5);
}

.process__title {
  color: #262626;
  font-family: Geist;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -4.8px;
  text-align: left;
  margin-bottom: var(--sp-5);
}

.process__title em {
  font-style: normal;
  color: var(--clr-primary);
}

.process__desc {
  color: rgba(13, 13, 13, 0.85);
  font-family: Geist;
  font-size: 16.7px;
  font-weight: 500;
  line-height: 24.65px;
  letter-spacing: -0.4px;
  opacity: 0.65;
}

/* Steps list — right column */
.process__steps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  flex-shrink: 0;
  list-style: none;
}

/* Individual card */
.proc-card {
  display: flex;
  padding: 34px 42px;
  align-items: center;
  gap: 75px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid rgba(166, 166, 166, 0.10);
  background: #FFF;
  position: relative;
  width: 100%;
}

.proc-card__num {
  position: absolute;
  top: 20px;
  right: 28px;
  color: rgba(13, 13, 13, 0.25);
  font-family: Geist;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

/* Icon circle background */
.proc-card__icon-wrap {
  display: flex;
  width: 113.232px;
  height: 113.232px;
  padding: 9.846px 7.385px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 178.092px;
  border: 11px solid #DFE2EF;
  background: #F7F8FF;
  flex-shrink: 0;
}

.proc-card__icon-wrap svg {
  width: 71.237px;
  height: 71.237px;
  flex-shrink: 0;
}

/* Card text */
.proc-card__body {
  flex: 1;
  min-width: 0;
}

.proc-card__title {
  color: #262626;
  font-family: Geist;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}

.proc-card__desc {
  color: rgba(13, 13, 13, 0.65);
  font-family: Geist;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.2px;
}

/* ── 11. TESTIMONIALS ─────────────────────────────────────── */
.testimonials {
  background: #F7F7F7;
  height: 823px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  overflow: hidden;
}

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

.testi-header .our_expertise {
  justify-content: center;
  margin-bottom: 16px;
}

.testi-title {
  font-family: Geist;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -4.8px;
  background: linear-gradient(118deg, #000087 1.2%, #000 97.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.testi-subtitle {
  color: #5A5A59;
  text-align: center;
  font-family: Geist;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

/* Carousel */
.testi-carousel-wrap {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.testi-track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Card wrapper — this is the flex item in the track */
.testi-card-wrap {
  position: relative;
  flex-shrink: 0;
  width: 601px;
  height: 343px;
}

/* Card — clipped to the Union.svg custom shape */
.testi-card {
  width: 601px;
  height: 343px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  padding: 36px 44px 28px 44px;
  box-sizing: border-box;
  position: relative;
  /* Exact Union.svg path: curved notches top-right and bottom-left */
  clip-path: path("M414 18C414 27.9411 422.059 36 432 36H576C589.807 36 601 47.1929 601 61V318C601 331.807 589.807 343 576 343H179.5C165.969 343 155 332.031 155 318.5C155 304.969 144.031 294 130.5 294H25C11.1929 294 0 282.807 0 269V25C0 11.1929 11.1929 0 25 0H396C405.941 0 414 8.05888 414 18Z");
}

/* Asana logo — lives outside the clipped card, in the bottom-left notch */
.testi-card__company {
  position: absolute;
  bottom: 14px;
  left: 18px;
  display: flex;
  align-items: center;
  pointer-events: none;
}

/* Header row: avatar + author */
.testi-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.testi-card__avatar {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
  background: lightgray;
}

.testi-card__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testi-card__author strong {
  font-family: Geist;
  font-size: 16px;
  font-weight: 700;
  color: #1E1F21;
  letter-spacing: -0.3px;
}

.testi-card__author cite {
  font-family: Geist;
  font-size: 13.5px;
  font-weight: 400;
  color: #5A5A59;
}

/* Quote text */
.testi-card__quote {
  font-family: Geist;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(13,13,13,0.70);
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* Footer: rating only, right-aligned */
.testi-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}

.testi-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.testi-card__score {
  font-family: Geist;
  font-size: 15px;
  font-weight: 600;
  color: #1E1F21;
}

.testi-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

/* Asana logo */
.asana-logo svg { display: block; }

/* Navigation dots */
.testi-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}

.testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: rgba(0,0,0,0.18);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: width 0.3s ease, background 0.3s ease;
}

.testi-dot.is-active {
  width: 24px;
  background: #000087;
}

/* ── 12. FAQ ──────────────────────────────────────────────── */
.faq {
  position: relative;
  height: 1032px;
  background: linear-gradient(180deg, #F7F7F7 0%, #EAEFFF 100%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.faq__inner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.faq__header {
  text-align: center;
  margin-bottom: 40px;
}

.faq__header .our_expertise {
  justify-content: center;
  margin-bottom: 14px;
}

.faq__title {
  color: #262626;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -4.8px;
  text-align: center;
  margin-bottom: 12px;
}

.faq__title em {
  font-style: normal;
  color: var(--clr-primary);
}

.faq__subtitle {
  color: rgba(13, 13, 13, 0.85);
  text-align: center;
  font-family: Geist;
  font-size: 16.7px;
  font-weight: 500;
  line-height: 24.65px;
  letter-spacing: -0.4px;
}

/* FAQ list */
.faq__list {
  max-width: 740px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* FAQ card */
.faq-item {
  border-radius: 14px;
  border: 1px solid #E4E4EC;
  background: #F9FAFB;
  box-shadow:
    0 -14.28px 57.12px 0 rgba(162, 116, 252, 0.04) inset,
    0 2.677px 10.71px 0 rgba(230, 212, 255, 0.04) inset,
    0 0.446px 0.446px 0 rgba(226, 212, 255, 0.10) inset;
  overflow: hidden;
}

.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 24px;
  text-align: left;
  color: #0E1829;
  font-family: Geist;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
  transition: none;
}

/* Icon toggle via CSS — no JS needed */
.faq-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-item__icon .icon-open  { display: none; }
.faq-item__icon .icon-closed { display: block; }

.faq-item__q[aria-expanded="true"] .icon-closed { display: none; }
.faq-item__q[aria-expanded="true"] .icon-open   { display: block; }

/* Answer panel */
.faq-item__a {
  padding: 0 24px 20px;
  overflow: hidden;
  animation: slideDown .25s var(--ease);
}
.faq-item__a[hidden] { display: none; }
.faq-item__a p {
  color: #0E1829;
  font-family: Geist;
  font-size: 16.9px;
  font-weight: 500;
  line-height: 24.65px;
  letter-spacing: -0.4px;
  opacity: 0.75;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Bottom grid decoration */
.faq__grid-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  z-index: 0;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(163, 185, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(163, 185, 255, 0.18) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 100%);
}

.faq__grid-bars {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 0;
  height: 180px;
  width: 100%;
  max-width: 1440px;
}

.faq__grid-bars span {
  flex: 1;
  height: var(--h, 50%);
  background: rgba(180, 200, 255, 0.10);
  border: 1px solid rgba(163, 185, 255, 0.20);
  border-bottom: none;
}

/* ── 13. CTA BANNER ───────────────────────────────────────── */
.cta-banner {
  background: var(--clr-dark-900);
  position: relative;
  overflow: hidden;
  padding-block: var(--sp-24);
}
.cta-banner__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cta-banner__orb {
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(37,99,235,.30) 0%, rgba(99,102,241,.12) 40%, transparent 70%);
  filter: blur(40px);
}

.cta-banner__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-5);
}
.cta-banner__logo { opacity: .9; }
.cta-banner__title {
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: var(--clr-white);
}
.cta-banner__desc {
  font-size: 16px;
  color: rgba(255,255,255,.60);
  max-width: 440px;
  line-height: 1.7;
}
.cta-banner__btn { margin-top: var(--sp-2); padding: 15px 44px; font-size: 16px; }

/* ── 14. FOOTER ───────────────────────────────────────────── */
.footer {
  background: var(--clr-dark-900);
  border-top: 1px solid rgba(255,255,255,.06);
  padding-block: var(--sp-16) var(--sp-8);
}

.footer__top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--sp-16);
  margin-bottom: var(--sp-12);
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--clr-white);
  margin-bottom: var(--sp-4);
}

.footer__tagline {
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.42);
  margin-bottom: var(--sp-6);
}

.footer__socials {
  display: flex;
  gap: var(--sp-3);
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: var(--r-md);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.50);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.footer__social:hover {
  background: rgba(255,255,255,.08);
  color: var(--clr-white);
  border-color: rgba(255,255,255,.22);
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-8);
}
.footer__col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: var(--sp-4);
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.footer__link {
  font-size: 13.5px;
  color: rgba(255,255,255,.42);
  transition: color var(--dur) var(--ease);
}
.footer__link:hover { color: rgba(255,255,255,.85); }

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--sp-8);
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer__copy {
  font-size: 13px;
  color: rgba(255,255,255,.30);
}
.footer__bottom-nav {
  display: flex;
  gap: var(--sp-5);
}

/* ── 15. RESPONSIVE ───────────────────────────────────────── */

/* Tablet  ≤ 1024px */
@media (max-width: 1024px) {
  .hero__right-visual { display: none; }
  .hero__title, .hero__gradient-text { font-size: clamp(40px, 6vw, 60px); letter-spacing: -2px; }
  .hero__inner { padding: 120px 48px 64px; }

  .features__grid { grid-template-columns: 1fr; }
  .features__head { grid-template-columns: 1fr; }

  .process { height: auto; padding-block: var(--sp-16); }
  .process__grid { grid-template-columns: 1fr; gap: var(--sp-10); }
  .process__left { position: static; }
  .proc-card { gap: var(--sp-6); padding: var(--sp-6) var(--sp-5); }

  .footer__top { grid-template-columns: 1fr; gap: var(--sp-10); }
  .footer__links { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile  ≤ 768px */
@media (max-width: 768px) {
  :root { --container-px: 20px; }

  /* Nav hamburger */
  .header { padding: 12px 16px 0; }
  .nav__toggle { display: flex; }
  .btn--nav-cta { display: none; flex: 1; }
  .nav__menu {
    display: none;
    position: fixed;
    top: 113px; /* 12px + 81px nav + 20px gap */
    left: 16px;
    right: 16px;
    background: rgba(3, 34, 131, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: stretch;
    padding: var(--sp-4);
    gap: var(--sp-1);
    z-index: 99;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.12);
  }
  .nav__menu.is-open { display: flex; }
  .nav__menu .nav__link { padding: var(--sp-3) var(--sp-4); border-radius: var(--r-md); opacity: 1; }

  /* Hero */
  .hero { min-height: auto; }
  .hero__inner { padding: 108px 24px 40px; min-height: 0; }
  .hero__title, .hero__gradient-text { font-size: clamp(36px, 9vw, 52px); letter-spacing: -1.5px; }
  .hero__lead { font-size: 16px; }

  /* Stats */
  .stats__grid { flex-direction: column; }
  .stats__divider { width: 100%; height: 1px; align-self: auto; }
  .stats__item { padding-block: var(--sp-4); }

  /* Features */
  .feat-card { flex-direction: column; align-items: flex-start; }
  .feat-card__mockup { width: 100%; }

  /* Solutions */
  .solutions__row2 { grid-template-columns: 1fr; }
  .sol-card { flex-direction: column; align-items: flex-start; min-height: auto; padding: var(--sp-8) var(--sp-6); }
  .sol-card__visual--dash { width: 100%; height: 140px; }
  .sol-card__visual--phone,
  .sol-card__visual--screens { display: none; }

  /* Testimonials */
  .testimonials__grid { grid-template-columns: 1fr; }

  /* Footer */
  .footer__links { grid-template-columns: 1fr 1fr; }
  .footer__bottom { flex-direction: column; gap: var(--sp-4); text-align: center; }
  .footer__bottom-nav { justify-content: center; }

  /* Section spacing */
  .section-gap { padding-block: var(--sp-16); }
  .cta-banner { padding-block: var(--sp-16); }
}



/* - About */
.about{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  height: 379.83px;
  align-self: stretch;
  justify-content: center;
  padding-bottom: 80px;

}

.images {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.images .about__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  position: relative;
}

/* esquerda */
.images .about__img:nth-of-type(1) {
  z-index: 1;
  transform: translateX(22px);
}

/* meio por cima */
.images .about__img:nth-of-type(2) {
  z-index: 10;
  transform: scale(1.08);
}

/* direita */
.images .about__img:nth-of-type(3) {
  z-index: 1;
  transform: translateX(-22px);
}
.about_text{
  color: #0D0D0D;
  text-align: center;
  font-family: Geist;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 47.6px; /* 148.75% */
  letter-spacing: -1.02px;
   max-width: 800px;
  
}

.about_bg{
  border-radius: 24px;
  background: linear-gradient(90deg, #3B69FE 0%, #9AB2FF 50.32%, #7395FF 100%);
  color: white;
  padding-left: 20px;
  padding-right: 20px;

}

.detail_about{
  margin-top: -70px;
}


/* ── Ticker / partners strip ─────────────────────────────── */
.ticker {
  position: relative;
  width: 100%;
  height: 142.279px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Each strip row */
.ticker__strip {
  width: 100%;
  height: 62px;
  overflow: hidden;
  flex-shrink: 0;
}

/* Scrolling track — doubled for seamless loop */
.ticker__track {
  display: flex;
  width: max-content;
}

.ticker__img {
  height: 62px;
  width: 1440px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

/* Top strip scrolls toward the right (positive direction) */
@keyframes ticker-right {
  from { transform: translateX(0); }
  to   { transform: translateX(-1440px); }
}

/* Bottom strip scrolls toward the left */
@keyframes ticker-left {
  from { transform: translateX(-1440px); }
  to   { transform: translateX(0); }
}

.ticker__track--right {
  animation: ticker-right 20s linear infinite;
}
.ticker__track--left {
  animation: ticker-left 20s linear infinite;
}

/* Center overlay: blur circle + logo */
.ticker__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.ticker__blur-circle {
  position: absolute;
  width: 123.386px;
  height: 119.833px;
  border-radius: 117.673px;
  background: rgba(255, 255, 255, 0.00);
  box-shadow:
    inset 0 0.688px 0.688px -1.428px rgba(0, 0, 0, 0.18),
    inset 0 2.615px 2.615px -2.856px rgba(0, 0, 0, 0.16),
    inset 0 11.425px 11.425px -4.284px rgba(0, 0, 0, 0.06),
    0 6.908px 17.961px -0.143px rgba(255, 255, 255, 0.02),
    0 16.373px 42.57px -0.286px rgba(255, 255, 255, 0.02),
    0 29.866px 77.652px -0.428px rgba(255, 255, 255, 0.03),
    0 49.653px 129.097px -0.571px rgba(255, 255, 255, 0.03),
    0 80.185px 208.481px -0.714px rgba(255, 255, 255, 0.03),
    0 131.255px 285.615px -0.857px rgba(255, 255, 255, 0.04),
    0 226.012px 285.615px -1px rgba(255, 255, 255, 0.06),
    0 411.286px 285.615px -1.142px rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ticker__logo {
  position: relative;
  width: 106px;
  height: 106px;
  filter: drop-shadow(0 2.285px 11.425px rgba(0, 0, 0, 0.20));
}

/* Pause on reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  .ticker__track--right,
  .ticker__track--left { animation: none; }
}

/* Very small screens ≤ 420px */
@media (max-width: 420px) {
  .footer__links { grid-template-columns: 1fr; }
  .features__grid { grid-template-columns: 1fr; }
}

/* ── SITE FOOTER ─────────────────────────────────────────── */
.site-footer {
  background: #0D0D1C;
  position: relative;
  overflow: hidden;
}

/* ── Contact section ──────────────────────────────────────── */
.footer__contact {
  padding: 80px 0 72px;
}

.footer__contact-inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 80px;
  display: grid;
  grid-template-columns: 1fr 728px;
  gap: 60px;
  align-items: start;
}

/* Left column */
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer__title {
  color: #D9D9D9;
  font-family: Geist, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -4.8px;
  margin: 0;
}

.footer__subtitle {
  color: #A3A3A3;
  font-family: Geist, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  letter-spacing: -0.4px;
  margin: 0;
}

.footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer__contact-label {
  color: #FFF;
  font-family: Geist, sans-serif;
  font-size: 17.7px;
  font-weight: 500;
  line-height: 25.2px;
  letter-spacing: -0.5px;
  margin: 0;
}

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__contact-icon {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: #0D0D1C;
  border: 1px solid rgba(255,255,255,0.07);
  box-sizing: border-box;
}

.footer__contact-text {
  color: #A3A3A3;
  font-family: Geist, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

/* Right column: form wrapper (outer border) */
.footer__form-wrap {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 6px;
}

.footer__form {
  border-radius: 18px;
  background: #131313;
  box-shadow: 0 0.446px 0.446px 0 rgba(233, 212, 255, 0.12) inset;
  width: 100%;
  min-height: 643px;
  padding: 32px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}

/* Form rows */
.fform__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.fform__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fform__field--full {
  width: 100%;
}

.fform__label {
  color: #FFF;
  font-family: Geist, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20.55px;
  letter-spacing: -0.3px;
}

.fform__input {
  border-radius: 10px;
  background: #161616;
  border: 1px solid rgba(255,255,255,0.06);
  height: 44px;
  padding: 0 14px;
  color: #FFF;
  font-family: Geist, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .2s;
}

.fform__input:focus {
  border-color: rgba(46, 95, 254, 0.5);
}

.fform__input::placeholder {
  color: rgba(252, 250, 255, 0.38);
}

/* Select */
.fform__select-wrap {
  position: relative;
}

.fform__select {
  appearance: none;
  cursor: pointer;
  padding-right: 36px;
}

.fform__select option {
  background: #1a1a2e;
  color: #fff;
}

.fform__chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Services grid */
.fform__services {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 12px;
  column-gap: 12px;
  height: 104px;
}

.fform__service-card {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: #161616;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  cursor: pointer;
  transition: border-color .2s;
}

.fform__service-card:hover {
  border-color: rgba(46, 95, 254, 0.3);
}

.fform__service-card input[type="radio"] {
  display: none;
}

.fform__radio {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 8px;
  background: rgba(1, 1, 23, 0.54);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .15s;
}

.fform__service-card input[type="radio"]:checked ~ .fform__radio {
  background: #2E5FFE;
  border-color: #2172DF;
  box-shadow: 0 0 0 5px #010117 inset;
}

.fform__service-label {
  color: rgba(252, 250, 255, 0.70);
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  user-select: none;
}

/* Textarea */
.fform__textarea {
  height: auto;
  min-height: 90px;
  padding: 12px 14px;
  resize: none;
}

/* Submit */
.fform__submit {
  width: 100%;
  height: 49px;
  border-radius: 153.274px;
  border: 2.299px solid rgba(255, 255, 255, 0.40);
  background: linear-gradient(0deg, #2D5FFE 0%, #2D5FFE 100%), rgba(248, 248, 248, 0.01);
  box-shadow: 0 0 12.262px 0 rgba(248, 248, 248, 0.25) inset, 0 49.048px 36.786px -24.524px rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(9.196px);
  color: #FFF;
  font-family: Geist, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  cursor: pointer;
  transition: opacity .2s;
  margin-top: auto;
}

.fform__submit:hover { opacity: 0.88; }

/* ── Brand bar ────────────────────────────────────────────── */
.footer__brand-bar {
  max-width: 1268px;
  margin-inline: auto;
  padding: 28px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer__logo-link img {
  display: block;
  height: 32px;
  width: auto;
}

.footer__tagline-text {
  color: #6A7282;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  margin: 0;
}

.footer__brand-bar-mid {
  display: flex;
  gap: 24px;
}

.footer__legal-link {
  color: #6A7282;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-decoration: none;
  transition: color .2s;
}
.footer__legal-link:hover { color: #fff; }

.footer__socials {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity .2s;
}
.footer__social-link:hover { opacity: 1; }

/* ── Divider ──────────────────────────────────────────────── */
.footer__divider {
  height: 1px;
  opacity: 0.4;
  background: linear-gradient(90deg, #00031C 0%, #C2A3FF 40%, #E4DEFF 51%, #C2A3FF 63%, #000421 100%);
  margin: 0;
}

/* ── Watermark ────────────────────────────────────────────── */
.footer__watermark {
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

.footer__wm-text {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.85;
  mix-blend-mode: lighten;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
}

.footer__wm-hand {
  position: absolute;
  left: 50%;
  bottom: 258px;
  transform: translateX(-50%) translateY(260px);

  height: 420px;
  width: auto;
  object-fit: contain;

  mix-blend-mode: lighten;
  pointer-events: none;
  will-change: transform;
}

/* ── MOBILE RESPONSIVE (new sections) ────────────────────── */

/* Tablet ≤ 1100px */
@media (max-width: 1100px) {
  .footer__contact-inner {
    grid-template-columns: 1fr;
    padding-inline: 40px;
    gap: 48px;
  }
  .footer__form-wrap { width: 100%; }
  .footer__form { min-height: auto; }
  .footer__brand-bar { padding-inline: 40px; }
}

/* Mobile ≤ 768px */
@media (max-width: 768px) {

  /* Hero */
  .hero__badge-row { flex-wrap: wrap; justify-content: center; }

  /* Solutions sticky stack — disable sticky on mobile, just stack */
  .solutions { padding-bottom: var(--sp-16); }
  .solutions__stack .sol-card:nth-child(1),
  .solutions__stack .sol-card:nth-child(2),
  .solutions__stack .sol-card:nth-child(3) {
    position: relative;
    top: auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    margin-bottom: 16px;
  }
  .sol-card--blue,
  .sol-card--blue--dark,
  .sol-card--light {
    padding: 40px 24px;
    min-height: 280px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .sol-card--blue .sol-card__copy,
  .sol-card--light .sol-card__copy {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .sol-card--blue--dark .sol-card__copy {
    right: 0;
    max-width: 100%;
  }
  .sol-card--blue > img,
  .sol-card--blue--dark > img,
  .sol-card--light > img {
    width: 50%;
    right: 0;
    left: auto;
  }
  .sol-card__title { font-size: 26px; line-height: 30px; letter-spacing: -1.5px; }
  .sol-card__desc { font-size: 15px; }

  /* Testimonials */
  .testi-track-wrap { overflow: hidden; }
  .testi-card-wrap { width: 90vw; height: auto; }
  .testi-card {
    width: 100%;
    height: auto;
    clip-path: none;
    border-radius: 16px;
    padding: 24px;
  }
  .testi-card__company { bottom: -20px; left: 12px; }

  /* FAQ */
  .faq__inner { grid-template-columns: 1fr; }
  .faq__deco { display: none; }

  /* Process */
  .proc-card__icon-wrap { width: 52px; height: 52px; }

  /* Footer contact */
  .footer__contact { padding: 48px 0 40px; }
  .footer__contact-inner { padding-inline: 20px; gap: 36px; }
  .footer__title { font-size: 36px; line-height: 42px; letter-spacing: -2.5px; }
  .footer__subtitle { font-size: 15px; }

  /* Form */
  .fform__row { grid-template-columns: 1fr; }
  .fform__services { height: auto; grid-template-columns: 1fr; grid-template-rows: repeat(4, 44px); }
  .footer__form { padding: 20px 16px; }

  /* Brand bar */
  .footer__brand-bar {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 20px;
    gap: 16px;
  }
  .footer__brand-bar-mid { order: 3; }
  .footer__socials { order: 2; }

  /* Watermark */
  .footer__watermark { height: 260px; }
  .footer__wm-hand { height: 90%; }

  /* Section title */
  .section-title { font-size: 36px; line-height: 42px; letter-spacing: -2.5px; }

  /* our_expertise */
  .our_expertise img { width: 48px; }
}

/* Small mobile ≤ 480px */
@media (max-width: 480px) {
  .footer__title { font-size: 30px; line-height: 36px; letter-spacing: -1.8px; }
  .testi-card { padding: 20px 16px; }
  .fform__services { grid-template-rows: repeat(4, 44px); }
  .nav { height: 64px; padding: 0 20px 0 16px; }
}

/* ── MOBILE HERO + NAV + STATS FIXES ─────────────────────── */
@media (max-width: 768px) {

  /* ── Nav: switch to flex so hamburger right-aligns properly ── */
  .nav {
    display: flex;
    overflow: visible; /* allow dropdown to render outside clipped nav */
    height: 64px;
    padding: 0 20px 0 16px;
    /* Remove backdrop-filter so fixed dropdown is viewport-relative */
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav__logo { flex-shrink: 0; margin-right: 0; }

  /* Hamburger flush-right */
  .nav__toggle {
    display: flex;
    margin-left: auto;
    flex-shrink: 0;
  }

  /* Hide desktop-only items */
  .nav__menu { display: none; }
  .btn--nav-cta { display: none; }

  /* Dropdown menu */
  .nav__menu.is-open {
    display: flex;
    position: fixed;
    top: 88px;
    left: 16px;
    width: calc(100vw - 32px); /* explicit vw-based width, bypasses containing-block sizing */
    background: rgba(3, 34, 131, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: stretch;
    padding: var(--sp-4);
    gap: var(--sp-1);
    z-index: 999;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.12);
    pointer-events: all;
  }
  .nav__menu .nav__link {
    padding: var(--sp-3) var(--sp-4);
    border-radius: var(--r-md);
    opacity: 1;
  }

  /* ── Mobile hero ── */
  .hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    display: block; /* back to block so hero__inner is natural height */
  }

  .hero__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 108px 24px 40px;
    min-height: 0;
    flex: 0 0 auto;
    gap: 24px;
  }

  .hero__copy {
    max-width: 100%;
  }

  .hero__title {
    font-size: 38px !important;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.52px;
    margin-bottom: 14px;
  }

  .hero__gradient-text {
    font-size: 38px !important;
    letter-spacing: -1.52px;
  }

  .hero__lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
    max-width: 100%;
    margin-bottom: 24px;
  }

  /* 3-D card: absolutely positioned bottom-left, clipped by hero overflow:hidden */
  .hero__right-visual {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;           /* extends partially off right – clipped by hero */
    height: 300px;
    border-radius: 0 24px 0 0;
    overflow: hidden;
    background: transparent;
    margin: 0;
  }

  .hero__right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
  }

  /* ── Stats 2×2 on mobile ── */
  .stats__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding-block: var(--sp-8);
  }

  .stats__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 28px 16px;
    border: 0.5px solid var(--clr-gray-200);
  }

  .stats__divider { display: none; }
  .stats__divider__h { display: none; }

  .stats__num { font-size: 36px; line-height: 1; letter-spacing: -2px; }
  .stats__unit { font-size: 36px; letter-spacing: -2px; }
  .stats__label { font-size: 14px; line-height: 20px; letter-spacing: -0.3px; text-align: center; }
}

/* ── Footer watermark: flush to page bottom ─────────────── */
.site-footer {
  padding-bottom: 0;
}
.footer__watermark {
  margin-bottom: 0;
}
