/* Actzient Landing Page - Figma Design Tokens */
:root {
  /* Colors from Figma */
  --white: #ffffff;
  --dark-bg: #222839;
  --teal: #0d9196;
  --gray-dark: #3e4456;
  --gray-medium: #5f6777;
  --black: #000000;
  --gray-light: #ebebeb;
  --accent: #469daf;
  --gray-border: #e1e4e8;
  --gray-input: #f7f7f7;
  --gray-input-border: #e6e6e6;

  /* Gradients */
  --gradient-cta: linear-gradient(
    67deg,
    rgba(132, 224, 255, 1) 0%,
    rgba(253, 172, 255, 1) 50%,
    rgba(255, 209, 188, 1) 100%
  );
  --gradient-schedule: linear-gradient(
    90deg,
    rgba(86, 210, 255, 1) 0%,
    rgba(167, 224, 219, 1) 48%,
    rgba(255, 189, 161, 1) 100%
  );
  --gradient-stroke: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );

  /* Typography */
  --font-sora: "Sora", -apple-system, sans-serif;

  /* Spacing */
  --container-max: 1600px;
  --section-padding: 80px 24px;
  --section-gap: 80px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sora);
  color: var(--gray-dark);
  background: var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100vh;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
}

/* Consistent vertical spacing between all top-level sections */
.page > section + section {
  margin-top: var(--section-gap);
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(60px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 18px 152px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  position: absolute;
  left: 8%;
  transform: translateX(-50%);
}

.nav {
  display: flex;
  gap: 48px;
}

.nav a {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--gray-dark);
  text-decoration: none;
}

.nav a:hover {
  color: var(--black);
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  height: 48px;
  padding: 0 24px;
  background: linear-gradient(
    135deg,
    rgba(167, 139, 250, 0.9) 0%,
    rgba(139, 92, 246, 0.9) 100%
  );
  border: none;
  border-radius: 30px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--white);
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.btn-cta-primary .btn-icon {
  flex-shrink: 0;
}

.btn-cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(132, 224, 255, 0.3);
}

/* Hero Section */
.hero {
  position: relative;
  background:
    url("./assets/hero-image.png") no-repeat center center,
    linear-gradient(135deg, #11132e, #11132e);

  background-size: cover;
  background-attachment: fixed;
  padding: 100px 152px 140px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg {
  position: absolute;
  top: 5;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse 80% 50% at 50% 0%,
    rgba(132, 224, 255, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.hero-layout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
}

.hero-content {
  position: relative;
  max-width: 900px;
  width: 100%;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hero-image {
  width: 100%;
  max-width: 592px;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

.btn-schedule-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  min-width: 340px;
  height: 60px;
  padding: 0 22px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 10px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--gray-dark);
  text-decoration: none;
  background-image:
    linear-gradient(var(--white), var(--white)), var(--gradient-cta);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.btn-schedule-hero:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(132, 224, 255, 0.3);
}

.hero-badge {
  display: inline-block;
  font-family: "Manrope", var(--font-sora);
  font-weight: 700;
  font-size: 100px;
  line-height: 0.5;
  color: var(--gray-light);
  -webkit-text-stroke: 1px var(--accent);
  margin-bottom: 20px;
}
.hero-graphic {
  width: 140px;
  height: 110px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 6s ease-in-out infinite;
}

.hero-title {
  font-family: var(--font-sora);
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.28;
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 auto 36px;
  padding: 0;
  display: block;
  max-width: 900px;
  background: linear-gradient(
    90deg,
    #56d2ff 0%,
    #5fd7de 25%,
    #90d6d0 50%,
    #ffbda1 75%,
    #ffaa8a 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  margin: 0 auto 48px;
  max-width: 720px;
  font-weight: 400;
}

.gradient-text-hero {
  background: linear-gradient(90deg, #4dd4f7 0%, #5fd7de 30%, #ffbda1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Dark Section */
.section-dark {
  background: var(--white);
  color: var(--white);
  padding: 10px 152px 50px;
}

.section-dark .pillars-grid {
  width: 100%;
}

.section-dark-inner {
  max-width: 800px;
}

.section-heading-light {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--gray-dark);
  margin: 0 auto 24px;
  text-align: center;
}

.section-desc-light {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: #555555;
  margin-bottom: 48px;
}

.hero-subtext {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 48px;
}

.cta-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}

.btn-roadmap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 250px;
  height: 56px;
  padding: 0 28px;
  background: linear-gradient(135deg, #4eb8d9 0%, #3fa8c6 100%);
  border: none;
  border-radius: 10px;
  backdrop-filter: blur(60px);
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 15px;
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 28px rgba(68, 184, 217, 0.3);
}

.btn-roadmap::after {
  display: none;
}

.btn-roadmap:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(68, 184, 217, 0.4);
  background: linear-gradient(135deg, #4eb8d9 0%, #46a3c1 100%);
}

.btn-architect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 250px;
  height: 56px;
  padding: 0 28px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  backdrop-filter: blur(60px);
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 15px;
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-architect::after {
  display: none;
}

.btn-architect:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
}

/* Four Pillars - standalone (light bg) or on dark */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1460px;
  margin: 0 auto;
}

.pillars-on-dark {
  margin-top: 80px;
  padding-top: 0;
}

.pillar-card {
  background: rgba(211, 209, 209, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(20px);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(234, 232, 232, 0.15);
}

.pillar-label {
  display: block;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--black);
  margin-bottom: 12px;
}

.pillar-text {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--black);
}

/* Teal Sectors Section */
.sectors-teal {
  background: var(--teal);
  padding: 60px 152px 100px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sectors-title {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 50px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  max-width: 590px;
}

.sectors-desc {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 48px;
  max-width: 800px;
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 37px;
  padding: 0 32px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18.5px;
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--white);
  text-decoration: none;
  margin: 0 auto 80px;
  transition:
    background 0.2s,
    border-color 0.2s;
}

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

.sector-card {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 40px 36px;
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.sector-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(167, 224, 219, 0.15) 0%,
    rgba(255, 189, 161, 0.1) 50%,
    rgba(132, 224, 255, 0.08) 100%
  );
  border-radius: 24px;
  pointer-events: none;
  z-index: 0;
}

.sector-card > * {
  position: relative;
  z-index: 1;
}

.sector-label {
  display: block;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sector-card-title {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 12px;
}

.sector-card-desc {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

/* Three Pillars Section */
.three-pillars {
  background: var(--white);
  padding: 120px 152px 160px;
  text-align: center;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 37px;
  padding: 0 32px;
  background: var(--white);
  border: 1px solid var(--gray-dark);
  border-radius: 18.5px;
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--gray-dark);
  text-decoration: none;
  margin-bottom: 48px;
  transition:
    background 0.2s,
    color 0.2s;
}

.btn-outline:hover {
  background: var(--gray-dark);
  color: var(--white);
}

.section-heading {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--gray-dark);
  margin: 0 auto 24px auto;
}

.section-desc {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: var(--gray-dark);
  max-width: 800px;
  margin: 0 auto;
}

/* Who We Are */
.who-label {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 50px;
  letter-spacing: -0.03em;
  color: var(--gray-dark);
  margin: 0 auto 24px auto;
  text-align: center;
  scroll-margin-top: 120px;
}

.who-we-are {
  background: var(--white);
  padding: 10px 350px 50px;
}

.who-desc {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--gray-dark);
  max-width: auto;
  text-align: center;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
f .stat {
  text-align: left;
}

.stat-num {
  display: block;
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 8px;
}

.stat-label {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--gray-dark);
}

/* Vision / Mission */
.vision-mission {
  background: var(--white);
  padding: 100px 152px 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.vision-card {
  background: var(--white);
  border: 2px solid var(--gray-border);
  border-radius: 14px;
  padding: 40px 36px;
}

.vision-title {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: var(--gray-dark);
  margin-bottom: 16px;
  text-align: center;
}

.vision-card p {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--gray-dark);
}

/* Team */
.team {
  background: var(--white);
  padding: 0 152px 70px;
}

.team .section-heading,
.team .section-desc {
  text-align: center;
}

/* Founders Grid Layout */
.founders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  margin-top: 60px;
}

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

.founder-icon-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.founder-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #56d2ff 0%, #469daf 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 4px 12px rgba(70, 157, 175, 0.3);
}

.founder-content {
  width: 100%;
}

.founder-name {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--gray-dark);
  margin-bottom: 4px;
}

.founder-role {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 16px;
  color: var(--gray-medium);
  margin-bottom: 16px;
}

.founder-bio {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--gray-dark);
  margin-bottom: 24px;
}

.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.team-tags span {
  padding: 8px 16px;
  background: rgba(86, 210, 255, 0.15);
  border-radius: 35px;
  font-family: var(--font-sora);
  font-weight: 500;
  font-size: 14px;
  color: var(--teal);
  border: 1px solid rgba(13, 145, 150, 0.2);
}

/* Colored tags for founders */
.team-tags .tag-blue {
  background: rgba(86, 210, 255, 0.15);
  color: var(--teal);
}

.team-tags .tag-orange {
  background: rgba(86, 210, 255, 0.15);
  color: var(--teal);
}

.team-tags .tag-yellow {
  background: rgba(86, 210, 255, 0.15);
  color: var(--teal);
}

.philosophy {
  background: rgba(234, 249, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 40px 48px;
}

.philosophy-title {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: var(--gray-dark);
  margin-bottom: 16px;
}

.philosophy p {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--gray-dark);
}

/* Value Props */
.value-props {
  background: var(--dark-bg);
  padding: 70px 152px 80px;
}

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

.value-card {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(20px);
}

.value-card h4 {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--black);
  margin-bottom: 12px;
}

.value-card p {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--gray-dark);
}

/* Contact Section */
.contact-section {
  background: var(--white);
  padding: 70px 152px 80px;
}

.contact-section .section-heading-light {
  color: var(--gray-dark);
  text-align: center;
  margin-bottom: px;
}

.contact-sub {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  color: var(--gray-medium);
  text-align: center;
  margin-bottom: 48px;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.contact-option {
  padding: 32px 28px;
  background: var(--gray-input);
  border: 1px solid var(--gray-input-border);
  border-radius: 16px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.contact-option:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 20px rgba(70, 157, 175, 0.15);
}

.contact-option h4 {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 18px;
  color: var(--gray-dark);
  margin-bottom: 8px;
}

.contact-option p {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 15px;
  color: var(--gray-medium);
}

.contact-form-card {
  background: var(--white);
  border: 2px solid var(--gray-border);
  border-radius: 16px;
  padding: 48px 56px;
}

.contact-form-card h3 {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 24px;
  color: var(--gray-dark);
  margin-bottom: 16px;
}

.contact-form-card ul {
  list-style: none;
  margin-bottom: 32px;
}

.contact-form-card li {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  color: var(--gray-dark);
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}

.contact-form-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.form-input {
  padding: 16px 20px;
  background: var(--gray-input);
  border: 1px solid var(--gray-input-border);
  border-radius: 8px;
  font-family: var(--font-sora);
  font-size: 15px;
  color: var(--gray-dark);
}

.form-input::placeholder {
  color: var(--gray-medium);
}

.form-input.full {
  grid-column: 1 / -1;
}

.form-input.half {
  grid-column: span 1;
}

.btn-submit {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 32px;
  background: var(--gradient-cta);
  border: none;
  border-radius: 18.5px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  cursor: pointer;
  transition:
    opacity 0.2s,
    transform 0.2s;
}

.btn-submit:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

/* ===== Schedule Call Modal ===== */
.schedule-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.schedule-modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: -1;
}

.modal-content {
  background: var(--white);
  border-radius: 16px;
  padding: 40px 48px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-border);
}

.modal-title {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 28px;
  color: var(--gray-dark);
  margin: 0;
}

.modal-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--gray-medium);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.modal-close:hover {
  color: var(--gray-dark);
}

/* ===== Success Modal ===== */
.success-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.success-modal.active {
  display: flex;
}

.success-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: -1;
  pointer-events: none;
}

.success-modal-content {
  background: var(--white);
  border-radius: 16px;
  padding: 48px 40px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.3);
  animation: successSlideIn 0.4s ease-out;
  pointer-events: auto;
}

@keyframes successSlideIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.success-icon {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  animation: successIconBounce 0.6s ease-out;
}

@keyframes successIconBounce {
  0% {
    transform: scale(0) rotate(-45deg);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.success-title {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 24px;
  color: var(--gray-dark);
  margin: 0 0 16px 0;
  letter-spacing: 0.3px;
}

.success-message {
  font-family: var(--font-sora);
  font-size: 14px;
  color: var(--gray-medium);
  line-height: 1.6;
  margin: 0 0 32px 0;
}

.success-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
  padding: 20px;
  background: linear-gradient(
    135deg,
    rgba(13, 145, 150, 0.05) 0%,
    rgba(70, 157, 175, 0.05) 100%
  );
  border-radius: 12px;
  border: 1px solid rgba(13, 145, 150, 0.1);
}

.detail-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  color: var(--gray-dark);
  font-family: var(--font-sora);
}

.detail-icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-text {
  font-weight: 500;
}

.success-close-btn {
  background: linear-gradient(135deg, #0d9196 0%, #469daf 100%);
  border: none;
  border-radius: 12px;
  padding: 14px 32px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.success-close-btn:hover {
  opacity: 0.95;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(13, 145, 150, 0.3);
}

.success-close-btn:active {
  transform: translateY(0);
}

/* Mobile Responsive - Success Modal */
@media (max-width: 600px) {
  .success-modal-content {
    padding: 32px 24px;
    max-width: 90%;
  }

  .success-icon {
    margin-bottom: 20px;
  }

  .success-icon svg {
    width: 50px;
    height: 50px;
  }

  .success-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .success-message {
    font-size: 13px;
    margin-bottom: 24px;
    line-height: 1.5;
  }

  .success-details {
    gap: 12px;
    padding: 16px;
    margin-bottom: 24px;
  }

  .detail-item {
    font-size: 12px;
    gap: 10px;
  }

  .detail-icon {
    font-size: 18px;
  }

  .success-close-btn {
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 10px;
  }
}

/* Schedule Form */
.schedule-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

.form-group label {
  font-family: var(--font-sora);
  font-weight: 500;
  font-size: 14px;
  color: var(--gray-dark);
  letter-spacing: 0.3px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  background: var(--gray-input);
  border: 1.5px solid var(--gray-input-border);
  border-radius: 8px;
  font-family: var(--font-sora);
  font-size: 14px;
  color: var(--gray-dark);
  transition: all 0.2s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--gray-medium);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 145, 150, 0.1);
  background: var(--white);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
  font-family: var(--font-sora);
}

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

/* Phone Input Wrapper with Country Code */
.phone-input-wrapper {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.country-code-select {
  flex: 0 0 85px;
  padding: 12px 8px 12px 12px !important;
  background: var(--gray-input);
  border: 1.5px solid var(--gray-input-border);
  border-radius: 8px;
  font-family: var(--font-sora);
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-dark);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%235f6777' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
  padding-right: 24px;
}

.country-code-select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 145, 150, 0.1);
  background-color: var(--white);
}

.phone-input-wrapper input {
  flex: 1;
  margin: 0;
}

/* Character Count */
.char-count {
  font-family: var(--font-sora);
  font-size: 12px;
  color: var(--gray-medium);
  margin-top: 4px;
}

/* Direct Contact Box */
.direct-contact-box {
  padding: 16px 20px;
  background: linear-gradient(
    90deg,
    rgba(124, 219, 226, 0.15) 0%,
    rgba(124, 219, 226, 0.08) 60%,
    rgba(255, 182, 193, 0.15) 100%
  );
  border: 1px solid rgba(124, 219, 226, 0.3);
  border-radius: 12px;
  margin: 8px 0;
}

.direct-contact-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.direct-title {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 13px;
  color: var(--gray-dark);
  margin: 0;
}

.direct-message {
  font-family: var(--font-sora);
  font-size: 12px;
  color: var(--gray-medium);
  margin: 0;
  line-height: 1.5;
}

/* Modal Buttons */
.modal-buttons {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--gray-border);
}

.btn-cancel {
  flex: 1;
  padding: 14px 24px;
  background: linear-gradient(135deg, #5cd7e0 0%, #3aa8b8 100%);
  border: none;
  border-radius: 8px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
  cursor: pointer;
  transition: all 0.2s;
}

.btn-cancel:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(92, 215, 224, 0.3);
  opacity: 0.95;
}

.btn-schedule {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  background: var(--white);
  border: 2px solid #d4d9e0;
  border-radius: 8px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 14px;
  color: var(--gray-dark);
  cursor: pointer;
  transition: all 0.2s;
}

.btn-schedule:hover {
  transform: translateY(-2px);
  border-color: #5cd7e0;
  box-shadow: 0 4px 16px rgba(92, 215, 224, 0.15);
  background: #fafbfc;
}

.btn-schedule svg {
  width: 18px;
  height: 18px;
  color: #5cd7e0;
}

/* Modal Footer Text */
.modal-footer-text {
  font-family: var(--font-sora);
  font-size: 12px;
  color: var(--gray-medium);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.4;
}

/* Footer CTA */
.footer-cta {
  background: var(--white);
  padding: 80px 152px 100px;
  border-top: 1px solid #d0d0d0;
}

.footer-headline {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 50px;
  line-height: 1.15;
  letter-spacing: -0.05em;
  color: var(--gray-dark);
  margin-bottom: 48px;
}

.gradient-text {
  background: var(--gradient-schedule);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-cta-row {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-footer-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 237px;
  height: 37px;
  padding: 0 19px;
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 18.5px;
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--gray-dark);
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.btn-footer-primary:hover {
  background: var(--gray-input);
  border-color: var(--gray-medium);
}

.btn-footer-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 399px;
  height: 64px;
  padding: 0 23px;
  background: linear-gradient(
    251deg,
    rgba(255, 242, 237, 1) 0%,
    rgba(255, 239, 255, 1) 50%,
    rgba(233, 248, 255, 1) 100%
  );
  border: 2px solid transparent;
  border-radius: 12px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--gray-dark);
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  background-image:
    linear-gradient(
      251deg,
      rgba(255, 242, 237, 1) 0%,
      rgba(255, 239, 255, 1) 50%,
      rgba(233, 248, 255, 1) 100%
    ),
    linear-gradient(
      67deg,
      rgba(54, 204, 255, 1) 0%,
      rgba(251, 104, 255, 1) 50%,
      rgba(255, 162, 119, 1) 100%
    );
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
}

.btn-footer-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 24px rgba(251, 104, 255, 0.2);
}

/* Footer */
.footer {
  background: #f8f9fa;
  color: var(--gray-dark);
  padding: 80px 152px 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  margin-bottom: 64px;
}

.footer-brand {
  max-width: 400px;
}

.footer-logo-img {
  height: 60px;
  width: auto;
  margin-bottom: 24px;
  display: block;
}

.footer-tagline {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
  color: #6b7280;
  margin-bottom: 24px;
}

.footer-grow {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: -0.01em;
  color: var(--gray-medium);
}

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

.footer-col h4 {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: #1f2937;
  margin-bottom: 16px;
}

.footer-col p,
.footer-col a {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.11;
  color: #6b7280;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
}

.footer-col a:hover {
  color: #469daf;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-bottom span {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 1200px) {
  .header-inner,
  .hero,
  .section-dark,
  .pillars,
  .sectors-teal,
  .three-pillars,
  .who-we-are,
  .vision-mission,
  .team,
  .value-props,
  .contact-section,
  .footer-cta,
  .footer {
    padding-left: 48px;
    padding-right: 48px;
  }

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

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

  .footer-headline {
    font-size: 56px;
  }

  /* Carousel responsive */
  .pillars-carousel-section {
    padding: 80px 48px 100px;
  }

  .carousel-heading {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .carousel-container {
    padding: 0 60px;
  }

  .slide-content {
    gap: 70px;
    padding: 40px 0;
  }

  .slide-visual {
    min-height: 420px;
    padding: 45px;
  }

  .slide-number {
    font-size: 160px;
  }

  .slide-title {
    font-size: 36px;
  }

  .carousel-arrow {
    width: 50px;
    height: 50px;
  }

  .carousel-arrow-left {
    left: -65px;
  }

  .carousel-arrow-right {
    right: -65px;
  }
}

@media (max-width: 900px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 16px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .btn-cta-primary {
    min-width: auto;
    width: 100%;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-image-wrap {
    order: -1;
    justify-content: center;
  }

  .hero-image {
    max-width: 100%;
  }

  .btn-schedule-hero {
    min-width: auto;
    width: 100%;
  }

  .btn-footer-primary,
  .btn-footer-secondary {
    width: 100%;
  }

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

  .sector-cards {
    grid-template-columns: 1fr;
  }

  .vision-mission {
    grid-template-columns: 1fr;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  /* Founder carousel responsive */
  .founder-arrow-left {
    left: -60px;
  }

  .founder-arrow-right {
    right: -60px;
  }

  .founder-arrow {
    width: 44px;
    height: 44px;
  }

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

  .contact-options {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer-headline {
    font-size: 40px;
  }

  /* Carousel responsive for tablet */
  .carousel-heading {
    font-size: 36px;
    margin-bottom: 18px;
  }

  .carousel-subtitle {
    font-size: 16px;
    margin-bottom: 60px;
  }

  .slide-content {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 30px 0;
  }

  /* Founder carousel tablet responsive */
  .team {
    padding: 0 48px 80px;
  }

  .team-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .team-image {
    min-height: 320px;
  }

  .founder-arrow-left {
    left: -50px;
  }

  .founder-arrow-right {
    right: -50px;
  }

  .founder-arrow {
    width: 40px;
    height: 40px;
  }

  .slide-visual {
    min-height: 400px;
    padding: 40px;
    aspect-ratio: auto;
  }

  .slide-info {
    padding: 0;
  }

  .slide-number {
    font-size: 130px;
    top: 10px;
    right: 0;
  }

  .slide-title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .slide-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .carousel-container {
    padding: 0 50px;
  }

  .carousel-arrow {
    width: 46px;
    height: 46px;
  }

  .carousel-arrow-left {
    left: -58px;
  }

  .carousel-arrow-right {
    right: -58px;
  }

  .carousel-pagination {
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .header-inner,
  .hero,
  .section-dark,
  .pillars,
  .sectors-teal,
  .three-pillars,
  .who-we-are,
  .vision-mission,
  .team,
  .value-props,
  .contact-section,
  .footer-cta,
  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    padding: 60px 24px 80px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 1.3;
    padding: 0;
    margin: 0 auto 24px;
  }

  .hero-desc {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 36px;
  }

  .btn-architect,
  .btn-roadmap {
    min-width: calc(50% - 8px);
    height: 52px;
    font-size: 14px;
    padding: 0 20px;
  }

  .cta-row {
    gap: 16px;
    flex-direction: row;
    width: 100%;
  }

  .section-heading-light {
    font-size: 36px;
  }

  .sectors-title {
    font-size: 36px;
  }

  .section-heading {
    font-size: 36px;
  }

  .footer-headline {
    font-size: 32px;
  }

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

  /* Carousel responsive for mobile */
  .pillars-carousel-section {
    padding: 60px 24px 80px;
  }

  .carousel-heading {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .carousel-subtitle {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .carousel-container {
    padding: 0 40px;
  }

  .slide-content {
    padding: 20px 0;
    gap: 30px;
  }

  /* Founder carousel mobile responsive */
  .team {
    padding: 0 24px 60px;
  }

  .team-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .team-image {
    border-radius: 20px;
    min-height: 280px;
  }

  .team-name {
    font-size: 24px;
  }

  .team-role {
    font-size: 14px;
  }

  .team-bio {
    font-size: 14px;
  }

  .team-tags {
    gap: 8px;
  }

  .team-tags span {
    padding: 6px 12px;
    font-size: 12px;
  }

  .founder-arrow-left {
    left: -40px;
  }

  .founder-arrow-right {
    right: -40px;
  }

  .founder-arrow {
    width: 36px;
    height: 36px;
  }

  .founder-arrow svg {
    width: 18px;
    height: 18px;
  }

  .founder-dots {
    margin-top: 30px;
  }

  .founder-dot {
    width: 10px;
    height: 10px;
  }

  .founder-dot.active {
    width: 12px;
    height: 12px;
  }

  .slide-visual {
    min-height: 300px;
    padding: 25px;
    aspect-ratio: auto;
  }

  .slide-info {
    padding: 0;
  }

  .slide-number {
    font-size: 90px;
    top: 0;
    right: -5px;
  }

  .slide-title {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 0;
  }

  .slide-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .btn-slide-cta {
    padding: 10px 24px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .carousel-arrow {
    width: 42px;
    height: 42px;
  }

  .carousel-arrow svg {
    width: 20px;
    height: 20px;
  }

  .carousel-arrow-left {
    left: -52px;
  }

  .carousel-arrow-right {
    right: -52px;
  }

  .carousel-pagination {
    margin-top: 40px;
    gap: 14px;
  }

  .pagination-dot {
    width: 10px;
    height: 10px;
  }

  .pagination-dot.active {
    width: 12px;
    height: 12px;
  }

  /* Sectors Carousel Responsive */
  .sectors-detail {
    padding: 100px 80px 80px;
  }

  .sectors-carousel-container {
    padding: 0 50px;
    margin: 40px auto 0;
  }

  .sector-detail-card {
    padding: 32px 24px;
  }

  .sector-detail-title {
    font-size: 24px;
  }

  .sector-detail-desc {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .sectors-carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .sectors-carousel-arrow-left {
    left: 0;
  }

  .sectors-carousel-arrow-right {
    right: 0;
  }

  .sectors-carousel-pagination {
    margin-top: 32px;
    gap: 10px;
  }

  .sectors-pagination-dot {
    width: 8px;
    height: 8px;
  }

  .sectors-pagination-dot.active {
    width: 24px;
  }

  .btn-schedule-sector {
    min-width: 100%;
    font-size: 14px;
  }
}

/* Additional styles for new sections */

/* Hero CTAs */
.hero-ctas {
  margin-top: 32px;
}

/* Impact Section */
.impact-section {
  background: var(--white);
  padding: 10px 152px 10px;
  text-align: center;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 64px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.stat-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 250px;
  border: 2px solid var(--gray-border);
  border-radius: 50%;
  aspect-ratio: 1;
  padding: 32px;
  transition: all 0.3s ease;
}

.stat-circle.stat-featured {
  border: 3px solid #469daf;
  background: rgba(70, 157, 175, 0.05);
}

.stat-circle .stat-num {
  font-size: 56px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 16px;
  display: block;
}

.stat-circle .stat-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-dark);
  line-height: 1.3;
  display: block;
}

/* Vision/Mission Icons */
.vision-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

/* Pillar Icons */
.pillar-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.pillar-card {
  text-align: center;
}

/* Pillar Detail Section */
.pillar-detail {
  background: var(--white);
  padding: 120px 152px 160px;
  text-align: center;
}

.pillar-badge {
  display: inline-block;
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 120px;
  line-height: 0.5;
  color: rgba(13, 145, 150, 0.1);
  -webkit-text-stroke: 2px var(--accent);
  margin-bottom: 32px;
}

.section-desc-wide {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--gray-dark);
  max-width: 900px;
  margin: 0 auto 64px;
}

.pillar-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.pillar-diagram {
  display: flex;
  justify-content: center;
  align-items: center;
}

.infinity-diagram {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.pillar-info {
  text-align: left;
}

.pillar-desc {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray-dark);
  margin-bottom: 32px;
}

.btn-get-started {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 180px;
  height: 54px;
  padding: 0 32px;
  background: var(--gradient-cta);
  border: none;
  border-radius: 8px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  text-decoration: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
}

.btn-get-started:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ==========================================
   PILLARS CAROUSEL
   ========================================== */

.pillars-carousel-section {
  background: var(--white);
  padding: 50px 60px 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-outline-teal {
  display: inline-block;
  padding: 9px 26px;
  background: rgba(86, 210, 255, 0.12);
  border: 1.5px solid #d4eff5;
  border-radius: 24px;
  color: var(--teal);
  font-family: var(--font-sora);
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 32px;
  cursor: pointer;
  letter-spacing: 0.3px;
}

.btn-outline-teal:hover {
  background: rgba(86, 210, 255, 0.18);
  border-color: var(--teal);
  color: var(--teal);
}

.carousel-heading {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.15;
  text-align: center;
  color: var(--gray-dark);
  margin: 0 auto 24px auto;
  max-width: 900px;
  width: 100%;
}

.carousel-subtitle {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  text-align: center;
  color: #555555;
  max-width: 750px;
  width: 100%;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}

.carousel-track-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.carousel-slide {
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
  margin-top: auto;
}

.carousel-slide.active {
  opacity: 1;
}

.slide-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  padding: 40px 0;
}

.slide-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  min-height: 480px;
}

.slide-visual svg {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.slide-visual-img {
  width: 500px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(70, 157, 175, 0.18));
}

.infinity-diagram,
.data-diagram,
.ai-diagram {
  filter: drop-shadow(0 4px 12px rgba(70, 157, 175, 0.1));
}

.slide-info {
  position: relative;
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.slide-number {
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 200px;
  line-height: 0.9;
  color: rgba(167, 224, 219, 0.08);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  margin: 0;
}

.slide-title {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  color: var(--gray-dark);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.slide-description {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

.btn-slide-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: linear-gradient(135deg, #56d2ff 0%, #0d9196 100%);
  color: var(--white);
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-radius: 26px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(13, 145, 150, 0.18);
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.btn-slide-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(13, 145, 150, 0.26);
}

.btn-slide-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.btn-slide-cta:hover svg {
  transform: translateX(2px);
}

/* Carousel Navigation Arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: var(--white);
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: var(--accent);
  padding: 0;
}

.carousel-arrow:hover {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 4px 12px rgba(13, 145, 150, 0.3);
}

.carousel-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-arrow-left {
  left: -80px;
}

.carousel-arrow-right {
  right: -80px;
}

.carousel-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.carousel-arrow:disabled:hover {
  background: var(--white);
  color: var(--accent);
  border-color: var(--accent);
  transform: translateY(-50%) scale(1);
  box-shadow: none;
}

/* Carousel Pagination Dots */
.carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
  width: 100%;
}

.pagination-dot {
  width: 12px;
  height: 12px;
  background: #d1d5db;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.pagination-dot:hover {
  background: var(--accent);
  transform: scale(1.2);
}

.pagination-dot.active {
  background: var(--teal);
  width: 14px;
  height: 14px;
  transform: scale(1);
}

/* Sector Icons */
.sector-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.sector-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1620px;
}

.btn-schedule-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 280px;
  height: 54px;
  padding: 0 32px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  text-decoration: none;
  margin-top: 64px;
  transition: all 0.2s;
}

.btn-schedule-cta:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: var(--white);
}

/* Sectors Detail */
.sectors-detail {
  background: var(--white);
  padding: 70px 80px 80px;
  color: var(--white);
  text-align: center;
  position: relative;
  scroll-margin-top: 120px;
}

.sectors-detail .section-heading-light {
  font-size: 48px;
  margin-bottom: 20px;
}

.sectors-detail .section-desc-light {
  font-size: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1400px;
  margin: 60px auto 0;
}

.sector-detail-card {
  background: linear-gradient(
    135deg,
    rgba(48, 54, 74, 0.85) 0%,
    rgba(38, 43, 60, 0.95) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  text-align: center;
  backdrop-filter: blur(40px);
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
}

.sector-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.15);
}

.sector-detail-icon {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sector-detail-icon svg {
  display: block;
}

.sector-detail-title {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.15;
}

.sector-detail-desc {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 36px;
  flex-grow: 1;
  max-width: 480px;
}

.btn-schedule-sector {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 52px;
  padding: 0 32px;
  background: rgba(28, 32, 48, 0.6);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-schedule-sector:hover {
  background: rgba(28, 32, 48, 0.85);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Sectors Carousel */
.sectors-carousel-container {
  position: relative;
  max-width: 1500px;
  margin: 80px auto 0;
  padding: 0 100px;
}

.sectors-carousel-track-container {
  overflow: hidden;
}

.sectors-carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.sector-carousel-group {
  min-width: 100%;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.sector-carousel-group.active {
  opacity: 1;
}

/* Special styling for "Your Sector" card */
.sector-your-sector {
  background: linear-gradient(
    135deg,
    rgba(48, 54, 74, 0.85) 0%,
    rgba(38, 43, 60, 0.95) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sector-your-sector:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

/* Sectors Carousel Navigation Arrows */
.sectors-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white);
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.sectors-carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.sectors-carousel-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.sectors-carousel-arrow-left {
  left: 20px;
}

.sectors-carousel-arrow-right {
  right: 20px;
}

.sectors-carousel-arrow:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.sectors-carousel-arrow:disabled:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1);
  box-shadow: none;
}

.sectors-carousel-arrow svg {
  width: 28px;
  height: 28px;
}

/* Sectors Carousel Pagination Dots */
.sectors-carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.sectors-pagination-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.sectors-pagination-dot:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.2);
}

.sectors-pagination-dot.active {
  background: var(--white);
  width: 36px;
  border-radius: 6px;
}

/* Team Dots */
.team-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.team-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gray-border);
  transition: all 0.2s;
}

.team-dots .dot.active {
  background: var(--accent);
  width: 32px;
  border-radius: 6px;
}

/* Schedule Call Section */
.schedule-call {
  background: var(--teal);
  padding: 10px 152px 80px;
  color: var(--white);
  text-align: center;
}

.schedule-call .section-heading {
  color: var(--white);
}

.schedule-call .section-desc {
  color: rgba(255, 255, 255, 0.9);
}

.schedule-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 60px auto 0;
  text-align: left;
}

.schedule-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.consultation-types {
  background: var(--white);
  border: 1px solid #dfe8ee;
  border-radius: 16px;
  padding: 28px 28px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.consultation-heading {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 20px;
  color: var(--gray-dark);
  margin-bottom: 6px;
}

.consultation-sub {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 13px;
  color: var(--gray-medium);
  margin-bottom: 18px;
}

.consultation-option {
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 14px;
  border: 1px solid #e6edf2;
  transition: all 0.2s;
}

.consultation-option:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(13, 145, 150, 0.12);
}

.consultation-option.option-primary {
  background: #e9f7ff;
}

.consultation-option.option-secondary {
  background: #eaf7f5;
}

.consultation-option.option-tertiary {
  background: #fff1eb;
}

.consultation-title {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 15px;
  color: var(--gray-dark);
  margin-bottom: 4px;
}

.consultation-desc {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 12px;
  color: var(--gray-medium);
}

.expect-card {
  margin-top: 18px;
  background: var(--white);
  border: 1px solid #dfe8ee;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.expect-title {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 15px;
  color: var(--gray-dark);
  margin-bottom: 16px;
}

.expect-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.expect-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4fbff;
  border: 1px solid #e3f1fb;
  border-radius: 12px;
  padding: 12px 14px;
}

.expect-item svg {
  flex-shrink: 0;
}

.expect-item p {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 12px;
  color: var(--gray-dark);
  line-height: 1.35;
}

/* Schedule Form */
.schedule-form-card {
  background: var(--white);
  border: 1px solid #dfe8ee;
  border-radius: 16px;
  padding: 28px 28px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.form-title {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 20px;
  color: var(--gray-dark);
  margin-bottom: 18px;
}

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

.schedule-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

.schedule-form label {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 13px;
  color: var(--gray-medium);
}

.schedule-form input,
.schedule-form textarea,
.schedule-form select {
  padding: 12px 14px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-size: 13px;
  color: var(--gray-dark);
  font-family: var(--font-sora);
}

.schedule-form input:focus,
.schedule-form textarea:focus,
.schedule-form select:focus {
  outline: none;
  border-color: var(--teal);
  background: #fff;
}

.schedule-form textarea {
  min-height: 120px;
  resize: vertical;
}

.schedule-form .phone-input-wrapper {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}

.schedule-form .country-code-select {
  padding: 12px 8px;
  font-size: 12px;
}

.phone-input-group {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
}

.country-code {
  grid-column: auto;
}

.phone-number {
  grid-column: auto;
}

.form-note {
  grid-column: 1 / -1;
  font-family: var(--font-sora);
  font-size: 11px;
  color: var(--gray-medium);
  line-height: 1.5;
  margin-top: 4px;
  text-align: right;
}

.schedule-call .btn-submit {
  grid-column: 1 / -1;
  height: 44px;
  padding: 0 24px;
  background:
    linear-gradient(var(--white), var(--white)),
    linear-gradient(90deg, #6fd6ff 0%, #9ee4d7 50%, #ffbfa6 100%);
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  color: #2f3545;
  box-shadow: 0 0 0 1px rgba(111, 214, 255, 0.25);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.schedule-call .btn-submit:hover {
  background: #f7f7f7;
  transform: translateY(-1px);
}

/* Grow With Us */
.grow-with-us {
  background: var(--white);
  padding: 70px 152px 80px;
  text-align: center;
}

.btn-opportunities {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 360px;
  height: 64px;
  padding: 0 32px;
  background: linear-gradient(
    251deg,
    rgba(255, 242, 237, 1) 0%,
    rgba(255, 239, 255, 1) 50%,
    rgba(233, 248, 255, 1) 100%
  );
  border: 2px solid transparent;
  border-radius: 12px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 20px;
  color: var(--gray-dark);
  text-decoration: none;
  margin-top: 48px;
  transition: all 0.2s;
}

.btn-opportunities:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(70, 157, 175, 0.2);
}

/* Footer Socials */
.footer-socials {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 32px 0;
}

.footer-socials a {
  color: #6b7280;
  transition: color 0.2s;
}

.footer-socials a:hover {
  color: #469daf;
}

/* Footer Links */
.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-links a {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 18px;
  color: #1f2937;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-links span {
  color: #6b7280;
}

/* Responsive updates */
@media (max-width: 900px) {
  .impact-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillar-content {
    grid-template-columns: 1fr;
  }

  .sector-cards {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .sectors-detail {
    padding: 80px 40px 100px;
  }

  .sectors-carousel-container {
    padding: 0 70px;
  }

  .sector-detail-card {
    padding: 60px 50px;
    min-height: 380px;
  }

  .sector-detail-title {
    font-size: 36px;
  }

  .sector-detail-desc {
    font-size: 17px;
  }

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

  .expect-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .impact-stats {
    grid-template-columns: 1fr;
  }

  .sector-cards {
    grid-template-columns: 1fr;
  }

  .sectors-detail {
    padding: 100px 80px 80px;
  }

  .sectors-detail .section-heading-light {
    font-size: 32px;
  }

  .sectors-detail .section-desc-light {
    font-size: 16px;
  }

  .sectors-carousel-container {
    padding: 0 50px;
    margin-top: 50px;
  }

  .sector-carousel-group {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sector-detail-card {
    padding: 50px 30px;
    min-height: 340px;
  }

  .sector-detail-icon svg {
    width: 80px;
    height: 80px;
  }

  .sector-detail-title {
    font-size: 32px;
  }

  .sector-detail-desc {
    font-size: 16px;
  }

  .btn-schedule-sector {
    font-size: 15px;
    min-width: 100%;
    padding: 0 24px;
  }

  .sectors-carousel-arrow {
    width: 44px;
    height: 44px;
  }

  .sectors-carousel-arrow-left {
    left: 5px;
  }

  .sectors-carousel-arrow-right {
    right: 5px;
  }

  .phone-input-group {
    grid-template-columns: 70px 1fr;
  }

  .footer-socials {
    flex-wrap: wrap;
  }

  /* Mobile Modal */
  .modal-content {
    width: 90% !important;
    max-width: 100%;
    max-height: 90vh;
    padding: 28px 20px !important;
  }

  .modal-header {
    margin-bottom: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .modal-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .btn-cancel,
  .btn-schedule {
    width: 100%;
  }

  /* Contact Section Mobile */
  .contact-layout {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .contact-card-large {
    padding: 40px 28px !important;
  }

  .contact-cards-row {
    grid-template-columns: 1fr !important;
  }

  .contact-info-item {
    padding: 20px !important;
  }
}

/* ==========================================
   CONTACT SECTION - NEW DESIGN
   ========================================== */

.contact-section-new {
  padding: 100px 152px;
  background: var(--white);
}

.contact-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 80px;
}

.contact-main-title {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--gray-dark);
  margin-bottom: 20px;
}

.contact-subtitle {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: var(--gray-medium);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}

/* Left Side - Contact Info */
.contact-info-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-item {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}

.contact-info-item:hover {
  box-shadow: 0 4px 20px rgba(13, 145, 150, 0.1);
  transform: translateY(-2px);
}

.contact-icon-box {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #5fd7de 0%, #469daf 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-text h3 {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 18px;
  color: var(--gray-dark);
  margin-bottom: 4px;
}

.contact-info-text p {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 16px;
  color: var(--gray-medium);
  margin: 0;
}

/* Right Side - Action Cards */
.contact-cards-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Large Consultation Card */
.contact-card-large {
  background: linear-gradient(135deg, #5fd7de 0%, #469daf 100%);
  border-radius: 20px;
  padding: 48px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-card-large::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.card-icon-large {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.card-title-large {
  font-family: var(--font-sora);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 16px;
}

.card-desc {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 40px;
  background: var(--white);
  border-radius: 10px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 16px;
  color: var(--gray-dark);
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-card-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-card-cta svg {
  color: var(--teal);
}

/* Two Small Cards Row */
.contact-cards-row {
  display: flex;
  flex-direction: column;
  align-items: center; /* center cards within the right column */
  gap: 20px;
  width: 100%;
}

.contact-card-small {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 20px;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  align-items: center; /* center icon, title, text, button */
  text-align: center; /* center the text */
  transition: all 0.3s ease;
  width: 100%;
}

.contact-card-small:hover {
  box-shadow: 0 8px 32px rgba(13, 145, 150, 0.12);
  transform: translateY(-4px);
  border-color: var(--teal);
}

.card-icon-small {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.contact-card-small h4 {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 20px;
  color: var(--gray-dark);
  margin-bottom: 12px;
}

.contact-card-small p {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray-medium);
  margin-bottom: 24px;
  flex-grow: 1;
}

.btn-card-small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #5fd7de 0%, #469daf 100%);
  border-radius: 8px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
  text-decoration: none;
  align-self: flex-middle;
  transition: all 0.3s ease;
}

.btn-card-small:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(13, 145, 150, 0.3);
}

.btn-card-link {
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 14px;
  color: var(--teal);
  text-decoration: none;
  align-self: flex-middle;
  transition: all 0.3s ease;
}

.btn-card-link:hover {
  color: var(--accent);
  transform: translateX(4px);
}

/* Grow With Us - Updated */
.grow-with-us {
  padding: 100px 152px;
  background: #f8f9fa;
  text-align: center;
}

.grow-with-us .section-heading {
  margin-bottom: 20px;
}

.grow-with-us .section-desc {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 18px;
}

.btn-opportunities {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 40px;
  background: transparent;
  border: 2px solid var(--teal);
  border-radius: 10px;
  font-family: var(--font-sora);
  font-weight: 600;
  font-size: 16px;
  color: var(--teal);
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-opportunities:hover {
  background: var(--teal);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(13, 145, 150, 0.3);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .contact-section-new {
    padding: 80px;
  }

  .contact-main-title {
    font-size: 40px;
  }

  .grow-with-us {
    padding: 10px;
  }
}

@media (max-width: 900px) {
  .contact-section-new {
    padding: 60px 40px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-main-title {
    font-size: 36px;
  }

  .contact-subtitle {
    font-size: 18px;
  }

  .contact-cards-row {
    grid-template-columns: 1fr;
  }

  .grow-with-us {
    padding: 60px 40px;
  }
}

@media (max-width: 600px) {
  .contact-section-new {
    padding: 40px 24px;
  }

  .contact-header {
    margin-bottom: 48px;
  }

  .contact-main-title {
    font-size: 28px;
  }

  .contact-subtitle {
    font-size: 16px;
  }

  .contact-card-large {
    padding: 36px 28px;
  }

  .card-title-large {
    font-size: 20px;
  }

  .card-desc {
    font-size: 16px;
  }

  .contact-info-item {
    padding: 20px;
  }

  .grow-with-us {
    padding: 40px 24px;
  }
}
.leadership-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #f0faf7 0%, #fdf6f0 100%);
  border: 3px solid #e2ece9;
  border-radius: 20px;
  padding: 36px 100px;
  max-width: 1200px;
  margin: 50px auto;
  overflow: hidden;
  gap: 32px;
}

.leadership-content {
  flex: 1;
  max-width: 480px;
}

.leadership-title {
  color: var(--gray-dark);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 14px 0;
  line-height: 1.3;
}

.leadership-text {
  color: #4a5568;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.leadership-image {
  flex-shrink: 0;
  width: 260px;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leadership-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 640px) {
  .leadership-card {
    flex-direction: column;
    padding: 28px 100px;
  }

  .leadership-image {
    width: 100%;
    height: 200px;
  }

  .leadership-content {
    max-width: 100%;
  }
}
/* ============================================================
   ACTZIENT — COMPLETE MOBILE RESPONSIVE FIX
   Paste this at the VERY BOTTOM of your styles.css
   Does NOT change any colours, fonts or desktop design
   ============================================================ */

/* ── Base fixes (all screen sizes) ─────────────────────────── */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* ── Tablet  (≤ 1024px) ─────────────────────────────────────── */
@media (max-width: 1024px) {
  /* Header */
  .header-inner {
    padding: 16px 32px !important;
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav a {
    font-size: 14px;
  }

  /* Hero */
  .hero {
    padding: 80px 32px 100px !important;
    background-attachment: scroll !important;
  }

  .hero-title {
    font-size: 40px !important;
  }

  /* Sections */
  .section-dark {
    padding: 60px 32px 100px !important;
  }

  .sectors-teal {
    padding: 60px 32px 80px !important;
  }

  .three-pillars,
  .pillar-detail {
    padding: 80px 32px 100px !important;
  }

  .who-we-are {
    padding: 10px 32px 10px !important;
  }

  .vision-mission {
    padding: 100px 32px 80px !important;
  }

  .team {
    padding: 0 32px 60px !important;
  }

  .value-props {
    padding: 60px 32px 70px !important;
  }

  .contact-section {
    padding: 60px 32px 70px !important;
  }

  .footer-cta {
    padding: 60px 32px 80px !important;
  }

  .footer {
    padding: 60px 32px 40px !important;
  }

  .grow-with-us {
    padding: 60px 32px !important;
  }

  /* Grids */
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .impact-stats {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }

  .founders-grid {
    gap: 40px !important;
  }

  /* Footer */
  .footer-headline {
    font-size: 52px !important;
  }

  .footer-inner {
    gap: 48px !important;
  }
}

/* ── Mobile  (≤ 768px) ──────────────────────────────────────── */
@media (max-width: 768px) {
  /* ── HEADER ── */
  .header-inner {
    padding: 14px 20px !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }

  .nav {
    display: none !important; /* hide nav links; add a hamburger if needed */
  }

  .btn-cta-primary {
    min-width: unset !important;
    width: auto !important;
    padding: 0 16px !important;
    height: 40px !important;
    font-size: 13px !important;
  }

  /* ── HERO ── */
  .hero {
    padding: 60px 20px 80px !important;
    min-height: unset !important;
    background-attachment: scroll !important;
  }

  .hero-title {
    font-size: 30px !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
  }

  .hero-desc {
    font-size: 15px !important;
    margin-bottom: 28px !important;
  }

  .hero-graphic {
    width: 100px !important;
    height: 80px !important;
    margin-bottom: 16px !important;
  }

  .hero-badge {
    font-size: 64px !important;
  }

  .cta-row {
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .btn-architect,
  .btn-roadmap {
    min-width: unset !important;
    width: 100% !important;
    font-size: 14px !important;
    height: 50px !important;
  }

  .btn-schedule-hero {
    min-width: unset !important;
    width: 100% !important;
    font-size: 16px !important;
    height: 52px !important;
  }

  /* ── IMPACT STATS ── */
  .impact-section {
    padding: 40px 20px !important;
  }

  .impact-stats {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    margin-top: 32px !important;
  }

  .stat-circle {
    min-height: unset !important;
    padding: 20px 12px !important;
    aspect-ratio: 1 !important;
  }

  .stat-circle .stat-num {
    font-size: 32px !important;
    margin-bottom: 8px !important;
  }

  .stat-circle .stat-label {
    font-size: 12px !important;
  }

  /* ── SECTION HEADINGS ── */
  .section-heading {
    font-size: 28px !important;
    margin: 32px auto 16px auto !important;
  }

  .section-heading-light {
    font-size: 28px !important;
  }

  .section-desc,
  .section-desc-light {
    font-size: 15px !important;
  }

  .sectors-title {
    font-size: 28px !important;
  }

  /* ── DARK SECTION ── */
  .section-dark {
    padding: 50px 20px 80px !important;
  }

  .pillars-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .pillars-on-dark {
    margin-top: 40px !important;
  }

  /* ── SECTORS TEAL ── */
  .sectors-teal {
    padding: 48px 20px 60px !important;
  }

  .btn-outline-white {
    width: 100% !important;
    margin: 0 auto 40px !important;
  }

  /* ── WHO WE ARE ── */
  .who-we-are {
    padding: 100px 152px 50px !important;
  }

  .who-label {
    font-size: 32px !important;
  }

  .who-desc {
    font-size: 16px !important;
  }

  /* ── VISION / MISSION ── */
  .vision-mission {
    grid-template-columns: 1fr !important;
    padding: 0 20px 60px !important;
    gap: 20px !important;
  }

  /* ── THREE PILLARS / PILLAR DETAIL ── */
  .three-pillars,
  .pillar-detail {
    padding: 60px 20px 80px !important;
  }

  .pillar-content {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .pillar-badge {
    font-size: 80px !important;
  }

  /* ── CAROUSEL ── */
  .pillars-carousel-section {
    padding: 48px 16px 60px !important;
    overflow: visible !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .carousel-container {
    padding: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  .carousel-track-container {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    position: relative !important;
    height: auto !important;
  }

  .carousel-track {
    display: flex !important;
    width: 100% !important;
    transition: transform 0.5s ease !important;
  }

  .carousel-slide {
    min-width: 100% !important;
    width: 100% !important;
    opacity: 0 !important;
    display: none !important;
    position: relative !important;
    flex-shrink: 0 !important;
  }

  .carousel-slide.active {
    opacity: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .carousel-heading {
    font-size: 24px !important;
    margin-bottom: 16px !important;
  }

  .carousel-subtitle {
    font-size: 14px !important;
    margin-bottom: 40px !important;
  }

  .slide-content {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 16px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .slide-visual {
    min-height: 240px !important;
    padding: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .slide-visual svg {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    width: 100% !important;
  }

  .slide-info {
    width: 100% !important;
    display: block !important;
  }

  .slide-number {
    font-size: 80px !important;
    right: 0 !important;
  }

  .slide-title {
    font-size: 22px !important;
  }

  .slide-description {
    font-size: 14px !important;
  }

  .carousel-arrow {
    width: 38px !important;
    height: 38px !important;
    display: none !important;
  }

  .carousel-arrow-left {
    left: auto !important;
  }

  .carousel-arrow-right {
    right: auto !important;
  }

  .carousel-pagination {
    display: flex !important;
    justify-content: center !important;
    margin-top: 32px !important;
  }

  /* ── SECTORS DETAIL ── */
  .sectors-detail {
    padding: 60px 20px 60px !important;
  }

  .sectors-carousel-container {
    padding: 0 !important;
    margin: 24px 0 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .sector-detail-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    padding: 24px 20px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .sector-detail-title {
    font-size: 22px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    width: 100% !important;
  }

  .sector-detail-desc {
    font-size: 14px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    width: 100% !important;
    text-align: center !important;
  }

  .sectors-carousel-arrow-left {
    left: 4px !important;
    z-index: 10 !important;
  }

  .sectors-carousel-arrow-right {
    right: 4px !important;
    z-index: 10 !important;
  }

  /* ── FIX 2: Schedule section white card cut off ── */
  .schedule-section,
  [class*="schedule-section"],
  [class*="schedule-layout"],
  [class*="schedule-new"] {
    padding: 48px 16px !important;
    overflow: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .schedule-layout,
  [class*="schedule-grid"],
  [class*="schedule-content"] {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 24px !important;
    overflow: hidden !important;
  }

  .schedule-left,
  .schedule-right,
  [class*="schedule-left"],
  [class*="schedule-right"],
  [class*="consultation-types"],
  [class*="schedule-form-wrap"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* ── FIX 3: Modal / form teal overflow ── */
  .schedule-modal,
  .modal-content {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .modal-content {
    width: 95vw !important;
    max-width: 95vw !important;
    padding: 24px 16px !important;
    margin: 0 auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  /* Fix all form inputs not overflowing */
  .form-group input,
  .form-group select,
  .form-group textarea,
  .phone-input-wrapper,
  .phone-input-wrapper input,
  .country-code-select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .phone-input-wrapper {
    display: flex !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .country-code-select {
    flex: 0 0 75px !important;
    width: 75px !important;
  }

  .phone-input-wrapper input {
    flex: 1 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  /* Fix consultation type cards */
  [class*="consultation-type"],
  [class*="consult-card"],
  [class*="contact-option"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* ── FIX 4: General overflow catch-all ── */
  * {
    max-width: 100% !important;
  }

  section,
  div {
    max-width: 100vw;
  }
}
/* ===== TARGETED MOBILE FIXES ===== */

@media (max-width: 768px) {
  /* ── FIX 1: Sector cards text cut off ── */
  .sectors-detail {
    padding: 60px 16px 60px !important;
    overflow: hidden !important;
  }

  .sectors-carousel-container {
    padding: 0 !important;
    margin: 24px 0 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .sector-detail-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    padding: 24px 20px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .sector-detail-title {
    font-size: 22px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    width: 100% !important;
  }

  .sector-detail-desc {
    font-size: 14px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    width: 100% !important;
    text-align: center !important;
  }

  .sectors-carousel-arrow-left {
    left: 4px !important;
    z-index: 10 !important;
  }

  .sectors-carousel-arrow-right {
    right: 4px !important;
    z-index: 10 !important;
  }

  /* ── FIX 2: Schedule section white card cut off ── */
  .schedule-section,
  [class*="schedule-section"],
  [class*="schedule-layout"],
  [class*="schedule-new"] {
    padding: 48px 16px !important;
    overflow: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .schedule-layout,
  [class*="schedule-grid"],
  [class*="schedule-content"] {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 24px !important;
    overflow: hidden !important;
  }

  .schedule-left,
  .schedule-right,
  [class*="schedule-left"],
  [class*="schedule-right"],
  [class*="consultation-types"],
  [class*="schedule-form-wrap"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* ── FIX 3: Modal / form teal overflow ── */
  .schedule-modal,
  .modal-content {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .modal-content {
    width: 95vw !important;
    max-width: 95vw !important;
    padding: 24px 16px !important;
    margin: 0 auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  /* Fix all form inputs not overflowing */
  .form-group input,
  .form-group select,
  .form-group textarea,
  .phone-input-wrapper,
  .phone-input-wrapper input,
  .country-code-select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .phone-input-wrapper {
    display: flex !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .country-code-select {
    flex: 0 0 75px !important;
    width: 75px !important;
  }

  .phone-input-wrapper input {
    flex: 1 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  /* Fix consultation type cards */
  [class*="consultation-type"],
  [class*="consult-card"],
  [class*="contact-option"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* ── FIX 4: General overflow catch-all ── */
  * {
    max-width: 100% !important;
  }

  section,
  div {
    max-width: 100vw;
  }
}
/* ===== FINAL EXACT MOBILE FIXES ===== */

@media (max-width: 768px) {
  /* ── FIX 1: NAVBAR — show properly on mobile ── */
  .nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    order: 3 !important;
    padding: 10px 0 6px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  }

  .nav a {
    font-size: 14px !important;
    width: 100% !important;
    text-align: center !important;
    padding: 6px 0 !important;
  }

  .header-inner {
    flex-wrap: wrap !important;
    padding: 12px 16px !important;
    gap: 8px !important;
  }

  .btn-cta-primary {
    order: 2 !important;
    min-width: unset !important;
    width: auto !important;
    height: 40px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  /* ── FIX 2: SCHEDULE CALL SECTION ── */
  .schedule-call {
    padding: 48px 16px 60px !important;
    overflow: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .schedule-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .schedule-left {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    box-sizing: border-box !important;
  }

  .consultation-types {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 24px 16px !important;
    border-radius: 16px !important;
  }

  .consultation-option {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 16px !important;
    margin-bottom: 12px !important;
  }

  .consultation-title {
    font-size: 15px !important;
    word-wrap: break-word !important;
  }

  .consultation-desc {
    font-size: 13px !important;
  }

  .expect-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 16px !important;
    padding: 20px 16px !important;
  }

  /* ── FIX 3: SCHEDULE FORM (right side) ── */
  .schedule-right,
  .schedule-form-container,
  .schedule-form-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    box-sizing: border-box !important;
    padding: 24px 16px !important;
    border-radius: 16px !important;
  }

  .schedule-form .form-row {
    grid-template-columns: 1fr !important;
  }

  .schedule-form .form-group input,
  .schedule-form .form-group select,
  .schedule-form .form-group textarea {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .phone-input-wrapper {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .modal-buttons {
    flex-direction: column !important;
  }

  .btn-cancel,
  .btn-schedule {
    width: 100% !important;
  }

  /* ── FIX: Carousel arrows on mobile ── */
  .carousel-arrow {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .carousel-arrow-left {
    left: 5px !important;
    right: auto !important;
  }

  .carousel-arrow-right {
    right: 5px !important;
    left: auto !important;
  }

  .carousel-track-container {
    padding: 0 50px !important;
    position: relative !important;
  }
}

/* Core Sectors: static responsive card grid (3/2/1) */
.sectors-detail .sectors-carousel-container {
  max-width: 1400px;
  margin: 60px auto 0;
  padding: 0;
}

.sectors-detail .sectors-carousel-track-container {
  overflow: visible;
}

.sectors-detail .sectors-carousel-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  transform: none !important;
}

.sectors-detail .sector-carousel-group {
  display: contents;
  min-width: 0;
  opacity: 1 !important;
}

.sectors-detail .sectors-carousel-arrow,
.sectors-detail .sectors-carousel-pagination {
  display: none !important;
}

.sectors-detail .sector-detail-card {
  min-height: 420px;
  height: 100%;
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sectors-detail .sector-detail-icon {
  width: 100%;
  height: clamp(84px, 9vw, 108px);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectors-detail .sector-detail-icon svg {
  width: clamp(72px, 8vw, 110px);
  height: auto;
  max-height: 100%;
}

.sectors-detail .sector-detail-title {
  margin-bottom: 16px;
}

.sectors-detail .sector-detail-desc {
  width: 100%;
  max-width: 32ch;
  margin: 0 auto 30px;
}

.sectors-detail .btn-schedule-sector {
  margin-top: auto;
}

@media (max-width: 1024px) {
  .sectors-detail .sectors-carousel-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .sectors-detail .sectors-carousel-track {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sectors-detail .sector-detail-card {
    min-height: 340px;
    padding: 40px 28px;
  }
}

/* Final section rhythm normalization: remove stacked vertical whitespace */
.page > section:not(.hero) {
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}

/* Keep rhythm proportional on smaller screens */
@media (max-width: 1024px) {
  .page > section + section {
    margin-top: 64px;
  }
}

@media (max-width: 768px) {
  .page > section + section {
    margin-top: 48px;
  }
}
/* ===== FIX WHO WE ARE MOBILE ===== */
@media (max-width: 768px) {
  .who-we-are {
    padding: 10px 20px 60px !important;
  }

  .who-label {
    font-size: 28px !important;
    line-height: 1.3 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .who-desc {
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-align: center !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
    padding: 0 8px !important;
  }
}
/* ===== FIX NAVBAR LOGO MOBILE ===== */
@media (max-width: 768px) {
  .header-inner {
    padding: 12px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .logo {
    flex-shrink: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    width: 120px !important;
  }

  .logo img {
    height: 40px !important;
    width: 100% !important;
    max-width: 120px !important;
    object-fit: contain !important;
    display: block !important;
    position: relative !important;
    left: auto !important;
    transform: none !important;
  }

  .header {
    overflow: visible !important;
    width: 100% !important;
  }
}
