/* =======================================================
   DATAVOLVE — STYLESHEET
   Swiss-editorial design. Clean. Confident. Modern.
   ======================================================= */

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: #e5e7eb;
  color: #000;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; font: inherit; border: none; background: none; }
input, select, textarea { font: inherit; outline: none; }


/* =======================================================
   SHARED TOKENS
   ======================================================= */

.section-headline {
  font-family: 'Barlow Condensed', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.90;
  letter-spacing: -0.03em;
  color: #000;
}

.highlight { color: #22619f; }

.section-subtext {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: -0.018em;
  color: #000000;
  margin-top: 16px;
}

.btn-dark {
  display: inline-block;
  background: #22619f;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.018em;
  border-radius: 8px;
  padding: 11px 22px;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s ease;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}
.btn-dark:hover { opacity: 0.72; }

.footer-cta { margin-top: 20px; }


/* =======================================================
   NAVIGATION PILL
   ======================================================= */

.nav-pill {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: calc(100% - 48px);
  max-width: 1240px;
}

.nav-container {
  background: #fff;
  border-radius: 48px;
  padding: 12px 16px 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  font-family: 'Barlow Condensed', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #000;
  flex-shrink: 0;
}

.nav-items {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.018em;
  color: #444;
  transition: color 0.15s ease;
}
.nav-link:hover { color: #000; }

.nav-link-special {
  color: #22619f !important;
  font-weight: 600 !important;
  background: rgba(34, 97, 159, 0.08);
  padding: 5px 12px !important;
  border-radius: 100px;
  border: 1.5px solid rgba(34, 97, 159, 0.25);
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.nav-link-special:hover {
  background: #22619f !important;
  color: #fff !important;
  border-color: #22619f;
}

.nav-cta { flex-shrink: 0; }

/* Hamburger button */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: #000;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-hamburger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile dropdown */
.nav-mobile-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  margin-top: 8px;
  overflow: hidden;
}
.nav-mobile-menu.is-open { display: flex; }

.nav-mobile-link {
  display: block;
  padding: 16px 28px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.018em;
  color: #444;
  border-bottom: 1px solid #e5e7eb;
  transition: color 0.15s ease, background 0.15s ease;
}
.nav-mobile-link:last-child { border-bottom: none; }
.nav-mobile-link:hover { color: #000; background: #f3f3f3; }
.nav-mobile-cta {
  color: #000;
  font-weight: 700;
}


/* =======================================================
   HERO
   ======================================================= */

.hero {
  min-height: 100svh;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  gap: 40px;
  padding: 160px 24px 80px;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-content { grid-column: 1; }

.display-headline {
  font-family: 'Barlow Condensed', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(72px, 9.5vw, 130px);
  line-height: 0.90;
  letter-spacing: -0.03em;
  color: #000;
}

.hero-description {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.25;
  letter-spacing: -0.022em;
  color: #444;
  margin-top: 36px;
  max-width: 380px;
}

.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 64px;
  padding-top: 36px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  width: fit-content;
}

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

.stat-number {
  font-family: 'Barlow Condensed', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 0.90;
  letter-spacing: -0.03em;
  color: #000;
}
/* Append the "+" after the number */
.stat-number::after { content: '+'; }

.stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #979797;
  text-transform: uppercase;
}

/* Hero visual: abstract geometric CSS art */
.hero-visual {
  grid-column: 2;
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  margin-top: 0;
}

/* Dot grid background */
.hero-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,0,0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  border-radius: 40px;
  pointer-events: none;
}

.hero-block {
  position: absolute;
  border-radius: 20px;
  transition: transform 0.6s ease;
}

.hero-block-yellow {
  width: 240px;
  height: 240px;
  background: #22619f;
  top: 48px;
  right: 48px;
  border-radius: 36px;
  animation: hero-enter 1.4s cubic-bezier(0.22,1,0.36,1) 0.2s both, float-a 6s ease-in-out 1.6s infinite;
}

.hero-block-mint {
  width: 136px;
  height: 136px;
  background: #a8bae6;
  bottom: 64px;
  right: 56px;
  border-radius: 24px;
  animation: hero-enter 1.4s cubic-bezier(0.22,1,0.36,1) 0.7s both, float-b 7s ease-in-out 2.1s infinite;
}

.hero-block-dark {
  width: 80px;
  height: 80px;
  background: #000;
  bottom: 100px;
  right: 210px;
  border-radius: 16px;
  animation: hero-enter 1.4s cubic-bezier(0.22,1,0.36,1) 1.0s both, float-c 5s ease-in-out 2.4s infinite;
}

.hero-block-white {
  width: 56px;
  height: 56px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  top: 72px;
  right: 310px;
  border-radius: 12px;
  animation: hero-enter 1.4s cubic-bezier(0.22,1,0.36,1) 0.45s both, float-b 8s ease-in-out 1.85s infinite reverse;
}

.hero-block-sm {
  width: 36px;
  height: 36px;
  background: #000000;
  opacity: 0.4;
  bottom: 48px;
  right: 200px;
  border-radius: 8px;
  animation: hero-enter 1.4s cubic-bezier(0.22,1,0.36,1) 1.3s both, float-a 9s ease-in-out 2.7s infinite;
}

@keyframes float-a {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes float-b {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(4deg); }
}
@keyframes float-c {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(-6deg); }
}
@keyframes hero-enter {
  from { opacity: 0; transform: translateY(70px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* =======================================================
   WHY DATAVOLVE
   ======================================================= */

.why-section {
  padding: 80px 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.why-header {
  text-align: center;
  margin-bottom: 48px;
}

.why-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.why-card--large         { grid-column: 1; grid-row: 1 / 3; }
.why-grid > .why-card:nth-child(2) { grid-column: 2; grid-row: 1; }
.why-grid > .why-card:nth-child(3) { grid-column: 2; grid-row: 2; }

.why-bottom-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.why-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-card-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-icon {
  width: 36px;
  height: 36px;
  background: rgba(34,97,159,0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-title {
  font-weight: 700;
  font-size: 17px;
  color: #111;
  letter-spacing: -0.016em;
}

.why-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}

/* Skills grid */
.why-skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: #f4f7fb;
  border-radius: 16px;
  padding: 16px;
}

.why-skill-item {
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid #e8edf3;
}

.why-skill-icon { font-size: 16px; }
.why-skill-name { font-size: 12px; font-weight: 600; color: #111; }
.why-skill-count { font-size: 11px; color: #22619f; }

/* Pricing visual */
.why-price-visual {
  background: #f4f7fb;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  border: 1px solid #e8edf3;
}

.why-price-row--mid {
  background: #22619f;
  border-color: #22619f;
}
.why-price-row--mid .why-price-tier,
.why-price-row--mid .why-price-val { color: #fff; }

.why-price-tier { font-size: 13px; font-weight: 500; color: #333; }
.why-price-val  { font-size: 15px; font-weight: 700; color: #22619f; }

/* Schedule visual */
.why-schedule-visual {
  background: #f4f7fb;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-sched-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  border: 1px solid #e8edf3;
}

.why-sched-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  flex-shrink: 0;
}
.why-sched-dot--done { background: #22619f; }
.why-sched-label { font-size: 12px; font-weight: 600; color: #111; flex: 1; }
.why-sched-time  { font-size: 11px; color: #999; }

/* Code visual */
.why-code-visual {
  background: #1a1f2e;
  border-radius: 16px;
  padding: 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.why-code-bar { display: flex; gap: 6px; margin-bottom: 8px; }
.why-code-dot { width: 10px; height: 10px; border-radius: 50%; }
.why-code-dot.r { background: #ff5f57; }
.why-code-dot.y { background: #ffbd2e; }
.why-code-dot.g { background: #28c840; }
.why-code-line  { color: #cdd6f4; line-height: 1.5; }
.why-code-kw    { color: #89b4fa; }
.why-code-fn    { color: #a6e3a1; }
.why-code-str   { color: #f9e2af; }
.why-code-comment { color: #6c7086; }

/* Milestones visual */
.why-milestones {
  background: #f4f7fb;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-milestone {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  border: 1px solid #e8edf3;
  font-size: 13px;
  color: #333;
}

.why-milestone--done { border-color: rgba(34,97,159,0.2); }
.why-milestone--done .why-ms-check { color: #22619f; }

.why-ms-check { font-size: 14px; font-weight: 700; color: #d1d5db; flex-shrink: 0; }
.why-ms-day   { margin-left: auto; font-size: 11px; color: #22619f; font-weight: 600; }

/* Responsive */
@media (max-width: 1024px) {
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-card--large { grid-column: 1 / -1; grid-row: auto; }
  .why-grid > .why-card:nth-child(2),
  .why-grid > .why-card:nth-child(3) { grid-column: auto; grid-row: auto; }
  .why-bottom-row { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-skills-grid { grid-template-columns: repeat(2, 1fr); }
  .why-bottom-row { grid-template-columns: 1fr; }
}

/* =======================================================
   SERVICES
   ======================================================= */

.services-section {
  padding: 0 24px 80px;
}

.section-header {
  max-width: 1280px;
  margin: 0 auto 48px;
}

.services-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 32px;
  overflow: hidden;
}

.service-item {
  background: #fff;
  padding: 44px 36px;
  transition: background 0.2s ease;
}
.service-item:hover { background: #f3f3f3; }

.service-tag {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.service-item h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.022em;
  margin-bottom: 12px;
}

.service-item p {
  font-size: 14px;
  line-height: 1.60;
  letter-spacing: -0.014em;
  color: #979797;
}


/* =======================================================
   FEATURED WORK
   ======================================================= */

.featured-work {
  padding: 80px 24px;
}

.work-header {
  max-width: 1280px;
  margin: 0 auto 48px;
}

.work-showcase {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-height: 600px;
}

.work-item {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease;
}
.work-item:hover { transform: translateY(-6px); }

.work-featured {
  grid-row: 1 / 3;
}

.work-visual {
  flex: 1;
  min-height: 200px;
}
.work-featured .work-visual {
  min-height: 420px;
}

.work-details {
  padding: 28px 32px;
  flex-shrink: 0;
}

.work-tag {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.work-details h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.work-details p {
  font-size: 14px;
  line-height: 1.60;
  letter-spacing: -0.014em;
  color: #979797;
}


/* =======================================================
   PROCESS  (white floating card)
   ======================================================= */

.process-section {
  background: #fff;
  border-radius: 64px;
  padding: 72px 80px;
  width: calc(100% - 48px);
  max-width: 1280px;
  margin: 0 auto 80px;
}

.process-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.process-header {
  position: sticky;
  top: 120px;
}

.process-header .section-headline { margin-bottom: 16px; }

.process-timeline {
  display: flex;
  flex-direction: column;
}

.process-step {
  display: flex;
  gap: 20px;
}

.ps-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.ps-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  background: rgba(34,97,159,0.10);
  color: #22619f;
  flex-shrink: 0;
  border: 2px solid rgba(34,97,159,0.18);
}

.ps-circle--active {
  background: #22619f;
  color: #fff;
  border-color: #22619f;
}

.ps-line {
  width: 2px;
  flex: 1;
  min-height: 48px;
  background: rgba(34,97,159,0.18);
  margin: 6px 0;
}

.ps-content {
  padding-bottom: 44px;
}

.ps-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.018em;
  color: #111;
  margin-bottom: 8px;
  margin-top: 10px;
}

.ps-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #777;
  letter-spacing: -0.012em;
}


/* =======================================================
   TEAM
   ======================================================= */

.team-section {
  padding: 0 24px 80px;
}

.team-header {
  max-width: 1280px;
  margin: 0 auto 48px;
}

.team-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.team-role {
  background: #fff;
  border-radius: 32px;
  padding: 40px 36px;
  transition: transform 0.22s ease;
}
.team-role:hover { transform: translateY(-4px); }

.team-role h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.022em;
  margin-bottom: 10px;
}

.team-role p {
  font-size: 14px;
  line-height: 1.60;
  letter-spacing: -0.014em;
  color: #979797;
}


/* =======================================================
   TESTIMONIALS  (white floating card)
   ======================================================= */

.testimonials {
  background: #fff;
  border-radius: 64px;
  padding: 72px 80px;
  width: calc(100% - 48px);
  max-width: 1280px;
  margin: 0 auto 80px;
}

.testimonials-header { margin-bottom: 64px; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.016em;
  color: #000;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.testimonial-author > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border: 2px solid #e5e7eb;
}

.author-name {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.014em;
}

.author-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #979797;
  text-transform: uppercase;
}


/* =======================================================
   CONTACT
   ======================================================= */

/* =======================================================
   FAQ
   ======================================================= */

.faq-section {
  padding: 40px 24px 80px;
  max-width: 820px;
  margin: 0 auto;
}

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

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 4px 22px;
  transition: border-color 0.15s ease;
}
.faq-item[open] { border-color: rgba(34,97,159,0.35); }

.faq-q {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.016em;
  color: #111;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-q::-webkit-details-marker { display: none; }

.faq-q::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: #22619f;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-item[open] .faq-q::after {
  transform: rotate(45deg);
}

.faq-a {
  padding: 0 0 18px;
}
.faq-a p {
  font-size: 14.5px;
  line-height: 1.65;
  letter-spacing: -0.012em;
  color: #666;
}

.contact-section {
  padding: 0 24px 80px;
}

.contact-header {
  max-width: 1280px;
  margin: 0 auto 48px;
}

.contact-content {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 80px;
  align-items: start;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #000000;
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  letter-spacing: -0.016em;
  color: #000;
  width: 100%;
  transition: border-color 0.15s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #000;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: #bbb; }

.form-group select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23979797' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

.form-group select option { color: #000; }
.form-group textarea { resize: vertical; min-height: 110px; }

/* Live validation states */
.form-group input.is-invalid { border-color: #ef4444; }
.form-group input.is-valid   { border-color: #22c55e; }

.field-error {
  display: none;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #ef4444;
  margin-top: 4px;
}
.field-error.is-visible { display: block; }

.btn-submit {
  align-self: flex-start;
  font-size: 15px;
  padding: 14px 28px;
  margin-top: 4px;
}

.form-success {
  display: none;
  font-size: 14px;
  letter-spacing: -0.014em;
  color: #22c55e;
  padding: 12px 0;
}
.form-success.is-visible { display: block; }

.contact-info-grid {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 4px;
}

.contact-info-item h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 8px;
}

.contact-info-item a,
.contact-info-item p {
  font-size: 16px;
  letter-spacing: -0.016em;
  color: #000;
}
.contact-info-item a:hover { text-decoration: underline; }


/* =======================================================
   FOOTER
   ======================================================= */

.footer {
  background: #000;
  color: #fff;
  padding: 64px 24px 40px;
}

.footer-content {
  max-width: 1280px;
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-col h4 {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #22619f ;
  margin-bottom: 20px;
}

.footer-logo {
  width: 205px;
  height: 190px;
  object-fit: cover;
  border-radius: 20%;
  margin-bottom: 16px;
  display: block;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.60;
  letter-spacing: -0.014em;
  color: #e0e0e0;
  max-width: 280px;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col ul a {
  font-size: 14px;
  letter-spacing: -0.014em;
  color: #e0e0e0;
  transition: color 0.15s ease;
}
.footer-col ul a:hover { color: #fff; }

.footer-flag-img {
  width: 20px;
  height: auto;
  border-radius: 3px;
  flex-shrink: 0;
  display: inline-block;
}

.operate-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.operate-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  letter-spacing: -0.016em;
  color: #000;
}

.footer-location {
  font-size: 14px;
  letter-spacing: -0.014em;
  color: #e0e0e0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom p {
  font-size: 13px;
  letter-spacing: -0.013em;
  color: #22619f ;
  text-align: center;
}


/* =======================================================
   SCROLL ANIMATIONS
   ======================================================= */

.service-item,
.work-item,
.team-role,
.testimonial,
.process-step {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.service-item.is-visible,
.work-item.is-visible,
.team-role.is-visible,
.testimonial.is-visible,
.process-step.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays for grid children */
.service-item:nth-child(2)  { transition-delay: 0.05s; }
.service-item:nth-child(3)  { transition-delay: 0.10s; }
.service-item:nth-child(4)  { transition-delay: 0.15s; }
.service-item:nth-child(5)  { transition-delay: 0.20s; }
.service-item:nth-child(6)  { transition-delay: 0.25s; }

.process-step:nth-child(2)  { transition-delay: 0.08s; }
.process-step:nth-child(3)  { transition-delay: 0.16s; }
.process-step:nth-child(4)  { transition-delay: 0.24s; }

.team-role:nth-child(2)     { transition-delay: 0.06s; }
.team-role:nth-child(3)     { transition-delay: 0.12s; }
.team-role:nth-child(4)     { transition-delay: 0.18s; }
.team-role:nth-child(5)     { transition-delay: 0.24s; }
.team-role:nth-child(6)     { transition-delay: 0.30s; }

.testimonial:nth-child(2)   { transition-delay: 0.08s; }
.testimonial:nth-child(3)   { transition-delay: 0.16s; }


/* =======================================================
   RESPONSIVE — TABLET  (≤ 1024px)
   ======================================================= */

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 80px;
  }
  .hero-visual { display: none; }

  .work-showcase {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .work-featured { grid-row: auto; }
  .work-featured .work-visual { min-height: 320px; }

  .process-section {
    padding: 56px 56px;
    border-radius: 48px;
  }
  .process-inner { grid-template-columns: 1fr; gap: 48px; }
  .process-header { position: static; }

  .testimonials {
    padding: 56px 56px;
    border-radius: 48px;
  }
  .testimonials-grid { grid-template-columns: 1fr; gap: 40px; }
}


/* =======================================================
   RESPONSIVE — MOBILE  (≤ 768px)
   ======================================================= */

@media (max-width: 768px) {
  /* Nav */
  .nav-items, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }

  /* Mobile nav special link */
  .nav-mobile-link[href="#what-we-do"] {
    color: #22619f;
    font-weight: 600;
    background: rgba(34,97,159,0.06);
  }

  .hero {
    padding: 100px 16px 40px;
  }

  .hero-stats { gap: 28px; }

  /* Services */
  .services-section { padding: 0 16px 40px; }
  .services-grid {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  /* Why section */
  .why-section { padding: 40px 16px; }

  /* Work */
  .featured-work { padding: 40px 16px; }

  /* Process */
  .process-section {
    padding: 32px 20px;
    border-radius: 32px;
    width: calc(100% - 32px);
    margin-bottom: 40px;
  }
  .process-inner { grid-template-columns: 1fr; gap: 28px; }

  /* Team */
  .team-section { padding: 0 16px 40px; }
  .team-grid { grid-template-columns: 1fr; }

  /* Testimonials */
  .testimonials {
    padding: 32px 20px 48px;
    border-radius: 32px;
    width: calc(100% - 32px);
    overflow: visible;
    margin-bottom: 40px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    overflow: visible;
  }
  .testimonial {
    justify-content: flex-start;
    gap: 20px;
    overflow: visible;
  }
  .testimonial-text {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 14px;
  }
  /* Force all scroll-reveal elements visible on mobile — observer can miss small screens */
  .service-item,
  .work-item,
  .team-role,
  .testimonial,
  .process-step {
    opacity: 1;
    transform: none;
  }

  /* Contact */
  .contact-section { padding-left: 16px; padding-right: 16px; }
  .contact-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* CTA split */
  .cta-split { padding: 36px 16px; }
  .cta-split-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cta-split-divider { display: none; }
  .cta-split-col {
    padding: 24px 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .cta-col-text      { grid-column: 1; grid-row: 1; }
  .cta-mock-engineers,
  .cta-mock-projects { grid-column: 1; grid-row: 2; width: 100%; }
  .cta-btn-bottom    { grid-column: 1; grid-row: 3; }

  /* Footer — push copyright above WhatsApp widget */
  .footer-bottom { padding-bottom: 80px; }

  /* Footer */
  .footer-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}


/* =======================================================
   RESPONSIVE — SMALL MOBILE  (≤ 480px)
   ======================================================= */

@media (max-width: 480px) {
  .nav-pill { width: calc(100% - 24px); top: 12px; }

  .hero-stats { flex-wrap: wrap; gap: 24px; }

  .service-item { padding: 32px 24px; }
  .team-role { padding: 32px 24px; }
  .work-details { padding: 20px 24px; }
}


/* =======================================================
   HERO EXTRAS
   ======================================================= */

.hero-eyebrow {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}

.btn-ghost {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.018em;
  color: #444;
  transition: color 0.15s ease;
}
.btn-ghost:hover { color: #000; }


/* =======================================================
   SECTION EYEBROW
   ======================================================= */

.section-eyebrow {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 16px;
}


/* =======================================================
   IMPACT STRIP
   ======================================================= */

.impact-strip {
  background: #000;
  padding: 56px 24px;
  margin-bottom: 80px;
}

.impact-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.impact-value {
  display: block;
  font-family: 'Barlow Condensed', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 0.90;
  letter-spacing: -0.03em;
  color: #22619f;
  margin-bottom: 12px;
}

.impact-label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.55;
}


/* =======================================================
   SERVICES — CATEGORY BENTO GRID
   ======================================================= */

.services-categories {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* Default card */
.category-card {
  background: #fff;
  border-radius: 32px;
  padding: 44px 40px;
  transition: transform 0.22s ease;
  /* scroll reveal start state */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.category-card:hover { transform: translateY(-4px); }
.category-card.is-visible { opacity: 1; transform: translateY(0); }

/* Hover override so translateY(-4px) still works after reveal */
.category-card.is-visible:hover { transform: translateY(-4px); }

/* Stagger */
.category-card:nth-child(2) { transition-delay: 0.06s; }
.category-card:nth-child(3) { transition-delay: 0.12s; }
.category-card:nth-child(4) { transition-delay: 0.18s; }
.category-card:nth-child(5) { transition-delay: 0.24s; }

/* Wide card spans 2 columns */
.category-card--wide { grid-column: span 2; }

/* Wide card internal layout */
.category-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  height: 100%;
}
.category-card-left { flex: 1; }

/* Accent geometric art in wide card */
.category-card-accent {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  align-self: center;
}

.cat-accent-block {
  border-radius: 16px;
}
.cat-accent-yellow {
  width: 88px;
  height: 88px;
  background: #22619f ;
  border-radius: 20px;
  animation: float-a 6s ease-in-out infinite;
}
.cat-accent-mint {
  width: 52px;
  height: 52px;
  background: #a8bae6;
  border-radius: 12px;
  animation: float-b 7s ease-in-out infinite;
  align-self: flex-end;
}
.cat-accent-dark {
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 8px;
  animation: float-c 5s ease-in-out infinite;
}

/* Typography inside cards */
.category-num {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.category-name {
  font-family: 'Barlow Condensed', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: #000;
  margin-bottom: 14px;
}

.category-tagline {
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: -0.014em;
  color: #444;
  margin-bottom: 28px;
}

/* Service pill tags */
.category-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.category-service-list li {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #fff;
  background: #22619f;
  border-radius: 100px;
  padding: 7px 16px;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
}
.category-card:hover .category-service-list li {
  background: #1a4e82;
  transform: translateY(-1px);
}


/* =======================================================
   IMPACT STRIP + CATEGORY RESPONSIVE
   ======================================================= */

@media (max-width: 1024px) {
  .impact-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }

  .services-categories { grid-template-columns: 1fr 1fr; }
  .category-card--wide { grid-column: span 2; }
  .category-card-accent { display: none; }
}

@media (max-width: 768px) {
  .impact-strip { padding: 40px 16px; margin-bottom: 60px; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }

  .services-categories { grid-template-columns: 1fr; }
  .category-card--wide { grid-column: span 1; }
  .category-card-inner { flex-direction: column; }
  .category-card { padding: 36px 28px; }

  .hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 480px) {
  .impact-grid { grid-template-columns: 1fr; gap: 24px; }
  .category-card { border-radius: 24px; }
}


/* =======================================================
   WORK VISUALS — CSS MOCK UIs
   ======================================================= */

/* Shared visual container */
.work-visual {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* ── E-Commerce Dashboard ── */
.wv-ecommerce {
  background: #0d1117;
  padding: 22px 24px 18px;
  gap: 14px;
}

.wv-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.wv-topbar-dots { display: flex; gap: 5px; }
.wv-topbar-dots span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.wv-topbar-dots span:nth-child(1) { background: #ff5f57; }
.wv-topbar-dots span:nth-child(2) { background: #febc2e; }
.wv-topbar-dots span:nth-child(3) { background: #28c840; }

.wv-topbar-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.wv-chart-wrap {
  flex: 1;
  min-height: 90px;
}
.wv-svg { width: 100%; height: 100%; display: block; }

.wv-stat-pills {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.wv-pill {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.wv-pill-accent {
  background: rgba(34,97,159,0.25);
  border-color: rgba(34,97,159,0.45);
}
.wv-pill-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}
.wv-pill-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}

/* ── HR Management ── */
.wv-hr {
  background: #f5f7ff;
  padding: 20px 20px 16px;
  gap: 10px;
}
.wv-hr-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.wv-hr-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #000;
}
.wv-hr-count {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  color: #000000;
}

.wv-hr-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.wv-hr-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,0.06);
}
.wv-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}
.wv-av-blue   { background: linear-gradient(135deg, #667eea, #764ba2); }
.wv-av-purple { background: linear-gradient(135deg, #f093fb, #f5576c); }
.wv-av-teal   { background: linear-gradient(135deg, #4facfe, #00f2fe); }

.wv-row-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wv-row-name {
  height: 7px;
  background: #e5e7eb;
  border-radius: 4px;
  width: 68%;
}
.wv-row-name--md { width: 52%; }
.wv-row-sub {
  height: 5px;
  background: #f3f4f6;
  border-radius: 4px;
  width: 44%;
}
.wv-row-sub--sm { width: 34%; }

.wv-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.03em;
  padding: 3px 8px;
  border-radius: 100px;
  background: #f3f4f6;
  color: #666;
  flex-shrink: 0;
}
.wv-badge-green { background: #dcfce7; color: #16a34a; }

.wv-hr-metric {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-shrink: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.07);
}
.wv-hm-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #22619f;
  letter-spacing: -0.03em;
  line-height: 1;
}
.wv-hm-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #979797;
}

/* ── Mobile App ── */
.wv-mobile {
  background: linear-gradient(160deg, #0f1629 0%, #16213e 55%, #0f3460 100%);
  padding: 20px 24px 18px;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.wv-phone-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wv-ring {
  position: absolute;
  border-radius: 50%;
}
.wv-ring-1 {
  width: 72px; height: 72px;
  border: 3px solid #22619f;
}
.wv-ring-2 {
  width: 100px; height: 100px;
  border: 2px solid rgba(34,97,159,0.40);
}
.wv-ring-3 {
  width: 128px; height: 128px;
  border: 1.5px solid rgba(34,97,159,0.18);
}
.wv-ring-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  z-index: 1;
  position: relative;
}
.wv-ring-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}
.wv-ring-star { font-size: 14px; color: #f59e0b; line-height: 1; }

.wv-mob-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.wv-mob-pill {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.65);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 4px 14px;
}
.wv-mob-users {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.02em;
}


/* =======================================================
   SPLIT CTA BANNER
   ======================================================= */

.cta-split {
  background: #e5e7eb;
  padding: 64px 24px;
}

.cta-split-header {
  max-width: 1280px;
  margin: 0 auto 40px;
  text-align: center;
}

.cta-split-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: #000;
  margin-bottom: 10px;
}

.cta-split-sub {
  font-size: 16px;
  letter-spacing: -0.016em;
  color: #666;
}

.cta-split-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  gap: 0;
  align-items: stretch;
}

.cta-split-divider {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
}

.cta-split-divider::after {
  content: '';
  display: block;
  width: 2px;
  background: #22619f;
  border-radius: 2px;
  min-height: 100%;
}

.cta-split-col {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 16px 24px;
  padding: 36px 36px;
  background: #fff;
  border-radius: 24px;
}

.cta-col-text {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-mock-engineers,
.cta-mock-projects {
  grid-column: 2;
  grid-row: 1 / 3;
}

.cta-btn-bottom {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}

.cta-col-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: -0.025em;
  line-height: 1.0;
  color: #000;
}

.cta-col-sub {
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: -0.014em;
  color: #555;
  max-width: 260px;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.014em;
  border-radius: 100px;
  padding: 12px 24px;
  transition: opacity 0.15s ease, transform 0.15s ease;
  width: fit-content;
  text-decoration: none;
  margin-top: 4px;
}
.btn-cta:hover { opacity: 0.85; transform: translateY(-2px); }

.btn-cta-orange {
  background: #f97316;
  color: #fff;
  box-shadow: 0 4px 16px rgba(249,115,22,0.35);
}

.btn-cta-blue {
  background: #22619f;
  color: #fff;
  box-shadow: 0 4px 16px rgba(34,97,159,0.35);
}

/* Engineer list card */
.cta-mock-engineers {
  background: #f9fafb;
  border-radius: 20px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  flex-shrink: 0;
  min-width: 220px;
}

.cta-eng-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 8px 10px;
}

.cta-eng-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.cta-eng-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.cta-eng-name {
  font-weight: 600;
  font-size: 12px;
  color: #111;
  letter-spacing: -0.012em;
}

.cta-eng-role {
  font-size: 11px;
  color: #888;
}

.cta-eng-stars {
  font-size: 11px;
  color: #f59e0b;
}
.cta-eng-stars em {
  color: #888;
  font-style: normal;
}

.cta-eng-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  flex-shrink: 0;
}

/* Floating project list card */
.cta-mock-projects {
  background: #fff;
  border-radius: 20px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  flex-shrink: 0;
  min-width: 230px;
}

.cta-proj-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: -0.012em;
  color: #333;
}

.cta-proj-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16a34a;
  flex-shrink: 0;
}

.cta-proj-range {
  margin-left: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: #979797;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .cta-split-inner { grid-template-columns: 1fr; gap: 40px; }
  .cta-split-divider { display: none; }
  .cta-split-col { padding: 28px 24px; flex-wrap: wrap; }
}

@media (max-width: 768px) {
  .cta-split { padding: 48px 16px; }
  .cta-mock-card, .cta-mock-projects { min-width: unset; width: 100%; }
}


/* =======================================================
   FORM SUCCESS OVERLAY
   ======================================================= */

.success-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.success-overlay.is-visible {
  opacity: 1;
  pointer-events: all;
}

.success-overlay-card {
  background: #fff;
  border-radius: 32px;
  padding: 40px 48px;
  max-width: 420px;
  width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.18);
  transform: translateY(24px);
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
}

.success-overlay.is-visible .success-overlay-card {
  transform: translateY(0);
}

.success-anim {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

/* Animated success checkmark (pure CSS/SVG — no dependencies) */
.success-check {
  width: 120px;
  height: 120px;
  transform: scale(0);
  animation: check-pop 0.35s cubic-bezier(0.22,1,0.36,1) forwards;
}

.success-check-circle {
  fill: none;
  stroke: #22c55e;
  stroke-width: 2.5;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  animation: check-circle 0.55s cubic-bezier(0.65,0,0.45,1) 0.15s forwards;
}

.success-check-mark {
  fill: none;
  stroke: #22c55e;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: check-mark 0.3s cubic-bezier(0.65,0,0.45,1) 0.6s forwards;
}

@keyframes check-pop    { to { transform: scale(1); } }
@keyframes check-circle { to { stroke-dashoffset: 0; } }
@keyframes check-mark   { to { stroke-dashoffset: 0; } }

.success-overlay-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: #111;
  margin-top: -8px;
}

.success-overlay-sub {
  font-size: 15px;
  color: #666;
  line-height: 1.55;
}

.success-overlay-btn {
  margin-top: 8px;
  background: #22619f;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s;
}
.success-overlay-btn:hover { background: #1a4f82; }

/* =======================================================
   WHATSAPP FLOATING WIDGET
   ======================================================= */

.wa-widget {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.wa-badge {
  background: #fff;
  color: #111;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.02em;
  padding: 6px 14px;
  border-radius: 100px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  white-space: nowrap;
  animation: wa-pulse 2.5s ease-in-out infinite;
}

@keyframes wa-pulse {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-3px); }
}

.wa-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, #25d366 0%, #128c4a 100%);
  border-radius: 100px;
  padding: 10px 20px 10px 10px;
  box-shadow: 0 8px 28px rgba(37,211,102,0.45);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wa-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(37,211,102,0.55);
}

.wa-avatars {
  display: flex;
  align-items: center;
}

.wa-av-wrap {
  position: relative;
  margin-left: -8px;
  flex-shrink: 0;
}
.wa-av-wrap:first-child { margin-left: 0; }

.wa-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 1 / 1;
  background: #a8bae6;
  display: block;
}

.wa-online {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
}

.wa-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wa-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.016em;
  color: #fff;
  white-space: nowrap;
}

.wa-sub {
  font-size: 11px;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.75);
  white-space: nowrap;
}

.wa-arrow {
  width: 18px;
  height: 18px;
  color: #fff;
  flex-shrink: 0;
  margin-left: 4px;
}

@media (max-width: 480px) {
  .wa-widget { bottom: 16px; right: 16px; left: 16px; align-items: flex-end; }
  .wa-pill   { padding: 8px 14px 8px 8px; gap: 10px; max-width: calc(100vw - 32px); }
  .wa-title  { font-size: 13px; }
  .wa-sub    { font-size: 11px; }
  .wa-badge  { font-size: 10px; padding: 5px 10px; }
}


/* =======================================================
   REDUCED MOTION — honour the user's OS preference
   Disables the infinite float/pulse loops and long
   transitions for users who ask for less motion.
   ======================================================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
