:root {
  --bg: #f7f5fb;
  --surface: #ffffff;
  --surface-2: #efe9fb;
  --text: #18142b;
  --muted: #61597f;
  --primary: #4d39b6;
  --secondary: #c12d90;
  --accent: #0d5ca3;
  --dark: #18162c;
  --line: rgba(77, 57, 182, 0.12);
  --shadow: 0 24px 60px rgba(35, 22, 84, 0.14);
  --radius: 28px;
  --container: min(1180px, calc(100% - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    linear-gradient(140deg, rgba(193, 45, 144, 0.08), transparent 20%),
    linear-gradient(320deg, rgba(77, 57, 182, 0.08), transparent 28%),
    var(--bg);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(247, 245, 251, 0.82);
  border-bottom: 1px solid rgba(77, 57, 182, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 0;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-badge {
  width: 4.5rem;
  height: 4.5rem;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.brand-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.brand-copy strong {
  color: var(--text);
  font-size: 1rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  color: var(--primary);
  background: rgba(77, 57, 182, 0.08);
}

.site-nav a.is-active {
  color: var(--primary);
  background: rgba(77, 57, 182, 0.12);
  box-shadow: inset 0 0 0 1px rgba(77, 57, 182, 0.12);
}

.site-nav a.nav-cta {
  color: #fff;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  box-shadow: 0 14px 30px rgba(85, 48, 171, 0.24);
}

.site-nav a.nav-cta:hover {
  color: #fff;
  transform: translateY(-1px);
  background: linear-gradient(135deg, #d63d9d, #5d45cf);
}

.site-nav a.nav-cta.is-active {
  color: #fff;
  background: linear-gradient(135deg, #d63d9d, #5d45cf);
  box-shadow: 0 16px 34px rgba(85, 48, 171, 0.3), 0 0 0 3px rgba(193, 45, 144, 0.14);
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-right: 4rem;
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-toggle-button {
  display: none;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3rem;
  border-radius: 16px;
  border: 1px solid rgba(77, 57, 182, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.nav-toggle-button span {
  width: 1.2rem;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  border: 0;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(85, 48, 171, 0.22);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  box-shadow: 0 16px 34px rgba(85, 48, 171, 0.28);
}

.button-secondary {
  color: var(--primary);
  border: 1px solid rgba(77, 57, 182, 0.12);
  background: rgba(77, 57, 182, 0.08);
}

.button-secondary.light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  position: relative;
  overflow: clip;
  padding: 0;
}

.hero>.container {
  width: 100%;
  margin: 0;
}

.eyebrow {
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--primary);
}

h1,
h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.01em;
  line-height: 0.95;
}

h1 {
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  max-width: 9ch;
}

h2 {
  font-size: clamp(2.5rem, 5vw, 4.4rem);
}

.hero-text,
.section-copy p,
.section-heading p,
.service-card p,
.industries-heading p,
.showcase-copy p,
.quote-card p,
.testimonial-card p,
.cta-box p,
.contact-panel p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  max-width: 58ch;
  margin-top: 1.2rem;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: min(56.28vw, calc(100vh - 5.3rem));
  min-height: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.hero-slides {
  position: relative;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 500ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 12, 22, 0.54);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.slider-prev {
  left: 1rem;
}

.slider-next {
  right: 1rem;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  transform: translateX(-50%);
}

.slider-dot {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.slider-dot.is-active {
  background: #f9bd1d;
}

.stats-strip {
  padding-bottom: 2rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card,
.service-card,
.industry-card,
.testimonial-card,
.contact-panel {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.stat-card:hover,
.service-card:hover,
.industry-card:hover,
.testimonial-card:hover,
.contact-panel:hover,
.showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 68px rgba(35, 22, 84, 0.2);
  border-color: rgba(193, 45, 144, 0.22);
}

.stat-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  color: var(--primary);
}

.stat-card span {
  color: var(--muted);
  line-height: 1.6;
}

.section {
  padding: 5rem 0;
}

.split-layout,
.showcase-layout,
.cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.85rem;
}

.feature-list li {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(77, 57, 182, 0.06);
  border: 1px solid rgba(77, 57, 182, 0.08);
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  min-height: calc(100vh - 5.5rem);
  display: flex;
  align-items: center;
  background: url('images/about-bg.jpg') center/cover no-repeat;
}

.about-layout {
  display: flex;
  flex-direction: column;
  max-width: 70%;
  gap: 1.4rem;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.55);
  padding: 2.2rem;
  border-radius: 16px;
}

.about-copy h2 {
  margin: 0 0 0.8rem;
  color: var(--primary);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}

.about-copy h2 span {
  display: inline-block;
  padding: 0.1rem 1rem 0.35rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  white-space: nowrap;
}

.about-copy h3 {
  margin: 0 0 0.8rem;
  color: #fff;
  background-color: var(--secondary);
  padding: 0.4rem 0.8rem;
  font-size: 1.05rem;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.4;
}

.about-copy p {
  max-width: 38rem;
  margin: 0 0 0.8rem;
  color: #211a31;
  font-size: 0.95rem;
  line-height: 1.6;
}

.about-copy strong {
  color: #161026;
  font-weight: 900;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin-top: 0.25rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 900;
  background: rgba(255, 255, 255, 0.58);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.about-cta:hover {
  transform: translateY(-2px);
  background: rgba(77, 57, 182, 0.08);
  box-shadow: 0 18px 36px rgba(85, 48, 171, 0.18);
}

.about-vision-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.about-feature {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.4rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid var(--primary);
}

.about-feature.mission-card {
  border-color: var(--secondary);
}

.feature-icon {
  width: 4.5rem;
  height: 4.5rem;
  flex: 0 0 4.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--primary);
  background: transparent;
  border: 3px solid var(--primary);
}

.mission-card .feature-icon {
  color: var(--secondary);
  border-color: var(--secondary);
}

.feature-icon svg {
  width: 2.2rem;
  height: 2.2rem;
}

.feature-content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.feature-content h3 {
  margin: 0;
  color: var(--primary);
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
}

.mission-card .feature-content h3 {
  color: var(--secondary);
}

.feature-content p {
  margin: 0;
  color: #4a4a4a;
  line-height: 1.5;
  font-size: 0.9rem;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading.narrow {
  max-width: 38rem;
}

/* Badges Banner */
.badges-banner-section {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.badges-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.services-section {
  background:
    linear-gradient(130deg, rgba(77, 57, 182, 0.05), transparent 38%),
    linear-gradient(320deg, rgba(193, 45, 144, 0.08), transparent 48%),
    var(--surface-2);
}

.services-section .section-heading {
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.services-section .section-heading h2 {
  font-size: 2.35rem;
  line-height: 1.05;
}

.services-section .section-heading p {
  max-width: 40rem;
  margin-inline: auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.service-card {
  position: relative;
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service-icon {
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border-radius: 24px;
  color: var(--primary);
  background: rgba(77, 57, 182, 0.08);
  border: 1px solid rgba(77, 57, 182, 0.12);
}

.service-icon svg {
  width: 2.35rem;
  height: 2.35rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.service-card h3,
.industry-card h3,
.testimonial-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
}

.service-card h3 {
  font-size: 1.55rem;
  line-height: 1.1;
}

.service-card p {
  max-width: 26rem;
  margin: 0 auto;
}

.industries-section {
  background:
    linear-gradient(130deg, rgba(77, 57, 182, 0.04), transparent 38%),
    linear-gradient(320deg, rgba(193, 45, 144, 0.06), transparent 48%),
    var(--surface);
}

.industries-heading {
  max-width: 44rem;
  text-align: center;
  margin-inline: auto;
}

.industries-heading h2 {
  font-size: 2.35rem;
  line-height: 1.05;
}

.industries-heading p {
  max-width: 40rem;
  margin-inline: auto;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.industry-card {
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.industry-card h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.1;
  color: var(--text);
}

.industry-icon {
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  border-radius: 24px;
  margin-bottom: 1.25rem;
  color: var(--primary);
  background: rgba(77, 57, 182, 0.08);
  border: 1px solid rgba(77, 57, 182, 0.12);
}

.industry-icon svg {
  width: 2.35rem;
  height: 2.35rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industry-icon img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.industry-card:hover .industry-icon {
  color: var(--secondary);
  background: rgba(193, 45, 144, 0.09);
  border-color: rgba(193, 45, 144, 0.16);
}

.showcase-section {
  background: var(--surface);
}

.showcase-stack {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 1rem;
  align-items: stretch;
}

.showcase-card {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.showcase-card.tall {
  background: #fff;
  padding: 1rem;
  border: 1px solid var(--line);
}

.showcase-card.tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.team-section {
  background:
    linear-gradient(130deg, rgba(77, 57, 182, 0.05), transparent 34%),
    linear-gradient(320deg, rgba(193, 45, 144, 0.07), transparent 48%),
    var(--surface-2);
}

.team-section .section-heading,
.gallery-section .section-heading {
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.team-section .section-heading h2,
.gallery-section .section-heading h2 {
  font-size: 2.35rem;
  line-height: 1.05;
}

.team-section .section-heading p,
.gallery-section .section-heading p {
  max-width: 40rem;
  margin-inline: auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.team-card {
  padding: 1.15rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 68px rgba(35, 22, 84, 0.2);
  border-color: rgba(193, 45, 144, 0.22);
}

.team-photo {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  display: block;
  margin: 0 auto 1.1rem;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(35, 22, 84, 0.18);
  box-shadow: 0 0 0 4px #4d39bf, 0 0 20px 8px #c12d90;
  border: 6px solid rgba(255, 255, 255, 0.45);
  object-fit: cover;
  background-color: var(--surface);
}

.team-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}

.team-card p {
  margin: 0;
  color: var(--secondary);
  font-weight: 700;
  line-height: 1.5;
}

.gallery-section {
  background:
    linear-gradient(180deg, rgba(77, 57, 182, 0.03), transparent 24%),
    var(--bg);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 68px rgba(35, 22, 84, 0.2);
  border-color: rgba(193, 45, 144, 0.22);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
}

.gallery-copy {
  padding: 1.1rem 1.1rem 1.25rem;
  text-align: center;
}

.gallery-copy h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
}

.gallery-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.quote-card {
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  padding: 1.4rem;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(12, 89, 156, 0.12), transparent 24%),
    linear-gradient(135deg, #241e46, #4a33aa);
}

.quote-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.form-section {
  background:
    linear-gradient(130deg, rgba(193, 45, 144, 0.05), transparent 35%),
    linear-gradient(320deg, rgba(77, 57, 182, 0.06), transparent 50%),
    var(--surface-2);
}

.application-shell {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.application-header {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.25rem;
  align-items: start;
}

.application-brand {
  padding: 0.75rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
}

.application-brand img {
  width: 100%;
  object-fit: contain;
}

.application-title h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--primary);
}

.application-title p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.approval-banner {
  margin-top: 1.5rem;
  padding: 0.9rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(85, 48, 171, 0.2);
}

.application-form-heading {
  margin: 1.6rem 0 1.2rem;
  text-align: center;
}

.application-form-heading h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.application-form {
  display: grid;
  gap: 1rem;
}

.application-group {
  padding: 1.2rem;
  border-radius: 24px;
  background: rgba(247, 245, 251, 0.78);
  border: 1px solid rgba(77, 57, 182, 0.1);
}

.application-full {
  grid-column: 1 / -1;
}

.group-title {
  margin-bottom: 1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--primary);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.single-grid {
  grid-template-columns: 1fr;
}

.compact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.application-form label {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.application-form span,
.check-group>span,
.language-card>span {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
}

.required-star {
  color: #d11f5f;
  font-style: normal;
}

.application-form input,
.application-form select,
.application-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(77, 57, 182, 0.14);
  outline: none;
  font: inherit;
  color: var(--text);
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus {
  border-color: rgba(193, 45, 144, 0.48);
  box-shadow: 0 0 0 4px rgba(193, 45, 144, 0.08);
}

.application-form textarea {
  resize: vertical;
  min-height: 10rem;
}

.check-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  padding: 0.95rem 1rem;
  min-height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(77, 57, 182, 0.14);
  background: #fff;
}

.check-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
}

.check-item input {
  width: auto;
  margin: 0;
}

.check-item span {
  font-weight: 600;
}

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

.language-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(77, 57, 182, 0.14);
}

.application-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.application-actions p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.form-submit-wrap {
  display: grid;
  gap: 0.65rem;
}

.form-status {
  min-height: 1.35rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.form-status.is-success {
  color: #2d8a4b;
}

.form-status.is-error {
  color: #d11f5f;
}

.testimonial-section {
  background:
    linear-gradient(180deg, rgba(77, 57, 182, 0.03), transparent 30%),
    var(--bg);
}

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

.floating-whatsapp {
  position: fixed;
  right: 1.4rem;
  bottom: 6.25rem;
  z-index: 30;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.34);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(37, 211, 102, 0.42);
}

.floating-whatsapp svg {
  width: 2rem;
  height: 2rem;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(193, 45, 144, 0.12), transparent 30%),
    linear-gradient(180deg, #53229f, #4a1f8f);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 2.5rem;
  padding: 4rem 0 3rem;
}

.footer-logo-box {
  width: 90px;
  height: 80px;
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
  border-radius: 16px;
  background: #fff;
}

.footer-logo-box img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.footer-brand-block p {
  margin: 0 0 1.2rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.footer-brand-block strong {
  display: block;
  max-width: 23rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
  text-align: left;
  color: #f9bd1d;
}

.footer-office-block h3 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #fff;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.5rem;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.footer-contact-list a:hover {
  color: #f9bd1d;
}

.footer-link-stack {
  display: grid;
  gap: 0.35rem;
}

.footer-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  color: #fff;
}

.footer-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-bottom {
  padding: 1.5rem 0 2.2rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
}

.contact-inline-section {
  background:
    linear-gradient(130deg, rgba(193, 45, 144, 0.05), transparent 35%),
    linear-gradient(320deg, rgba(77, 57, 182, 0.06), transparent 50%),
    var(--surface-2);
}

.contact-section-heading {
  margin-bottom: 1rem;
}

.contact-section-heading .eyebrow {
  margin-bottom: 0;
}

.contact-page-nav {
  align-items: center;
}

.contact-page-hero {
  min-height: calc(100vh - 5rem);
  display: flex;
  align-items: center;
}

.contact-page-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: start;
}

.contact-page-copy h1 {
  max-width: 10ch;
}

.map-card {
  margin-top: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.map-card:first-of-type {
  margin-top: 0;
}

.map-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.75rem;
}

.map-card-header h3 {
  margin: 0;
  font-size: 1.1rem;
}

.map-card-header a {
  color: var(--primary);
  font-weight: 800;
}

.map-card iframe {
  width: 100%;
  height: 245px;
  border: 0;
  display: block;
}

.contact-page-form {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.contact-form-title {
  margin: 0 0 1.25rem;
  font-size: 1.45rem;
  color: var(--primary);
}

.contact-page-form label {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.contact-page-form span {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

.contact-page-form input,
.contact-page-form textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(77, 57, 182, 0.14);
  outline: none;
  font: inherit;
  color: var(--text);
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-page-form input:focus,
.contact-page-form textarea:focus {
  border-color: rgba(193, 45, 144, 0.48);
  box-shadow: 0 0 0 4px rgba(193, 45, 144, 0.08);
}

.contact-page-form textarea {
  min-height: 12rem;
  resize: vertical;
}

.contact-page-form button[disabled],
.application-form button[disabled] {
  opacity: 0.75;
  cursor: wait;
}

@media (max-width: 1100px) {

  .header-inner,
  .split-layout,
  .showcase-layout,
  .contact-page-shell,
  .cta-box,
  .footer-top,
  .team-grid,
  .gallery-grid,
  .services-grid,
  .stats-grid,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .about-copy h2 {

    font-size: 3.35rem;
  }

  .about-copy h3 {}

  .about-vision-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {

  .header-inner,
  .split-layout,
  .showcase-layout,
  .contact-page-shell,
  .cta-box,
  .footer-top,
  .team-grid,
  .gallery-grid,
  .testimonial-grid,
  .showcase-stack,
  .industries-grid {
    grid-template-columns: 1fr;
  }

  .header-inner {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .brand {
    margin: 0 auto;
  }

  .about-section {
    padding: 3.2rem 0 3.6rem;
  }

  .about-copy h2 {
    font-size: 2.8rem;
  }

  .about-copy h3 {
    font-size: 1.55rem;
  }

  .about-layout {
    max-width: 100%;
  }

  .about-vision-wrap {
    gap: 1rem;
    padding-top: 0.75rem;
    align-items: stretch;
  }

  .about-feature {
    width: 100%;
  }

  .about-feature h3 {
    font-size: 1.7rem;
  }

  .about-feature p {
    font-size: 1rem;
  }

  .footer-brand-block strong {
    max-width: none;
  }

  .nav-toggle-button {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 1.75rem;
  }

  .nav-panel {
    display: none;
    width: 100%;
    margin-right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav {
    width: 100%;
    flex-direction: column;
    gap: 0.25rem;
  }

  .site-nav a {
    justify-content: flex-start;
    width: 100%;
    padding: 0.85rem 0.9rem;
    border-radius: 16px;
    border-bottom: 1px solid rgba(77, 57, 182, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a.nav-cta {
    justify-content: center;
    margin-top: 0.35rem;
    border-bottom: 0;
  }

  .header-cta {
    width: 100%;
  }

  .nav-toggle:checked~.nav-panel {
    display: flex;
  }

  .nav-toggle:checked+.nav-toggle-button span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle:checked+.nav-toggle-button span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked+.nav-toggle-button span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .services-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .compact-grid,
  .language-grid,
  .application-header {
    grid-template-columns: 1fr;
  }

  .map-card-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .application-actions {
    align-items: stretch;
  }

  .hero-slider {
    height: min(56.28vw, calc(100vh - 5.3rem));
  }
}

@media (max-width: 640px) {
  .contact-page-nav {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 4rem 0;
  }

  h1 {
    max-width: none;
  }

  .floating-whatsapp {
    right: 1rem;
    bottom: 6.8rem;
    width: 3.5rem;
    height: 3.5rem;
  }

  .floating-whatsapp svg {
    width: 1.75rem;
    height: 1.75rem;
  }

  .about-copy h2 {
    max-width: none;
    font-size: 2.35rem;
  }

  .about-copy h2 span {
    padding-inline: 0.75rem;
  }

  .about-copy h3 {
    max-width: none;
    font-size: 1.35rem;
  }

  .about-card-head {
    align-items: flex-start;
    gap: 0.9rem;
  }

  .about-icon {
    width: 3.25rem;
    height: 3.25rem;
    flex-basis: 3.25rem;
  }

  .hero-slider {
    height: min(56.28vw, calc(100vh - 5.3rem));
  }

  .slider-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .team-photo {
    width: 6.5rem;
    height: 6.5rem;
  }

  .team-photo::before {
    top: 1.45rem;
    width: 2rem;
    height: 2rem;
  }

  .team-photo::after {
    bottom: 1.15rem;
    width: 3.65rem;
    height: 2.15rem;
  }
}
