/* SERVICES PAGE */
.page-hero { position: relative; height: 100vh; min-height: 820px; display: flex; align-items: center; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .section-label, .service-detail-section .section-label{ color: var(--cyan); -webkit-text-fill-color: var(--navy); font-size:0.8rem;}
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(5,13,26,0.92) 0%, rgba(5,13,26,0.75) 50%, rgba(5,13,26,0.5) 100%); }
.page-hero-content { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; width: 100%; padding-top: 80px; padding-bottom: 60px; box-sizing: border-box; }
.page-hero-text { max-width: 750px; width: 100%; }
.page-hero .hero-title .line-1, .page-hero .hero-title .line-2, .page-hero .hero-title .line-3 { display: block; font-size: clamp(50px, 8vw, 110px); color: var(--white); opacity: 0; transform: translateX(-60px); animation: slideInLeft 0.7s ease forwards;}
.page-hero .hero-title .line-1 { animation-delay: 0.2s; }
.page-hero .hero-title .line-2 { animation-delay: 0.35s; }
.page-hero .hero-title .line-3 { animation-delay: 0.5s; }
.page-hero .hero-title .line-4 { display: block; font-size: clamp(50px, 8vw, 112px); opacity: 0; transform: translateX(-60px); animation: slideInLeft 0.7s 0.65s ease forwards; }
@keyframes slideInLeft { to { opacity: 1; transform: translateX(0); } }
.page-hero .hero-sub { font-size: 16; color: var(--off-white); line-height: 1.7; width: 100%; max-width: 540px; margin-bottom: 40px; opacity: 0; animation: fadeIn 0.8s 1s ease forwards; }
@keyframes fadeIn { to { opacity: 0.85; } }

.services-overview-strip {  background: linear-gradient(135deg, var(--blue-deep) 10%, var(--navy-mid) 95%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 40px 0; }
.services-overview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.services-overview-item { padding: 32px 24px; text-align: center; }
.services-overview-icon { font-size: 50px; margin-bottom: 12px; }
.services-overview-label { font-family: var(--font-cond); font-size: 18px; font-weight: 700; letter-spacing: 1px; color: var(--white); }

.service-detail-section { padding: 0; }
.service-detail-block { padding: 100px 0; border-bottom: 1px solid var(--border-glow); }
.service-detail-block:nth-child(even) { background: var(--off-white); }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.service-detail-block:nth-child(even) .service-detail-grid { direction: rtl; }
.service-detail-block:nth-child(even) .service-detail-grid > * { direction: ltr; }
.service-detail-img { position: relative; }
.service-detail-img img { width: 100%; height: 460px; object-fit: cover; clip-path: polygon(0 0, 100% 0, 100% 90%, 94% 100%, 0 100%); }
.service-detail-img-label { position: absolute; bottom: 20px; left: 20px; background: rgba(5,13,26,0.7); border: 1px solid var(--border-glow); padding: 12px 20px; }
.service-detail-img-label span { font-family: var(--font-cond); font-size: 16px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--off-white); }
.service-num { font-family: var(--font-display); font-size: 150px; letter-spacing: 4px; color: rgba(37, 106, 216, 0.283); line-height: 1; margin-bottom: -20px; }
.service-detail-content h2 { font-family: var(--font-display); font-size: 46px; letter-spacing: 2px; line-height: 0.95; color: var(--white); margin-bottom: 20px; }
.service-detail-content h2 span { color: var(--blue-glow); }
.service-detail-content p { font-size: 16px; color: var(--off-black); line-height: 1.8; margin-bottom: 32px; }
.service-bullets { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.service-bullet { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--off-black); }
.service-bullet::before { content: '→'; color: var(--blue); font-size: 16px; margin-top: 2px; flex-shrink: 0; }

.execution-section { background: var(--navy); padding: 100px 0; }
.execution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 64px; }
.execution-card { padding: 40px 32px; border: 1px solid var(--border); background: rgb(255, 255, 255); transition: all var(--transition); }
.execution-card:hover { border-color: var(--blue); background: rgb(255, 255, 255); }
.execution-card h3 { font-family: var(--font-cond); font-size: 22px; font-weight: 700; color: var(--black); margin-bottom: 12px; }
.execution-card p { font-size: 15px; color: var(--off-black); line-height: 1.7; }
.execution-icon { font-size: 50px; margin-bottom: 20px; }

.cta-bar { background: linear-gradient(135deg, var(--navy-mid) 1%, var(--blue-deep) 75%); border-top: 1px solid var(--border); padding: 64px 0; }
.cta-bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.cta-bar-inner h3 { font-family: var(--font-display); font-size: 32px; letter-spacing: 2px; margin-bottom: 8px; line-height: 1.0;}
.cta-bar-inner p { color: var(--off-white); font-size: 15px; }
.cta-bar-actions { display: flex; gap: 16px; flex-shrink: 0; }

@media (max-width: 1024px) {
  .service-detail-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-detail-block:nth-child(even) .service-detail-grid { direction: ltr; }
  .execution-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .page-hero { height: 90vh; min-height: 400px; }
  .page-hero-content { flex-direction: column; align-items: flex-start; padding-top: 50; padding-bottom:  80px; font-size:16px; }
  .page-hero-text { max-width: 100%; }
  .page-hero .hero-sub { max-width: 100%; }
  .services-overview-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-bar-inner { flex-direction: column; }
  
}
@media (max-width: 480px) {
  .services-overview-grid {grid-template-columns: 1fr; }
}
