html,
body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .footer-logo-nav-row {
    flex-direction: column !important;

  }
}

@media (max-width: 1280px) {
  .case-block {
    grid-template-columns: 1fr !important;
  }
}

.carousel-slide {
  overflow-wrap: anywhere !important;
}

.problem-badge {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  gap: 16px;
}

@media (max-width: 1280px) {
  .hero-desk-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
  }

  .hero-desk-col.hero-desk-col-2 {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .problem-badge {
    flex-direction: column !important;
    gap: 1.25rem !important;
    align-items: flex-start !important;
  }
}

.solution-badge {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 40px;
}

@media (max-width: 1280px) {
  .solution-badge {
    flex-direction: column !important;
    gap: 1.25rem !important;
    align-items: flex-start !important;
  }
}

.dev-credit-block {
  position: fixed;
  bottom: 30px;
  left: 50px;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  background: none;
  pointer-events: auto;
}

.dev-credit-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  pointer-events: none;
}

.dev-credit-center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dev-credit-main {
  font-size: 15px;
  font-weight: 700;
  color: #191919;
  font-family: 'Aeonik', Arial, sans-serif;
  letter-spacing: 0.04em;
  background: #fff;
  border-radius: 8px;
  padding: 2px 10px;
  box-shadow: 0 2px 8px rgba(222, 254, 148, 0.12);
  opacity: 0.98;
}

@font-face {
  font-family: 'Coming Soon';
  src: url('fonts/ComingSoon-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.coming-soon-font {
  font-family: 'Coming Soon', cursive !important;
  letter-spacing: 0.02em;
}

@media (max-width: 1279px) {
  .navbar {
    height: 40px;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Mobile copyright styles */
.navbar-mobile-copyright {
  display: none;
}

.navbar-country {
  position: fixed;
  bottom: 30px;
  right: 60px;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 0.5rem 1.25rem;
  display: flex;
  align-items: center;
  min-width: 120px;
  transition: box-shadow 0.2s;
  padding-right: 0px;
}

.navbar-country:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
}

.navbar-country select {
  background: transparent;
  border: none;
  font-family: 'Aeonik', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
  color: #191919;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  outline: none;
  appearance: none;
  cursor: pointer;
  min-width: 70px;
  transition: background 0.2s, color 0.2s;
  padding-right: 0px;
}

.navbar-country select:focus {
  background: #DEFE94;
  color: #191919;
}

.navbar-country::after {
  content: '\25BC';
  font-size: 0.9em;
  color: #191919;
  margin-left: 0.5em;
  pointer-events: none;
  position: relative;
  top: 1px;
}

.nav-copyright-mobile {
  font-size: 1rem;
  font-weight: 500;
  color: #191919;
  background: #f6f6f6;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  display: inline-block;
}

@media (max-width: 1279px) {
  .navbar-mobile-copyright {
    display: block;
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    z-index: 1003;
  }
}

@media (min-width: 1280px) {
  .navbar-mobile-copyright {
    display: none !important;
  }

  .how-it-works-section {

    padding: 6.25rem 3.75rem;
  }
}

@media (min-width: 1280px) {

  #navbarMobileMenu,
  #navbarHamburger,
  .navbar-mobile-menu,
  .navbar-hamburger {
    display: none !important;
  }
}

/* About Hero Section Styles */

.about-hero-section {
  padding-left: 3.15rem;
  padding-right: 3.15rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #fff;
  font-family: 'Inter', Arial, sans-serif;
}

.about-hero-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.about-hero-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-img img {
  width: 100%;
  max-width: 340px;
  height: 340px;
  object-fit: cover;
  border-radius: 1rem;
  background: #eaeaea;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.about-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero-title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.about-hero-intro {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #222;
}

.about-hero-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.25rem;
  margin-top: 2.5rem;
}

.about-hero-col {
  background: none;
  border-radius: 0.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.about-hero-col h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}

.about-hero-col p {
  font-size: 1rem;
  line-height: 1.7;
  color: #222;
  margin-bottom: 1.25rem;
}

.about-hero-gallery {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

/* Unified footer-icon style (deduplicated) */
.footer-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: #eaeaea;
  border-radius: 8px;
}

.about-hero-contact {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.about-hero-contact a {
  margin-right: 0.5rem;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

.about-social-x {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
  margin-right: 0.5rem;
}

.about-social-in {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
}

.about-hero-resume {
  display: inline-block;
  background: #111;
  color: #fff;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.65rem 2.25rem;
  text-decoration: none;
  font-size: 1rem;
  margin-top: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  transition: background 0.2s;
}

.about-hero-resume:hover {
  background: #222;
}

@media (max-width: 900px) {
  .about-hero-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-hero-img img {
    height: 220px;
    max-width: 220px;
  }

  .about-hero-details {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 1280px) {
  .carousel-slide {
    justify-content: center;
  }
}

/* --- New Testimonial Section Styles --- */
.testimonial-section {
  padding: 0px 3.75rem 100px 3.75rem;
  background: #fff;
  margin-bottom: 48px;
}

.testimonial-header {
  text-align: center;
  margin-bottom: 32px;
}

.testimonial-label {
  font-size: 1.1rem;
  color: #191919;
  font-weight: 500;
  margin-bottom: 8px;
}

.testimonial-title {
  font-size: 2.75rem;
  font-weight: 500;
  color: #191919;
  margin: 0;
  font-family: 'Aeonik', Arial, sans-serif;
}

.testimonial-cards-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 32px;
}

.testimonial-card {
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
  padding: 32px 28px 24px 28px;
  max-width: 340px;
  min-width: 260px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 1.08rem;
  transform: rotate(-6deg);
}

.testimonial-card-pink {
  background: #000000;
  color: #ffffff;
  z-index: 2;
  transform: rotate(6deg);
}

.testimonial-card-green {
  background: #C8FFD6;
  color: #191919;
  z-index: 3;
}

.testimonial-card-white {
  background: #fff;
  color: #191919;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.testimonial-stars {
  font-size: 1.25rem;
  color: #191919;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.testimonial-quote {
  font-size: 1.08rem;
  line-height: 1.5;
  margin-bottom: 18px;
  font-weight: 500;
}

.testimonial-user-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e0e0;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.testimonial-user-name {
  font-weight: 700;
  font-size: 1.08rem;
  color: #191919;
}

.testimonial-user-role {
  font-size: 0.98rem;
  color: #6b6b6b;
}

@media (max-width: 900px) {
  .testimonial-section {
    padding: 48px 1rem 0 1rem;
  }

  .testimonial-cards-row {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .testimonial-card {
    max-width: 100%;
    min-width: 0;
    transform: none;
  }

  .testimonial-card-pink,
  .testimonial-card-green {
    transform: none;
  }
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/fonnts.com-Aeonik_Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

.site-footer {
  background: #191919;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-top: 6.25rem;
  /* 100px */
  padding-bottom: 5rem;
  border-radius: 32px 32px 0 0;
  font-family: 'Aeonik', Arial, sans-serif;
  color: #fff;
  margin-top: 4rem;
}

.footer-main {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-lead {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  color: #fff;
}

.footer-links-row {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

.footer-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: #333;
  border-radius: 8px;
}

.footer-link-label {
  font-weight: 500;
  color: #fff;
}

.footer-link-arrow,
.footer-link-ext {
  font-size: 1.3rem;
  color: #fff;
}

.footer-link-label,
.footer-link-arrow,
.footer-link-ext {
  transition: color 0.2s, background 0.2s;
}

.footer-link-icon-group:hover .footer-link-label,
.footer-link-icon-group:hover .footer-link-arrow,
.footer-link-icon-group:hover .footer-link-ext {
  color: #DEFE94;
}

.footer-link-icon-group {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  max-width: 200px;
  min-width: 180px;
}



.footer-logo-nav-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-direction: row;
}

.footer-logo-nav-row .footer-logo {
  grid-column: auto;
}

.footer-logo-nav-row .footer-logo img {
  max-width: 140px;
  height: 40px;
  object-fit: contain;
}

/* Added: Social links row below nav */
.footer-social-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;


}

@media (max-width: 1280px) {
  .footer-social-row {
    flex-direction: column !important;
    gap: 2rem !important;
    align-items: flex-start !important;
  }
}

/* Navbar Dropdown Styles */
.nav-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  z-index: 1000;
  padding: 0.5rem 0;
  display: none;
}

.nav-dropdown.open {
  display: block;
}

.nav-dropdown-item {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #191919;
  text-decoration: none;
  font-family: 'Aeonik', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.nav-dropdown-item:hover {
  background: #DEFE94;
  color: #191919;
}

.footer-divider {
  border: none;
  border-top: 1px solid #fff;
  opacity: 0.2;
  margin: 2.5rem 0;
}

.footer-nav-row {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

.footer-nav-col {
  min-width: 180px;
}

.footer-nav-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5rem;
  opacity: 0.7;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.navbar-hamburger {
  display: none;
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}

.hamburger-bar {
  display: block;
  width: 28px;
  height: 4px;
  margin: 5px auto;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s;
}

.navbar-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;

  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 16px rgba(0, 0, 0, 0.08);
  z-index: 1001;
  overflow-y: auto;
}

@media (max-width: 1280px) {
  .footer-menu {
    flex-direction: column !important;
    gap: 2rem !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 1279px) {
  .navbar-section {
    display: none !important;
  }

  #navbarHamburger,
  .navbar-hamburger {
    display: block;
  }

  #navbarMobileMenu,
  .navbar-mobile-menu {
    display: block;
  }
}

@media (min-width: 1280px) {
  .navbar-hamburger {
    display: none !important;
  }

  .navbar-mobile-menu {
    display: none !important;
  }
}

.footer-logo {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

/* Navbar Hamburger & Mobile Menu */
.navbar-hamburger,
#navbarHamburger {
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}

.hamburger-bar {
  display: block;
  width: 28px;
  height: 4px;
  margin: 5px auto;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s;
}

@media (max-width: 1280px) {
  .calendly-badge-widget {
    bottom: 60px;
  }

  .footer-links-row,
  .footer-nav-row,
  .footer-bottom-row {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}

.footer-icon-article {
  background: url('icons/article.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-whitepaper {
  background: url('icons/whitepaper.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-twitter {
  background: url('icons/twitter.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-linkedin {
  background: url('icons/linkedin.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-discord {
  background: url('icons/discord.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-youtube {
  background: url('icons/youtube.svg') center/20px no-repeat #eaeaea;
}

.footer-link-label {
  font-weight: 500;
}

.footer-link-arrow,
.footer-link-ext {
  font-size: 1.3rem;
  color: #ffffff;
}

.footer-divider {
  border: none;
  border-top: 1px solid #e0ddd7;
  margin: 2.5rem 0;
}

.footer-nav-row {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

.footer-nav-col {
  flex: 1 1 0;
}

.footer-nav-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.footer-logo {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer-bottom-links {
  display: flex;
  gap: 2rem;
  font-size: 1rem;
  color: #6b6b6b;
}

@media (max-width: 900px) {
  .site-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3rem;
  }

  .footer-links-row,
  .footer-nav-row,
  .footer-bottom-row {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}

.pricing-section {
  padding-top: 2rem;
  /* 100px */
  padding-bottom: 2rem;
  /* 100px */
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  background: #DEFE94;
  border-radius: 32px;
}

.pricing-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.pricing-label {
  display: inline-block;
  background: #fff;
  color: #191919;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 100px;
  padding: 0.25rem 1.25rem;
  margin-bottom: 1.25rem;
}

.pricing-title {
  font-size: 3.25rem;
  font-weight: 500;
  font-family: 'Aeonik', Arial, sans-serif;
  margin: 0;
}

.pricing-title-italic {
  font-style: italic;
  font-family: 'Aeonik', Arial, sans-serif;
  font-weight: 500;
}

.pricing-desc {
  font-size: 1.25rem;
  color: #191919;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-family: 'Aeonik', Arial, sans-serif;
}

.pricing-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.pricing-card {
  background: #fff;
  border: 2px solid #cfd8dc;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  flex: 1 1 320px;
  max-width: 400px;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem 2rem 2rem;
  margin-bottom: 0;
}

.pricing-card-pro {
  border-color: #000000;
}

.pricing-card-project {
  background: #f7f7f7;
  border-color: #cfd8dc;
}

.pricing-card-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.pricing-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Aeonik', Arial, sans-serif;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.pricing-card-popular {
  background: #191919;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 100px;
  padding: 0.15rem 0.75rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.pricing-card-subtitle {
  font-size: 1rem;
  color: #191919;
  margin-bottom: 0.75rem;
}

.pricing-card-price {
  font-size: 2rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 0.25rem;
}

.pricing-card-note {
  font-size: 0.95rem;
  color: #6b6b6b;
  margin-bottom: 1.25rem;
}

.pricing-card-btn {
  background: #191919;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 0.85rem 0;
  width: 100%;
  font-size: 1.1rem;
  font-family: 'Aeonik', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: background 0.2s;
}

.pricing-card-btn:hover {
  background: #DEFE94;
  color: #191919;
}

.pricing-card-link {
  display: block;
  font-size: 1rem;
  color: #191919;
  text-decoration: underline;
  margin-bottom: 1.25rem;
  font-family: 'Aeonik', Arial, sans-serif;
}

.pricing-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
  font-size: 1rem;
  color: #191919;
  font-family: 'Aeonik', Arial, sans-serif;
}

.pricing-card-features li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.pricing-card-features li:before {
  content: '\2713';
  color: #6b6b6b;
  font-size: 1.1em;
  margin-right: 0.5em;
}

.pricing-card-services {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.pricing-card-services span {
  background: #eaeaea;
  color: #191919;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 100px;
  padding: 0.25rem 1rem;
  margin-bottom: 0.25rem;
  font-family: 'Aeonik', Arial, sans-serif;
}

@media (max-width: 900px) {
  .pricing-cards {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/fonnts.com-Aeonik_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/fonnts.com-Aeonik_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/fonnts.com-Aeonik_Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* (kept single Coming Soon @font-face; removed duplicates) */
@font-face {
  font-family: 'Coming Soon';
  src: url('fonts/ComingSoon-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Aeonik', Arial, sans-serif;
  background: #fff;
  margin: 0px;
  padding: 0px;
}

.hero-desk {
  padding-left: 3.125vw;
  padding-right: 3.125vw;

  margin-bottom: 6.25rem;
}

.hero-desk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2rem;
}


.hero-desk-col.hero-desk-col-1 {
  background-color: #DEFE94;
  border-radius: 28px;
  height: 90vh;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hero-desk-col.hero-desk-col-2 {
  background: url('Image/Main-Right-Image.svg') center center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 28px;
}


.Title-para {
  font-size: 1.25rem;
  /* 20px */
  font-weight: 500;
  line-height: 32px;
  margin-top: 12px;
}

.hero-btn {
  background: #191919;
  color: #fff;
  border: none;
  border-radius: 100px;
  min-width: 100px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-family: 'Aeonik', Arial, sans-serif;
  margin-top: 60px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('Image/Main CTA Background.svg') center/cover no-repeat;
  opacity: 0.36;
  z-index: 1;
  pointer-events: none;
}

.hero-btn span {
  position: relative;
  z-index: 2;
  font-family: 'Aeonik', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.hero-btn:hover {
  background: #333;
}

.custom-highlight {
  font-family: 'Coming Soon', cursive;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  font-size: 3.25rem;
  line-height: 3.75rem;
  font-weight: 500;
}

.hero-btn-content {
  font-family: 'Aeonik', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.hero-btn-icon {
  display: flex;
  align-items: center;
  height: 18px;
}


.badge-product-design,
.badge-ux-strategy,
.badge-ui-engineering,
.badge-design-systems {
  position: absolute;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-family: 'Aeonik', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  box-sizing: border-box;
  min-width: 100px;
  min-height: 40px;
}

.badge-product-design {
  top: 6vw;
  left: auto;
  right: 11vw;
}

.badge-ux-strategy {
  top: 10vw;
  right: auto;
  left: 8vw;
}

.badge-ui-engineering {
  top: 18vw;
  left: 7vw;
}

.badge-design-systems {
  top: 15vw;
  left: auto;
  right: 9vw;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.5rem;
  display: inline-block;
}

.badge-text {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.navbar {
  position: sticky !important;
  top: 0;
  background: #fff;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #eaeaea;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.navbar-section {
  display: flex;
  gap: 1rem;
}

.navbar-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.navbar-left,
.navbar-right {
  min-width: 220px;
}

.nav-btn {
  background: #f6f6f6;
  border: none;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  font-family: 'Aeonik', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #191919;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background 0.2s;
}

.nav-btn:hover {
  background: #eaeaea;
}

.nav-dot {
  width: 8px;
  height: 8px;
  background: #191919;
  border-radius: 50%;
  display: inline-block;
}

.nav-arrow {
  font-size: 0.8rem;
  margin-left: 0.3rem;
}

.problem-section {
  padding: 6.25rem 3.75rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

@media (max-width: 1124px) {
  .problem-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.problem-title {
  font-size: 3.25rem;
  /* 52px */
  font-weight: 500;
  margin: 0px;
  font-family: 'Aeonik', Arial, sans-serif;
  line-height: 3.875rem;
}

.problem-title .meh-font {
  font-family: 'Coming Soon', cursive;
}

.problem-stat {
  font-size: 2rem;
  /* 32px */
  font-weight: 500;
  margin: 0px;
  line-height: 2.625rem;
  /* 42px */
  font-family: 'Aeonik', Arial, sans-serif;
}

.solution-section {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  overflow: hidden;
}

.solution-title {
  font-size: 3.25rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  font-family: 'Aeonik', Arial, sans-serif;
}

.carousel {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.carousel-arrow {
  background: #fff;
  border: 2px solid #191919;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}

.carousel-arrow:hover {
  background: #191919;
  color: #fff;
  border-color: #DEFE94;
}

.carousel-track {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.carousel-slide-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: 'Aeonik', Arial, sans-serif;
}

.carousel-slide-desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Aeonik', Arial, sans-serif;
  margin-top: 4px;
}

.carousel-highlight {
  color: #DEFE94;
}

.solution-link {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #191919;
  text-decoration: none;
  font-family: 'Aeonik', Arial, sans-serif;
}

.solution-link:hover {
  text-decoration: underline;
}

.carousel-arrows-group {
  display: flex;
  gap: 0.75rem;
  padding-right: 3.75rem;
}

@media (max-width: 1280px) {
  .hero-desk-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }


}

@media (max-width: 900px) {
  .carousel-slide {
    min-width: 90vw;
    max-width: 100vw;
    padding: 1.5rem;
  }

  .carousel-track {
    gap: 0.5rem;
  }
}

/* Contact Section Styles */
.contact-container {
  display: flex;
  margin: 48px auto;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  font-family: 'Aeonik', Arial, sans-serif;
}

.contact-info {
  flex: 1 1 340px;
  background: #fff;
  padding: 48px 32px 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-logo {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 32px;
  display: block;
}

.contact-info-list {
  margin-bottom: 32px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 32px;
}

.contact-info-icon {
  width: 32px;
  height: 32px;
  background: #eaeaea;
  border-radius: 8px;
  display: inline-block;
}

.contact-info-icon-chat {
  background: url('icons/chat.svg') center/20px no-repeat #eaeaea;
}

.contact-info-icon-visit {
  background: url('icons/location.svg') center/20px no-repeat #eaeaea;
}

.contact-info-icon-call {
  background: url('icons/phone.svg') center/20px no-repeat #eaeaea;
}

.contact-info-title {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.contact-info-desc {
  font-size: 1rem;
  color: #6b6b6b;
  margin-bottom: 2px;
}

.contact-info-email,
.contact-info-address,
.contact-info-phone {
  font-size: 1rem;
  color: #191919;
  font-weight: 500;
}

.contact-info-social {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}

.contact-social-icon {
  width: 32px;
  height: 32px;
  background: #eaeaea;
  border-radius: 8px;
  display: inline-block;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-social-facebook {
  background-image: url('icons/facebook.svg');
}

.contact-social-twitter {
  background-image: url('icons/twitter.svg');
}

.contact-social-linkedin {
  background-image: url('icons/linkedin.svg');
}

.contact-social-youtube {
  background-image: url('icons/youtube.svg');
}

.contact-form {
  flex: 2 1 500px;
  background: #DEFE94;
  border-radius: 24px;
  margin: 32px;
  padding: 48px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #191919;
}

.contact-form-sub {
  font-size: 1.08rem;
  color: #191919;
  margin-bottom: 32px;
}

.contact-form-group {
  margin-bottom: 24px;
}

.contact-input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 2px solid #191919;
  background: transparent;
  font-size: 1.08rem;
  font-family: inherit;
  margin-bottom: 18px;
  color: #191919;
  outline: none;
}

.contact-input:focus {
  border-bottom: 2px solid #333;
}

.contact-form-label {
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #191919;
}

.contact-checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}

.contact-checkbox-row input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #191919;
  border-radius: 6px;
  background: #DEFE94;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-checkbox-row input[type="checkbox"]:checked {
  background: #DEFE94;
  border-color: #191919;
}

.contact-checkbox-row input[type="checkbox"]:checked::after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #191919;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-checkbox-row label {
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.contact-form-btn {
  background: #191919;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 16px 0;
  font-size: 1.15rem;
  font-weight: 700;
  width: 100%;
  margin-top: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-form-btn:hover {
  background: #333;
}

@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
    max-width: 100%;
    margin: 24px 0;
  }

  .contact-info {
    padding: 32px 16px 16px 16px;
  }

  .contact-form {
    margin: 16px;
    padding: 32px 16px 24px 16px;
  }
}

/* --- FAQ Section Styles --- */
.faq-section {
  padding: 2.5rem 3.75rem;
  background: #fff;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 2rem;
}

.faq-main-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 60px;
  color: #191919;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}

.faq-numbers {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-number {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #DEFE94;
  color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.faq-answers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.faq-item {
  background: #f7f7f7;
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.faq-question {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.faq-answer {
  margin: 0;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-numbers {
    flex-direction: row;
    gap: 12px;
    margin-bottom: 12px;
    justify-content: center;
  }

  .faq-number {
    width: 48px;
    height: 48px;
  }
}

.case-study-section {
  padding-left: 3.15rem;
  padding-right: 3.15rem;
  background: #fff;
}

/* Vision & User Feedback Blocks */
.case-block {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: flex-start;
  margin-bottom: 3.5rem;
}



.case-block-icon {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.case-block-title {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.case-block-desc {
  font-size: 24px;
  line-height: 38px;
  color: #222;
}

.case-block-desc ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.case-block-desc li {
  margin-bottom: 0.5rem;
  font-size: 24px;
  line-height: 38px;
}

.case-block-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-block-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.75rem;
  background: #eaeaea;
}

@media (max-width: 900px) {
  .case-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

}

.case-study-inner {
  margin: 0px;
}

.case-study-title {
  text-align: center;
  font-size: 3.75rem;
  /* 60px */
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.1;
}

.case-study-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.case-study-banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e5e5e5;
  border-radius: 28px;
  font-size: 6vw;
  font-weight: 500;
  color: #191919;
  text-align: center;
  width: 90%;
  line-height: 1.05;
  padding: 32px 0;
  z-index: 1;
  letter-spacing: -2px;
}

@media (max-width: 700px) {
  .case-study-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .case-study-title {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }

  .case-study-banner-text {
    font-size: 2.5rem;
    padding: 18px 0;
  }

  .case-study-img {
    width: 100%;
  }
}

.case-meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 60px;
}

.case-meta-label {
  font-size: 1.08rem;
  color: #191919;
  font-weight: 500;
}

.case-meta-pill {
  background: #ededed;
  color: #191919;
  font-size: 1.08rem;
  font-weight: 500;
  border-radius: 16px;
  padding: 6px 18px;
  display: inline-block;
}

.case-failed-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0px;
  align-items: flex-start;
  margin-bottom: 60px;
}

.case-failed-left {
  display: flex;
  align-items: flex-start;
}

.case-failed-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #191919;
  margin: 0;
  line-height: 1.1;
}

.case-failed-right {
  display: flex;
  flex-direction: column;
}

.case-barrier-title {
  font-size: 36px;
  color: #6b6b6b;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 0px;
}

.case-barrier-desc {
  font-size: 24px;
  line-height: 38px;
  color: #191919;
  margin: 0;
}

.case-barrier-highlight {
  background: #fff700;
  color: #191919;
  font-weight: 500;
  padding: 0 2px;
}

@media (max-width: 900px) {
  .case-failed-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .case-failed-title {
    font-size: 2rem;
  }

  .case-barrier-title {
    font-size: 1.15rem;
  }
}

.case-ibm-block {
  margin-top: 48px;
  margin-bottom: 48px;
}

.case-ibm-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #191919;
  margin-bottom: 12px;
}

.case-ibm-desc {
  font-size: 24px;
  color: #191919;
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 38px;
}

.case-ibm-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  background: #ececec;
  display: block;
}

@media (max-width: 700px) {
  .case-ibm-title {
    font-size: 1.5rem;
  }
}

.hero-promo-banner {
  display: flex;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 1.2em;
}

.hero-promo-icon svg {
  display: block;
}

.hero-promo-text {
  font-size: 14px;
  font-weight: 600;
  color: #191919;
  padding: 0.25em 0.85em;
  border-radius: 1.2em;
}

.hero-promo-text span {
  font-weight: 600;
}

.hero-promo-text span:first-child {
  color: #DEFE94;
}

.hero-promo-text span:last-child {
  color: #6b6b6b;
  font-weight: 500;
}

.footer-link-label,
.footer-link-arrow,
.footer-link-ext {
  transition: color 0.2s, background 0.2s;
}

/* Footer li hover animation */
.site-footer li {
  color: #fff;
  transition: color 0.2s;
  cursor: pointer;
}

.site-footer li:hover {
  color: #2DBE6E;
}

/* Navbar Dropdown Styles */
.nav-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  z-index: 1000;
  padding: 0.5rem 0;
  display: none;
}

.nav-dropdown.open {
  display: block;
}

.nav-dropdown-item {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #191919;
  text-decoration: none;
  font-family: 'Aeonik', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.nav-dropdown-item:hover {
  background: #DEFE94;
  color: #191919;
}

.footer-divider {
  border: none;
  border-top: 1px solid #fff;
  opacity: 0.2;
  margin: 2.5rem 0;
}

.footer-nav-row {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

.footer-nav-col {
  flex: 1 1 0;
}

.footer-nav-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5rem;
  opacity: 0.7;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.navbar-hamburger {
  display: none;
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}

.hamburger-bar {
  display: block;
  width: 28px;
  height: 4px;
  margin: 5px auto;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s;
}



@media (max-width: 1279px) {
  .navbar-section {
    display: none !important;
  }

  .sub-title {
    font-size: 2.2rem !important;
  }

  #navbarHamburger,
  .navbar-hamburger {
    display: block;
  }

  #navbarMobileMenu,
  .navbar-mobile-menu {
    display: block;
  }
}

@media (min-width: 1280px) {
  .navbar-hamburger {
    display: none !important;
  }

  .navbar-mobile-menu {
    display: none !important;
  }
}

.footer-logo {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

/* Navbar Hamburger & Mobile Menu */
.navbar-hamburger,
#navbarHamburger {
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}

.hamburger-bar {
  display: block;
  width: 28px;
  height: 4px;
  margin: 5px auto;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s;
}

.navbar-mobile-menu,
#navbarMobileMenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 16px rgba(0, 0, 0, 0.08);
  z-index: 1001;
  overflow-y: auto;
}

.navbar-mobile-menu-content {
  display: flex;
  flex-direction: column;
  padding: 7rem 2rem;
  gap: 3rem;
}


.footer-icon-article {
  background: url('icons/article.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-whitepaper {
  background: url('icons/whitepaper.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-twitter {
  background: url('icons/twitter.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-linkedin {
  background: url('icons/linkedin.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-discord {
  background: url('icons/discord.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-youtube {
  background: url('icons/youtube.svg') center/20px no-repeat #eaeaea;
}

.footer-link-label {
  font-weight: 500;
}

.footer-link-arrow,
.footer-link-ext {
  font-size: 1.3rem;
  color: #ffffff;
}

.footer-divider {
  border: none;
  border-top: 1px solid #e0ddd7;
  margin: 2.5rem 0;
}

.footer-nav-row {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

.footer-nav-col {
  flex: 1 1 0;
}

.footer-nav-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.footer-logo {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .site-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3rem;
    padding-bottom: 10rem;
  }

  .footer-links-row,
  .footer-nav-row,
  .footer-bottom-row {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}


.pricing-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.pricing-label {
  display: inline-block;
  background: #fff;
  color: #191919;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 100px;
  padding: 0.25rem 1.25rem;
  margin-bottom: 1.25rem;
}

.pricing-title {
  font-size: 3.25rem;
  font-weight: 500;
  font-family: 'Aeonik', Arial, sans-serif;
  margin: 0;
}

.pricing-title-italic {
  font-style: italic;
  font-family: 'Aeonik', Arial, sans-serif;
  font-weight: 500;
}

.pricing-desc {
  font-size: 1.25rem;
  color: #191919;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-family: 'Aeonik', Arial, sans-serif;
}

.pricing-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}


.pricing-card-pro {
  border-color: #000000;
}

.pricing-card-project {
  background: #f7f7f7;
  border-color: #cfd8dc;
}

.pricing-card-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.pricing-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Aeonik', Arial, sans-serif;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.pricing-card-popular {
  background: #191919;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 100px;
  padding: 0.15rem 0.75rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.pricing-card-subtitle {
  font-size: 1rem;
  color: #191919;
  margin-bottom: 0.75rem;
}

.pricing-card-price {
  font-size: 2rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 0.25rem;
}

.pricing-card-note {
  font-size: 0.95rem;
  color: #6b6b6b;
  margin-bottom: 1.25rem;
}

.pricing-card-btn {
  background: #191919;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 0.85rem 0;
  width: 100%;
  font-size: 1.1rem;
  font-family: 'Aeonik', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: background 0.2s;
}

.pricing-card-btn:hover {
  background: #DEFE94;
  color: #191919;
}

.pricing-card-link {
  display: block;
  font-size: 1rem;
  color: #191919;
  text-decoration: underline;
  margin-bottom: 1.25rem;
  font-family: 'Aeonik', Arial, sans-serif;
}

.pricing-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
  font-size: 1rem;
  color: #191919;
  font-family: 'Aeonik', Arial, sans-serif;
}

.pricing-card-features li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.pricing-card-features li:before {
  content: '\2713';
  color: #6b6b6b;
  font-size: 1.1em;
  margin-right: 0.5em;
}

.pricing-card-services {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.pricing-card-services span {
  background: #eaeaea;
  color: #191919;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 100px;
  padding: 0.25rem 1rem;
  margin-bottom: 0.25rem;
  font-family: 'Aeonik', Arial, sans-serif;
}

@media (max-width: 900px) {
  .pricing-cards {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('fonts/fonnts.com-Aeonik_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/fonnts.com-Aeonik_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/fonnts.com-Aeonik_Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('fonts/Aeonik Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Coming Soon';
  src: url('fonts/ComingSoon-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Aeonik', Arial, sans-serif;
  background: #fff;
  margin: 0px;
  padding: 0px;
}

.hero-desk {
  padding-left: 3.125vw;
  padding-right: 3.125vw;

  margin-bottom: 6.25rem;
}

.hero-desk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2rem;
}



.hero-desk-col.hero-desk-col-2 {
  background: url('Image/Main-Right-Image.svg') center center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 28px;
}

.Title {
  font-family: 'Aeonik', sans-serif;
  font-size: 3.5rem;
  /* 56px */
  line-height: 3.75rem;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0px;
}


.hero-btn {
  background: #191919;
  color: #fff;
  border: none;
  border-radius: 100px;
  min-width: 100px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-family: 'Aeonik', Arial, sans-serif;
  margin-top: 60px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('Image/Main CTA Background.svg') center/cover no-repeat;
  opacity: 0.36;
  z-index: 1;
  pointer-events: none;
}

.hero-btn span {
  position: relative;
  z-index: 2;
  font-family: 'Aeonik', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.hero-btn:hover {
  background: #333;
}

.custom-highlight {
  font-family: 'Coming Soon', cursive;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  font-size: 3.25rem;
  line-height: 3.75rem;
  font-weight: 500;
}

.hero-btn-content {
  font-family: 'Aeonik', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.hero-btn-icon {
  display: flex;
  align-items: center;
  height: 18px;
}



.badge-product-design,
.badge-ux-strategy,
.badge-ui-engineering,
.badge-design-systems {
  position: absolute;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-family: 'Aeonik', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  box-sizing: border-box;
  min-width: 100px;
  min-height: 40px;
}

.badge-product-design {
  top: 6vw;
  left: auto;
  right: 11vw;
}

.badge-ux-strategy {
  top: 10vw;
  right: auto;
  left: 8vw;
}

.badge-ui-engineering {
  top: 18vw;
  left: 7vw;
}

.badge-design-systems {
  top: 15vw;
  left: auto;
  right: 9vw;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.5rem;
  display: inline-block;
}

.badge-text {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}


.navbar-section {
  display: flex;
  gap: 1rem;
}

.navbar-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.navbar-left,
.navbar-right {
  min-width: 220px;
}

.nav-btn {
  background: #f6f6f6;
  border: none;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  font-family: 'Aeonik', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #191919;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background 0.2s;
}

.nav-btn:hover {
  background: #eaeaea;
}

.nav-dot {
  width: 8px;
  height: 8px;
  background: #191919;
  border-radius: 50%;
  display: inline-block;
}

.nav-arrow {
  font-size: 0.8rem;
  margin-left: 0.3rem;
}

.problem-section {
  padding: 4.25rem 3.75rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 1124px) {
  .problem-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.problem-title {
  font-size: 3.25rem;
  /* 52px */
  font-weight: 500;
  margin: 0px;
  font-family: 'Aeonik', Arial, sans-serif;
  line-height: 3.875rem;
}

.problem-title .meh-font {
  font-family: 'Coming Soon', cursive;
}

.problem-stat {
  font-size: 2rem;
  /* 32px */
  font-weight: 500;
  margin: 0px;
  line-height: 2.625rem;
  /* 42px */
  font-family: 'Aeonik', Arial, sans-serif;
}


.solution-title {
  font-size: 3.25rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  font-family: 'Aeonik', Arial, sans-serif;
}

.carousel {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.carousel-arrow {
  background: #fff;
  border: 2px solid #191919;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}

.carousel-arrow:hover {
  background: #191919;
  color: #fff;
  border-color: #DEFE94;
}

.carousel-track {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.carousel-slide {

  border-radius: 12px;
  padding: 3rem;
  margin-bottom: 40px;

}

.carousel-slide-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: 'Aeonik', Arial, sans-serif;
}

.carousel-slide-desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Aeonik', Arial, sans-serif;
  margin-top: 4px;
}

.carousel-highlight {
  color: #DEFE94;
}

.solution-link {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #191919;
  text-decoration: none;
  font-family: 'Aeonik', Arial, sans-serif;
}

.solution-link:hover {
  text-decoration: underline;
}

.solution-header-row {
  margin-bottom: 3.75rem;
}

.carousel-arrows-group {
  display: flex;
  gap: 0.75rem;
  padding-right: 3.75rem;
}

@media (max-width: 1280px) {
  .hero-desk-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }


}

@media (max-width: 900px) {
  .carousel-slide {
    min-width: 70vw;
    max-width: 90vw;
    padding: 1.5rem;
  }

  .carousel-track {
    gap: 0.5rem;
  }
}

/* Contact Section Styles */
.contact-container {
  display: flex;
  margin: 48px auto;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  font-family: 'Aeonik', Arial, sans-serif;
}

.contact-info {
  flex: 1 1 340px;
  background: #fff;
  padding: 48px 32px 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-logo {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 32px;
  display: block;
}

.contact-info-list {
  margin-bottom: 32px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 32px;
}

.contact-info-icon {
  width: 32px;
  height: 32px;
  background: #eaeaea;
  border-radius: 8px;
  display: inline-block;
}

.contact-info-icon-chat {
  background: url('icons/chat.svg') center/20px no-repeat #eaeaea;
}

.contact-info-icon-visit {
  background: url('icons/location.svg') center/20px no-repeat #eaeaea;
}

.contact-info-icon-call {
  background: url('icons/phone.svg') center/20px no-repeat #eaeaea;
}

.contact-info-title {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.contact-info-desc {
  font-size: 1rem;
  color: #6b6b6b;
  margin-bottom: 2px;
}

.contact-info-email,
.contact-info-address,
.contact-info-phone {
  font-size: 1rem;
  color: #191919;
  font-weight: 500;
}

.contact-info-social {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}

.contact-social-icon {
  width: 32px;
  height: 32px;
  background: #eaeaea;
  border-radius: 8px;
  display: inline-block;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-social-facebook {
  background-image: url('icons/facebook.svg');
}

.contact-social-twitter {
  background-image: url('icons/twitter.svg');
}

.contact-social-linkedin {
  background-image: url('icons/linkedin.svg');
}

.contact-social-youtube {
  background-image: url('icons/youtube.svg');
}

.contact-form {
  flex: 2 1 500px;
  background: #DEFE94;
  border-radius: 24px;
  margin: 32px;
  padding: 48px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #191919;
  margin-top: 0px;
}

.contact-form-sub {
  font-size: 1.08rem;
  color: #191919;
  margin-bottom: 32px;
}

.contact-form-group {
  margin-bottom: 24px;
}

.contact-input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 2px solid #191919;
  background: transparent;
  font-size: 1.08rem;
  font-family: inherit;
  margin-bottom: 18px;
  color: #191919;
  outline: none;
}

.contact-input:focus {
  border-bottom: 2px solid #333;
}

.contact-form-label {
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #191919;
}

.contact-checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}

.contact-checkbox-row input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #191919;
  border-radius: 6px;
  background: #DEFE94;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-checkbox-row input[type="checkbox"]:checked {
  background: #DEFE94;
  border-color: #191919;
}

.contact-checkbox-row input[type="checkbox"]:checked::after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #191919;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-checkbox-row label {
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.contact-form-btn {
  background: #191919;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 16px 0;
  font-size: 1.15rem;
  font-weight: 700;
  width: 100%;
  margin-top: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-form-btn:hover {
  background: #333;
}

@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
    max-width: 100%;
    margin: 24px 0;
  }

  .contact-info {
    padding: 32px 16px 16px 16px;
  }

  .contact-form {
    margin: 16px;
    padding: 32px 16px 24px 16px;
  }
}



.faq-container {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 2rem;
}



.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}

.faq-numbers {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-number {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #DEFE94;
  color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.faq-answers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.faq-item {
  background: #f7f7f7;
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border: 1px black solid;
}

.faq-question {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.faq-answer {
  margin: 0;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-numbers {
    flex-direction: row;
    gap: 12px;
    margin-bottom: 12px;
    justify-content: center;
  }

  .faq-number {
    width: 48px;
    height: 48px;
  }
}

.case-study-section {
  padding-left: 3.15rem;
  padding-right: 3.15rem;
  background: #fff;
}

/* Vision & User Feedback Blocks */
.case-block {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: flex-start;
  margin-bottom: 3.5rem;
}

.case-block-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.case-block-icon {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.case-block-title {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.case-block-desc ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.case-block-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .case-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

}

.case-study-inner {
  margin: 0px;
}

.case-study-title {
  text-align: center;
  font-size: 3.75rem;
  /* 60px */
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.1;
}

.case-study-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.case-study-banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e5e5e5;
  border-radius: 28px;
  font-size: 6vw;
  font-weight: 500;
  color: #191919;
  text-align: center;
  width: 90%;
  line-height: 1.05;
  padding: 32px 0;
  z-index: 1;
  letter-spacing: -2px;
}

.case-study-img {
  width: 100%;
}

@media (max-width: 700px) {
  .case-study-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .case-study-title {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }

  .case-study-banner-text {
    font-size: 2.5rem;
    padding: 18px 0;
  }
}

.case-meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 60px;
}

.case-meta-label {
  font-size: 1.08rem;
  color: #191919;
  font-weight: 500;
}

.case-meta-pill {
  background: #ededed;
  color: #191919;
  font-size: 1.08rem;
  font-weight: 500;
  border-radius: 16px;
  padding: 6px 18px;
  display: inline-block;
}

.case-failed-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0px;
  align-items: flex-start;
  margin-bottom: 60px;
}

.case-failed-left {
  display: flex;
  align-items: flex-start;
}

.case-failed-right {
  display: flex;
  flex-direction: column;
}

.case-barrier-title {
  font-size: 36px;
  color: #6b6b6b;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 0px;
}

.case-barrier-desc {
  font-size: 24px;
  line-height: 38px;
  color: #191919;
  margin: 0;
}

.case-barrier-highlight {
  background: #fff700;
  color: #191919;
  font-weight: 500;
  padding: 0 2px;
}

@media (max-width: 900px) {
  .case-failed-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .case-failed-title {
    font-size: 2rem;
  }

  .case-barrier-title {
    font-size: 1.15rem;
  }
}

.case-ibm-block {
  margin-top: 48px;
  margin-bottom: 48px;
}


.hero-promo-banner {
  display: flex;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 1.2em;
}

.hero-promo-icon svg {
  display: block;
}

.hero-promo-text {
  font-size: 14px;
  font-weight: 600;
  color: #191919;
  padding: 0.25em 0.85em;
  border-radius: 1.2em;
}

.hero-promo-text span {
  font-weight: 600;
}

.hero-promo-text span:first-child {
  color: #DEFE94;
}

.hero-promo-text span:last-child {
  color: #6b6b6b;
  font-weight: 500;
}

.footer-link-label,
.footer-link-arrow,
.footer-link-ext {
  transition: color 0.2s, background 0.2s;
}

/* Footer li hover animation */
.site-footer li {
  color: #fff;
  transition: color 0.2s;
  cursor: pointer;
}

.site-footer li:hover {
  color: #DEFE94;
}

/* Navbar Dropdown Styles */
.nav-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  z-index: 1000;
  padding: 0.5rem 0;
  display: none;
}

.nav-dropdown.open {
  display: block;
}

.nav-dropdown-item {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #191919;
  text-decoration: none;
  font-family: 'Aeonik', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.nav-dropdown-item:hover {
  background: #DEFE94;
  color: #191919;
}

.footer-divider {
  border: none;
  border-top: 1px solid #fff;
  opacity: 0.2;
  margin: 2.5rem 0;
}

.footer-nav-row {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

.footer-nav-col {
  flex: 1 1 0;
}

.footer-nav-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5rem;
  opacity: 0.7;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.navbar-hamburger {
  display: none;
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}

.hamburger-bar {
  display: block;
  width: 28px;
  height: 4px;
  margin: 5px auto;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s;
}



@media (max-width: 1279px) {
  .navbar-section {
    display: none !important;
  }

  #navbarHamburger,
  .navbar-hamburger {
    display: block;
  }

  #navbarMobileMenu,
  .navbar-mobile-menu {
    display: block;
  }
}

@media (min-width: 1280px) {
  .navbar-hamburger {
    display: none !important;
  }

  .navbar-mobile-menu {
    display: none !important;
  }
}

.footer-logo {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.footer-menu {
  display: flex;
  flex-direction: row;
  gap: 280px;
}

/* Navbar Hamburger & Mobile Menu */
.navbar-hamburger,
#navbarHamburger {
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}

.hamburger-bar {
  display: block;
  width: 28px;
  height: 4px;
  margin: 5px auto;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s;
}


.nav-mobile-item {
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  opacity: 0;
  transform: translateY(40px);
}

.footer-icon-article {
  background: url('icons/article.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-whitepaper {
  background: url('icons/whitepaper.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-twitter {
  background: url('icons/twitter.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-linkedin {
  background: url('icons/linkedin.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-discord {
  background: url('icons/discord.svg') center/20px no-repeat #eaeaea;
}

.footer-icon-youtube {
  background: url('icons/youtube.svg') center/20px no-repeat #eaeaea;
}

.footer-link-label {
  font-weight: 500;
}

.footer-link-arrow,
.footer-link-ext {
  font-size: 1.3rem;
  color: #ffffff;
}

.footer-divider {
  border: none;
  border-top: 1px solid #e0ddd7;
  margin: 2.5rem 0;
}

.footer-nav-row {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

.footer-nav-col {
  flex: 1 1 0;
}

.footer-nav-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 24px;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.navbar-hamburger {
  display: none;
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}

.hamburger-bar {
  display: block;
  width: 28px;
  height: 4px;
  margin: 5px auto;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s;
}


.footer-link {
  color: #fff;
  transition: color 0.2s;
  cursor: pointer;
}

.footer-link:hover {
  color: #DEFE94;
}

.footer-label-1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.calendly-badge-widget .calendly-badge-content span {
  font-weight: 300 !important;
  margin-top: 2px !important;
}

.calendly-badge-widget .calendly-badge-content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 400px !important;
}

.compare-plans {
  background: #ffffff;
  padding: 40px 36px;
  border-radius: 12px;
  margin-top: 20px;
  line-height: 22px;
  /* font-size: 12px (default), so 12+10=22px */
}

.compare-title {
  margin: 0 0 6px 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  /* 28+10 */
  color: #0f0f0f;
}

.compare-subtitle {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  /* 15+10 */
  color: #494949;
}

.compare-table-wrapper {
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  line-height: 22px;
  /* font-size: 12px (default), so 12+10=22px */
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 22px;
  /* font-size: 12px (default), so 12+10=22px */
}

.compare-th {
  background: #f8fafb;
  text-align: left;
  padding: 18px;
  border-bottom: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  font-weight: 700;
  font-size: 16px;
  color: #111;
  vertical-align: top;
  line-height: 26px;
  /* 16+10 */
}

.compare-subhead {
  font-weight: 600;
  font-size: 12px;
  color: #6b7280;
  line-height: 22px;
  /* 12+10 */
}

.price-line {
  margin-top: 8px;
  line-height: 22px;
  /* font-size: 12px (default), so 12+10=22px */
}

.price-highlight {
  display: inline-block;
  padding: 6px 10px;
  background: #eaff8f;
  color: #111;
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
  line-height: 24px;
  /* 14+10 */
}

.price-small {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  /* 12+10 */
}

.price-strike {
  margin-left: 6px;
  color: #9ca3af;
  font-weight: 600;
  font-size: 12px;
  text-decoration: line-through;
  line-height: 22px;
  /* 12+10 */
}

.price-terms {
  margin-top: 8px;
  font-weight: 600;
  font-size: 12px;
  color: #374151;
  line-height: 22px;
  /* 12+10 */
}

.price-guarantee {
  margin-top: 4px;
  font-weight: 600;
  font-size: 12px;
  color: #065f46;
  line-height: 22px;
  /* 12+10 */
}

.badge-most {
  margin-top: 6px;
  display: inline-block;
  padding: 4px 8px;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  border-radius: 999px;
  line-height: 20px;
  /* 10+10 */
}

.compare-row-title {
  vertical-align: top;
  padding: 16px 18px;
  border-top: 1px solid #e5e7eb;
  font-weight: 700;
  font-size: 13px;
  color: #111;
  line-height: 23px;
  /* 13+10 */
}

.compare-td {
  vertical-align: top;
  padding: 16px 18px;
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  font-size: 14px;
  line-height: 24px;
  /* 14+10 */
  color: #303030;
}

.compare-list {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 24px;
  /* 14+10 */
  color: #303030;
}

.timeline-note {
  margin-top: 6px;
  font-weight: 600;
  font-size: 12px;
  color: #374151;
  line-height: 22px;
  /* 12+10 */
}

.trust-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
  font-weight: 600;
  font-size: 12px;
  color: #4b5563;
  line-height: 22px;
  /* 12+10 */
}

.trust-pill {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 6px 10px;
  line-height: 22px;
  /* font-size: 12px (default), so 12+10=22px */
}

.trust-pill-accent {
  background: #eaff8f;
  color: #111;
  line-height: 22px;
  /* font-size: 12px (default), so 12+10=22px */
}

/* === Accessibility & Readability Enhancements (ADDED ONLY; no removals) ===
   Goal: Improve legibility & tap targets below 1280px (fonts too small on mobile/tablet).
   Strategy: Larger base font, balanced heading scale, remove constrained hero height,
             ensure sufficient line-height & spacing, preserve hierarchy.
   Breakpoints refined: 1279px, 979px, 767px, 480px.
========================================================================== */

/* Shared utility (can be reused) */
.accessible-max-width {
  max-width: 72ch;
}

/* <=1279px: Large tablets / small laptops */
@media (max-width:1279px) {
  body {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-desk-col.hero-desk-col-1 {
    height: auto !important;
    padding-top: 3.5rem;
    padding-bottom: 3.75rem;
  }

  .Title {
    line-height: 1.12 !important;
  }

  .custom-highlight {
    font-size: 3.35rem !important;
    line-height: 1.15 !important;
  }

  .Title-para {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 64ch;
  }

  .hero-btn {
    font-size: 1.15rem;
    padding: 18px 40px;
    min-height: 56px;
  }

  .hero-btn span {
    font-size: 1.15rem;
  }

  .problem-title {
    font-size: 3rem !important;
    line-height: 1.15 !important;
  }

  .problem-stat {
    font-size: 2.15rem !important;
    line-height: 1.25;
  }

  .solution-title,
  .case-study-title {
    font-size: 3rem !important;
    line-height: 1.15;
  }

  .carousel-slide {
    padding: 2.75rem 2.5rem;
  }

  .carousel-slide-desc {
    font-size: 1.25rem;
    line-height: 1.55;
  }

  .pricing-title {
    font-size: 3rem !important;
  }

  .faq-main-title {
    font-size: 2.75rem;
  }

  .case-failed-title {
    font-size: 3.1rem !important;
  }

  .footer-lead {
    font-size: 2.25rem;
    line-height: 1.25;
    max-width: 38ch;
  }
}

/* <=979px: Portrait tablets */
@media (max-width:979px) {
  body {
    font-size: 17px;
  }

  .hero-desk {
    margin-bottom: 3.5rem;
  }

  .Title {
    font-size: 3rem !important;
  }

  .custom-highlight {
    font-size: 3.1rem !important;
  }

  .Title-para {
    font-size: 1.15rem;
  }

  .hero-btn {
    font-size: 1.1rem;
    padding: 18px 38px;
  }

  .problem-section {
    padding: 4.5rem 2rem;
  }

  .problem-title {
    font-size: 2.75rem !important;
  }

  .problem-stat {
    font-size: 1.95rem !important;
  }

  .solution-section {
    padding: 4.25rem 2rem;
  }

  .solution-title {
    font-size: 2.75rem !important;
  }

  .carousel-slide {
    padding: 2.25rem 2rem;
  }

  .carousel-slide-title {
    font-size: 2.15rem;
  }

  .carousel-slide-desc {
    font-size: 1.18rem;
  }

  .pricing-section {
    padding: 3rem 2rem;
  }

  .how-it-works-section {
    padding: 4.25rem 2rem;
  }

  .pricing-title {
    font-size: 2.75rem !important;
  }

  .faq-main-title {
    font-size: 2.5rem;
  }

  .case-failed-title {
    font-size: 2.6rem !important;
  }

  .case-barrier-title {
    font-size: 1.6rem !important;
  }
}

/* <=767px: Large phones / small tablets */
@media (max-width:767px) {
  body {
    font-size: 16.5px;
  }

  .hero-desk {
    margin-bottom: 3.25rem;
  }

  .hero-desk-col.hero-desk-col-1 {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .Title {
    font-size: 2.55rem !important;
    line-height: 1.18 !important;
  }

  .custom-highlight {
    font-size: 2.65rem !important;
  }

  .Title-para {
    font-size: 1.1rem;
  }

  .hero-btn {
    width: auto;
    font-size: 1.05rem;
    padding: 16px 32px;
  }

  .problem-section {
    padding: 4rem 1.5rem;
  }

  .problem-title {
    font-size: 2.4rem !important;
  }

  .problem-stat {
    font-size: 1.7rem !important;
  }

  .solution-section {
    padding: 3.75rem 1.5rem;
  }

  .solution-title {
    font-size: 2.4rem !important;
  }

  .carousel-slide {
    padding: 1.9rem 1.6rem;
  }

  .carousel-slide-title {
    font-size: 2rem;
  }

  .carousel-slide-desc {
    font-size: 1.12rem;
  }

  .pricing-section {
    padding: 2.75rem 1.5rem;
  }

  .pricing-title {
    font-size: 2.4rem !important;
  }

  .pricing-card {
    padding: 2rem 1.6rem 1.75rem;
  }

  .faq-section {
    padding: 3.75rem 1.5rem;
  }

  .how-it-works-section {
    padding: 3.75rem 1.5rem;
  }

  .faq-main-title {
    font-size: 2.2rem;
  }

  .case-study-title {
    font-size: 2.55rem !important;
  }

  .case-failed-title {
    font-size: 2.25rem !important;
  }

  .footer-lead {
    font-size: 1.85rem;
  }
}

/* <=480px: Small phones */
@media (max-width:480px) {
  body {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-desk {
    margin-bottom: 3rem;
  }

  .hero-desk-col.hero-desk-col-1 {
    padding: 2rem 1.125rem 2.25rem;
  }

  .Title {
    font-size: 2.3rem !important;
    line-height: 1.18 !important;
  }

  .custom-highlight {
    font-size: 2.4rem !important;
  }

  .Title-para {
    font-size: 1.05rem;
  }

  .hero-btn {
    font-size: 1.02rem;
    padding: 15px 28px;
  }

  .problem-section {
    padding: 3.75rem 1.125rem;
  }

  .problem-title {
    font-size: 2.15rem !important;
  }

  .problem-stat {
    font-size: 1.55rem !important;
  }

  .solution-section {
    padding: 3.5rem 1.125rem;
  }

  .solution-title {
    font-size: 2.15rem !important;
  }

  .carousel-slide {
    padding: 1.6rem 1.2rem;
  }

  .carousel-slide-title {
    font-size: 1.85rem;
  }

  .carousel-slide-desc {
    font-size: 1.08rem;
  }

  .pricing-section {
    padding: 2.5rem 1.125rem;
  }

  .pricing-title {
    font-size: 2.15rem !important;
  }

  .faq-section {
    padding: 3.5rem 1.125rem;
  }

  .how-it-works-section {
    padding: 3.5rem 1.125rem;
  }

  .faq-main-title {
    font-size: 2rem;
  }

  .case-study-title {
    font-size: 2.3rem !important;
  }

  .case-failed-title {
    font-size: 2rem !important;
  }

  .footer-lead {
    font-size: 1.65rem;
  }
}

/* Reduced motion refinement for new larger paddings */
@media (prefers-reduced-motion:reduce) {

  .hero-btn,
  .carousel-track,
  .reveal-on-scroll {
    scroll-behavior: auto;
  }
}

.carousel-slide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2rem;
}

/* Responsive: 1 column, 1 row below 1280px */
@media (max-width: 1280px) {
  .carousel-slide-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 1.5rem;
  }

  .card-image {
    display: none !important;
  }
}


.logo-marquee-section {
  width: 100%;
  background: #fff;
  padding: 0 0 32px 0;
  margin: 64px 0 0 0;
}

.logo-marquee-title {
  color: #191919;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.logo-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 12px;
  margin-top: 40px;
}

.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 120px;
  animation: marquee-scroll 18s linear infinite;
  will-change: transform;
}

.logo-marquee-img {
  height: 32px;
  width: auto;
  transition: filter 0.2s, opacity 0.2s;
}

.logo-marquee-img:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .logo-marquee-track {
    gap: 28px;
  }

  .logo-marquee-img {
    height: 28px;
  }
}

/* Add to style.css */



.how-it-works-title {
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 32px;
  color: #191919;
  letter-spacing: -0.01em;
}

.how-it-works-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.how-it-works-card {
  flex: 1 1 300px;
  min-width: 260px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 24px 0 24px;
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

.how-it-works-card-dark {
  background: #191919;
  color: #fff;
}

.how-it-works-card-light {
  background: #f7f7f7;
  color: #191919;
}

.how-it-works-card-green {
  background: #defe94;
  color: #191919;
}

.how-it-works-badge {
  display: inline-block;
  background: #fff;
  color: #191919;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 12px;
  padding: 6px 16px;
  margin-bottom: 18px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 2;
}

.how-it-works-card-dark .how-it-works-badge {
  background: #232323;
  color: #fff;
}

.how-it-works-card-green .how-it-works-badge {
  background: #cfff5c;
  color: #191919;
}

.how-it-works-card-content h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.how-it-works-card-content p {
  font-size: 1.05rem;
  font-weight: 400;
  margin: 0 0 18px 0;
  color: inherit;
}

.how-it-works-card-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  padding-bottom: 18px;
}

.how-it-works-card-image img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .how-it-works-cards {
    flex-direction: column;
    gap: 24px;
    align-items: start;
    width: 100%;
  }

  .how-it-works-card {
    max-width: 100vw;
    min-width: 0;
  }
}

.case-projects-section {
  padding: 6.25rem 3.75rem;
  background: #fff;
}

@media (max-width: 1279px) {
  .case-projects-section {
    padding: 5.5rem 2rem;
  }
}

@media (max-width: 767px) {
  .case-projects-section {
    padding: 4.5rem 1.25rem;
  }
}

.case-projects-heading {
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 2.5rem;
  display: flex;
  flex-direction: column;
  color: #0e0e0e;
}

.case-projects-heading-line.accent {
  color: #6b6b6b;
  font-weight: 600;
}

.case-projects-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 52rem) {

  /* ~832px */
  .case-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-card-wide {
    grid-column: span 2;
  }
}

.project-card {
  background: #f5f5f5;
  border-radius: 1.125rem;
  padding: 1rem 1rem 0.75rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform .35s cubic-bezier(.4, .8, .2, 1), box-shadow .35s;
}

.project-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.375rem 1.5rem -0.25rem rgba(0, 0, 0, 0.15);
}

.project-media {
  width: 100%;
  aspect-ratio: 16/9;
  background: #191919;
  border-radius: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.4, .8, .2, 1);
}

.project-card:hover .project-media img {
  transform: scale(1.05);
}

.project-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.875rem 0.375rem 0.375rem;
  align-items: flex-start;
}

.project-meta-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.project-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: #111;
}

.project-cat {
  margin: 0;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #626262;
}

.project-action {
  --s: 2.375rem;
  width: var(--s);
  height: var(--s);
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  color: #191919;
  font-size: 1.15rem;
  transition: background .25s, transform .35s cubic-bezier(.4, .8, .2, 1);
}

.project-action:hover {
  background: #defe94;
  transform: scale(1.05);
}

.project-action:focus-visible {
  outline: 3px solid #defe94;
  outline-offset: 3px;
}


/* EV Metrics (full-bleed, no side padding/margin) */
.ev-metrics-row {
  width: 100%;
  margin: 4rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.75rem;
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .ev-metrics-row {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.75rem;
  }
}

@media (max-width: 560px) {
  .ev-metrics-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.ev-metric-card {
  background: #f7f7f7;
  border-radius: 1rem;
  padding: 2.75rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
}

.ev-metric-value {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.05;
  color: #070707;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}

.ev-metric-value .num {
  font-weight: 600;
}

.ev-metric-value .unit {
  font-size: 1.05rem;
  font-weight: 500;
  margin-left: 0.35rem;
}

.ev-metric-desc {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 500;
  color: #171717;
}

.protected-asset {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: repeating-linear-gradient(135deg, #f5f5f5 0 14px, #ececec 14px 28px);
  border: 2px dashed #c9c9c9;
  border-radius: 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 4rem 0 4rem;
  height: 360px;
}

.protected-asset-inner {
  text-align: center;
  max-width: 540px;
  padding: 1.5rem 1.25rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
}

.protected-asset-icon {
  background: #defe94;
  border-radius: 50%;
  padding: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px -4px rgba(0, 0, 0, 0.15);
}

.protected-asset-msg {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
  color: #191919;
  letter-spacing: .015em;
}

.protected-asset-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #191919;
  color: #fff;
  text-decoration: none;
  font-size: .95rem;
  font-weight: 600;
  padding: .75rem 1.35rem;
  border-radius: 999px;
  transition: background .25s, transform .3s;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.25);
}

.protected-asset-btn:hover {
  background: #000;
  transform: translateY(-2px);
}

.protected-asset-btn:focus-visible {
  outline: 3px solid #defe94;
  outline-offset: 3px;
}

@media (max-width: 680px) {
  .protected-asset {
    aspect-ratio: 4 / 3;
    margin: 3rem 0 2rem;
  }

  .protected-asset-msg {
    font-size: .98rem;
  }

  .protected-asset-btn {
    font-size: .9rem;
    padding: .65rem 1.15rem;
  }
}

/* Evidence / Metrics black container */
.evidence-block {
  background: #defe94;
  color: #fff;
  border-radius: 1.25rem;
  padding: 3rem 2.5rem;
  margin: 4rem 0;
}

.evidence-list {
  list-style: none;
  margin: 0;
  padding: 0;

  gap: 1.75rem;
}

.evidence-item {
  margin: 0;
}

.evidence-card {
  background: #fff;
  color: #101010;
  border-radius: 1rem;
  padding: 1.5rem 1.4rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .12);
}

.evidence-label {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5b5b5b;
}

.evidence-text {
  margin: 0;
  font-size: .98rem;
  line-height: 1.45;
  font-weight: 500;
}

.ev-tag {
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  font-size: .7rem;
  padding: .25rem .5rem;
  border-radius: .5rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  margin: 0 .25rem;
  display: inline-block;
  font-weight: 600;
  color: #222;
}

.ev-arrow {
  font-size: .75rem;
  font-weight: 600;
  margin: 0 .25rem;
  color: #555;
}

/* Responsive */
@media (max-width: 800px) {
  .evidence-block {
    padding: 2.5rem 1.5rem;
  }

  .evidence-card {
    padding: 1.3rem 1.15rem 1.1rem;
  }
}

@media (max-width: 520px) {
  .evidence-block {
    padding: 2rem 1rem;
    border-radius: 1rem;
  }

  .evidence-list {
    gap: 1.25rem;
  }
}

.exec-summary {
  margin: 4.5rem 0 3.5rem;
}

.exec-summary-title {
  text-align: center;
  font-size: 2.25rem;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: -.01em;
  margin: 0 0 2.5rem;
  color: #111;
}

.exec-summary-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.exec-card {
  background: #191919;
  color: #fff;
  border-radius: 0.75rem;
  padding: 1.75rem 2rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: 0 4px 18px -6px rgba(0, 0, 0, 0.35);
}

.exec-card-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #d3d3d3;
}

.exec-card-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: .01em;
}

@media (max-width: 640px) {
  .exec-card {
    padding: 1.5rem 1.35rem 1.3rem;
  }

  .exec-summary {
    margin: 3.75rem 0 3rem;
  }
}

/* ...existing code... */

/* Design Token (DIV version) */
.design-token-block {
  margin: 5.5rem 0 4.5rem;
}

@media (max-width:1280px) {
  .design-token-block {
    margin: 5rem 0 4rem;
  }
}

@media (max-width:767px) {
  .design-token-block {
    margin: 4rem 0 3.25rem;
  }
}

.design-token-title {
  margin: 0 0 1.75rem;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: -.01em;
  color: #111;
}

.design-token-code-wrapper {
  position: relative;
  background: #111;
  color: #f5f5f5;
  border: 1px solid #1e1e1e;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 1.75rem;
  overflow: hidden;
  box-shadow: 0 4px 24px -6px rgba(0, 0, 0, 0.35);
}

.design-token-pre {
  margin: 0;
  max-width: 100%;
  overflow: auto;
  font-size: .9rem;
  line-height: 1.45;
  scrollbar-width: thin;
}

.design-token-pre::-webkit-scrollbar {
  height: 8px;
}

.design-token-pre::-webkit-scrollbar-track {
  background: #181818;
}

.design-token-pre::-webkit-scrollbar-thumb {
  background: #2c2c2c;
  border-radius: 4px;
}

.design-token-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  display: block;
  white-space: pre;
  min-width: 36ch;
}

.design-token-copy-btn {
  position: absolute;
  top: .85rem;
  right: .85rem;
  background: #defe94;
  color: #111;
  border: 0;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .55rem .9rem;
  border-radius: .55rem;
  cursor: pointer;
  transition: background .25s, transform .25s;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, .35);
}

.design-token-copy-btn:hover {
  background: #c9eb74;
  transform: translateY(-2px);
}

.design-token-copy-btn:active {
  transform: translateY(0);
}

.design-token-copy-btn:focus-visible {
  outline: 3px solid #0B8A42;
  outline-offset: 2px;
}

@media (max-width:520px) {
  .design-token-code-wrapper {
    padding: 1.25rem 1.1rem 1.4rem;
    border-radius: .85rem;
  }

  .design-token-copy-btn {
    top: .6rem;
    right: .6rem;
  }
}

.grid-events {
  display: flex !important;
  gap: 2rem;
  flex-direction: row !important;
}

@media (max-width: 1280px) {
  .grid-events {
    flex-direction: column !important;
  }
}

.about-hero-section {
  padding: 6rem 3.75rem 4rem;
}

@media (max-width:1280px) {
  .about-hero-section {
    padding: 5rem 2.5rem 3.5rem;
  }
}

@media (max-width:767px) {
  .about-hero-section {
    padding: 4.25rem 1.25rem 3rem;
  }
}

/* === About Hero 3-Column Layout Override (Added) === */
.about-hero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.25rem 2.5rem;
  align-items: center;
  justify-items: center;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.about-hero-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.25rem;
  width: 100%;
}

.col-avatar {
  gap: 0;
}

.about-hero-avatar {
  width: 100%;
  max-width: 340px;
  min-height: 360px;
  border-radius: 32%;
}

/* Reset old explicit grid placements */
.about-hero-stat-tl,
.about-hero-stat-tr,
.about-hero-stat-bl,
.about-hero-stat-br {
  grid-column: auto !important;
  grid-row: auto !important;
  text-align: center;
  align-items: center !important;
}

.about-hero-stat .stat-title {
  font-size: 1.6rem;
}

.about-hero-stat .stat-sub,
.about-hero-stat .stat-link {
  font-size: 0.7rem;
  letter-spacing: .05em;
}

/* Responsive: stack columns below 980px */
@media (max-width: 980px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .about-hero-col {
    gap: 2.25rem;
  }

  .col-stats-left,
  .col-stats-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }

  .about-hero-avatar {
    min-height: 320px;
  }
}

/* Small screens: stack stats vertically again */
@media (max-width: 640px) {

  .col-stats-left,
  .col-stats-right {
    flex-direction: column;
    gap: 1.75rem;
  }

  .about-hero-avatar {
    min-height: 300px;
  }
}

.about-hero-heading {
  grid-column: 1 / -1;
  text-align: center;
  font-size: clamp(2.2rem, 5.2vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -.01em;
  margin: 0 0 2.5rem;
}

.about-hero-highlight {
  font-family: 'Coming Soon', cursive;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #defe94;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.about-hero-avatar {
  grid-column: 5 / span 4;
  grid-row: 2 / span 4;
  background: #d9d9d9;
  border-radius: 32%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 1.1rem;
}

.about-hero-stat {
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}

.about-hero-stat .stat-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .02em;
}

.about-hero-stat .stat-sub,
.about-hero-stat .stat-link {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
}

.about-hero-stat .stat-link:hover {
  text-decoration: underline;
}

.about-hero-stat-tl {
  grid-column: 1 / span 3;
  grid-row: 2;
  text-align: center;
}

.about-hero-stat-tr {
  grid-column: 10 / span 3;
  grid-row: 2;
  text-align: center;
  align-items: flex-end;
}

.about-hero-stat-bl {
  grid-column: 2 / span 3;
  grid-row: 5;
  text-align: center;
  align-items: flex-start;
}

.about-hero-stat-br {
  grid-column: 9 / span 3;
  grid-row: 5;
  text-align: center;
  align-items: flex-end;
}

.about-hero-stat-tl {
  text-align: center !important;
}

.about-hero-bio {
  max-width: 760px;
  margin: 4rem auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700 !important;
  font-family: 'Coming Soon', cursive;
}

@media (max-width:980px) {


  .about-hero-avatar {
    grid-column: 3 / span 4;
    min-height: 320px;
  }

  .about-hero-stat-tl {
    grid-column: 1 / span 3;
  }

  .about-hero-stat-tr {
    grid-column: 6 / span 3;
  }

  .about-hero-stat-bl {
    grid-column: 1 / span 3;
  }

  .about-hero-stat-br {
    grid-column: 6 / span 3;
  }
}

@media (max-width:640px) {


  .about-hero-avatar {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .about-hero-stat-tl,
  .about-hero-stat-tr,
  .about-hero-stat-bl,
  .about-hero-stat-br {
    grid-column: span 2;
    text-align: center;
    align-items: flex-start;
  }
}

.legal-page {
  max-width: 880px;
  margin: 5rem auto 6rem;
  margin-top: 0px !important;
  padding: 0 1.75rem;
  font-size: .95rem;
  line-height: 1.55;
}

@media (max-width:820px) {
  .legal-page {
    margin: 4rem auto 5rem;
    padding: 0 1.25rem;
  }
}

@media (max-width:560px) {
  .legal-page {
    margin: 3.25rem auto 4.25rem;
    padding: 0 1rem;
  }
}

.legal-h1 {
  font-size: 2.1rem;
  margin: 0 0 1.25rem;
  letter-spacing: -.01em;
  font-weight: 600;
}

@media (max-width:560px) {
  .legal-h1 {
    font-size: 1.75rem;
  }
}

.legal-tagline {
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
  margin: 0 0 2rem;
}

.legal-block {
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: .9rem;
  padding: 1.15rem 1.2rem 1.05rem;
  margin: 0 0 1.3rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.legal-block-title {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #444;
}

.legal-block-body p,
.legal-block-body address {
  margin: 0 0 .85rem;
}

.legal-block-body p:last-child,
.legal-block-body address:last-child {
  margin-bottom: 0;
}

.legal-address {
  font-style: normal;
}

.legal-page a {
  color: #0B8A42;
  text-decoration: none;
  font-weight: 500;
}

.legal-page a:hover {
  text-decoration: underline;
}

.legal-updated {
  margin-top: 2.25rem;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #444;
  font-weight: 600;
  text-align: left;
}

.privacy-page {
  max-width: 880px;
  margin: 5rem auto 6rem;
  padding: 0 1.75rem;
  font-size: .95rem;
  line-height: 1.55;
}

@media (max-width:820px) {
  .privacy-page {
    margin: 4rem auto 5rem;
    padding: 0 1.3rem;
  }
}

@media (max-width:560px) {
  .privacy-page {
    margin: 3.25rem auto 4.25rem;
    padding: 0 1rem;
  }
}

.privacy-h1 {
  font-size: 2.15rem;
  margin: 0 0 1rem;
  letter-spacing: -.01em;
  font-weight: 600;
}

@media (max-width:560px) {
  .privacy-h1 {
    font-size: 1.8rem;
  }
}

.privacy-meta {
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
  margin: 0 0 1.25rem;
}

.privacy-controller {
  background: #fafafa;
  border: 1px solid #ededed;
  padding: 1rem 1.1rem;
  border-radius: .8rem;
  font-size: .85rem;
  line-height: 1.4;
  margin: 0 0 2rem;
}

.privacy-block {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: .9rem;
  padding: 1.25rem 1.3rem 1.15rem;
  margin: 0 0 1.35rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
}

.privacy-block-title {
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #333;
  display: flex;
  gap: .45rem;
  align-items: center;
}

.privacy-block-num {
  display: inline-block;
  background: #defe94;
  color: #111;
  padding: .15rem .55rem;
  border-radius: .5rem;
  font-size: .65rem;
  letter-spacing: .05em;
  line-height: 1.1;
  font-weight: 600;
}

.privacy-block-body p {
  margin: 0 0 .85rem;
}

.privacy-block-body p:last-child {
  margin-bottom: 0;
}

.privacy-list {
  margin: 0;
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.privacy-list li {
  margin: 0;
  font-size: .9rem;
  line-height: 1.4;
}

.privacy-page a {
  color: #0B8A42;
  text-decoration: none;
  font-weight: 500;
}

.privacy-page a:hover {
  text-decoration: underline;
}

.privacy-updated {
  margin-top: 2.5rem;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #444;
  font-weight: 600;
}


/* Skills & Traits block */
.sat-block { padding: 2.5rem 0; }
.sat-flex {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}
@media (max-width:1280px){
  .sat-flex { flex-direction: column; }
}

/* columns */
.skills-stack,
.traits-panel { flex: 1 1 0; }

/* LEFT column */
.skill-group {
  position: relative;
  margin-bottom: 1rem;
}

.skill-group-body{
  background:#f6f6f6;
  border:1px solid #eee;
  border-radius:1.25rem;
  padding:2.25rem 1.25rem 1.25rem;
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
  gap:.75rem;
}
.tool-chip{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:999px;
  padding:.6rem .9rem;
  font-weight:600;
  font-size:.92rem;
  display:inline-flex;
  align-items:center;
  gap:.5rem;
}
.tool-dot{
  width:.85rem; height:.85rem; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #ff7262, #a259ff 55%, #0acf83);
  display:inline-block;
}
.skill-note{
  margin-top:.5rem;
  font-size:.85rem;
  color:#444;
  font-weight: 500;
}

.traits-title{
  margin:0;
  font-size:1.35rem;
  font-weight:700;
  letter-spacing:-.01em;
}
.traits-badges{
  display:flex;
  flex-wrap:wrap;
  gap:.85rem 1rem;
}
.trait-pill{
  background:#fff;
  color:#111;
  border-radius:999px;
  padding:0.9rem 1.3rem;
  font-weight:500;
  font-size:1.1rem;
  box-shadow:0 1px 0 rgba(0,0,0,.06);
}
.trait-accent{ background:#DEFE94; }
.trait-pill.wide{ padding:.75rem 1.2rem; }

@media (max-width:640px){
  .skill-group-body{ grid-template-columns:1fr 1fr; }
  .trait-pill{ font-size:.9rem; }
}

.sat-block { padding: 2.5rem 0; }
.sat-flex {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}
@media (max-width:1280px){
  .sat-flex { flex-direction: column; }
}

/* columns */
.skills-stack,
.traits-panel { flex: 1 1 0; }

/* LEFT column */
.skill-group {
  position: relative;
  margin-bottom: 1rem;
}
.section-label{
  display:inline-block;
  background:#111;
  color:#fff;
  letter-spacing:.06em;
  padding:.45rem .7rem;
  border-radius:999px;
  transform: translateY(.6rem);
  z-index:1;
  font-size: 12px;
}
.skill-group-body{
  background:#f6f6f6;
  border:1px solid #eee;
  border-radius:1.25rem;
  padding:2.25rem 1.25rem 1.25rem;
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
  gap:.75rem;
}
.tool-chip{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:999px;
  padding:.6rem .9rem;
  font-weight:600;
  font-size:.92rem;
  display:inline-flex;
  align-items:center;
  gap:.5rem;
}
.tool-dot{
  width:.85rem; height:.85rem; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #ff7262, #a259ff 55%, #0acf83);
  display:inline-block;
}

/* RIGHT column */
.traits-panel{
  background:#111;
  color:#fff;
  border-radius:1.25rem;
  padding:2.5rem 2rem;
  box-shadow:0 10px 30px -10px rgba(0,0,0,.3);
  display:flex;
  flex-direction:column;
  gap:1.25rem;
  max-height: 310px;
  justify-content: space-between;
}
.traits-title{
  margin:0;
  font-size:1.75rem;
  font-weight:500;
  letter-spacing:-.01em;
}
.traits-badges{
  display:flex;
  flex-wrap:wrap;
  gap:.85rem 1rem;
}

.quote-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.25rem 2rem;
  background: #fee9cc; /* soft peach */
  border-radius: 0.9rem;
  padding: 1.1rem 1.25rem;
  margin: 1.5rem 0;
}

.quote-col-left {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.quote-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
  flex: 0 0 auto;
}

.quote-person {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.quote-name {
  font-weight: 500;
  font-size: 1rem;
  color: #111;
}
.quote-role {
  font-size: 0.85rem;
  color: #6a6a6a;
}



/* Larger screens: more breathing room and rounded corners */
@media (min-width: 960px) {
  .quote-card {
    padding: 1.25rem 2.15rem;
    border-radius: 1rem;
  }
  .quote-avatar { width: 72px; height: 72px; }
  .quote-text { font-size: 1.15rem; }
}

/* Stack on small screens */
@media (max-width: 640px) {
  .quote-card {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 0.9rem;
    padding: 1rem 1rem;
  }
  .quote-col-left { gap: 0.8rem; }
  .quote-text { font-size: 1rem; }
}

/* Testimonial quote card (responsive) */
.quote-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.25rem 2rem;
  background: #fee9cc; /* soft peach */
  border-radius: 0.9rem;
  padding: 3rem 2rem;
  margin: 1.5rem 0;
}

.quote-col-left {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.quote-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
  flex: 0 0 auto;
}

.quote-person {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.quote-role {
  font-size: 0.85rem;
  color: #6a6a6a;
}

.quote-col-right { min-width: 0; }
.quote-text {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #111;
}

