:root {
  --moomol-white: #ffffff;
  --moomol-dark: #242424;
  --moomol-accent: #fa9334;
  --moomol-accent-deep: #dc7a21;
  --moomol-soft: #f6f7f8;
  --moomol-border: #e8eaed;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--moomol-dark);
  background: radial-gradient(circle at 12% 7%, rgba(250, 147, 52, 0.08) 0%, rgba(250, 147, 52, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #f9f9fa 100%);
  line-height: 1.65;
}

a {
  color: inherit;
}

.py-lg-6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-space {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-soft {
  background-color: var(--moomol-soft);
}

#who-we-help {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-dark {
  background: linear-gradient(155deg, #222222 0%, #2c2c2c 65%, #242424 100%);
}

.section-label {
  margin-bottom: 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--moomol-accent);
}

.section-title {
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
}

.section-copy {
  color: #555;
}

.text-accent {
  color: var(--moomol-accent);
}

.navbar {
  transition: background-color 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(36, 36, 36, 0.08);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.navbar-brand img {
  height: auto;
  max-height: 60px;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand-logo {
  display: block;
}

.brand-logo--dark {
  display: none;
}

.navbar.scrolled .brand-logo--light {
  display: none;
}

.navbar.scrolled .brand-logo--dark {
  display: block;
}

body.force-scrolled-nav .navbar .brand-logo--light {
  display: none;
}

body.force-scrolled-nav .navbar .brand-logo--dark {
  display: block;
}

.nav-link {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.nav-link.active,
.nav-link:hover {
  color: var(--moomol-accent);
}

.navbar.scrolled .nav-link {
  color: #444;
}

.navbar.scrolled .navbar-toggler-icon {
  filter: invert(1);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.36rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.33rem 0.62rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.1;
}

.lang-btn + .lang-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.lang-btn.is-active {
  background: #fff;
  color: #2c2c2c;
}

.lang-btn .fi {
  width: 1.1em;
  line-height: 1;
}

.lang-fab-wrap {
  display: none;
}

.navbar.scrolled .lang-switch {
  border-color: #d7dbe0;
  background: #fff;
}

.navbar.scrolled .lang-btn {
  color: #555;
}

.navbar.scrolled .lang-btn + .lang-btn {
  border-left-color: #e6e9ed;
}

.navbar.scrolled .lang-btn.is-active {
  background: var(--moomol-accent);
  color: #fff;
}

.btn-accent {
  color: #fff;
  background-color: var(--moomol-accent);
  border-color: var(--moomol-accent);
  font-weight: 700;
}

.btn-accent:hover,
.btn-accent:focus {
  color: #fff;
  background-color: var(--moomol-accent-deep);
  border-color: var(--moomol-accent-deep);
}

.hero-section {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(20, 20, 20, 0.88) 6%, rgba(20, 20, 20, 0.6) 56%, rgba(20, 20, 20, 0.74) 100%);
}

.hero-kicker {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: #ffb370;
}

.hero-content h1 {
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.icon-title {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}

.icon-title h3 {
  margin-bottom: 0 !important;
}

.card-icon {
  color: var(--moomol-accent);
  font-size: 1.05rem;
  line-height: 1.2;
  margin-top: 0.08rem;
  flex-shrink: 0;
}

.mini-card {
  height: 100%;
  border: 1px solid var(--moomol-border);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.mini-media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 16 / 9;
}

.mini-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.mini-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.82) 100%);
  transition: background 0.35s ease;
}

.mini-overlay h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
  color: #fff;
}

.mini-overlay p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(10px);
  opacity: 0.95;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.mini-card:hover .mini-thumb,
.mini-card:focus-within .mini-thumb {
  transform: scale(1.08);
}

.mini-card:hover .mini-overlay,
.mini-card:focus-within .mini-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.9) 100%);
}

.mini-card:hover .mini-overlay p,
.mini-card:focus-within .mini-overlay p {
  transform: translateY(0);
  opacity: 1;
}

#our-clients {
  overflow: hidden;
}

.clients-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.clients-track {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: max-content;
  animation: clients-slide 110s linear infinite;
}

.clients-marquee:hover .clients-track {
  animation-play-state: paused;
}

.client-logo-item {
  width: 448px;
  height: 276px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--moomol-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(36, 36, 36, 0.05);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.client-logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.72;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.client-logo-item:hover,
.client-logo-item:focus-within {
  transform: translateY(-2px);
  border-color: rgba(250, 147, 52, 0.55);
  box-shadow: 0 12px 24px rgba(36, 36, 36, 0.09);
}

.client-logo-item:hover img,
.client-logo-item:focus-within img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

@keyframes clients-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.founder-card {
  height: 100%;
  border: 1px solid var(--moomol-border);
  border-radius: 16px;
  padding: 1.1rem;
  background: #fff;
}

.founder-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.founder-card p {
  margin-bottom: 0;
  color: #595959;
}

.founder-role {
  color: var(--moomol-accent) !important;
  font-weight: 700;
  font-size: 0.82rem;
  line-height: 1.3;
  margin-bottom: 0.45rem !important;
}

.founder-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.85rem;
}

.founder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 0;
  margin-bottom: 0;
  transition: transform 0.45s ease;
  transform-origin: center center;
}

.founder-card:hover .founder-photo,
.founder-card:focus-within .founder-photo {
  transform: scale(1.08);
}

.service-card,
.industry-card {
  overflow: hidden;
  border: 1px solid var(--moomol-border);
  border-radius: 18px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(36, 36, 36, 0.11);
}

.service-thumb,
.industry-thumb {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-body,
.industry-body {
  padding: 1.2rem;
}

.service-body h3,
.industry-body h3 {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.service-body ul {
  margin-bottom: 0;
  padding-left: 1.12rem;
}

.service-body li {
  margin-bottom: 0.3rem;
}

.service-help-toggle {
  margin-top: 0.85rem;
  width: 100%;
  border: 0;
  background: transparent;
  color: #424242;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.service-help-toggle:hover {
  color: var(--moomol-accent-deep);
}

.service-help-line {
  flex: 1 1 auto;
  border-top: 1px solid var(--moomol-border);
  min-width: 20px;
}

.service-help-icon {
  color: var(--moomol-accent);
  transition: transform 0.2s ease;
}

.service-help-toggle.is-open .service-help-icon {
  transform: rotate(180deg);
}

.service-example {
  margin-top: 0.95rem;
  padding-top: 0.75rem;
  border-top: 1px dashed var(--moomol-border);
  color: #595959;
  font-size: 0.92rem;
}

.industry-body p {
  margin-bottom: 0;
  color: #5a5a5a;
}

.industry-body ul {
  margin-bottom: 0;
  padding-left: 1.05rem;
}

.industry-body li {
  margin-bottom: 0.32rem;
  color: #5a5a5a;
}

.about-card {
  border: 1px solid var(--moomol-border);
  border-radius: 16px;
  background: #fff;
  padding: 1.2rem;
}

.about-card h3 {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.about-card p {
  color: #565656;
  margin-bottom: 0.7rem;
}

.about-tagline-card {
  border-radius: 16px;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(120deg, rgba(250, 147, 52, 0.14) 0%, rgba(250, 147, 52, 0.08) 100%);
  border: 1px solid rgba(250, 147, 52, 0.35);
}

.about-tagline-label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--moomol-accent-deep);
}

.about-tagline {
  font-weight: 700;
  color: #2f2f2f;
}

.about-page {
  background: radial-gradient(circle at 88% 8%, rgba(250, 147, 52, 0.14) 0%, rgba(250, 147, 52, 0) 30%),
    radial-gradient(circle at 14% 22%, rgba(36, 36, 36, 0.06) 0%, rgba(36, 36, 36, 0) 38%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 76%, #f7f7f8 100%);
}

.about-main {
  overflow-x: hidden;
}

.about-hero {
  padding-top: 7rem;
}

.pillar-hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pillar-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 20, 20, 0.82) 8%, rgba(20, 20, 20, 0.56) 58%, rgba(20, 20, 20, 0.72) 100%);
}

.pillar-hero .container {
  position: relative;
  z-index: 2;
}

.pillar-hero .section-label,
.pillar-hero .about-hero-title {
  color: #fff;
}

.pillar-hero .about-hero-copy {
  color: rgba(255, 255, 255, 0.9);
}

.pillar-hero .about-chip {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.35);
}

.pillar-hero--sourcing {
  background-image: url("assets/img/1.webp");
}

.pillar-hero--rnd {
  background-image: url("assets/img/2.webp");
}

.pillar-hero--market {
  background-image: url("assets/img/7.webp");
}

.pillar-content-gap {
  padding-top: 2rem !important;
}

.about-hero-orb {
  position: absolute;
  border-radius: 999px;
  z-index: 0;
  filter: blur(1px);
}

.about-hero-orb-1 {
  width: 320px;
  height: 320px;
  right: -80px;
  top: -120px;
  background: radial-gradient(circle at 50% 50%, rgba(250, 147, 52, 0.2) 0%, rgba(250, 147, 52, 0.03) 65%, rgba(250, 147, 52, 0) 100%);
}

.about-hero-orb-2 {
  width: 260px;
  height: 260px;
  left: -120px;
  bottom: -100px;
  background: radial-gradient(circle at 50% 50%, rgba(36, 36, 36, 0.12) 0%, rgba(36, 36, 36, 0.02) 65%, rgba(36, 36, 36, 0) 100%);
}

.about-hero-title {
  font-size: clamp(1.95rem, 3.8vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.about-hero-copy {
  font-size: 1.05rem;
  color: #565656;
  max-width: 58ch;
}

.about-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.about-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid var(--moomol-border);
  border-radius: 999px;
  padding: 0.42rem 0.84rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #3f3f3f;
}

.about-chip i {
  color: var(--moomol-accent);
}

.about-media-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--moomol-border);
  background: #fff;
  box-shadow: 0 24px 40px rgba(36, 36, 36, 0.1);
}

.about-media-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 1rem;
}

.about-stat {
  border: 1px solid var(--moomol-border);
  border-radius: 12px;
  padding: 0.75rem 0.55rem;
  text-align: center;
  background: #fff;
}

.about-stat-value {
  margin-bottom: 0.12rem;
  font-size: 0.94rem;
  font-weight: 800;
  color: #2b2b2b;
}

.about-stat-label {
  margin-bottom: 0;
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6b6b6b;
}

.about-focus-card {
  border: 1px solid var(--moomol-border);
  border-radius: 18px;
  padding: 1.2rem;
  background: #fff;
}

.about-focus-card h2 {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.about-focus-card p {
  color: #5c5c5c;
}

.about-focus-card-vision {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #202020 0%, #2e2e2e 70%, #393939 100%);
}

.about-focus-card-vision h2,
.about-focus-card-vision p {
  color: rgba(255, 255, 255, 0.92);
}

.about-focus-card-vision .about-mini-label {
  color: #ffb370;
}

.about-mini-label {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--moomol-accent);
}

.about-mission-list {
  display: grid;
  gap: 0.95rem;
}

.about-mission-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.1rem;
}

.mission-icon {
  color: var(--moomol-accent);
  font-size: 1.18rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.about-mission-item h3 {
  font-size: 1.02rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
}

.about-mission-item p {
  margin-bottom: 0;
}

.about-tagline-banner {
  box-shadow: 0 15px 30px rgba(250, 147, 52, 0.16);
}

.about-journey .section-title {
  margin-bottom: 0;
}

.journey-card {
  border: 1px solid var(--moomol-border);
  border-radius: 16px;
  background: #fff;
  padding: 1.15rem;
  position: relative;
}

.journey-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: linear-gradient(90deg, var(--moomol-accent) 0%, rgba(250, 147, 52, 0.2) 100%);
}

.journey-year {
  margin-bottom: 0.45rem;
  color: var(--moomol-accent);
  font-size: 0.8rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 800;
}

.journey-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.journey-card p {
  margin-bottom: 0;
  color: #5f5f5f;
}

.about-subtitle {
  font-size: 1.35rem !important;
  line-height: 1.3;
}

.about-gain-list {
  margin: 0;
  padding-left: 1.15rem;
}

.about-gain-list li {
  margin-bottom: 0.45rem;
  color: #565656;
}

.about-gain-list li:last-child {
  margin-bottom: 0;
}

.about-accordion .accordion-item {
  border: 1px solid var(--moomol-border);
  border-radius: 14px;
  overflow: hidden;
}

.about-accordion .accordion-button {
  font-weight: 700;
  background: #fff;
}

.about-accordion .accordion-button:not(.collapsed) {
  color: var(--moomol-dark);
  background-color: rgba(250, 147, 52, 0.08);
}

.about-accordion .accordion-button:focus {
  border-color: rgba(250, 147, 52, 0.4);
  box-shadow: 0 0 0 0.24rem rgba(250, 147, 52, 0.23);
}

.about-accordion .accordion-body p {
  color: #5d5d5d;
}

.about-cta-card {
  border-radius: 18px;
  background: linear-gradient(120deg, #232323 0%, #2d2d2d 55%, #383838 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.4rem;
  color: #fff;
}

.about-cta-card h2 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
}

.about-cta-card p {
  max-width: 68ch;
  color: rgba(255, 255, 255, 0.82);
}

.step-card {
  height: 100%;
  border: 1px solid var(--moomol-border);
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.step-card span {
  display: inline-block;
  color: var(--moomol-accent);
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.step-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.step-card p {
  margin-bottom: 0;
  color: #606060;
  font-size: 0.88rem;
  line-height: 1.45;
}

.step-icon {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
  color: #3d3d3d;
  transition: color 0.28s ease, transform 0.28s ease;
}

.step-card:hover,
.step-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(36, 36, 36, 0.1);
  border-color: rgba(250, 147, 52, 0.45);
}

.step-card:hover .step-icon,
.step-card:focus-within .step-icon {
  color: var(--moomol-accent);
  transform: translateY(-1px);
}

.step-card:hover h3,
.step-card:focus-within h3 {
  color: #2a2a2a;
}

.business-video-wrap {
  width: min(960px, 100%);
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--moomol-border);
  box-shadow: 0 16px 32px rgba(36, 36, 36, 0.08);
  aspect-ratio: 16 / 9;
  background: #000;
}

.business-video-player {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

.business-video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

.business-video-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.7rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 72%);
}

.business-video-btn {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(30, 30, 30, 0.68);
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.business-video-btn:hover,
.business-video-btn:focus-visible {
  border-color: var(--moomol-accent);
  color: var(--moomol-accent);
  background: rgba(18, 18, 18, 0.82);
  transform: translateY(-1px);
}

.business-video-progress {
  width: 100%;
  appearance: none;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  accent-color: var(--moomol-accent);
}

.business-video-progress::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--moomol-accent);
  cursor: pointer;
}

.business-video-progress::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--moomol-accent);
  cursor: pointer;
}

.business-video-time {
  color: #fff;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--moomol-border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.7rem;
}

.faq-accordion .accordion-button {
  font-weight: 700;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--moomol-dark);
  background-color: rgba(250, 147, 52, 0.08);
}

.faq-accordion .accordion-button:focus {
  border-color: rgba(250, 147, 52, 0.4);
  box-shadow: 0 0 0 0.24rem rgba(250, 147, 52, 0.23);
}

.contact-form {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
}

.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .form-control,
.contact-form .form-select {
  border-color: rgba(255, 255, 255, 0.24);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: rgba(250, 147, 52, 0.9);
  box-shadow: 0 0 0 0.2rem rgba(250, 147, 52, 0.25);
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.contact-form .form-select option {
  color: #222;
}

.contact-form .form-label {
  font-weight: 600;
}

.contact-stack {
  display: grid;
  gap: 1rem;
}

.contact-item-label {
  margin-bottom: 0.2rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--moomol-accent);
}

.contact-item-text {
  color: rgba(255, 255, 255, 0.9);
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  width: fit-content;
}

.contact-link i {
  color: var(--moomol-accent);
}

.contact-link:hover {
  color: var(--moomol-accent);
}

.form-message {
  min-height: 1.2rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #ffd8b4;
}

.site-footer {
  background: #1f1f1f;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.footer-logo {
  width: min(210px, 100%);
  height: auto;
  display: block;
}

.footer-title {
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.footer-list {
  margin-bottom: 0;
}

.footer-list li + li {
  margin-top: 0.45rem;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.footer-link i {
  color: var(--moomol-accent);
}

.footer-link:hover {
  color: var(--moomol-accent);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.approach-steps > .reveal {
  transition-duration: 0.8s;
}

.approach-steps > .reveal:nth-child(1) {
  transition-delay: 0.3s;
}

.approach-steps > .reveal:nth-child(2) {
  transition-delay: 0.65s;
}

.approach-steps > .reveal:nth-child(3) {
  transition-delay: 1s;
}

.approach-steps > .reveal:nth-child(4) {
  transition-delay: 1.35s;
}

.approach-steps > .reveal:nth-child(5) {
  transition-delay: 1.7s;
}

@media (max-width: 991.98px) {
  .lang-switch-wrap--desktop {
    display: none !important;
  }

  .lang-fab-wrap {
    display: block;
    position: fixed;
    right: 0.85rem;
    bottom: calc(0.9rem + env(safe-area-inset-bottom));
    z-index: 1065;
  }

  .lang-fab-wrap .lang-switch {
    border-color: #d7dbe0;
    background: #fff;
    box-shadow: 0 10px 24px rgba(36, 36, 36, 0.2);
    min-width: 172px;
    width: 172px;
    justify-content: stretch;
  }

  .lang-fab-wrap .lang-btn {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    color: #555;
    padding: 0.56rem 0.9rem;
    font-size: 0.82rem;
    min-height: 42px;
  }

  .lang-fab-wrap .lang-btn + .lang-btn {
    border-left-color: #e6e9ed;
  }

  .lang-fab-wrap .lang-btn.is-active {
    background: var(--moomol-accent);
    color: #fff;
  }

  .navbar-collapse {
    margin-top: 0.75rem;
    border: 1px solid var(--moomol-border);
    border-radius: 14px;
    background: #fff;
    padding: 0.6rem;
  }

  .navbar-collapse .nav-item {
    width: 100%;
  }

  .navbar.navbar-dark .navbar-collapse .navbar-nav .nav-link {
    color: #444;
    text-align: center;
  }

  .navbar.navbar-dark .navbar-collapse .navbar-nav .nav-link.active,
  .navbar.navbar-dark .navbar-collapse .navbar-nav .nav-link:hover {
    color: var(--moomol-accent);
  }

  .navbar-collapse .btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
  }

  .navbar-collapse .lang-switch-wrap {
    width: 100%;
    display: block;
  }

  .navbar-collapse .lang-switch {
    width: 100%;
    justify-content: stretch;
    border-color: var(--moomol-border);
    background: #fff;
  }

  .navbar-collapse .lang-btn {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    justify-content: center;
    text-align: center;
    color: #555;
    padding: 0.45rem 0.7rem;
  }

  .navbar-collapse .lang-btn span:last-child {
    display: inline-block;
    min-width: 2ch;
    text-align: center;
  }

  .navbar-collapse .lang-btn + .lang-btn {
    border-left-color: var(--moomol-border);
  }

  .navbar-collapse .lang-btn.is-active {
    background: var(--moomol-accent);
    color: #fff;
  }

  .hero-section {
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero-content .display-4 {
    font-size: calc(1.45rem + 2.25vw);
  }

  .about-hero {
    padding-top: 6rem;
  }

  .about-focus-card h2 {
    font-size: 1.25rem;
  }

  .clients-track {
    animation-duration: 96s;
  }

  .client-logo-item {
    width: 396px;
    height: 240px;
    padding: 0.65rem 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .pillar-content-gap {
    padding-top: 1.25rem !important;
  }

  .section-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  main .btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
  }

  #who-we-help {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .service-thumb,
  .industry-thumb {
    height: 200px;
  }

  .about-stat-grid {
    grid-template-columns: 1fr;
  }

  .about-media-image {
    height: 230px;
  }

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

  .business-video-controls {
    grid-template-columns: auto 1fr auto auto;
    gap: 0.45rem;
    padding: 0.55rem 0.55rem;
  }

  .business-video-time {
    display: none;
  }

  .business-video-btn {
    width: 32px;
    height: 32px;
  }

  .footer-logo {
    width: min(160px, 92%);
  }

  .clients-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .clients-track {
    gap: 0.7rem;
    animation-duration: 52s;
  }

  .client-logo-item {
    width: 336px;
    height: 204px;
    border-radius: 12px;
    padding: 0.5rem 0.65rem;
  }

}
