/* =============================================
   IIC – International Industrial Consulting
   Design System & Styles
   ============================================= */

/* --- CSS Variables --- */
:root {
  --navy-950: #060d1a;
  --navy-900: #0a1628;
  --navy-800: #0f2044;
  --navy-700: #162d5e;
  --navy-600: #1e3a78;
  --gold-400: #e8c56a;
  --gold-500: #C9A84C;
  --gold-600: #a88832;
  --silver: #b8c4d4;
  --white: #ffffff;
  --off-white: #f0f4f8;
  --text-muted: #8fa3bb;
  --card-bg: rgba(15, 32, 68, 0.6);
  --card-border: rgba(201, 168, 76, 0.18);
  --glass-bg: rgba(10, 22, 40, 0.72);
  --glass-border: rgba(201, 168, 76, 0.22);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --shadow-gold: 0 0 40px rgba(201, 168, 76, 0.15);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 80px rgba(30, 58, 120, 0.4);
}

/* --- Light Theme Override --- */
:root.light-theme {
  --navy-950: #f5f7fa;
  --navy-900: #edf0f5;
  --navy-800: #e2e7ef;
  --navy-700: #d0d8e4;
  --navy-600: #bcc6d6;
  --gold-400: #c4940f;
  --gold-500: #a87d0a;
  --gold-600: #8c6808;
  --silver: #4a5568;
  --white: #1a202c;
  --off-white: #f0f4f8;
  --text-muted: #637085;
  --card-bg: rgba(255, 255, 255, 0.85);
  --card-border: rgba(168, 125, 10, 0.2);
  --glass-bg: rgba(255, 255, 255, 0.82);
  --glass-border: rgba(168, 125, 10, 0.18);
  --shadow-gold: 0 0 40px rgba(168, 125, 10, 0.1);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.08);
  --shadow-glow: 0 0 80px rgba(168, 125, 10, 0.08);
}

/* Light theme – specific overrides */
.light-theme body {
  background-color: var(--navy-950);
  color: var(--white);
}

.light-theme .hero-overlay {
  background:
    linear-gradient(to right, rgba(245, 247, 250, 0.92) 40%, rgba(245, 247, 250, 0.45) 100%),
    linear-gradient(to top, rgba(245, 247, 250, 0.88) 0%, transparent 60%);
}

.light-theme .navbar.scrolled {
  background: var(--glass-bg);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.light-theme .hamburger span {
  background: var(--white);
}

.light-theme .nav-menu {
  background: var(--navy-950);
}

.light-theme .logo-img {
  background: var(--off-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.light-theme .about-strip {
  background: linear-gradient(135deg, var(--navy-800), var(--navy-900));
  border-top: 1px solid rgba(168, 125, 10, 0.12);
  border-bottom: 1px solid rgba(168, 125, 10, 0.12);
}

.light-theme .service-card {
  background: var(--card-bg);
  border-color: var(--card-border);
  backdrop-filter: blur(12px);
}

.light-theme .service-card.featured {
  background: linear-gradient(145deg, #fff8e7, #fff3d0);
  border-color: rgba(168, 125, 10, 0.35);
}

.light-theme .service-icon-wrap {
  background: rgba(168, 125, 10, 0.08);
  border-color: rgba(168, 125, 10, 0.18);
}

.light-theme .areas {
  background: linear-gradient(180deg, var(--navy-900) 0%, var(--navy-800) 100%);
}

.light-theme .areas-bg-glow {
  background: radial-gradient(circle, rgba(168, 125, 10, 0.08) 0%, transparent 70%);
}

.light-theme .areas-grid {
  background: rgba(168, 125, 10, 0.06);
  border-color: rgba(168, 125, 10, 0.1);
}

.light-theme .area-item {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(168, 125, 10, 0.08);
}

.light-theme .area-item:hover {
  background: rgba(255, 248, 231, 0.9);
}

.light-theme .team-card {
  background: var(--card-bg);
  border-color: var(--card-border);
  backdrop-filter: blur(12px);
}

.light-theme .avatar-placeholder {
  background: linear-gradient(135deg, #e8dcc0, #f0e4c8);
  color: var(--gold-600);
}

.light-theme .btn-primary {
  color: #fff;
}

.light-theme .btn-outline {
  color: var(--white);
  border-color: rgba(26, 32, 44, 0.25);
}

.light-theme .btn-outline:hover {
  border-color: var(--gold-500);
  color: var(--gold-500);
}

.light-theme .cta-banner-bg {
  background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-700) 50%, var(--navy-800) 100%);
}

.light-theme .ci-icon {
  background: rgba(168, 125, 10, 0.08);
  border-color: rgba(168, 125, 10, 0.15);
}

.light-theme .form-group input,
.light-theme .form-group textarea {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(168, 125, 10, 0.18);
  color: #1a202c;
}

.light-theme .form-group input:focus,
.light-theme .form-group textarea:focus {
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(168, 125, 10, 0.1);
}

.light-theme .form-group input::placeholder,
.light-theme .form-group textarea::placeholder {
  color: #8a96a6;
}

.light-theme .footer {
  background: var(--navy-900);
  border-top: 1px solid rgba(168, 125, 10, 0.1);
}

.light-theme .footer-logo img {
  background: var(--off-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.light-theme .hero-badge {
  background: rgba(168, 125, 10, 0.1);
  border-color: rgba(168, 125, 10, 0.25);
}

.light-theme .section-tag {
  background: rgba(168, 125, 10, 0.08);
  border-color: rgba(168, 125, 10, 0.18);
}

.light-theme .stat-divider {
  background: rgba(168, 125, 10, 0.2);
}

.light-theme .strip-icon {
  background: rgba(168, 125, 10, 0.08);
  border-color: rgba(168, 125, 10, 0.15);
}

.light-theme .team-cv-btn {
  border-color: rgba(168, 125, 10, 0.25);
}

.light-theme .team-cv-btn:hover {
  background: rgba(168, 125, 10, 0.08);
}

.light-theme .form-success {
  background: rgba(168, 125, 10, 0.08);
  border-color: rgba(168, 125, 10, 0.25);
}

.light-theme .featured-badge {
  color: #fff;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--navy-950);
  color: var(--white);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 100px 0;
}

.gold-text { color: var(--gold-500); }

/* --- Navbar --- */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: var(--transition);
}

.navbar.scrolled {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
  padding: 10px 0;
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nav-logo { display: flex; align-items: center; }
.logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
  padding: 4px 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
}
.nav-logo:hover .logo-img {
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.25);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.nav-link {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--silver);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.02em;
  transition: var(--transition);
}

.nav-link:hover { color: var(--white); background: rgba(201, 168, 76, 0.08); }

.cta-nav {
  background: linear-gradient(135deg, var(--gold-600), var(--gold-400));
  color: var(--navy-900) !important;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: var(--radius-sm);
}

.cta-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(201, 168, 76, 0.4);
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  padding: 2px 4px;
  transition: var(--transition);
}

.lang-btn.active, .lang-btn:hover { color: var(--gold-500); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}

/* --- Hero Section --- */
.hero {
  position: relative;
  min-height: 100vh;
  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;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(6, 13, 26, 0.95) 40%, rgba(6, 13, 26, 0.5) 100%),
    linear-gradient(to top, rgba(6, 13, 26, 0.9) 0%, transparent 60%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 24px 80px;
  max-width: 680px;
  padding-left: 48px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.3);
  color: var(--gold-400);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
  animation: fadeInDown 0.8s ease both;
}

.hero-badge::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--gold-500);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.title-line {
  display: block;
  animation: fadeInLeft 0.8s ease both;
}

.title-line:nth-child(2) { animation-delay: 0.1s; }
.title-line:nth-child(3) { animation-delay: 0.2s; }
.title-line.gold { color: var(--gold-400); }

.hero-sub {
  font-size: 1.1rem;
  color: var(--silver);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
  animation: fadeInLeft 0.8s ease 0.3s both;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 56px;
  animation: fadeInLeft 0.8s ease 0.4s both;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 30px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.08);
  opacity: 0;
  transition: var(--transition);
}

.btn:hover::after { opacity: 1; }
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(135deg, var(--gold-600) 0%, var(--gold-400) 100%);
  color: var(--navy-900);
  box-shadow: 0 6px 28px rgba(201, 168, 76, 0.3);
}

.btn-primary:hover {
  box-shadow: 0 10px 36px rgba(201, 168, 76, 0.5);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.btn-outline:hover {
  border-color: var(--gold-500);
  color: var(--gold-400);
}

.btn-large { padding: 18px 44px; font-size: 1.05rem; }

.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  animation: fadeInLeft 0.8s ease 0.5s both;
}

.stat-item { display: flex; flex-direction: column; }

.stat-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-400);
  line-height: 1;
}

.stat-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 4px;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(201, 168, 76, 0.25);
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  right: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 1;
  animation: fadeIn 1s ease 1s both;
}

.hero-scroll span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  writing-mode: vertical-rl;
}

.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--gold-500), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

/* --- About Strip --- */
.about-strip {
  background: linear-gradient(135deg, var(--navy-800), var(--navy-900));
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
  padding: 48px 0;
}

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

.strip-icon-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.strip-icon {
  font-size: 2rem;
  width: 56px;
  height: 56px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.strip-icon-block h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--white);
}

.strip-icon-block p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* --- Section Headers --- */
.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-header.light h2,
.section-header.light p { color: var(--white); }

.section-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-500);
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-header p {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* --- Services Section --- */
.services {
  background: var(--navy-950);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  border-radius: var(--radius-lg);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  transition: var(--transition-slow);
  opacity: 0;
  transform: translateY(30px);
  backdrop-filter: blur(8px);
  overflow: hidden;
  position: relative;
}

.service-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
  opacity: 0;
  transition: var(--transition);
}

.service-card:hover {
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-6px);
  box-shadow: var(--shadow-card), var(--shadow-gold);
}

.service-card:hover::before { opacity: 1; }

.service-card.featured {
  background: linear-gradient(145deg, var(--navy-700), var(--navy-800));
  border-color: rgba(201, 168, 76, 0.4);
  box-shadow: var(--shadow-gold), var(--shadow-card);
}

.service-card-inner { padding: 32px; }

.service-icon-wrap {
  width: 56px;
  height: 56px;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon-wrap svg { width: 32px; height: 32px; }

.featured-badge {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy-900);
  background: linear-gradient(135deg, var(--gold-600), var(--gold-400));
  padding: 4px 12px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 12px;
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.3;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-link {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold-500);
  letter-spacing: 0.02em;
  transition: var(--transition);
}

.service-link:hover {
  color: var(--gold-400);
  letter-spacing: 0.05em;
}

/* --- Business Areas --- */
.areas {
  background: linear-gradient(180deg, var(--navy-900) 0%, var(--navy-800) 100%);
  position: relative;
  overflow: hidden;
}

.areas-bg-glow {
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(30, 58, 120, 0.4) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.area-item {
  background: rgba(10, 22, 40, 0.8);
  padding: 32px 36px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: var(--transition);
  border-right: 1px solid rgba(201, 168, 76, 0.08);
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
  opacity: 0;
  transform: translateX(-20px);
}

.area-item.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.area-item:hover {
  background: rgba(22, 45, 94, 0.8);
  cursor: default;
}

.area-number {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: rgba(201, 168, 76, 0.2);
  line-height: 1;
  flex-shrink: 0;
  min-width: 44px;
  transition: var(--transition);
}

.area-item:hover .area-number { color: var(--gold-500); }

.area-content h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.area-content p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* --- Team Section --- */
.team {
  background: var(--navy-950);
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.team-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  width: calc(50% - 12px);
  max-width: 540px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: var(--transition-slow);
  opacity: 0;
  transform: translateY(30px);
  backdrop-filter: blur(8px);
}

.team-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.team-card:hover {
  border-color: rgba(201, 168, 76, 0.35);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card), 0 0 30px rgba(201, 168, 76, 0.08);
}

.team-avatar {
  position: relative;
  flex-shrink: 0;
}

.avatar-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-600));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--gold-400);
  position: relative;
  z-index: 1;
}

.team-gold-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-600), transparent, var(--gold-400));
  z-index: 0;
  animation: rotateSpin 6s linear infinite;
}

.team-info h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.team-role {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-500);
  display: block;
  margin-bottom: 10px;
}

.team-info p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.team-cv-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold-500);
  border: 1px solid rgba(201, 168, 76, 0.3);
  padding: 7px 16px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.team-cv-btn::after { content: '↓'; }

.team-cv-btn:hover {
  background: rgba(201, 168, 76, 0.1);
  border-color: var(--gold-500);
  color: var(--gold-400);
}

/* odd card is full width */
.team-card:last-child:nth-child(odd) {
  width: 100%;
  max-width: 540px;
}

/* --- CTA Banner --- */
.cta-banner {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.cta-banner-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-700) 50%, var(--navy-800) 100%);
}

.cta-banner-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-banner-bg::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
}

.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.cta-content p {
  font-size: 1.05rem;
  color: var(--silver);
  max-width: 480px;
  margin: 0 auto 36px;
}

/* --- Contact Section --- */
.contact {
  background: var(--navy-950);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: flex-start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-info-centered {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

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

.ci-icon {
  font-size: 1.4rem;
  width: 48px;
  height: 48px;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-item span {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 4px;
}

.contact-item a, .contact-item p {
  font-size: 0.95rem;
  color: var(--silver);
}

.contact-item a:hover { color: var(--gold-400); }

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.form-group input,
.form-group textarea {
  background: rgba(15, 32, 68, 0.6);
  border: 1.5px solid rgba(201, 168, 76, 0.15);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: var(--transition);
  resize: none;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--gold-500);
  background: rgba(22, 45, 94, 0.5);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-muted); opacity: 0.7; }

.form-success {
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  color: var(--gold-400);
  font-size: 0.88rem;
  font-weight: 500;
  text-align: center;
}

/* --- Footer --- */
.footer {
  background: var(--navy-900);
  border-top: 1px solid rgba(201, 168, 76, 0.1);
  padding: 48px 0 32px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.footer-logo img {
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 8px;
  background: var(--white);
  padding: 4px 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.footer-logo p {
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.footer-links {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: var(--transition);
}

.footer-links a:hover { color: var(--gold-400); }

.footer-copy {
  font-size: 0.8rem;
  color: rgba(143, 163, 187, 0.5);
  letter-spacing: 0.02em;
}

/* --- Animations --- */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

@keyframes rotateSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* --- Reveal Animation --- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }

  .hamburger { display: flex; }

  .nav-menu {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--navy-950);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    z-index: 999;
  }

  .nav-menu.open { display: flex; }
  .nav-link { font-size: 1.4rem; }

  .hero-content { padding-left: 24px; padding-right: 24px; }

  .strip-grid { grid-template-columns: 1fr; gap: 24px; }

  .services-grid { grid-template-columns: 1fr; }

  .team-grid { flex-direction: column; align-items: center; }
  .team-card { width: 100%; }

  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }

  .hero-stats { flex-direction: column; gap: 16px; }
  .stat-divider { display: none; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 2.2rem; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
}
