/* ============================================
   NRX Asphalt — Design System
   Based on Construktion X Template Blueprint
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --nc-blue: #4B9CD3;
  --nc-blue-dark: #3A7BB0;
  --nc-blue-glow: rgba(75, 156, 211, 0.15);
  --bg-primary: #0A0A0A;
  --bg-alt: #111318;
  --bg-card: #1A1F26;
  --bg-card-hover: #222830;
  --text-primary: #E8E6E3;
  --text-muted: #9CA3AF;
  --text-white: #FFFFFF;
  --border-card: #2A3040;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --font-heading: 'Oswald', sans-serif;
  --font-body: 'Inter', sans-serif;
  --section-pad: 110px;
  --section-pad-mobile: 60px;
  --container-max: 1200px;
  --radius: 10px;
  --radius-lg: 14px;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --duration: 0.35s;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  background: var(--bg-primary);
  overflow-x: hidden;
}

a {
  color: var(--nc-blue);
  text-decoration: none;
  transition: color var(--duration) var(--ease);
}
a:hover { color: var(--nc-blue-dark); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
h1 { font-size: 5rem; }
h2 { font-size: 2.75rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.15rem; }

/* --- Skip Link --- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  background: var(--nc-blue);
  color: #fff;
  padding: 8px 16px;
  border-radius: var(--radius);
  z-index: 10000;
  font-size: 0.875rem;
}
.skip-link:focus { top: 16px; }

/* --- Container --- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Section --- */
.section { padding: var(--section-pad) 0; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--bg-primary); }
.section--light {
  background: #F2F2F2;
  color: #1a1a1a;
}
.section--light h2,
.section--light h3,
.section--light h4,
.section--light h5,
.section--light h6 {
  color: #0a0a0a;
}
.section--light p,
.section--light .section-label {
  color: #333;
}
.section--light .btn--ghost {
  color: #111;
  border-color: #333;
}
.section--light .btn--ghost:hover {
  background: #111;
  color: #fff;
}
.section--light .dec-line {
  background: var(--nc-blue);
}
.section--light .service-card {
  background: #fff;
  border-color: #d0d0d0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.section--light .service-card:hover {
  border-color: var(--nc-blue);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.section--light .service-card h3 {
  color: #0a0a0a;
  font-weight: 700;
}
.section--light .service-card p {
  color: #444;
}
.section--light .service-card__icon {
  background: rgba(75, 156, 211, 0.12);
  color: #3A7BB0;
}
.section--light .services-layout .two-col__content h2 {
  color: #0a0a0a;
}
.section--light .services-layout .two-col__content p {
  color: #333;
}
.section--light .process-step__number {
  background: #F2F2F2;
  color: var(--nc-blue);
}
.section--light .process-step h3 {
  color: #0a0a0a;
}
.section--light .process-step p {
  color: #444;
}
.section--light .process-grid::before {
  background: #ccc;
}

/* Light section: Service details */
.section--light .service-detail__content h3 { color: #0a0a0a; }
.section--light .service-detail__content p { color: #333; }
.section--light .service-detail__content ul li { color: #444; }
.section--light .service-detail__content ul li::before { color: var(--nc-blue); }

/* Light section: Filter buttons */
.section--light .filter-btn {
  background: #fff;
  border-color: #ccc;
  color: #333;
}
.section--light .filter-btn:hover,
.section--light .filter-btn.active {
  background: var(--nc-blue);
  border-color: var(--nc-blue);
  color: #fff;
}

/* Light section: Project cards */
.section--light .project-card { border-color: #ddd; }

/* Light section: Equipment cards */
.section--light .equipment-card {
  background: #fff;
  border-color: #d0d0d0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.section--light .equipment-card:hover {
  border-color: var(--nc-blue);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.section--light .equipment-card__info h3 { color: #0a0a0a; }
.section--light .equipment-card__info p { color: #444; }

/* Light section: Team cards */
.section--light .team-card {
  background: #fff;
  border-color: #d0d0d0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.section--light .team-card:hover {
  border-color: var(--nc-blue);
}
.section--light .team-card__info h3 { color: #0a0a0a; }

/* --- Team Tabbed Layout --- */
.team-tabbed__header {
  margin-bottom: 48px;
}
.team-tabbed__header h2 {
  font-size: 2.5rem;
  margin-bottom: 12px;
}
.team-tabbed__header p {
  font-size: 1.05rem;
  max-width: 500px;
}

.team-tabbed__layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: start;
}

.team-tabbed__names {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.team-tabbed__name {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}

.team-tabbed__name:first-child {
  border-top: 1px solid #ddd;
}

.team-tabbed__bar {
  width: 4px;
  height: 40px;
  background: #ccc;
  border-radius: 2px;
  transition: background 0.3s ease, height 0.3s ease;
  flex-shrink: 0;
}

.team-tabbed__name.active .team-tabbed__bar {
  background: var(--nc-blue);
  height: 48px;
}

.team-tabbed__person {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.team-tabbed__name.active .team-tabbed__person {
  color: #0a0a0a;
}

.team-tabbed__name:hover .team-tabbed__person {
  color: #555;
}

.team-tabbed__role {
  display: block;
  font-size: 0.85rem;
  color: #999;
  margin-top: 2px;
  transition: color 0.3s ease;
}

.team-tabbed__name.active .team-tabbed__role {
  color: var(--nc-blue);
}

/* Bio panel */
.team-tabbed__bios {
  position: relative;
  min-height: 300px;
}

.team-tabbed__bio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.team-tabbed__bio.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.team-tabbed__bio-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
  border: 2px solid #ddd;
}

.team-tabbed__bio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.team-tabbed__bio-photo--placeholder {
  background: var(--nc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}

.team-tabbed__bio h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 4px;
}

.team-tabbed__bio-role {
  color: var(--nc-blue) !important;
  font-size: 0.95rem !important;
  font-weight: 500;
  margin-bottom: 16px !important;
}

.team-tabbed__bio p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
}

/* --- Services Tabbed Layout --- */
.services-tabbed__header {
  margin-bottom: 48px;
}
.services-tabbed__header h2 {
  font-size: 2.5rem;
  margin-bottom: 12px;
}
.services-tabbed__header p {
  font-size: 1.05rem;
  max-width: 500px;
}

.services-tabbed__layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: start;
}

.services-tabbed__names {
  display: flex;
  flex-direction: column;
}

.services-tabbed__name {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}
.services-tabbed__name:first-child {
  border-top: 1px solid #ddd;
}

.services-tabbed__bar {
  width: 4px;
  height: 36px;
  background: #ccc;
  border-radius: 2px;
  transition: background 0.3s ease, height 0.3s ease;
  flex-shrink: 0;
}
.services-tabbed__name.active .services-tabbed__bar {
  background: var(--nc-blue);
  height: 44px;
}

.services-tabbed__title {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
.services-tabbed__name.active .services-tabbed__title {
  color: #0a0a0a;
}
.services-tabbed__name:hover .services-tabbed__title {
  color: #555;
}

.services-tabbed__sub {
  display: block;
  font-size: 0.8rem;
  color: #999;
  margin-top: 2px;
  transition: color 0.3s ease;
}
.services-tabbed__name.active .services-tabbed__sub {
  color: var(--nc-blue);
}

/* Service panels */
.services-tabbed__panels {
  position: relative;
  min-height: 400px;
}

.services-tabbed__panel {
  position: absolute;
  top: 0; left: 0; right: 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.services-tabbed__panel.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.services-tabbed__img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 28px;
  max-height: 280px;
}
.services-tabbed__img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.services-tabbed__panel h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 12px;
}
.services-tabbed__panel p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}
.services-tabbed__panel ul {
  margin-bottom: 24px;
  padding-left: 0;
  list-style: none;
}
.services-tabbed__panel ul li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
  color: #444;
  font-size: 0.95rem;
}
.services-tabbed__panel ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--nc-blue);
}

@media (max-width: 768px) {
  .services-tabbed__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .services-tabbed__header { text-align: center; }
  .services-tabbed__header h2 { font-size: 1.85rem; }
  .services-tabbed__panel { text-align: left; }
}

/* Dark background variant for team tabbed */
.section--alt .team-tabbed__name {
  border-bottom-color: #2A3040;
}
.section--alt .team-tabbed__name:first-child {
  border-top-color: #2A3040;
}
.section--alt .team-tabbed__bar {
  background: #444;
}
.section--alt .team-tabbed__person {
  color: #666;
}
.section--alt .team-tabbed__name.active .team-tabbed__person {
  color: #E8E6E3;
}
.section--alt .team-tabbed__name:hover .team-tabbed__person {
  color: #aaa;
}
.section--alt .team-tabbed__role {
  color: #666;
}
.section--alt .team-tabbed__bio h3 {
  color: #E8E6E3;
}
.section--alt .team-tabbed__bio p {
  color: #9CA3AF;
}
.section--alt .team-tabbed__bio-photo {
  border-color: #2A3040;
}
.section--alt .team-tabbed__header h2 {
  color: #E8E6E3;
}
.section--alt .team-tabbed__header p {
  color: #9CA3AF;
}

@media (max-width: 768px) {
  .team-tabbed__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .team-tabbed__header { text-align: center; }
  .team-tabbed__header h2 { font-size: 1.85rem; }
  .team-tabbed__bio-photo { margin: 0 auto 20px; }
  .team-tabbed__bio { text-align: center; }
}

@media (max-width: 480px) {
  .team-tabbed__person { font-size: 1.1rem; }
  .team-tabbed__header h2 { font-size: 1.6rem; }
}

/* Light section: Contact form */
.section--light input,
.section--light textarea,
.section--light select {
  background: #fff;
  border-color: #ccc;
  color: #111;
}
.section--light input::placeholder,
.section--light textarea::placeholder {
  color: #888;
}
.section--light label { color: #333; }

/* Light section: Area cards */
.section--light .area-card {
  background: #fff;
  border-color: #d0d0d0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.section--light .area-card:hover {
  border-color: var(--nc-blue);
}
.section--light .area-card h3 { color: #0a0a0a; }
.section--light .area-card p { color: #444; }

/* Light section: FAQ */
.section--light .faq-item { border-color: #ddd; }
.section--light .faq-question { color: #0a0a0a; }
.section--light .faq-answer { color: #444; }

/* Light section: Safety protocols */
.section--light .protocol-card {
  background: #fff;
  border-color: #d0d0d0;
}
.section--light .protocol-card h3 { color: #0a0a0a; }
.section--light .protocol-card p { color: #444; }

/* Light section: Cert cards */
.section--light .cert-card {
  background: #fff;
  border-color: #d0d0d0;
}
.section--light .cert-card h3 { color: #0a0a0a; }
.section--light .cert-card p { color: #444; }

/* --- Featured Project --- */
.featured-project {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
.featured-project__image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.featured-project__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}
.featured-project__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--nc-blue);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
}
.featured-project__category {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--nc-blue);
  margin-bottom: 8px;
}
.featured-project__content h2 {
  font-size: 2.2rem;
  line-height: 1.15;
  margin-bottom: 16px;
}
.featured-project__content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #9CA3AF;
  margin-bottom: 28px;
}
.featured-project__stats {
  display: flex;
  gap: 36px;
  margin-bottom: 32px;
}
.featured-project__stat {
  display: flex;
  flex-direction: column;
}
.featured-project__stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--nc-blue);
  line-height: 1;
}
.featured-project__stat-label {
  font-size: 0.8rem;
  color: #9CA3AF;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

/* --- Project Stats Banner --- */
.project-stats-banner {
  background: var(--nc-blue);
  padding: 40px 0;
}
.project-stats-banner__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.project-stats-banner__num {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.project-stats-banner__label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

/* --- Project Cards V2 --- */
.projects-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.project-card-v2 {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.project-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  border-color: var(--nc-blue);
}
.project-card-v2__img {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.project-card-v2__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.project-card-v2:hover .project-card-v2__img img {
  transform: scale(1.05);
}
.project-card-v2__hover {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.project-card-v2:hover .project-card-v2__hover {
  opacity: 1;
}
.project-card-v2__hover span {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 24px;
  border-radius: 4px;
}
.project-card-v2__info {
  padding: 24px;
}
.project-card-v2__cat {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--nc-blue);
}
.project-card-v2__info h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0a0a0a;
  margin: 6px 0 4px;
}
.project-card-v2__location {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 12px;
}
.project-card-v2__meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.project-card-v2__meta span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #555;
  background: #F2F2F2;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Filter count badge */
.filter-count {
  font-size: 0.7rem;
  background: rgba(255,255,255,0.2);
  padding: 2px 7px;
  border-radius: 10px;
  margin-left: 6px;
}
.section--light .filter-count {
  background: rgba(0,0,0,0.08);
}
.filter-btn.active .filter-count {
  background: rgba(255,255,255,0.3);
}

@media (max-width: 1024px) {
  .featured-project { grid-template-columns: 1fr; gap: 32px; }
  .featured-project__image img { height: 300px; }
  .project-stats-banner__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 768px) {
  .featured-project__content h2 { font-size: 1.85rem; }
  .featured-project__stats { flex-wrap: wrap; gap: 24px; }
  .projects-grid-v2 { grid-template-columns: 1fr; }
  .project-stats-banner__grid { grid-template-columns: repeat(2, 1fr); }
  .project-stats-banner__num { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .project-stats-banner__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
}

/* --- NRX Contact CTA (B4 Style) --- */
.nrx-contact-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #0A0A0A 0%, #111318 50%, #0d1520 100%);
  color: #fff;
}

.nrx-contact-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.nrx-contact-cta__info h2 {
  font-size: 2.5rem;
  line-height: 1.15;
  margin-bottom: 20px;
}

.nrx-contact-cta__info > p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
  margin-bottom: 40px;
}

.nrx-contact-cta__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nrx-contact-cta__detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.nrx-contact-cta__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: var(--nc-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nrx-contact-cta__detail strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 2px;
}

.nrx-contact-cta__detail span {
  font-size: 0.95rem;
  color: #E8E6E3;
}

.nrx-contact-cta__detail a {
  color: var(--nc-blue);
  transition: color 0.3s;
}
.nrx-contact-cta__detail a:hover { color: #6DB8E8; }

/* Floating label form */
.nrx-cta-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nrx-cta-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.nrx-form-field {
  position: relative;
  margin-top: 8px;
}

.nrx-form-field label {
  position: absolute;
  left: 0;
  top: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.4);
  pointer-events: none;
  transition: all 0.25s ease;
}

.nrx-form-field input,
.nrx-form-field select,
.nrx-form-field textarea {
  width: 100%;
  padding: 16px 0 8px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s;
}

.nrx-form-field input:focus,
.nrx-form-field select:focus,
.nrx-form-field textarea:focus {
  border-bottom-color: var(--nc-blue);
}

.nrx-form-field textarea {
  min-height: 100px;
  resize: vertical;
}

.nrx-form-field select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.nrx-form-field select option {
  background: #111318;
  color: #fff;
}

/* Float label up on focus or when filled */
.nrx-form-field input:focus ~ label,
.nrx-form-field input:not(:placeholder-shown) ~ label,
.nrx-form-field textarea:focus ~ label,
.nrx-form-field textarea:not(:placeholder-shown) ~ label,
.nrx-form-field select:focus ~ label,
.nrx-form-field select:valid ~ label {
  top: -6px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.nrx-form-field input:focus ~ label,
.nrx-form-field textarea:focus ~ label,
.nrx-form-field select:focus ~ label {
  color: var(--nc-blue);
}

/* Select always has visible text, so label always floats up */
.nrx-form-field select ~ label {
  top: -6px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.nrx-form-field select:focus ~ label {
  color: var(--nc-blue);
}

/* Focus underline bar */
.nrx-form-field::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--nc-blue);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nrx-form-field:focus-within::after {
  transform: scaleX(1);
}

.nrx-cta-form__submit {
  margin-top: 20px;
  padding: 16px 40px;
  background: var(--nc-blue);
  color: #fff;
  border: none;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 4px;
}
.nrx-cta-form__submit:hover {
  background: #3A7BB0;
}

@media (max-width: 768px) {
  .nrx-contact-cta__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .nrx-cta-form__row {
    grid-template-columns: 1fr;
  }
  .nrx-contact-cta__info h2 {
    font-size: 1.85rem;
  }
}
.section--light .project-card__overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 100%);
}
.section--light .marquee-item {
  border-color: #ddd;
}
.section--light .marquee-item:hover {
  border-color: var(--nc-blue);
}
.section--light .marquee-logo {
  filter: grayscale(1) brightness(0.4);
  opacity: 0.5;
}
.section--light .marquee-item:hover .marquee-logo {
  filter: grayscale(0) brightness(1);
  opacity: 1;
}

/* --- Decorative Line --- */
.dec-line {
  display: block;
  width: 80px;
  height: 3px;
  background: var(--nc-blue);
  margin-top: 20px;
  border-radius: 2px;
}
.dec-line--center { margin-left: auto; margin-right: auto; }

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--duration) var(--ease);
  letter-spacing: 0.01em;
  text-decoration: none;
}
.btn--primary {
  background: var(--nc-blue);
  color: #fff;
  border-color: var(--nc-blue);
}
.btn--primary:hover {
  background: var(--nc-blue-dark);
  border-color: var(--nc-blue-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(75, 156, 211, 0.25);
}
.btn--ghost {
  background: transparent;
  color: var(--text-primary);
  border-color: var(--border-card);
}
.btn--ghost:hover {
  border-color: var(--nc-blue);
  color: var(--nc-blue);
  transform: translateY(-2px);
}
.btn-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* --- Header / Navigation --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.4s var(--ease);
}
.header--scrolled {
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(12px);
  padding: 14px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo img { height: 64px; width: auto; }
.header__nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.header__nav a {
  color: var(--text-primary);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  padding: 4px 0;
}
.header__nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--nc-blue);
  transition: width var(--duration) var(--ease);
}
.header__nav a:hover::after,
.header__nav a.active::after { width: 100%; }
.header__nav a:hover,
.header__nav a.active { color: var(--nc-blue); }
.header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__phone {
  color: var(--text-primary);
  font-size: 0.9rem;
  font-weight: 500;
}
.header__phone:hover { color: var(--nc-blue); }

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1010;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--text-primary);
  margin: 6px 0;
  transition: all 0.3s var(--ease);
  border-radius: 2px;
}
.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* Mobile Panel */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: var(--bg-alt);
  z-index: 1005;
  padding: 100px 40px 40px;
  transition: right 0.4s var(--ease);
  border-left: 1px solid var(--border-card);
  overflow-y: auto;
}
.mobile-nav.open { right: 0; }
.mobile-nav a {
  display: block;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: 1.5rem;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-subtle);
  text-transform: uppercase;
}
.mobile-nav a:hover { color: var(--nc-blue); }
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1004;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.mobile-overlay.open { opacity: 1; pointer-events: auto; }

/* --- Hero V2 (Cinematic) --- */
.hero-v2 {
  background: #0A0A0A;
  padding-top: 100px;
}
.hero-v2__text {
  padding: 60px 0 80px;
}
.hero-v2__headline {
  font-family: 'Oswald', sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.05;
  color: #E8E6E3;
  text-transform: uppercase;
  letter-spacing: -1px;
  max-width: 800px;
}
.hero-v2__headline span {
  color: var(--nc-blue);
}
.hero-v2__sub {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #9CA3AF;
  max-width: 600px;
  margin: 24px 0 36px;
}
.hero-v2__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-v2__image img {
  width: 100%;
  height: 55vh;
  min-height: 380px;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-v2__scroll {
  position: absolute;
  bottom: 24px;
  right: 40px;
  opacity: 0.6;
  transition: opacity 0.3s;
  cursor: pointer;
}
.hero-v2__scroll:hover { opacity: 1; }

/* Stats Bar */
.stats-bar {
  background: #F2F2F2;
  padding: 60px 0;
}
.stats-bar__layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  align-items: center;
}
.stats-bar__title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.15;
}
.stats-bar__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.stats-bar__num {
  display: block;
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: #0a0a0a;
  line-height: 1;
}
.stats-bar__suffix {
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: super;
  margin-left: 2px;
}
.stats-bar__label {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-top: 6px;
}

@media (max-width: 1024px) {
  .hero-v2__headline { font-size: 3.5rem; }
  .stats-bar__layout { grid-template-columns: 1fr; gap: 32px; }
  .stats-bar__title { font-size: 2.2rem; }
  .stats-bar__num { font-size: 2.8rem; }
}
@media (max-width: 768px) {
  .hero-v2__headline { font-size: 2.75rem; }
  .hero-v2__text { padding: 40px 0 60px; }
  .hero-v2__image img { height: 40vh; min-height: 260px; }
  .stats-bar__items { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .stats-bar__num { font-size: 2.2rem; }
  .stats-bar__suffix { font-size: 1.2rem; }
}
@media (max-width: 480px) {
  .hero-v2__headline { font-size: 2.25rem; }
  .hero-v2 { padding-top: 80px; }
  .stats-bar__items { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stats-bar__num { font-size: 2rem; }
}

/* --- Hero Section (legacy) --- */
.hero {
  position: relative;
  padding: 180px 0 0;
  background: var(--bg-primary);
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 50px;
}
.hero__headline { font-size: 5rem; line-height: 1.05; color: var(--text-primary); }
.hero__subtitle { font-size: 1.1rem; line-height: 1.8; color: var(--text-muted); padding-top: 20px; }
.hero__image { position: relative; margin-top: 40px; }
.hero__image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
.hero__scroll-indicator {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--nc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 2s infinite;
  cursor: pointer;
}
.hero__scroll-indicator svg { width: 20px; height: 20px; fill: #fff; }

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* --- Page Hero (inner pages) --- */
.page-hero {
  position: relative;
  padding: 180px 0 80px;
  background: var(--bg-alt);
  overflow: hidden;
}
.page-hero--image {
  background-size: cover;
  background-position: center;
}
.page-hero--image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,0.85), rgba(10,10,10,0.7));
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.85rem;
}
.page-hero__breadcrumb a { color: var(--text-muted); }
.page-hero__breadcrumb a:hover { color: var(--nc-blue); }
.page-hero__breadcrumb span { color: var(--text-muted); }
.page-hero__breadcrumb .current { color: var(--nc-blue); }
.page-hero h1 { font-size: 3.5rem; margin-bottom: 16px; }
.page-hero p { font-size: 1.1rem; max-width: 600px; color: var(--text-muted); }

/* --- Stats Bar --- */
.stats {
  padding: 60px 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.stat { position: relative; padding: 20px; }
.stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: var(--border-subtle);
}
.stat__number {
  font-family: var(--font-heading);
  font-size: 3.75rem;
  font-weight: 700;
  color: var(--nc-blue);
  line-height: 1;
  margin-bottom: 8px;
}
.stat__label {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* --- Two-Column Layout --- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.two-col--reverse { direction: rtl; }
.two-col--reverse > * { direction: ltr; }
.two-col__image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  transition: transform var(--duration) var(--ease);
}
.two-col__image:hover img { transform: scale(1.02); }

.about-founder-img {
  max-width: 300px;
}
.about-founder-img img {
  max-height: 360px;
  min-height: unset;
  object-position: top center;
}
.two-col__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.two-col__content h2 { font-size: 2.75rem; line-height: 1.15; }
.two-col__content p { font-size: 1.05rem; line-height: 1.8; }

/* --- Founder Section --- */
.founder {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: center;
}

.founder__photo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.founder__photo-frame {
  width: 280px;
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #2A3040;
  position: relative;
}

.founder__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

.founder__photo-frame:hover .founder__photo {
  transform: scale(1.03);
}

.founder__name-card {
  text-align: center;
}

.founder__name {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #E8E6E3;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.founder__title {
  font-size: 0.9rem;
  color: var(--nc-blue);
  margin-top: 4px;
}

.founder__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.founder__content h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}

.founder__content p {
  font-size: 1.05rem;
  line-height: 1.8;
}

.founder__stats {
  display: flex;
  gap: 40px;
  margin: 8px 0;
}

.founder__stat {
  display: flex;
  flex-direction: column;
}

.founder__stat-number {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--nc-blue);
}

.founder__stat-label {
  font-size: 0.85rem;
  color: #9CA3AF;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .founder {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .founder__photo-frame {
    width: 220px;
    height: 280px;
    margin: 0 auto;
  }
  .founder__stats {
    justify-content: center;
  }
  .founder__content h2 {
    font-size: 2rem;
  }
}

/* Section header */
.section-header { margin-bottom: 50px; }
.section-header--center { text-align: center; }
.section-header h2 { margin-bottom: 12px; }
.section-header p { font-size: 1.05rem; max-width: 600px; color: var(--text-muted); }
.section-header--center p { margin: 0 auto; }

/* --- Service Cards Grid --- */
.services-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all var(--duration) var(--ease);
  text-decoration: none;
  display: block;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--nc-blue);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  background: var(--bg-card-hover);
}
.service-card__icon {
  width: 48px;
  height: 48px;
  background: var(--nc-blue-glow);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--nc-blue);
  font-size: 1.4rem;
}
.service-card h3 { font-size: 1.15rem; margin-bottom: 10px; color: var(--text-primary); }
.service-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

/* --- Project Cards --- */
.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.project-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.project-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.project-card:hover img { transform: scale(1.05); }
.project-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(to top, rgba(10,10,10,0.9), transparent);
}
.project-card__category {
  font-size: 0.8rem;
  color: var(--nc-blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  font-weight: 600;
}
.project-card__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--text-primary);
  text-transform: uppercase;
}

/* --- Process Steps --- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: var(--border-card);
}
.process-step { text-align: center; position: relative; }
.process-step__number {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--nc-blue);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  background: var(--bg-alt);
  display: inline-block;
  padding: 0 16px;
}
.process-step h3 { font-size: 1.25rem; margin-bottom: 12px; color: var(--text-primary); }
.process-step p { font-size: 0.95rem; color: var(--text-muted); max-width: 300px; margin: 0 auto; }

/* --- Testimonials --- */
.testimonial {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  display: none;
}
.testimonial.active { display: block; }
.testimonial__quote-mark {
  font-size: 6rem;
  color: var(--nc-blue);
  line-height: 0.5;
  font-family: Georgia, serif;
  margin-bottom: 20px;
  opacity: 0.4;
}
.testimonial__text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--text-primary);
  font-style: italic;
  margin-bottom: 30px;
}
.testimonial__author {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.testimonial__role {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.testimonial-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--border-card);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.testimonial-dots button.active {
  background: var(--nc-blue);
  border-color: var(--nc-blue);
}

/* --- CTA Banner --- */
.cta-banner {
  position: relative;
  padding: var(--section-pad) 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.9), rgba(10,10,10,0.75));
}
.cta-banner .container { position: relative; z-index: 2; text-align: center; }
.cta-banner h2 { font-size: 3rem; margin-bottom: 16px; }
.cta-banner p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 32px; }

/* --- Footer --- */
.footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--border-subtle);
}
.footer__main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding: 80px 0 60px;
}
.footer__brand p { margin-top: 16px; font-size: 0.9rem; line-height: 1.7; }
.footer__heading {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.footer__links a {
  display: block;
  color: var(--text-muted);
  font-size: 0.9rem;
  padding: 6px 0;
  transition: color 0.2s;
}
.footer__links a:hover { color: var(--nc-blue); }
.footer__contact-item {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.9rem;
}
.footer__contact-item svg {
  width: 18px;
  height: 18px;
  color: var(--nc-blue);
  flex-shrink: 0;
  margin-top: 3px;
}
.footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.footer__socials a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.3s;
}
.footer__socials a:hover {
  background: var(--nc-blue);
  border-color: var(--nc-blue);
  color: #fff;
}
.footer__bottom {
  border-top: 1px solid var(--border-subtle);
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.footer__bottom a { color: var(--nc-blue); }

/* --- Values Cards --- */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: all var(--duration) var(--ease);
}
.value-card:hover {
  transform: translateY(-4px);
  border-color: var(--nc-blue);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.value-card__icon {
  width: 56px;
  height: 56px;
  background: var(--nc-blue-glow);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--nc-blue);
  font-size: 1.5rem;
}
.value-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.value-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

.section--light .value-card {
  background: #fff;
  border-color: #d0d0d0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.section--light .value-card:hover {
  border-color: var(--nc-blue);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.section--light .value-card h3 { color: #0a0a0a; }
.section--light .value-card p { color: #444; }
.section--light .value-card__icon { background: rgba(75,156,211,0.12); }
.section--light .section-header h2 { color: #0a0a0a; }
.section--light .section-header p { color: #444; }

/* --- Team Grid --- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--duration) var(--ease);
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.team-card__photo {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: var(--bg-card-hover);
}
.team-card__info { padding: 20px; text-align: center; }
.team-card__info h3 { font-size: 1.05rem; margin-bottom: 4px; }
.team-card__info p { font-size: 0.85rem; color: var(--nc-blue); }

/* --- Service Detail Blocks --- */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.service-detail:nth-child(even) { direction: rtl; }
.service-detail:nth-child(even) > * { direction: ltr; }
.service-detail + .service-detail {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid var(--border-subtle);
}
.service-detail__image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
.service-detail__content h3 { font-size: 2rem; margin-bottom: 16px; }
.service-detail__content p { margin-bottom: 16px; font-size: 1rem; line-height: 1.8; }
.service-detail__content ul { margin-bottom: 24px; }
.service-detail__content ul li {
  padding: 6px 0;
  padding-left: 24px;
  position: relative;
  font-size: 0.95rem;
  color: var(--text-muted);
}
.service-detail__content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nc-blue);
}

/* --- Filter Buttons --- */
.filter-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}
.filter-btn {
  padding: 10px 24px;
  border-radius: 8px;
  border: 1px solid var(--border-card);
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--nc-blue);
  border-color: var(--nc-blue);
  color: #fff;
}

/* --- Equipment Cards --- */
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.equipment-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--duration) var(--ease);
}
.equipment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.equipment-card__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: var(--bg-card-hover);
}
.equipment-card__info { padding: 24px; }
.equipment-card__info h3 { font-size: 1.15rem; margin-bottom: 8px; }
.equipment-card__info p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

/* --- Contact Form --- */
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
}
.form-group { margin-bottom: 24px; }
.form-group label {
  display: block;
  font-size: 0.9rem;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-weight: 500;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: 8px;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--nc-blue);
  box-shadow: 0 0 0 3px var(--nc-blue-glow);
}
.form-group textarea { min-height: 140px; resize: vertical; }
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%239CA3AF' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.contact-info-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius);
  padding: 40px 32px;
}
.contact-info-card h3 { font-size: 1.35rem; margin-bottom: 24px; }
.contact-info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  align-items: start;
}
.contact-info-item svg {
  width: 20px;
  height: 20px;
  color: var(--nc-blue);
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-info-item strong {
  display: block;
  color: var(--text-primary);
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.contact-info-item span { font-size: 0.9rem; color: var(--text-muted); }
.map-placeholder {
  width: 100%;
  height: 220px;
  background: var(--bg-card-hover);
  border-radius: var(--radius);
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  border: 1px solid var(--border-card);
}

/* --- Region Cards --- */
.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.region-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius);
  padding: 36px 28px;
  transition: all var(--duration) var(--ease);
}
.region-card:hover {
  transform: translateY(-4px);
  border-color: var(--nc-blue);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.region-card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.region-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }
.region-card__tag {
  display: inline-block;
  padding: 4px 12px;
  background: var(--nc-blue-glow);
  color: var(--nc-blue);
  font-size: 0.8rem;
  border-radius: 6px;
  font-weight: 600;
}

/* --- Safety Protocols --- */
.protocols-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.protocol-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  gap: 20px;
  align-items: start;
  transition: all var(--duration) var(--ease);
}
.protocol-card:hover {
  transform: translateY(-4px);
  border-color: var(--nc-blue);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.protocol-card__icon {
  width: 48px;
  height: 48px;
  background: var(--nc-blue-glow);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nc-blue);
  font-size: 1.3rem;
  flex-shrink: 0;
}
.protocol-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.protocol-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

/* --- Certifications Grid --- */
.certs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cert-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius);
  padding: 32px 20px;
  text-align: center;
  transition: all var(--duration) var(--ease);
}
.cert-card:hover { transform: translateY(-4px); border-color: var(--nc-blue); }
.cert-card__badge {
  width: 72px;
  height: 72px;
  background: var(--nc-blue-glow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--nc-blue);
  font-size: 1.5rem;
}
.cert-card h4 { font-size: 0.95rem; margin-bottom: 6px; color: var(--text-primary); }
.cert-card p { font-size: 0.8rem; color: var(--text-muted); }

/* --- Form Success --- */
.form-success { display: none; text-align: center; padding: 40px; }
.form-success.show { display: block; }
.form-success svg { width: 56px; height: 56px; color: var(--nc-blue); margin-bottom: 16px; }
.form-success h3 { font-size: 1.5rem; margin-bottom: 8px; }

/* --- Scroll Animations --- */
/* Fallback: show content if JS is disabled */
.no-js .reveal,
noscript ~ * .reveal {
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* --- Stats with Images --- */
.stats-images {
  padding: 80px 0;
  background: var(--bg-primary);
}

.stats-images__layout {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.stats-images__photo--tall {
  grid-column: 1;
  grid-row: 1 / 3;
  overflow: hidden;
  border-radius: 8px;
}

.stats-images__photo--tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 520px;
}

.stats-images__photo--wide {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  border-radius: 8px;
}

.stats-images__photo--wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 340px;
}

.stats-images__numbers {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 24px 0;
}

.stats-images__stat {
  text-align: center;
}

.stats-images__number {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 700;
  color: #4B9CD3;
  line-height: 1;
  margin-bottom: 8px;
}

.stats-images__label {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9CA3AF;
}

@media (max-width: 768px) {
  .stats-images__layout { grid-template-columns: 1fr; grid-template-rows: auto; }
  .stats-images__photo--tall { grid-column: 1; grid-row: auto; }
  .stats-images__photo--tall img { min-height: 280px; }
  .stats-images__photo--wide { grid-column: 1; grid-row: auto; }
  .stats-images__photo--wide img { min-height: 200px; }
  .stats-images__numbers { grid-column: 1; grid-row: auto; flex-direction: column; gap: 24px; }
  .stats-images__number { font-size: 2.5rem; }
}

/* --- Values Light Section (Tower-style) --- */
.values-light {
  background: #f9f9fa !important;
  padding: 100px 0 !important;
}

.values-light,
.values-light h2,
.values-light h3,
.values-light p,
.values-light div {
  color: #111 !important;
}

.values-light .values-light__text {
  color: #666 !important;
}

.values-light__heading {
  text-align: center !important;
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem !important;
  font-weight: 700;
  color: #111 !important;
  margin-bottom: 60px;
  line-height: 1.2;
  text-transform: uppercase;
}

.values-light__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
}

.values-light__item {
  text-align: center !important;
  padding: 40px 32px !important;
}

.values-light__item:nth-child(n+4) {
  border-top: 1px solid #ddd;
}

.values-light__icon {
  margin-bottom: 20px;
}

.values-light__icon svg {
  display: inline-block;
  stroke: #333 !important;
}

.values-light__title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.35rem !important;
  font-weight: 600;
  color: #111 !important;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.values-light__text {
  color: #666 !important;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 320px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .values-light__grid { grid-template-columns: 1fr !important; }
  .values-light__heading { font-size: 2rem !important; }
  .values-light { padding: 60px 0 !important; }
}

/* --- What Sets Us Apart (label) --- */
.section-label {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.85rem;
  color: #4B9CD3;
  font-weight: 600;
  margin-bottom: 12px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.feature-card {
  background: #111318;
  border: 1px solid #2A3040;
  border-radius: 12px;
  padding: 40px 32px;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: #4B9CD3;
  box-shadow: 0 12px 40px rgba(75, 156, 211, 0.1);
}

.feature-card__icon {
  width: 64px;
  height: 64px;
  background: rgba(75, 156, 211, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.feature-card__title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  color: #E8E6E3;
}

.feature-card__text {
  color: #9CA3AF;
  line-height: 1.7;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .features-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* --- Trusted By Marquee --- */
.trusted-section {
  padding-top: 40px !important;
  padding-bottom: 60px !important;
  overflow: hidden;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 24px 0;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #0A0A0A, transparent);
}

.marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #0A0A0A, transparent);
}

.marquee-track {
  display: flex;
  gap: 48px;
  animation: marquee 25s linear infinite;
  width: max-content;
}

.marquee-item {
  white-space: nowrap;
  padding: 14px 28px;
  border: 1px solid #2A3040;
  border-radius: 8px;
  transition: border-color 0.3s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee-item:hover {
  border-color: #4B9CD3;
}

.marquee-logo {
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.marquee-item:hover .marquee-logo {
  opacity: 1;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* --- Team Slider (Tower-style) --- */
.team-tower {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.team-tower__header {
  text-align: center;
  padding-bottom: 60px;
}

.team-tower__header h2 {
  font-size: 2.75rem;
}

.team-tower__slider-area {
  background: #080a0e;
  padding: 80px 0 60px;
  position: relative;
}

.team-tower__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(90deg, rgba(75, 156, 211, 0.12), transparent);
  z-index: 1;
  pointer-events: none;
}

.team-tower__slider {
  position: relative;
  min-height: 420px;
}

.team-tower__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  gap: 56px;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.team-tower__slide.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.team-tower__left-col {
  width: 320px;
  flex-shrink: 0;
}

.team-tower__image {
  width: 100%;
}

.team-tower__image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  display: block;
}

.team-tower__image--placeholder {
  width: 100%;
  height: 420px;
  background: #111318;
  border: 1px solid #2A3040;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.team-tower__initials {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #4B9CD3;
  letter-spacing: 4px;
  opacity: 0.5;
}

.team-tower__content {
  flex: 1;
  padding-top: 24px;
}

.team-tower__position {
  font-size: 0.85rem;
  color: #BBBBBB;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-tower__position::before {
  content: '[ ';
  color: #4B9CD3;
  font-weight: 600;
}

.team-tower__position::after {
  content: ' ]';
  color: #4B9CD3;
  font-weight: 600;
}

.team-tower__name {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.team-tower__bio {
  color: #9CA3AF;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 28px;
  max-width: 550px;
}

.team-tower__socials {
  display: flex;
  gap: 20px;
}

.team-tower__socials a {
  color: #4B9CD3;
  transition: color 0.3s;
  font-size: 1.1rem;
}

.team-tower__socials a:hover {
  color: #fff;
}

.team-tower__nav {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  width: 320px;
}

.team-tower__arrow {
  width: 46px;
  height: 46px;
  border: 2px solid #555;
  background: transparent;
  color: #4B9CD3;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 1.2rem;
  font-weight: 700;
}

.team-tower__arrow:hover {
  border-color: #4B9CD3;
  background: rgba(75, 156, 211, 0.15);
}

.team-tower__arrow--right {
  background: #4B9CD3;
  border-color: #4B9CD3;
  color: #0A0A0A;
}

.team-tower__arrow--right:hover {
  background: #3A7BB0;
  border-color: #3A7BB0;
  color: #fff;
}

@media (max-width: 768px) {
  .team-tower__slide { flex-direction: column; gap: 32px; }
  .team-tower__left-col { width: 100%; }
  .team-tower__image, .team-tower__image--placeholder { width: 100%; height: 300px; }
  .team-tower__nav { width: 100%; justify-content: center; }
  .team-tower__image img { height: 300px; }
  .team-tower__slider { min-height: auto; }
  .team-tower__content { text-align: center; padding-top: 0; }
  .team-tower__socials { justify-content: center; }
  .team-tower__nav { justify-content: center; }
  .team-tower__gradient { width: 100%; height: 30%; background: linear-gradient(180deg, rgba(75,156,211,0.12), transparent); }
  .team-tower__name { font-size: 1.75rem; }
  .team-tower__header h2 { font-size: 2rem; }
}

/* --- Testimonials (Tower-style) --- */
.testimonials-tower {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px 0;
}

.testimonials-tower__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.testimonials-tower__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(4, 6, 10, 0.75);
  z-index: 2;
}

.testimonials-tower__content {
  position: relative;
  z-index: 3;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.testimonials-tower__slider {
  position: relative;
  min-height: 280px;
}

.testimonials-tower__heading {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 48px;
  position: relative;
  z-index: 5;
}

.testimonials-tower__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonials-tower__slide.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Fly out — fades + drifts upward */
.testimonials-tower__slide.fly-out-up {
  opacity: 0;
  transform: translateY(-70px);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Fly in — starts below, fades + rises into place */
.testimonials-tower__slide.fly-in-bottom {
  opacity: 0;
  transform: translateY(70px);
}

.testimonials-tower__slide.fly-in-bottom.active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.9s cubic-bezier(0.0, 0, 0.2, 1);
}

.testimonials-tower__quote {
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 40px;
  font-style: italic;
}

.testimonials-tower__author-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.testimonials-tower__avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.08);
  outline-offset: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background: #1A1F26;
}

.testimonials-tower__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonials-tower__author-info {
  text-align: left;
}

.testimonials-tower__name {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #E8E6E3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.testimonials-tower__role {
  font-size: 0.9rem;
  color: #9CA3AF;
  margin-top: 2px;
}

.testimonials-tower__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}

.testimonials-tower__arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.testimonials-tower__arrow:hover {
  border-color: #4B9CD3;
  background: rgba(75, 156, 211, 0.15);
  color: #4B9CD3;
}

.testimonials-tower__counter {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 2px;
}

.testimonials-tower__current {
  color: #4B9CD3;
  font-weight: 600;
}

@media (max-width: 768px) {
  .testimonials-tower { min-height: 500px; padding: 80px 0; }
  .testimonials-tower__quote { font-size: 1.2rem; }
  .testimonials-tower__slider { min-height: 320px; }
}

@media (max-width: 480px) {
  .testimonials-tower__quote { font-size: 1.05rem; }
  .testimonials-tower__slider { min-height: 360px; }
}

/* --- Reveal Animations --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* --- Responsive --- */
@media (max-width: 1024px) {
  h1 { font-size: 3.5rem; }
  h2 { font-size: 2.25rem; }
  .hero { padding-top: 140px; }
  .hero__grid { grid-template-columns: 1fr; gap: 30px; }
  .hero__headline { font-size: 3.5rem; }
  .section { padding: var(--section-pad-mobile) 0; }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .two-col--reverse { direction: ltr; }
  .services-layout { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .footer__main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .contact-layout { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .certs-grid { grid-template-columns: 1fr 1fr; }
  .equipment-grid { grid-template-columns: 1fr 1fr; }
  .process-grid::before { display: none; }
  .page-hero h1 { font-size: 2.75rem; }
  .cta-banner h2 { font-size: 2.25rem; }
  .founder { grid-template-columns: 260px 1fr; gap: 40px; }
  .founder__photo-frame { width: 240px; height: 300px; }
  .about-founder-img { max-width: 260px; }
  .about-founder-img img { max-height: 320px; }
  .stats-images__layout { gap: 20px; }
  .testimonials-tower__heading { font-size: 2.2rem; }
  .values-light__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  h1 { font-size: 2.75rem; }
  h2 { font-size: 1.85rem; }
  .hero__headline { font-size: 2.75rem; }
  .hero__image img { height: 300px; }
  .stats__grid { grid-template-columns: 1fr; gap: 0; }
  .stat:not(:last-child)::after { display: none; }
  .stat { border-bottom: 1px solid var(--border-subtle); }
  .stat:last-child { border-bottom: none; }
  .services-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .equipment-grid { grid-template-columns: 1fr; }
  .regions-grid { grid-template-columns: 1fr; }
  .protocols-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .certs-grid { grid-template-columns: 1fr; }
  .footer__main { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail:nth-child(even) { direction: ltr; }
  .cta-banner h2 { font-size: 1.85rem; }
  .header__nav, .header__actions .header__phone { display: none; }
  .menu-toggle { display: block; }
  .header__actions .btn { display: none; }
  .founder { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .founder__photo-frame { width: 200px; height: 260px; margin: 0 auto; }
  .founder__name-card { text-align: center; }
  .founder__content { text-align: center; }
  .founder__stats { justify-content: center; }
  .founder__content h2 { font-size: 1.85rem; }
  .about-founder-img { max-width: 220px; margin: 0 auto; }
  .about-founder-img img { max-height: 280px; }
  .stats-images__layout { grid-template-columns: 1fr; }
  .stats-images__numbers { grid-template-columns: repeat(3, 1fr); }
  .testimonials-tower__heading { font-size: 1.8rem; }
  .testimonials-tower__nav { gap: 16px; }
  .values-light__grid { grid-template-columns: 1fr; }
  .values-light__heading { font-size: 1.85rem; }
  .marquee-item { padding: 10px 18px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  h1 { font-size: 2.25rem; }
  .hero__headline { font-size: 2.25rem; }
  .hero { padding-top: 120px; }
  .btn { padding: 12px 24px; font-size: 0.9rem; }
  .stat__number { font-size: 2.75rem; }
  .founder__photo-frame { width: 180px; height: 230px; }
  .founder__content h2 { font-size: 1.6rem; }
  .founder__stat-number { font-size: 1.8rem; }
  .about-founder-img { max-width: 180px; }
  .about-founder-img img { max-height: 230px; }
  .stats-images__numbers { grid-template-columns: 1fr; gap: 16px; }
  .stats-images__number { font-size: 2.5rem; }
  .testimonials-tower__heading { font-size: 1.5rem; }
  .testimonials-tower__arrow { width: 40px; height: 40px; }
  .page-hero h1 { font-size: 2rem; }
  .header__logo img { height: 48px; }
}
