/* ====================================================
   PERUSISTEMAS — Custom Light Theme
   Empresa: AUTOMATEAI SOLUTIONS S.A.C. · RUC 20612645389
   Sobre la plantilla: Bantec (assets/sass/style.css)
==================================================== */

/* ── Brand tokens ── */
:root {
  --primary-color-1: #3B82F6;
  --primary-color-3: #2563EB;
  --bg-heading-color: #111827;
}

/* ── Global body ── */
body { background-color: #FFFFFF; color: #374151; }

/* ── Subtítulo badge ── */
.subtitle-one {
  background: rgba(59,130,246,.08);
  color: #2563EB;
  border: 1px solid rgba(59,130,246,.2);
}

/* ────────── HEADER ────────── */
.ps-header {
  background-color: rgba(255,255,255,.95) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.ps-header.header__sticky.sticky {
  background-color: rgba(255,255,255,.99) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
}
.ps-header .header__area-menubar-center-menu ul > li > a { color: #374151; }
.ps-header .header__area-menubar-center-menu ul > li > a:hover { color: #3B82F6; }
.ps-header .sub-menu { background: #FFFFFF; border-top: 2px solid #3B82F6; box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.ps-header .sub-menu li a { color: #374151 !important; }
.ps-header .sub-menu li a:hover { color: #3B82F6 !important; background: transparent !important; }

/* ────────── SECTIONS ────────── */
.ps-section-dark  { background-color: #FFFFFF; }
.ps-section-mid   { background-color: #F8FAFC; }

.ps-section-dark h2, .ps-section-dark h3, .ps-section-dark h4, .ps-section-dark h5,
.ps-section-mid  h2, .ps-section-mid  h3, .ps-section-mid  h4, .ps-section-mid  h5 {
  color: #111827;
}
.ps-section-dark p, .ps-section-mid p { color: #6B7280; text-transform: none; }

/* ────────── STATS BAR ────────── */
.ps-stats-bar {
  padding: 50px 0;
  background: #EFF6FF;
  border-top: 1px solid rgba(59,130,246,.12);
  border-bottom: 1px solid rgba(59,130,246,.12);
}
.ps-stat-number {
  font-size: 3rem; font-weight: 700;
  color: #2563EB; line-height: 1.1; margin: 0;
  font-family: var(--heading-font);
}
.ps-stat-label { color: #6B7280; font-size: 15px; margin-top: 6px; text-transform: none; }
.ps-stat-col { text-align: center; padding: 16px; }
.ps-stat-col + .ps-stat-col { border-left: 1px solid rgba(0,0,0,.07); }

/* ────────── ABOUT ────────── */
.ps-about-section { background: #FFFFFF; }
.ps-about-section h2 { color: #111827; text-transform: none; }
.ps-about-section p  { color: #6B7280; text-transform: none; }
.ps-about-section .about__five-content-service .single-service i { color: #3B82F6; }
.ps-about-section .about__five-content-service .single-service .single-service-content h4 { color: #111827; }
.ps-about-section .about__five-content-service .single-service .single-service-content p  { color: #6B7280; }

/* ────────── SERVICES ────────── */
.ps-services-dark .services__five-single-service {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.ps-services-dark .services__five-single-service:hover {
  transform: translateY(-6px);
  border-color: rgba(59,130,246,.3);
  box-shadow: 0 16px 48px rgba(59,130,246,.12);
}
.ps-services-dark .services__five-single-service-icon i {
  background: rgba(59,130,246,.08);
  color: #3B82F6;
  border-radius: 14px;
  padding: 16px;
  font-size: 36px;
  display: inline-block;
  margin-bottom: 20px;
  border: 1px solid rgba(59,130,246,.15);
  transition: .3s;
}
.ps-services-dark .services__five-single-service:hover .services__five-single-service-icon i {
  background: rgba(59,130,246,.15);
}
.ps-services-dark .services__five-single-service-content h4 { color: #111827; margin-bottom: 12px; text-transform: none; }
.ps-services-dark .services__five-single-service-content p  { color: #6B7280; text-transform: none; font-size: 16px; margin-bottom: 18px; }

/* Tech tags */
.ps-tech-tags { margin-top: 14px; }
.ps-tech-tag {
  display: inline-block; font-size: 11px; padding: 3px 10px;
  border-radius: 6px; background: #F3F4F6;
  color: #6B7280; border: 1px solid #E5E7EB; margin: 2px;
}

/* ────────── HOTELPERUSOFT SECTION ────────── */
.ps-hotel-section {
  background: #FFFBF5;
  border-top: 1px solid rgba(160,128,96,.2);
  border-bottom: 1px solid rgba(160,128,96,.2);
}
.ps-hotel-section h2, .ps-hotel-section h4 { color: #111827; text-transform: none; }
.ps-hotel-section p { color: #6B7280; text-transform: none; }

.ps-hotel-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(160,128,96,.1); border: 1px solid rgba(160,128,96,.3);
  color: #7C5C20; padding: 4px 16px; border-radius: 9999px;
  font-size: 12px; font-weight: 500; margin-bottom: 16px;
}

/* Hotel badge inside a blue banner overrides */
.ps-page-banner .ps-hotel-badge {
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.25);
}

.ps-hotel-feature {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 20px; border-radius: 14px;
  background: #FFFFFF; border: 1px solid rgba(0,0,0,.07);
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: border-color .3s, box-shadow .3s;
}
.ps-hotel-feature:hover { border-color: rgba(160,128,96,.3); box-shadow: 0 8px 24px rgba(160,128,96,.1); }
.ps-hotel-feature-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(59,130,246,.08); border: 1px solid rgba(59,130,246,.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 22px; color: #3B82F6;
}
.ps-hotel-feature h5 { color: #111827; margin-bottom: 6px; font-size: 17px; text-transform: none; }
.ps-hotel-feature p  { color: #6B7280; font-size: 15px; text-transform: none; margin: 0; }

.ps-bronze-btn {
  background: linear-gradient(135deg, #8a6530, #A08060) !important;
  color: #fff !important; border: none !important;
  border-radius: 50px !important; padding: 16px 32px !important;
  font-size: 18px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
  transition: opacity .3s;
}
.ps-bronze-btn:hover { opacity: .88; color: #fff !important; }

/* ────────── WORK PROCESS ────────── */
.ps-work-dark {
  background: #F8FAFC !important;
  background-image: none !important;
}
.ps-work-dark .work-process__three-card-single {
  background: #FFFFFF !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 16px; padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.ps-work-dark .work-process__three-card-single h3 { color: #3B82F6 !important; font-size: 3.5rem; margin-bottom: 12px; }
.ps-work-dark .work-process__three-card-single h5 { color: #111827 !important; margin-bottom: 10px; }
.ps-work-dark .work-process__three-card-single p  { color: #6B7280 !important; text-transform: none !important; }

/* ────────── CTA SECTION ────────── */
.ps-cta-section {
  background: linear-gradient(135deg, #1D4ED8 0%, #1E3A8A 100%);
  border-top: none;
  border-bottom: none;
  padding: 80px 0;
}
.ps-cta-section .subtitle-one {
  background: rgba(255,255,255,.15);
  color: #fff;
  border-color: rgba(255,255,255,.25);
}
.ps-cta-section h2 { color: #fff; text-transform: none; margin-bottom: 20px; }
.ps-cta-section p  { color: rgba(255,255,255,.8); text-transform: none; margin-bottom: 36px; }

/* ────────── PAGE INNER BANNER ────────── */
.ps-page-banner {
  background: linear-gradient(135deg, #1D4ED8 0%, #1E3A8A 100%);
  padding: 100px 0 80px;
  position: relative; overflow: hidden;
  border-bottom: none;
}
.ps-page-banner::before {
  content: '';
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255,255,255,.08) 0%, transparent 65%);
  position: absolute; inset: 0; pointer-events: none;
}
.ps-page-banner h1,
.ps-page-banner h2 { color: #fff; text-transform: none; position: relative; }
.ps-page-banner .subtitle-one {
  background: rgba(255,255,255,.15);
  color: #fff;
  border-color: rgba(255,255,255,.25);
}
.ps-page-banner .breadcrumb-text { color: rgba(255,255,255,.7); font-size: 16px; position: relative; }
.ps-page-banner .breadcrumb-text a { color: #fff; transition: .3s; }
.ps-page-banner .breadcrumb-text a:hover { color: rgba(255,255,255,.8); }
.ps-page-banner .breadcrumb-text span { margin: 0 8px; }

/* ────────── FOOTER ────────── */
.footer__one { background-color: #111827; }
.copyright__one { background-color: #0D1117 !important; border-top: 1px solid rgba(255,255,255,.06); }
.copyright__one p, .copyright__one .copyright__one-right a { color: #6B7280; text-transform: none; }
.copyright__one .copyright__one-right a:hover { color: #3B82F6; }

/* ────────── RUC BADGE ────────── */
.ps-ruc-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
  color: #fff; padding: 4px 16px; border-radius: 9999px;
  font-size: 12px; font-weight: 500; margin-bottom: 20px;
}
.ps-ruc-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #10B981; display: inline-block;
  animation: ps-blink 2s infinite;
}
@keyframes ps-blink { 0%,100%{opacity:1} 50%{opacity:.3} }

/* ────────── CHECK LIST ────────── */
.ps-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
.ps-check-list li {
  display: flex; align-items: flex-start; gap: 12px;
  color: #374151; margin-bottom: 14px; font-size: 17px; text-transform: none;
}
.ps-check-list li i { color: #3B82F6; font-size: 19px; flex-shrink: 0; margin-top: 3px; }

/* ────────── CONTACT FORM ────────── */
.ps-contact-dark input[type="text"],
.ps-contact-dark input[type="email"],
.ps-contact-dark textarea {
  background: #F9FAFB; border-color: #E5E7EB; color: #111827;
}
.ps-contact-dark input::placeholder,
.ps-contact-dark textarea::placeholder { color: #9CA3AF; }
.ps-contact-dark input:focus,
.ps-contact-dark textarea:focus { border-color: #3B82F6; background: #FFFFFF; color: #111827; }
.ps-contact-dark select { background: #F9FAFB; border-color: #E5E7EB; color: #111827; }

/* ────────── CONTACT INFO ITEM ────────── */
.ps-contact-item {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 24px; border-radius: 16px;
  background: #FFFFFF; border: 1px solid rgba(0,0,0,.08);
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.ps-contact-item-icon {
  width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
  background: rgba(59,130,246,.08); border: 1px solid rgba(59,130,246,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #3B82F6;
}
.ps-contact-item h5 { color: #111827; margin-bottom: 4px; font-size: 17px; text-transform: none; }
.ps-contact-item p, .ps-contact-item a { color: #6B7280; text-transform: none; font-size: 16px; transition: .3s; }
.ps-contact-item a:hover { color: #3B82F6; }

/* ────────── HOTELPERUSOFT FULL FEATURE ────────── */
.ps-hotel-full-feature {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 24px; border-radius: 14px;
  background: #FFFFFF; border: 1px solid rgba(0,0,0,.08);
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: border-color .3s, transform .3s;
}
.ps-hotel-full-feature:hover {
  border-color: rgba(59,130,246,.3);
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(59,130,246,.1);
}
.ps-hotel-full-feature-icon {
  width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0;
  background: rgba(59,130,246,.08); border: 1px solid rgba(59,130,246,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #3B82F6;
}
.ps-hotel-full-feature h5 { color: #111827; margin-bottom: 6px; font-size: 18px; text-transform: none; }
.ps-hotel-full-feature p  { color: #6B7280; text-transform: none; margin: 0; font-size: 15px; }

/* ────────── WHATSAPP FAB ────────── */
.ps-whatsapp-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 9999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff; text-decoration: none;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,.45);
  transition: transform .2s, box-shadow .2s;
}
.ps-whatsapp-fab svg { width: 30px; height: 30px; fill: #fff; }
.ps-whatsapp-fab:hover { transform: scale(1.12); box-shadow: 0 6px 32px rgba(37,211,102,.55); color: #fff; }

/* ────────── HERO BANNER ────────── */
.banner__four {
  padding-top: 120px !important;
  padding-bottom: 60px !important;
}
.banner__four-content h1 {
  color: #FFFFFF;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.banner__four-image-wrapper {
  position: relative;
  display: inline-block;
}
.banner__four-image-wrapper img:first-child {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .banner__four {
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 575px) {
  .banner__four {
    padding-top: 90px !important;
    padding-bottom: 30px !important;
  }
}

/* ────────── PLAN CARD (shared — evita CSS duplicado en páginas individuales) ────────── */
.ps-plan-card {
  background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 20px;
  padding: 36px 28px; height: 100%; box-shadow: 0 2px 12px rgba(0,0,0,.05);
  transition: transform .3s, border-color .3s, box-shadow .3s;
  display: flex; flex-direction: column; position: relative;
}
.ps-plan-card:hover { transform: translateY(-6px); border-color: rgba(59,130,246,.3); box-shadow: 0 20px 48px rgba(59,130,246,.12); }
.ps-plan-card.featured { border-color: #3B82F6; box-shadow: 0 8px 40px rgba(59,130,246,.18); }
.ps-plan-badge { position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,#1D4ED8,#3B82F6); color:#fff; font-size:12px; font-weight:600; padding:4px 18px; border-radius:9999px; white-space:nowrap; }
.ps-plan-name { font-size:20px; font-weight:700; color:#111827; margin-bottom:4px; text-transform:none; }
.ps-plan-desc { font-size:14px; color:#6B7280; margin-bottom:20px; text-transform:none; }
.ps-plan-price { font-size:38px; font-weight:800; color:#1D4ED8; line-height:1; }
.ps-plan-price sup { font-size:18px; font-weight:600; vertical-align:top; margin-top:8px; display:inline-block; }
.ps-plan-price span { font-size:15px; font-weight:400; color:#6B7280; }
.ps-plan-divider { border:none; border-top:1px solid rgba(0,0,0,.07); margin:20px 0; }
.ps-plan-features { list-style:none; padding:0; margin:0 0 24px; flex:1; }
.ps-plan-features li { display:flex; align-items:flex-start; gap:10px; color:#374151; font-size:15px; margin-bottom:11px; text-transform:none; }
.ps-plan-features li i.fa-check { color:#10B981; flex-shrink:0; margin-top:3px; }
.ps-plan-features li i.fa-times { color:#D1D5DB; flex-shrink:0; margin-top:3px; }
.ps-feature-box { background:#fff; border:1px solid rgba(0,0,0,.08); border-radius:14px; padding:24px; box-shadow:0 2px 8px rgba(0,0,0,.04); height:100%; }
.ps-feature-box i { font-size:28px; color:#3B82F6; margin-bottom:14px; display:block; }
.ps-feature-box h5 { color:#111827; font-size:16px; margin-bottom:8px; text-transform:none; }
.ps-feature-box p { color:#6B7280; font-size:14px; margin:0; text-transform:none; }

/* ────────── HOTELPERUSOFT NAV BADGE ────────── */
.ps-nav-hotel-badge {
  display: inline-block;
  background: linear-gradient(135deg, #8a6530, #A08060);
  color: #fff !important;
  font-size: 11px; font-weight: 600;
  padding: 2px 8px; border-radius: 9999px;
  margin-left: 6px; vertical-align: middle;
  line-height: 1.6; letter-spacing: .3px;
}

/* ────────── TECH STACK ────────── */
.ps-tech-stack { display:flex; flex-wrap:wrap; gap:10px; }
.ps-tech-item {
  display:flex; align-items:center; gap:8px;
  background:#F8FAFC; border:1px solid #E5E7EB;
  border-radius:10px; padding:10px 16px;
  font-size:14px; font-weight:500; color:#374151;
  transition:border-color .2s, background .2s;
}
.ps-tech-item:hover { background:#EFF6FF; border-color:rgba(59,130,246,.3); color:#1D4ED8; }
.ps-tech-item i { color:#3B82F6; font-size:18px; }

/* ────────── RESPONSIVE ────────── */
@media (max-width: 991px) {
  .ps-stat-col + .ps-stat-col { border-left: none; border-top: 1px solid rgba(0,0,0,.07); }
  .ps-cta-section { padding: 60px 0; }
  .ps-page-banner { padding: 80px 0 60px; }
}
@media (max-width: 767px) {
  .ps-stat-number { font-size: 2.4rem; }
}

/* ────────── 404 PAGE FIX ────────── */
.error-area { padding: 50px 0 40px; display: flex; align-items: center; }
.error-area .error-img { margin-bottom: 8px; }
.error-area .error-img img { max-width: 280px; width: 100%; height: auto; }
@media (max-width: 767px) {
  .error-area { padding: 40px 0 30px; }
  .error-area .error-img img { max-width: 200px; }
}
