@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.ttf") format("truetype");
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: #1f2937;
  background: #f2f4f8;
}

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

.container {
  margin: 0 auto;
  padding: 0 3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.6rem 1.4rem;
  font-size: 0.95rem;
  font-weight: 500;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.btn-primary {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
}

.about-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(110deg, #3b82f6 0%, #2563eb 25%, #3730a3 55%, #5b21b6 80%, #4c1d95 100%);
  color: #ffffff;
  min-height: 340px;
}

.about-hero-inner {
  margin: 0;
}
.about-hero-inner h1 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: clamp(2.25rem, 5vw, 3.45rem);
  line-height: 1.15;
}
.about-hero-inner p {
  margin: 1rem 0 0;
  color: #dbeafe;
  font-size: clamp(1.1rem, 1.9vw, 1.8rem);
  line-height: 1.45;
}

.about-company {
  background: #fff;
  padding: clamp(3rem, 4vw, 5.2rem) 0;
}

.about-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.7rem, 4vw, 4rem);
}

.about-copy h2 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  color: #111827;
}
.about-copy p {
  margin: 1.2rem 0 0;
  color: #3f4a5f;
  font-size: clamp(1.02rem, 1.2vw, 1.5rem);
  line-height: 1.55;
}

.about-image {
  margin: 0;
}
.about-image img {
  width: 100%;
  display: block;
  border-radius: 0.8rem;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.18);
}

.about-foundation {
  background: #fff;
  padding: clamp(3rem, 5vw, 5rem) 0;
}

.foundation-head {
  text-align: center;
}
.foundation-head h2 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 600;
  color: #111827;
}
.foundation-head p {
  margin: 0.8rem 0 0;
  color: #5b6677;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  line-height: 1.45;
}

.foundation-grid {
  margin-top: clamp(1.8rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.foundation-card {
  border: 1px solid #dbe1ea;
  border-radius: 0.85rem;
  background: #f5f7fb;
  padding: 1.4rem 1.3rem;
}
.foundation-card h3 {
  margin: 0.95rem 0 0;
  font-size: clamp(1.4rem, 1.6vw, 1.9rem);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}
.foundation-card p {
  margin: 0.8rem 0 0;
  color: #4f5e70;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  line-height: 1.55;
}

.foundation-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.55rem;
  background: #dbe8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: none;
  color: #2563eb;
}
.foundation-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentcolor;
}
.foundation-icon img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.about-story {
  background: #fff;
  padding: clamp(1.6rem, 3vw, 2.4rem) 0 clamp(3.4rem, 5vw, 5.2rem);
}

.about-story-inner {
  max-width: 860px;
  margin: 0 auto;
}
.about-story-inner h2 {
  margin: 0;
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
  color: #111827;
}
.about-story-inner p {
  margin: 1rem 0 0;
  color: #4b5563;
  font-size: clamp(1rem, 1.18vw, 1.28rem);
  line-height: 1.6;
}

.about-industries {
  background: #f2f4f8;
  padding: clamp(3rem, 5vw, 4.6rem) 0;
}

.industries-head {
  text-align: center;
}
.industries-head h2 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
  color: #111827;
}
.industries-head p {
  margin: 0.75rem 0 0;
  color: #606b7b;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  line-height: 1.45;
}

.industries-grid {
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.industry-card {
  border: 1px solid #dbe1ea;
  border-radius: 0.75rem;
  background: #fff;
  padding: 1.5rem;
}
.industry-card h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.05rem, 1.2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
}
.industry-card p {
  margin: 0.7rem 1rem 0 0;
  color: #5f6b7b;
  font-size: clamp(0.9rem, 1vw, 1.02rem);
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .about-company-grid {
    grid-template-columns: 1fr;
  }
  .foundation-grid {
    grid-template-columns: 1fr;
  }
  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
  }
}
@media (max-width: 767px) {
  .container {
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0 0.8rem;
  }
  .about-hero {
    padding: 2.4rem 0;
  }
  .about-company {
    padding: 2.4rem 0 3rem;
  }
  .about-story {
    padding-top: 1.2rem;
  }
  .industries-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.25rem;
  }
  .about-industries {
    padding: 2.3rem 0 2.9rem;
  }
  .industries-head h2 {
    font-size: clamp(1.9rem, 8vw, 2.25rem);
    line-height: 1.15;
  }
  .industries-head p {
    margin-top: 0.6rem;
    font-size: 1.06rem;
    line-height: 1.5;
  }
  .industry-card {
    padding: 1rem 0.95rem;
    border-radius: 0.7rem;
  }
  .industry-card h3 {
    font-size: 1.28rem;
    line-height: 1.3;
  }
  .industry-card p {
    margin-top: 0.65rem;
    font-size: 1.08rem;
    line-height: 1.5;
  }
}/*# sourceMappingURL=about.css.map */