/**
 * Feednet homepage — premium shell (use with body.home-feednet)
 * Loaded from index.php only.
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

body.home-feednet {
  font-family: 'DM Sans', 'Poppins', sans-serif;
}

/* --- Hero --- */
body.home-feednet .feednet-hero.banner-area {
  position: relative;
}

body.home-feednet .feednet-hero.banner-area .content h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.92;
  margin-bottom: 12px;
}

body.home-feednet .feednet-hero.banner-area .content h1 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 3.5vw, 2.65rem);
  line-height: 1.18;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

body.home-feednet .feednet-hero.banner-area .content p {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

body.home-feednet .feednet-hero-actions {
  position: relative;
  z-index: 4;
  margin-top: -56px;
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  body.home-feednet .feednet-hero-actions {
    margin-top: 0;
    padding: 24px 12px 36px;
    background: linear-gradient(180deg, rgba(26, 26, 46, 0.95) 0%, #1a1a2e 100%);
  }
}

body.home-feednet .feednet-hero-actions-inner {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

body.home-feednet .btn-feednet-solid {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 22px;
  border: none;
  background: linear-gradient(135deg, #0cb8b6 0%, #0891b2 100%);
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(12, 184, 182, 0.45);
}

body.home-feednet .btn-feednet-solid:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(12, 184, 182, 0.5);
}

body.home-feednet .btn-feednet-outline {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  padding: 11px 20px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #fff !important;
  background: transparent;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s;
}

body.home-feednet .btn-feednet-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

body.home-feednet .btn-feednet-muted {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
}

body.home-feednet .btn-feednet-muted:hover {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.28);
}

/* --- Spotlight (Sahayam strip) --- */
body.home-feednet .feednet-spotlight {
  position: relative;
  padding: 56px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 45%, #0c4a6e 100%);
}

body.home-feednet .feednet-spotlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% -20%, rgba(12, 184, 182, 0.35), transparent 55%);
  pointer-events: none;
}

body.home-feednet .feednet-spotlight .container {
  position: relative;
  z-index: 1;
}

body.home-feednet .feednet-spotlight-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(12, 184, 182, 0.95);
  margin-bottom: 10px;
}

body.home-feednet .feednet-spotlight h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  margin: 0 0 14px;
  line-height: 1.3;
  color: #fff !important;
}

body.home-feednet .feednet-spotlight-lead {
  font-size: 1.05rem;
  opacity: 0.92;
  max-width: 720px;
  margin: 0 auto 26px;
  line-height: 1.65;
}

body.home-feednet .feednet-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

body.home-feednet .feednet-spotlight .btn-spot-primary {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 26px;
  border: none;
  background: #0cb8b6;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(12, 184, 182, 0.4);
}

body.home-feednet .feednet-spotlight .btn-spot-primary:hover {
  background: #0aa39f;
  color: #fff !important;
}

body.home-feednet .feednet-spotlight .btn-spot-secondary {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  padding: 11px 24px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
  background: transparent;
  text-decoration: none !important;
}

body.home-feednet .feednet-spotlight .btn-spot-secondary:hover {
  border-color: #fff;
  color: #fff !important;
}

/* --- About / tabs readability --- */
body.home-feednet .about-area .info.title h2,
body.home-feednet .about-area .info.title h3 {
  font-family: 'DM Sans', sans-serif;
  color: #0f172a;
}

body.home-feednet .about-area .info.title p {
  color: #475569;
  line-height: 1.75;
}

/* --- Services heading (removed inline junk styles) --- */
body.home-feednet .services-area .site-heading h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  color: #0f172a;
}

body.home-feednet .services-area .site-heading a {
  color: inherit;
  text-decoration: none;
}

body.home-feednet .services-area .site-heading a:hover {
  color: #0cb8b6;
}

/* --- Company agenda (four pillars) --- */
body.home-feednet .feednet-agenda {
  background: #f1f5f9 !important;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

body.home-feednet .feednet-agenda-intro {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  color: #475569;
  max-width: 800px;
  margin: 12px auto 0;
  line-height: 1.65;
}

body.home-feednet .feednet-agenda-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px 18px 24px;
  height: 100%;
  margin-bottom: 20px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.home-feednet .feednet-agenda-card:hover {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

body.home-feednet .feednet-agenda-card .agenda-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 14px;
}

body.home-feednet .feednet-agenda-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
}

body.home-feednet .feednet-agenda-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

body.home-feednet .feednet-agenda-card a {
  font-weight: 600;
  font-size: 0.88rem;
}

body.home-feednet .feednet-hero-contact {
  margin-top: 14px;
  font-size: 0.9rem;
}

body.home-feednet .feednet-hero-contact a {
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- About image --- */
body.home-feednet .about-area .thumb img {
  height: auto;
  max-height: 380px;
  width: 100%;
  max-width: 500px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}
