/* Extension Development Page Styles */

/* Extension Hero Section */
.ext-hero {
  background-color: var(--sada);
  padding: 170px 0 70px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.ext-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1448px;
  margin: 0 auto;
  padding: 0;
}

.ext-hero-content {
  flex: 1;
  max-width: 800px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  background-color: var(--dark);
  color: var(--text-light);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  left: unset;
  bottom: unset;
  width: fit-content;
  height: fit-content;
}

.hero-badge .icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.hero-badge .icon svg {
  width: 14px;
  height: 14px;
}

.service-icon svg path {
  fill: #ff6a3d;
}

.ext-hero h1 {
  font-size: 50px;
  line-height: 1.4;
  color: #111827;
  margin-bottom: 25px;
  font-weight: 800;
  letter-spacing: -1px;
}

.ext-hero h1 span {
  font-weight: 400;
  color: #374151;
}

.ext-hero p {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 35px;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 45px;
}

.hero-feature-badge {
  display: flex;
  align-items: center;
  background: white;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  border: 1px solid #f3f4f6;
}

.hero-feature-badge .icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.hero-feature-badge .icon svg {
  width: 16px;
  height: 16px;
}

.text-orange {
  color: #f97316;
}

.text-blue {
  color: #3b82f6;
}

.text-purple {
  color: #8b5cf6;
}

.text-dark {
  color: #1a1e2d;
}

.btn-hero-outline {
  display: inline-block;
  padding: 10px 30px;
  color: var(--primary);
  background: var(--sada);
  border: 2px solid var(--primary);
  border-radius: 100px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-hero-outline:hover {
  background: var(--primary);
  color: var(--sada);
}

/* Grid layout */
.ext-hero-grid {
  display: flex;
  gap: 20px;
}

.grid-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.grid-col.col-down {
  transform: translateY(30px);
}

.grid-item {
  width: 160px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.grid-item.item-img {
  height: 160px;
}

.grid-item.item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-item.item-card {
  height: 160px;
  flex-direction: column;
  text-align: center;
}

.icon-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
}

.icon-inner svg {
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
}

.card-gray {
  background-color: #e5e3ec;
}

.card-light-green {
  background-color: #e2fcc7;
}

.card-cyan {
  background-color: #c9fdfb;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.card-inner {
  width: 100%;
}

.trend-icon {
  margin-bottom: auto;
  color: #ef4444;
  margin-bottom: 15px;
}

.trend-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ef4444;
}

.card-label {
  font-size: 11px;
  color: #4b5563;
  margin-bottom: 5px;
  font-weight: 600;
}

.card-value {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .ext-hero-container {
    gap: 30px;
  }
}

@media (max-width: 992px) {
  .ext-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .ext-hero-content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-features {
    justify-content: center;
  }

  .ext-hero-grid {
    margin-top: 30px;
    justify-content: center;
  }

  .grid-col.col-down {
    transform: none;
    margin-top: 0;
  }

}

@media (max-width: 768px) {
  .ext-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .ext-hero-grid {
    flex-direction: column;
    align-items: center;
  }

  .grid-col {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
}

/* --- Common Section Styles --- */
.text-center {
  text-align: center;
}

.bg-white {
  background-color: #ffffff;
}

.section-title {
  font-size: clamp(2.5rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.02em;
  margin-bottom: 25px;
  max-width: 600px;
}

.section-title.excep {
  max-width: 100%;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 40px;
}

/* --- Hiring Models Section --- */
.hiring-models-section {
  background-color: var(--dark);
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

.hiring-models-container {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0;
}

.hiring-cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hiring-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hiring-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hiring-icon {
  margin-bottom: 20px;
  color: var(--primary);
}

.hiring-icon svg {
  width: 32px;
  height: 32px;
}

.hiring-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
}

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

.hiring-description-wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
}

.hiring-description-col {
  flex: 1;
}

.hiring-description-col p {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.7;
  margin: 0;
}

/* --- Excellence Section --- */
.excellence-section {
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

.excellence-container {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0;
}

.excellence-header {
  max-width: 1200px;
  margin-bottom: 50px;
}

.excellence-list-wrapper {
  display: flex;
  gap: 40px;
}

.excellence-list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.excellence-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.7;
}

.excellence-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color:var(--primary);
  margin-top: 2px;
}

.excellence-icon svg {
  width: 100%;
  height: 100%;
}

/* --- Advantages Section --- */
.advantages-section {
  background-color: #f8f9fa;
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

.advantages-container {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0;
}

.advantages-header {
  max-width: 1200px;
  margin-bottom: 50px;
}

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

.advantage-card {
  background: white;
  border-radius: 8px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.card-icon {
  margin-bottom: 15px;
  color: var(--primary);
}

.card-icon svg {
  width: 24px;
  height: 24px;
}

.advantage-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.advantage-card p {
  font-size: 1rem;
  color: var(--text-light);
  margin: 0;
  line-height: 1.4;
}

/* Responsive adjustments for sections */
@media (max-width: 992px) {
  .hiring-description-wrapper {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .excellence-list-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .advantages-grid {
    grid-template-columns: repeat(3, 1fr);
  }
.hiring-card h3 {
    font-size: 17px;
}
div.hiring-cards-wrapper {
    gap: 10px;
	padding: 0 15px;
}
div.hiring-card {
    padding: 20px;
    min-width: 220px;
    max-width: 350px;
}
.advantage-card {
    padding: 20px 15px;
}
}

@media (max-width: 576px) {
    div.hiring-card {
        padding: 15px;
        min-width: 150px;
        max-width: 350px;
    }
  .advantages-grid {
    grid-template-columns: 1fr;
  }
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
  .section-title {
    font-size: 28px;
  }

}
@media (max-width: 360px) {
.grid-item {
    width: 135px;
}
}