/* What We Offer Page Dedicated Stylesheet */

/* Page Hero Banner */
.wwo-page-hero {
  padding: 90px 0 80px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(240, 247, 255, 0.88) 100%), url('assets/back.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.wwo-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.25);
  color: #1d4ed8;
  font-size: 15.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 9px 22px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.wwo-page-hero h1 {
  font-size: 58px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 16px;
  letter-spacing: -1.2px;
}

.wwo-page-hero p {
  font-size: 21.5px;
  color: #475569;
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.65;
}

/* 8 Offerings Grid (4 Boxes Per Row) */
.what-we-offer-section {
  padding: 75px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
}

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

.offering-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 34px 28px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.offering-card:hover {
  transform: translateY(-6px);
  border-color: #93c5fd;
  box-shadow: 0 14px 34px -4px rgba(37, 99, 235, 0.16);
}

.offering-icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.offering-card h4 {
  font-size: 19.5px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.offering-card p {
  font-size: 16.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.offering-accent-bar {
  width: 40px;
  height: 3.5px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  border-radius: 2px;
  margin-top: 18px;
}

/* Value Framework Showcase Section (Full Width) */
.turn-concepts-section {
  padding: 90px 0;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.about-iot-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  width: 100%;
}

.about-devices-img {
  width: 110%;
  max-width: 620px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 16px 32px rgba(37, 99, 235, 0.18));
}

.about-iot-title {
  font-size: 42px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.8px;
}

.about-iot-content p {
  font-size: 18.5px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 28px;
}

.empower-title {
  font-size: 17.5px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.empower-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
}

.empower-item {
  text-align: center;
  flex: 1;
}

.empower-icon-clean {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  margin: 0 auto 12px;
}

.empower-item h4 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.empower-item p {
  font-size: 14.5px;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
}

.empower-divider {
  width: 1px;
  height: 40px;
  background: #cbd5e1;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .offerings-grid { grid-template-columns: repeat(2, 1fr); }
  .about-iot-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .wwo-page-hero { padding: 48px 16px 36px; text-align: center; }
  .wwo-page-hero h1 { font-size: 30px !important; line-height: 1.25; }
  .offerings-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .about-iot-grid { grid-template-columns: 1fr !important; gap: 24px !important; width: 100% !important; }
  .about-iot-content { text-align: center; width: 100% !important; }
  
  .about-devices-img {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .empower-title {
    font-size: 15px !important;
    text-align: center !important;
    margin-bottom: 16px !important;
    line-height: 1.3;
  }

  .empower-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
  }

  .empower-item {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px 10px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
    transition: all 0.25s ease;
  }

  .empower-item:hover {
    border-color: #3b82f6;
    background: #ffffff;
  }

  .empower-icon-clean {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin: 0 auto 8px;
  }

  .empower-item h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .empower-item p {
    font-size: 12.5px;
    line-height: 1.4;
  }

  .empower-divider {
    display: none !important;
  }
}
