*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Inter' , sans-serif;
}

@media (max-width: 768px) {
  #value,
  #contact {
    scroll-margin-top: var(--nav-offset-mobile);
  }
}

html,body{
  overflow-x: hidden;
}

main{
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.navbar{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: white;
}

/* Push page below navbar */
body{
  padding-top: 72px;   /* exactly navbar height */
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0f172a;
  background: #f8fafc;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
}

.nav-link{
    border-radius: 10px;
}

.nav-link:hover{
    background-color:#f3f0ff;
    /* border: black 1.5px solid; */
    /* border-radius: 20px; */
} 

.footer-link {
  text-decoration: none;
  color: #555;
  font-weight: 500;
}

.footer-link:hover {
  color: #5b5df0;
}

.navbar .btn-primary {
  transition: all 0.3s ease;
}

.navbar .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

footer {
  background-color: #f9f9f9;
}

/* Footer container */
.footer-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin:0 auto;
  padding: 0 15px;
  flex-direction: column;
  gap: 30px;
}

/* ===== COMPANY ===== */
.company-tagline p {
  margin-top: 6px;
  color: #666;
  font-size: 14px;
}

/* ===== SOCIAL ===== */
.social-accounts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.connecting-text p {
  font-weight: 500;
  margin: 0;
}

/* Social icons */
.social-logos {
  display: flex;
  gap: 15px;
}

.social-logos i {
  font-size: 22px;
  color: #444;
  cursor: pointer;
  transition: all 0.3s ease;
}

.social-logos i:hover {
  color: #6f42c1;
  transform: translateY(-3px);
}

/* ===== COPYRIGHT ===== */
.copyright {
  text-align: left;
}

.copyright p {
  font-size: 14px;
  color: #777;
  margin: 0;
}

/* ===== DESKTOP VIEW ===== */
@media (min-width: 768px) {
  .footer-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .copyright {
    text-align: right;
    max-width: 300px;
  }
}

/* Brand alignment fix */
.brand {
  display: flex;
  align-items: center;   /* 🔥 THIS IS THE KEY */
  gap: 10px;
  text-decoration: none;
  color: #000;
}

/* Logo size */
.brand img {
  height: 42px;
  display: block; /* removes inline-image baseline issue */
}

/* Brand text fix */
.brand span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;   /* 🔥 PREVENTS DOWNWARD PUSH */
}

.company-tagline p {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand img {
  height: 40px;
  display: block;
}

.brand span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.company-tagline p,
.connecting-text p,
.copyright p {
  margin: 4px 0 0 0;
}

.hero {
  margin-top: 0 !important;
  overflow-x: hidden;
  min-height: calc(100vh - 72px);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f8fafc;
  background-image:
    linear-gradient(to right, rgba(15,23,42,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,23,42,0.04) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(99,102,241,0.12), transparent 65%);
  background-size: 48px 48px, 48px 48px, 100% 100%;
}

.technology-badge .badge {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
}


.humanity-text span line-2{
  color: #4f46e5;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-btns button:first-child {
  background: #4f46e5;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
}

.hero-btns button:last-child {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
}

.trusted-text {
  margin-top: 3rem;
  color: #6b7280;
}

.properties {
  display: flex;
  gap: 2rem;
  
  color: #9ca3af;
}

.humanity-text {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 1.5rem auto 0;
  max-width:100%;

  font-size: clamp(2.6rem, 7vw, 5.5rem);
}

.line-2 {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.humanity-text span {
  display: inline-block;
  animation: fadeUp 0.6s ease forwards;
}

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

/* .humanity-text {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1e293b;
  max-width: 900px;
  margin: 1.6rem auto 0;
} */

.line-1,
.line-3 {
  color: #1f2937;
}

.line-2 {
  background: linear-gradient(90deg, #2563eb 0%, #6366f1 50%, #7c3aed 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-btns button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.hero-btns button:first-child {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.35);
}

.hero-btns button:last-child {
  background: #ffffff;
  color: #1f2937;
  border: 1px solid #e5e7eb;
}

.info-text p {
  color: #6b7280;
  font-size: 1.05rem;
  max-width: 720px;
  margin: 1.2rem auto 0;
}



/* Cursor glow */
.cursor-glow {
  position: absolute;
  max-width: 100vw;
  max-height: 100vh;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(99, 102, 241, 0.35),
    rgba(99, 102, 241, 0.15),
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: blur(40px);
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: transform;
}

/* Disable on mobile */
@media (hover: none) {
  .cursor-glow {
    display: none;
  }
}

/* Glitter sparkle */
.sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(45deg,#60a5fa,#a78bfa,#f472b6);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  animation: sparkleFade 0.8s ease-out forwards;
  filter: blur(0.5px);
}

/* ===== Values / Founder / Contact (CTO merge) ===== */
:root {
  --main-purple: #9333ea;
  --soft-purple: #a855f7;
  --light-bg: #f8fafc;
  --border-color: #e2e8f0;
  --launch-gradient: linear-gradient(135deg, #818cf8 0%, #a78bfa 50%, #c084fc 100%);
  --nav-offset-desktop: 88px;
  --nav-offset-mobile: 76px;
}

#about,
#mission,
#expertise,
#value,
#contact {
  scroll-margin-top: var(--nav-offset-desktop);
}

@media (max-width: 768px) {
  #about,
  #mission,
  #expertise,
  #value,
  #contact {
    scroll-margin-top: var(--nav-offset-mobile);
  }
}

.values-section {
  background: linear-gradient(180deg, #f7f2ff 0%, #ffffff 60%);
  position: relative;
  overflow: hidden;
}

.values-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(147, 51, 234, 0.12), transparent 45%);
  pointer-events: none;
}

.values-grid {
  width: 100%;
}

.value-item-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.value-item-card:hover {
  border-color: var(--main-purple);
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(147, 51, 234, 0.08);
}

.value-number-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #a855f7, #6366f1);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.value-icon-box-large {
  width: 80px;
  height: 80px;
  background-color: #f3f0ff;
  color: var(--main-purple);
  border-radius: 20px;
  font-size: 36px;
  transition: all 0.3s ease;
}

.value-item-card:hover .value-icon-box-large {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(147, 51, 234, 0.18);
}

#value-humanity .value-icon-box-large {
  background: linear-gradient(135deg, #fbc2eb, #a18cd1);
  color: #ffffff;
}

#value-ethics .value-icon-box-large {
  background: linear-gradient(135deg, #a5f3fc, #38bdf8);
  color: #0f172a;
}

#value-longterm .value-icon-box-large {
  background: linear-gradient(135deg, #c4fbe2, #34d399);
  color: #0f172a;
}

#value-quality .value-icon-box-large {
  background: linear-gradient(135deg, #fed7aa, #fb7185);
  color: #ffffff;
}

.value-icon-box {
  transition: all 0.3s ease;
}

.founder-info-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  transition: all 0.4s ease;
}

.founder-info-card:hover {
  border-color: var(--main-purple);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.founder-social-link {
  transition: all 0.3s ease;
  color: #94a3b8;
}

.founder-social-link:hover {
  color: var(--main-purple);
  transform: translateY(-5px);
}

.product-launch-banner {
  background: var(--launch-gradient);
  transition: all 0.4s ease;
  border: 1px solid var(--border-color);
  border-radius: 40px;
  box-shadow: 0 15px 35px rgba(129, 140, 248, 0.18);
  padding: 2.25rem 2.5rem;
  max-width: 900px;
  width: 100%;
}

.product-launch-banner:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(129, 140, 248, 0.3);
}

.future-gradient-text {
  background: linear-gradient(90deg, #6366f1, #a855f7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-form-container {
  background-color: var(--light-bg);
  border: 1px solid var(--border-color);
  transition: all 0.4s ease-in-out;
}

.contact-form-container:hover {
  transform: translateY(-10px);
  border-color: var(--main-purple);
  box-shadow: 0 25px 50px rgba(147, 51, 234, 0.12);
  background-color: #ffffff;
}

.contact-detail-row {
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-detail-row:hover {
  transform: translateX(8px);
}

.contact-icon-circle {
  width: 44px;
  height: 44px;
  background-color: #eff6ff;
  color: #6366f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.contact-detail-row:hover .contact-icon-circle {
  background-color: var(--main-purple);
  color: #ffffff;
}

.contact-input-field {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  outline: none;
  transition: all 0.3s ease;
}

.contact-input-field:hover {
  border-color: var(--main-purple);
}

.contact-input-field:focus {
  border-color: var(--main-purple);
  box-shadow: 0 0 0 4px rgba(147, 51, 234, 0.1);
}

.contact-submit-btn {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.contact-submit-btn:hover {
  background: linear-gradient(90deg, #1d4ed8, #6d28d9);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(147, 51, 234, 0.3);
}

@media (max-width: 768px) {
  .product-launch-banner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 1rem 1.25rem;
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
  }

  .product-launch-banner .btn-stay {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1.5rem;
  }

  .product-launch-banner h3 {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .product-launch-banner p {
    font-size: 0.85rem;
  }

  .values-grid {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    padding-bottom: 1.5rem;
    scroll-snap-type: x mandatory;
  }

  .values-grid::-webkit-scrollbar {
    display: none;
  }

  .value-item-card {
    min-width: 260px;
    scroll-snap-align: start;
  }
}

/* Tailored utility classes for the new sections */
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.p-10 { padding: 2.5rem; }
.p-12 { padding: 3rem; }
.p-8 { padding: 2rem; }
.rounded-\[2\.5rem\] { border-radius: 2.5rem; }
.rounded-\[40px\] { border-radius: 40px; }
.rounded-\[35px\] { border-radius: 35px; }
.rounded-2xl { border-radius: 1rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-lg { border-radius: 0.5rem; }
.w-full { width: 100%; }
.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.max-w-\[1200px\] { max-width: 1200px; }
.max-w-\[900px\] { max-width: 900px; }
.max-w-md { max-width: 28rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
.text-white { color: #ffffff; }
.text-slate-900 { color: #0f172a; }
.text-slate-800 { color: #1e293b; }
.text-slate-600 { color: #475569; }
.text-slate-500 { color: #64748b; }
.text-slate-400 { color: #94a3b8; }
.text-indigo-600 { color: #4f46e5; }
.text-purple-600 { color: #9333ea; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1.1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.font-medium { font-weight: 500; }
.font-\[900\] { font-weight: 900; }
.leading-relaxed { line-height: 1.625; }
.leading-\[1\.1\] { line-height: 1.1; }
.tracking-widest { letter-spacing: 0.1em; }
.uppercase { text-transform: uppercase; }
.opacity-90 { opacity: 0.9; }
.bg-white { background-color: #ffffff; }
.bg-indigo-50 { background-color: #eef2ff; }
.bg-\[\#eff6ff\] { background-color: #eff6ff; }
.text-\[\#6366f1\] { color: #6366f1; }
.border-t { border-top: 1px solid #e5e7eb; }
.border-slate-100 { border-color: #f1f5f9; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-16 { gap: 4rem; }
.gap-5 { gap: 1.25rem; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.inline-flex { display: inline-flex; }
.space-y-6 > :not(:first-child) { margin-top: 1.5rem; }
.space-y-8 > :not(:first-child) { margin-top: 2rem; }
.space-y-2 > :not(:first-child) { margin-top: 0.5rem; }
.mt-10 { margin-top: 2.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.pt-8 { padding-top: 2rem; }
.border { border: 1px solid #e5e7eb; }
.shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,0.07); }
.btn-stay { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.resize-none { resize: none; }

@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@keyframes sparkleFade {
  0% {
    transform: scale(0.6) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.2) translateY(-12px);
    opacity: 0;
  }
}

/* Disable sparkles on mobile */
@media (hover: none) {
  .sparkle {
    display: none;
  }
}

.pop-btn:hover {
  transform: translateY(-2px) scale(1.05);
}

.gradient{
  background: linear-gradient(90deg, #2563eb 0%, #6366f1 50%, #7c3aed 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ========================================================= About Section =========================================================== */

.about-us{
  /* border: 1px solid black; */
  gap: 80px;
  margin: 0 auto;
  margin-top: 60px;
  padding:40px;
  padding-bottom: 100px;
  max-width: 1400px;
  min-height: calc(100vh - 72px);
  box-sizing: border-box;
}

.about-us-in{
  /* border: 1px solid black; */
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

/* .about-us-card{
  height: 500px;
  width: 500px;
  border: 1px solid black;
} */

.about-us-heading p{
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size:80px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1e293b;
  max-width: 900px;
  margin: 1.6rem auto 0;
}

.mini-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 16px;
  margin-bottom: 14px;
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.icon.purple {
  background: #e8e3ff;
  color: #5b4bdb;
}

.icon.blue {
  background: #e2f0ff;
  color: #2979ff;
}

.mini-card h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.mini-card p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #6b7280;
}

.brand-card {
  margin-top: 18px;
  background: #ececec;
  padding: 18px;
  border-radius: 18px;
  text-align: center;
}

.brand-card h3 {
  margin: 0;
  font-size: 20px;
  color: #3f46c0;
}

.brand-card p {
  margin-top: 6px;
  font-size: 14px;
  color: #555;
}

.about-card {
  width:100%;
  max-width: 420px;
  background: #f1f3f8;
  padding: 32px;
  border-radius:32px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  border: 1px solid black;
}

.mini-card {
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-card {
  background: #e8e9ec;
  padding: 22px;
  border-radius: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  .about-us {
    flex-direction: column;
    gap: 40px;
    padding: 60px 20px 100px 20px;
    margin-top: 80px;
    padding-top: 60px;
  }
  
  .about-us .technology-badge {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .about-card {
    max-width: 100%;
  }
}
.values-card {
  width: 100%;
  max-width: 420px;
  padding: 28px;
  border-radius: 32px;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 
    0 40px 80px rgba(0,0,0,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.6);
}

/* floating rows */
.mini-card {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.85);
  padding: 16px 20px;
  border-radius: 18px;
  margin-bottom: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* icons */
.icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.icon.purple {
  background: linear-gradient(135deg,#c4b5fd,#818cf8);
  color: #fff;
}

.icon.blue {
  background: linear-gradient(135deg,#93c5fd,#3b82f6);
  color: #fff;
}

/* brand box */
.brand-card {
  margin-top: 120px;
  padding: 22px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(180deg,#eef2ff,#ffffff);
  box-shadow: 0 15px 40px rgba(99,102,241,0.12);
}

.brand-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #4f46e5;
}

.brand-card p {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}


/*=============================================================== Mission Page ==============================================================*/ 

.mission-page{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  width: 100%;
  overflow-x:hidden ;
  box-sizing: border-box;
  margin-top: 40px;
}

@media (min-width: 900px) {
  .mission-page {
    padding: 80px 60px;
    margin-top: 70px;
  }
}


.mission-info p{
  text-align: center;
}

.mission-badge .badge {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mission-cards {
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 0 16px;
  margin: 32px 0;
}

@media (min-width: 900px) {
  .mission-cards {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    margin: 60px auto;
  }
}

/* Card */
.mission-card {
  min-width: 0;
  width: 100%;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

/* Header */
.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Icons */
.icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.icon.purple { background: linear-gradient(135deg,#6366f1,#8b5cf6); }
.icon.blue { background: linear-gradient(135deg,#3b82f6,#06b6d4); }
.icon.green { background: linear-gradient(135deg,#22c55e,#16a34a); }
.icon.orange { background: linear-gradient(135deg,#f59e0b,#f97316); }

/* Title */
.mission-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* Desktop → always open */
.card-content {
  margin-top: 12px;
}

.card-content p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* ================= MOBILE BEHAVIOR ================= */
@media (max-width: 768px) {
  .mission-page {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  
  .mission-badge {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .mission-card {
    cursor: pointer;
  }

  .card-content {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.4s ease;
  }

  .mission-card.active .card-content {
    max-height: 200px;
    margin-top: 12px;
  }

  .mission-card.active {
    box-shadow: 0 20px 50px rgba(99,102,241,0.18);
    transform: translateY(-4px);
  }
  
}

/* Desktop */
@media (min-width: 900px) {
  .mission-cards {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
  }
}

.mission-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(99,102,241,0.15);
}

.mission-card h3 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.3;
}

.mission-card p {
  margin-top: 10px;
  color: #64748b;
  line-height: 1.6;
  font-size: 15px;
}

@media (min-width: 900px) {
  .mission-cards {
    max-width: 1200px;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ICONS */
.icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.icon.purple {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
}

.icon.blue {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: white;
}

.icon.green {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: white;
}

.icon.orange {
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: white;
}

.mission-heading p{
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size:clamp(36px,6vw,80px);
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  max-width: 100%;
  word-break: break-word;

}

.mission-heading{
  width:100%;
  max-width: 100vw;
  text-align: center;
}

.mission-heading h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Inter", system-ui, sans-serif;
  margin: 0;
}

.mission-heading .main {
  font-size: clamp(42px, 10vw, 84px);
  font-weight: 800;
  line-height: 1.05;
  white-space:nowrap;
}

.mission-heading .amp {
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 600;
  color: #6b7280;
  margin: 4px 0;
}

.mission-title {
  text-align: center;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.1;
}

.mission-title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

/* Mission + Vision text */
.mission-title .word {
  font-size: clamp(34px, 8vw, 72px);
  font-weight: 800;
}

/* & symbol */
.mission-title .amp {
  font-size: clamp(22px, 5vw, 48px);
  opacity: 0.6;
}


/* ========================================================== Expertise Page ===============================================================*/

.expertise-page{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(40px,6vw,100px);
  width: 100%;
  max-width: 100vw;
  overflow-x:hidden ;
  box-sizing: border-box;
  margin-top: 0px;
}

@media (min-width: 900px) {
  .expertise-page {
    margin-top: 20px;
  }
}

.expertise-page .expertise-badge .badge {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .expertise-page {
    padding: 40px 20px 50px 20px;
    margin-top: 20px;
    padding-top: 40px;
  }
  
  .expertise-page .expertise-badge {
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  .expertise-title .word {
    font-size: clamp(28px, 7vw, 60px);
  }
}

.expertise-page .expertise-text p{
  text-align: center;
}

.expertise-title {
  text-align: center;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.1;
  margin-bottom: 20px;
}

.expertise-title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.expertise-title .word {
  font-size: clamp(34px, 8vw, 72px);
  font-weight: 800;
}

@media (max-width: 768px) {
  #value {
    scroll-margin-top: 100px;
  }
  
  #contact {
    scroll-margin-top: 40px;
  }
}

.gradient-text {
  background: linear-gradient(90deg, #6f42ff, #00e0ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
