/* ============================================================
   P2S NEWS — Premium Homepage Styles
   ============================================================ */

/* ---- CSS Custom Properties ---- */
:root {
  --p2s-navy:      #0a1628;
  --p2s-navy-light:#12233d;
  --p2s-dark:      #0d1b2a;
  --p2s-blue:      #1b3a5c;
  --p2s-gold:      #f5c518;
  --p2s-red:       #dc3545;
  --p2s-green:     #198754;
  --p2s-cyan:      #0dcaf0;
  --p2s-white:     #ffffff;
  --p2s-gray-100:  #f8f9fa;
  --p2s-gray-200:  #e9ecef;
  --p2s-gray-500:  #6c757d;
  --p2s-shadow:    0 4px 24px rgba(0,0,0,.08);
  --p2s-shadow-lg: 0 8px 40px rgba(0,0,0,.12);
  --p2s-radius:    12px;
  --p2s-radius-sm: 8px;
  --p2s-transition: .3s ease;
}

/* ---- Global ---- */
.p2s-section-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
.p2s-section-heading h2 {
  font-weight: 800;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--p2s-navy);
}
.p2s-section-heading p {
  color: var(--p2s-gray-500);
  margin-top: .4rem;
}
.p2s-section-heading .accent-bar {
  width: 60px;
  height: 4px;
  background: var(--p2s-gold);
  border-radius: 2px;
  margin: .75rem auto 0;
}

/* ---- Top Header Branding ---- */
.p2s-top-header {
  background: linear-gradient(135deg, var(--p2s-navy) 0%, var(--p2s-navy-light) 100%);
  color: #fff;
  padding: .75rem 0;
}
.p2s-brand-area {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.p2s-brand-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
}
.p2s-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p2s-brand-text h1 {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  letter-spacing: 1px;
}
.p2s-brand-text .tagline {
  color: var(--p2s-gold);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.p2s-brand-text .hindi-tagline {
  font-size: .78rem;
  color: rgba(255,255,255,.65);
  margin-top: 1px;
}
.p2s-service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
}
.p2s-svc-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: .5rem .4rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: var(--p2s-transition);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p2s-svc-card:hover {
  background: rgba(255,255,255,.14);
  transform: translateY(-2px);
  color: #fff;
}
.p2s-svc-card i {
  font-size: 1.1rem;
  margin-bottom: .2rem;
}
.p2s-svc-card .svc-label {
  font-weight: 700;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 1.2;
}
.p2s-svc-card .svc-sub {
  font-size: .6rem;
  opacity: .6;
  line-height: 1.1;
}
.p2s-svc-card.svc-cyber   { border-color: var(--p2s-cyan); }
.p2s-svc-card.svc-cyber i { color: var(--p2s-cyan); }
.p2s-svc-card.svc-media   { border-color: var(--p2s-gold); }
.p2s-svc-card.svc-media i { color: var(--p2s-gold); }
.p2s-svc-card.svc-human   { border-color: var(--p2s-green); }
.p2s-svc-card.svc-human i { color: var(--p2s-green); }
.p2s-svc-card.svc-anti    { border-color: var(--p2s-red); }
.p2s-svc-card.svc-anti i  { color: var(--p2s-red); }

.p2s-header-right {
  display: flex;
  align-items: center;
  gap: .75rem;
  justify-content: flex-end;
}
.p2s-helpline {
  text-align: center;
}
.p2s-helpline small {
  display: block;
  color: rgba(255,255,255,.5);
  font-size: .6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.p2s-helpline a {
  color: var(--p2s-gold);
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none;
  white-space: nowrap;
}
.p2s-emergency-btn {
  background: var(--p2s-red);
  color: #fff;
  border: none;
  padding: .45rem 1rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--p2s-transition);
}
.p2s-emergency-btn:hover { background: #b02a37; color: #fff; transform: scale(1.03); }

/* ---- Navbar ---- */
.p2s-navbar {
  background: var(--p2s-dark) !important;
  border-bottom: 2px solid var(--p2s-gold);
  z-index: 1030;
}
.p2s-navbar .navbar-brand {
  font-weight: 800;
  font-size: 1.1rem;
}
.p2s-navbar .nav-link {
  font-size: .82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: .7rem .9rem !important;
  transition: var(--p2s-transition);
  position: relative;
}
.p2s-navbar .nav-link:hover,
.p2s-navbar .nav-link.active {
  color: var(--p2s-gold) !important;
}
.p2s-navbar .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: var(--p2s-gold);
  border-radius: 1px;
}
.p2s-navbar .btn-login {
  background: var(--p2s-gold);
  color: var(--p2s-navy);
  font-weight: 700;
  font-size: .8rem;
  border-radius: 6px;
  padding: .45rem 1rem;
}
.p2s-navbar .btn-login:hover { background: #e0b515; }

/* ---- Hero Section ---- */
.p2s-hero {
  background: linear-gradient(135deg, var(--p2s-navy) 0%, #0f2744 50%, var(--p2s-navy-light) 100%);
  color: #fff;
  padding: 2rem 0;
  overflow: hidden;
}
.p2s-hero-card {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 1.4rem;
  backdrop-filter: blur(6px);
}
.hero-brand-title {
  font-size: clamp(1.3rem, 2.2vw, 1.6rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.6rem;
  color: #fff;
}
.hero-brand-title .text-gold {
  color: var(--p2s-gold);
}
.hero-brand-desc {
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
  margin-bottom: 0;
}
.hero-brand-actions .btn-gold {
  background: var(--p2s-gold);
  color: var(--p2s-navy);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.55rem 1rem;
  border-radius: 8px;
  border: none;
  transition: var(--p2s-transition);
}
.hero-brand-actions .btn-gold:hover {
  background: #e0b515;
  transform: translateY(-2px);
}
.hero-brand-actions .btn-outline-light {
  font-size: 0.82rem;
  padding: 0.55rem 1rem;
  border-radius: 8px;
}

.p2s-hero-center {
  width: 100%;
  height: 100%;
}
.p2s-hero-center .hero-visual-slider {
  width: 100%;
  height: 420px;
  background: linear-gradient(135deg, #1a365d 0%, #2d5a8e 100%);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.15);
}
.p2s-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.p2s-hero-slide .hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.p2s-hero-slide .hero-slide-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0a1628 0%, #162f55 100%);
  z-index: 1;
}
.p2s-hero-slide .hero-slide-fallback i {
  font-size: 4rem;
  color: rgba(255,255,255,0.15);
}
.p2s-hero-slide .hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 35%, rgba(10,22,40,0.85) 68%, rgba(10,22,40,0.98) 100%);
  z-index: 2;
}
.hero-live-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--p2s-red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 3;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.5);
}
.hero-live-badge .dot {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  animation: p2s-pulse 1.2s infinite;
}
.p2s-hero-slide .hero-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 16px 20px 18px 20px;
  text-align: left;
}
.p2s-hero-slide .hero-slide-title {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 6px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p2s-hero-slide .hero-slide-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.p2s-hero-slide .hero-slide-title a:hover {
  color: var(--p2s-gold) !important;
}
.p2s-hero-slide .hero-slide-subtitle {
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero-slide-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.p2s-hero-slide .hero-read-btn {
  background: #c8102e;
  border-color: #c8102e;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 6px 16px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(200, 16, 46, 0.35);
  display: inline-flex;
  align-items: center;
}
.p2s-hero-slide .hero-read-btn:hover {
  background: #e01b3c;
  border-color: #e01b3c;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(200, 16, 46, 0.5);
}
.hero-slider-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-slider-dots .hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-slider-dots .hero-dot.active {
  background: var(--p2s-gold);
  border-color: var(--p2s-gold);
  width: 20px;
  border-radius: 4px;
}

.hero-mission-title {
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
  color: var(--p2s-gold);
}
.p2s-mission-items {
  display: flex;
  flex-direction: column;
}
.p2s-mission-items .mission-item {
  font-size: 0.82rem;
  padding: 0.45rem 0;
  color: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.p2s-mission-items .mission-item:last-child {
  border-bottom: none;
}
.p2s-mission-items .mission-item i {
  color: var(--p2s-gold);
  font-size: 0.95rem;
  margin-right: 8px;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .p2s-hero-card {
    height: auto;
    min-height: auto;
  }
  .p2s-hero-center .hero-visual-slider {
    height: 350px;
  }
}

/* ---- Quick Service Grid ---- */
.p2s-services {
  background: var(--p2s-gray-100);
  padding: 3rem 0;
}
.p2s-quick-card {
  background: #fff;
  border-radius: var(--p2s-radius);
  padding: 1.5rem;
  text-align: center;
  border: 1px solid var(--p2s-gray-200);
  transition: var(--p2s-transition);
  height: 100%;
  text-decoration: none;
  color: inherit;
  display: block;
}
.p2s-quick-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--p2s-shadow-lg);
  color: inherit;
  border-color: var(--p2s-gold);
}
.p2s-quick-card .qicon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .75rem;
  font-size: 1.4rem;
}
.p2s-quick-card h6 {
  font-weight: 700;
  font-size: .85rem;
  margin-bottom: .3rem;
}
.p2s-quick-card p {
  font-size: .75rem;
  color: var(--p2s-gray-500);
  margin: 0;
}
.qicon-blue   { background: #e7f1ff; color: #0d6efd; }
.qicon-gold   { background: #fff8e1; color: #f5c518; }
.qicon-red    { background: #fde8ea; color: #dc3545; }
.qicon-green  { background: #e6f4ea; color: #198754; }
.qicon-cyan   { background: #e0f7fa; color: #0dcaf0; }
.qicon-purple { background: #f0e6ff; color: #7c3aed; }
.qicon-orange { background: #fff3e0; color: #fd7e14; }
.qicon-navy   { background: #e3eaf5; color: #0a1628; }

/* ---- Action Cards ---- */
.p2s-actions {
  padding: 3rem 0;
}
.p2s-action-card {
  background: #fff;
  border-radius: var(--p2s-radius);
  overflow: hidden;
  border: none;
  box-shadow: var(--p2s-shadow);
  transition: var(--p2s-transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p2s-action-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--p2s-shadow-lg);
}
.p2s-action-card .card-img-top {
  height: 180px;
  object-fit: cover;
}
.p2s-action-card .card-icon {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: rgba(255,255,255,.9);
}
.p2s-action-card .card-body {
  padding: 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p2s-action-card h6 {
  font-weight: 700;
  margin-bottom: .3rem;
}
.p2s-action-card p {
  font-size: .8rem;
  color: var(--p2s-gray-500);
  flex: 1;
}
.p2s-action-card .btn {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.ac-bg-detective  { background: linear-gradient(135deg, #1a365d, #2d5a8e); }
.ac-bg-convict    { background: linear-gradient(135deg, #7f1d1d, #991b1b); }
.ac-bg-suspect    { background: linear-gradient(135deg, #78350f, #92400e); }
.ac-bg-affected   { background: linear-gradient(135deg, #14532d, #166534); }
.ac-bg-free       { background: linear-gradient(135deg, #065f46, #047857); }
.ac-bg-paid       { background: linear-gradient(135deg, #5b21b6, #7c3aed); }

/* ---- Media Production Section ---- */
.p2s-media {
  background: linear-gradient(135deg, var(--p2s-navy) 0%, #0f2744 100%);
  color: #fff;
  padding: 3.5rem 0;
}
.p2s-media .section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.p2s-media .section-title h2 {
  font-weight: 800;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: var(--p2s-gold);
}
.p2s-media .section-title p {
  color: rgba(255,255,255,.6);
  margin-top: .5rem;
  font-size: .9rem;
}
.p2s-media-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--p2s-radius);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: var(--p2s-transition);
  height: 100%;
}
.p2s-media-card:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-4px);
}
.p2s-media-card i {
  font-size: 2.5rem;
  color: var(--p2s-gold);
  margin-bottom: 1rem;
  display: block;
}
.p2s-media-card h6 {
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: .3rem;
}
.p2s-media-card p {
  font-size: .75rem;
  color: rgba(255,255,255,.5);
  margin: 0;
}
.p2s-media-cta {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--p2s-gold);
  letter-spacing: 1px;
}

/* ---- Statistics Section ---- */
.p2s-stats {
  background: var(--p2s-gold);
  padding: 2.5rem 0;
}
.p2s-stat-item {
  text-align: center;
  color: var(--p2s-navy);
}
.p2s-stat-item i {
  font-size: 1.8rem;
  margin-bottom: .4rem;
  display: block;
}
.p2s-stat-item .stat-num {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
}
.p2s-stat-item .stat-label {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: .8;
}

/* ---- QR / YouTube + Donation Section ---- */
.p2s-promo {
  padding: 3rem 0;
}
.p2s-qr-card, .p2s-donate-card {
  background: var(--p2s-navy);
  border-radius: var(--p2s-radius);
  padding: 2rem;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p2s-qr-card h5, .p2s-donate-card h5 {
  font-weight: 800;
  margin-bottom: 1rem;
}
.p2s-qr-card .qr-placeholder {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--p2s-navy);
  font-size: .75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.p2s-donate-card .donate-icon {
  font-size: 3rem;
  color: var(--p2s-gold);
  margin-bottom: 1rem;
}
.p2s-donate-card p {
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  margin-bottom: 1.2rem;
}

/* ---- Website CTA ---- */
.p2s-cta {
  background: linear-gradient(135deg, var(--p2s-navy-light), var(--p2s-navy));
  padding: 2.5rem 0;
  text-align: center;
  color: #fff;
}
.p2s-cta h3 {
  font-weight: 800;
  margin-bottom: .5rem;
}
.p2s-cta .site-url {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 900;
  color: var(--p2s-gold);
  text-decoration: none;
  display: inline-block;
  margin-bottom: .5rem;
}
.p2s-cta .site-url:hover { color: #ffe066; }
.p2s-cta .cta-sub {
  font-size: .85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}

/* ---- News Feed (below hero) ---- */
.p2s-news-feed {
  padding: 3rem 0;
}
.p2s-news-feed .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.p2s-news-feed .section-head h3 {
  font-weight: 800;
  font-size: 1.3rem;
  border-left: 4px solid var(--p2s-red);
  padding-left: .75rem;
  margin: 0;
}
.p2s-news-feed .post-card {
  border: none;
  border-radius: var(--p2s-radius);
  box-shadow: var(--p2s-shadow);
  overflow: hidden;
  transition: var(--p2s-transition);
  height: 100%;
}
.p2s-news-feed .post-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--p2s-shadow-lg);
}
.p2s-news-feed .post-card .card-img-top {
  height: 180px;
  object-fit: cover;
}
.p2s-news-feed .post-thumb-ph {
  height: 180px;
  background: var(--p2s-gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--p2s-gray-500);
  font-size: 2rem;
}

/* ---- Passport Photos Section ---- */
.p2s-passports {
  padding: 2rem 0;
}
.p2s-passport-card {
  background: #fff;
  border-radius: var(--p2s-radius);
  overflow: hidden;
  border: none;
  box-shadow: var(--p2s-shadow);
  transition: var(--p2s-transition);
  height: 100%;
}
.p2s-passport-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--p2s-shadow-lg);
}
.p2s-passport-card img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.p2s-passport-card .card-body {
  text-align: center;
  padding: .75rem;
}
.p2s-passport-card h6 {
  font-weight: 700;
  font-size: .82rem;
  margin: 0;
}

/* ---- Footer ---- */
.p2s-footer {
  background: var(--p2s-navy);
  color: rgba(255,255,255,.7);
  padding-top: 3rem;
}
.p2s-footer h5 {
  font-weight: 800;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.p2s-footer a { color: rgba(255,255,255,.65); text-decoration: none; transition: var(--p2s-transition); }
.p2s-footer a:hover { color: var(--p2s-gold); }
.p2s-footer .social-icons {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
}
.p2s-footer .social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  transition: var(--p2s-transition);
}
.p2s-footer .social-icons a:hover { background: var(--p2s-gold); color: var(--p2s-navy); }
.p2s-footer .trust-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  padding: .5rem 1rem;
  font-weight: 700;
  color: var(--p2s-gold);
  font-size: .8rem;
}
.p2s-footer .copyright {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 2rem;
  padding: 1.2rem 0;
  font-size: .8rem;
}

/* ---- Animations ---- */
.p2s-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.p2s-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Responsive ---- */
@media (max-width: 1199.98px) {
  .p2s-header-right { justify-content: center; margin-top: .5rem; }
}
@media (max-width: 991.98px) {
  .p2s-hero-left h2 { font-size: 2rem; }
  .p2s-hero-center { margin-top: 2rem; }
  .p2s-hero-right { margin-top: 1.5rem; }
  .p2s-hero { padding: 2rem 0; }
}
@media (max-width: 767.98px) {
  .p2s-top-header { padding: .5rem 0; }
  .p2s-service-cards { grid-template-columns: repeat(2, 1fr); gap: .4rem; }
  .p2s-svc-card { padding: .4rem .3rem; }
  .p2s-svc-card .svc-label { font-size: .62rem; }
  .p2s-hero-left h2 { font-size: 1.7rem; }
  .p2s-hero-center .hero-visual { max-width: 280px; }
  .p2s-stat-item .stat-num { font-size: 1.5rem; }
  .p2s-footer .social-icons { justify-content: center; }
  .p2s-footer { text-align: center; }
  .p2s-header-right { flex-direction: column; }
}
@media (max-width: 575.98px) {
  .p2s-service-cards { grid-template-columns: 1fr 1fr; }
  .p2s-brand-text h1 { font-size: 1.2rem; }
  .p2s-brand-logo { width: 40px; height: 40px; }
  .p2s-hero-left h2 { font-size: 1.5rem; }
}
