/* HOME PAGE STYLES */

/* HERO */
.hero { position: relative; height: 100vh; min-height: 850px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.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%); }
.hero-grid-lines { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(to right, rgba(17,87,200,0.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(17,87,200,0.06) 1px, transparent 1px); background-size: 80px 80px; }
.hero-content { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; padding-top: 60px; width: 100%;}
.hero-text { max-width: 750px; }
.hero-pre::before { content: ''; width: 6px; height: 6px; background: var(--navy); border-radius: 50%; }
.hero-pre {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-cond);
  font-size: .8rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  color: var(--navy); background:var(--blue); border: 1px solid var(--blue);
  padding: 6px 18px; border-radius: 100px; margin-bottom: 28px;
}
.hero-title { font-family: var(--font-display); line-height: 0.88; letter-spacing: 3px; margin-bottom: 24px; }
.hero-title .line-1, .hero-title .line-2, .hero-title .line-3 { display: block; font-size: clamp(52px, 8vw, 112px); color: var(--white); opacity: 0; transform: translateX(-60px); animation: slideInLeft 0.7s ease forwards; }
.hero-title .line-1 { animation-delay: 0.2s; }
.hero-title .line-2 { animation-delay: 0.35s; }
.hero-title .line-3 { animation-delay: 0.5s; }
.hero-title .line-4 { display: block; font-size: clamp(52px, 8vw, 112px); color: var(--blue); opacity: 0; transform: translateX(-60px); animation: slideInLeft 0.7s 0.65s ease forwards; }
@keyframes slideInLeft { to { opacity: 1; transform: translateX(0); } }
.hero-sub { font-size: 18px; color: var(--off-white); opacity: 0.85; line-height: 1.7; max-width: 540px; margin-bottom: 40px; opacity: 0; animation: fadeIn 0.8s 1s ease forwards; }
@keyframes fadeIn { to { opacity: 0.85; } }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; opacity: 0; animation: fadeIn2 0.8s 1.2s ease forwards; }
@keyframes fadeIn2 { to { opacity: 1; } }
.hero-badges { display: flex; flex-direction: column; gap: 12px; opacity: 0; animation: slideInRight 0.8s 1.4s ease forwards; flex-shrink: 0; }
@keyframes slideInRight { to { opacity: 1; transform: translateX(0); } }
.hero-badges { transform: translateX(40px); }
.hero-badge { background: rgba(5,13,26,0.5); border: 1px solid var(--steel); backdrop-filter: blur(10px); padding: 16px 24px; text-align: center; min-width: 140px; }
.badge-value { display: block; font-family: var(--font-display); font-size: 36px; letter-spacing: 2px; color: var(--gold); line-height: 1; }
.badge-label { font-family: var(--font-cond); font-size: 16px; font-weight: 600; letter-spacing: 1.5px; color: var(--off-white); text-transform: uppercase; }
.hero-scroll-indicator { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2; opacity: 0; animation: fadeIn 1s 2s ease forwards; }
.hero-scroll-indicator span { font-family: var(--font-cond); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--steel); }
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--steel), transparent); animation: scrollPulse 1.5s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

/* AUTHORITY STRIP */
.authority-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: 80px 0; }
.strip-inner { max-width: 1280px; margin: 0 auto; padding: 0 48px; }
.strip-headline { font-family: var(--font-cond); font-size: 30px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--white); margin-bottom: 40px; text-align: center;}
.strip-stats { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 0; }
.strip-stat { text-align: center; padding: 0 24px; }
.strip-stat-value { font-family: var(--font-display); font-size: 40px; letter-spacing: 2px; background: linear-gradient(135deg, var(--white), var(--off-white)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; }
.strip-stat-label { font-family: var(--font-cond); font-size: 16px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white); margin-top: 4px; }
.strip-divider { width: 1px; height: 60px; background: var(--navy); }

/* COMPETENCIES */
.competencies { background: var(--off-white); }
.section-intro { margin-bottom: 64px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0px; background: var(--off-white); }
.service-card { background: var(--navy); }
.service-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-cond); font-size: 16px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); margin-top: 20px; transition: gap var(--transition); }
.service-card:hover .service-link { gap: 10px; }
.section-cta { margin-top: 48px; }

/* PORTFOLIO PREVIEW */
.portfolio-preview { position: relative; }
.portfolio-bg { position: absolute; inset: 0; z-index: 0; }
.portfolio-bg img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-overlay { position: absolute; inset: 0; background: rgba(5,13,26,0.9); }
.portfolio-preview .container { position: relative; z-index: 1; }
.portfolio-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 64px; gap: 48px; }
.projects-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
.project-card.featured .project-card-img { height: 280px; }
.project-card-img-wrap { position: relative; overflow: hidden; }
.project-status { position: absolute; top: 16px; right: 16px; font-family: var(--font-cond); font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; }
.project-status.active { background: rgba(17,87,200,0.9); color: var(--cyan); border: 1px solid var(--cyan); }
.project-status.completed { background: rgba(83, 215, 65, 0.548); color: #0c4205; border: 1px solid #2a4f25; }

/* CAPACITY */
.capacity { background: var(--off-white); }
.capacity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.capacity-features { display: flex; flex-direction: column; gap: 24px; }
.cap-feature { display: flex; align-items: flex-start; gap: 16px; }
.cap-icon { width: 50px; height: 50px; background: rgba(17,87,200,0.10); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.cap-feature h4 { font-family: var(--font-cond); font-size: 20px; font-weight: 700; color: var(--off-black); margin-bottom: 4px; }
.cap-feature p { font-size: 16px; color: var(--off-black); }
.capacity-img-wrap { position: relative; }
.capacity-img-wrap img { width: 100%; height: 500px; object-fit: cover; clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%); }
.capacity-img-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px; background: linear-gradient(to top, rgba(5,13,26,0.95), transparent); }
.capacity-badge-wrap { display: flex; gap: 16px; }
.cap-badge { background: rgba(5,13,26,0.7); border: 1px solid var(--steel); padding: 16px 24px; text-align: center; flex: 1; }
.cap-badge-num { display: block; font-family: var(--font-display); font-size: 36px; letter-spacing: 2px; color: var(--gold); }
.cap-badge span:last-child { font-family: var(--font-cond); font-size: 16px; letter-spacing: 1.5px; color: var(--steel); text-transform: uppercase; }

/* CTA SECTION */
.cta-section { position: relative; padding: 140px 0; text-align: center; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; z-index: 0; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-overlay { position: absolute; inset: 0; background: rgba(5,13,26,0.88); }
.cta-content { position: relative; z-index: 1; }
.cta-title { font-family: var(--font-display); font-size: clamp(48px, 6vw, 84px); letter-spacing: 3px; line-height: 0.95; margin-bottom: 20px; }
.cta-title span { color: var(--blue-glow); }
.cta-sub { font-size: 18px; color: var(--steel); max-width: 560px; margin: 0 auto 40px; line-height: 1.7; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-grid { grid-template-columns: 1fr 1fr; }
  .project-card.featured { grid-column: 1 / -1; }
  .project-card.featured .project-card-img { height: 300px; }
  .capacity-grid { gap: 48px; }
  .strip-stats { grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; }
}
@media (max-width: 768px) {
  .hero {min-height: 1200px;}
  .hero-content { flex-direction: column; align-items: flex-start; padding-top: 100px; padding-bottom:  80px; font-size:16px; }
  .hero-badges { flex-direction: row; }
  .hero-title { line-height: 1.0; }
  .services-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .capacity-grid { grid-template-columns: 1fr; }
  .portfolio-header { flex-direction: column; }
  .strip-stats { grid-template-columns: 1fr 1fr; gap: 24px; }
  .strip-divider { display: none; }
  .strip-inner { padding: 0 24px; }
}
@media (max-width: 480px) {
  .hero-badges { flex-wrap: wrap; }
  .hero-badge { min-width: 100px; }
}
