/* ===== CSS Variables ===== */
:root {
  --bg-dark: #1a1f16;
  --bg-darker: #141812;
  --bg-card: #242a1e;
  --bg-card-hover: #2d3526;
  --olive: #4a5a2e;
  --olive-light: #6b7d42;
  --olive-bright: #8fa84a;
  --khaki: #c4b896;
  --text-primary: #ffffff;
  --text-secondary: #a0a090;
  --text-muted: #6b6b60;
  --accent: #8fa84a;
  --border: #3a4230;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ===== Typography ===== */
h1, h2, h3, h4 {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
}

.highlight {
  color: var(--olive-bright);
  font-size: 35px;
}
.funding-right > h2{
  font-size: 20px;   
}

/* ===== Header ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: linear-gradient(180deg, rgba(26, 31, 22, 0.95) 0%, transparent 100%);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.logo-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.logo-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: var(--olive-bright);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.header-nav {
  display: flex;
  gap: 2rem;
}

.header-nav a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}

.header-nav a:hover {
  color: var(--text-primary);
}

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

.menu-btn span {
  width: 20px;
  height: 2px;
  background: var(--text-primary);
}

/* ===== Hero Section ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-darker) 0%, var(--bg-dark) 50%, #2a3520 100%);
}

.hero-bg-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #203211;
}

.shape {
  position: absolute;
  background: var(--olive);
}

.shape-1 {
  /*top: 10%;*/
  /*left: -10%;*/
  width: 100%;
  height: 80%;
  /*transform: skewX(-15deg);*/
  background: linear-gradient(180deg, #4a5a2e 0%, #3a4820 100%);
  opacity: 0.8;
  display: flex;
  justify-content: space-between;
}
.shape.shape-1 > div{
    width: 33.3%;
}
.shape.shape-1 > :nth-child(even){
  border-top: 60px solid #203211;
  border-left: 50px solid #fff0;
  border-right: 50px solid #fff0;
}
.shape.shape-1 > :nth-child(1){
    border-left: 150px solid;
  border-bottom: 200px solid;
  border-left-style: dashed;
  border-image: linear-gradient(60deg, #203211 36%, #00f0 37%);
}
.shape.shape-1 > :last-child{
    border-right: 150px solid;
  border-bottom: 200px solid;
  /*border-image: linear-gradient(144deg, #00f0 64%, #203211 37%);*/
  border-image:linear-gradient(-60deg, #203211 36%, #fbfafa00 37%)
}
.shape-2 {
  top: 5%;
  left: 20%;
  width: 40%;
  height: 90%;
  transform: skewX(-10deg);
  background: linear-gradient(180deg, #5a6a3e 0%, #4a5830 100%);
  opacity: 0.6;
}

.shape-3 {
  top: 0;
  right: -5%;
  width: 30%;
  height: 100%;
  transform: skewX(-20deg);
  background: linear-gradient(180deg, #3a4a1e 0%, #2a3515 100%);
  opacity: 0.9;
}

.hero-title {
  position: relative;
  z-index: 4;
  font-size: clamp(4rem, 20vw, 15rem);
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 0 4px 60px rgba(0, 0, 0, 0.5);
  /*background: linear-gradient(180deg, #ffffff 0%, #c0c0b0 100%);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
 /* background-clip: text;*/
 color:white;
}

.hero-soldier {
  position: absolute;
  /*bottom: 0;*/
  /*right: 10%;*/
  z-index: 3;
}
.hero-title > mark{
    background:unset;
    color: #f000;
  -webkit-text-stroke: 2px white;
}
.soldier-silhouette {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
}

/* CSS Soldier Shape */
.soldier-silhouette::before {
  /*content: '';*/
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 400px;
  background: linear-gradient(180deg,
    transparent 0%,
    #3a4525 5%,
    #4a5535 10%,
    #5a6545 30%,
    #4a5535 60%,
    #3a4525 100%
  );
  clip-path: polygon(
    35% 0%, 65% 0%, 70% 5%, 75% 8%, 80% 12%,
    78% 20%, 85% 25%, 90% 40%, 85% 50%,
    75% 55%, 80% 70%, 75% 85%, 80% 100%,
    20% 100%, 25% 85%, 20% 70%, 25% 55%,
    15% 50%, 10% 40%, 15% 25%, 22% 20%,
    20% 12%, 25% 8%, 30% 5%
  );
}

/* Weapon shape */
.soldier-silhouette::after {
  /*content: '';*/
  position: absolute;
  bottom: 180px;
  right: -30px;
  width: 150px;
  height: 30px;
  background: linear-gradient(90deg, #3a4525 0%, #4a5535 50%, #3a4525 100%);
  transform: rotate(-30deg);
  border-radius: 2px;
}

.hero-footer {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 9px 2rem;
  z-index: 10;
  background: linear-gradient(to left, #445f14 0%, #3a4820b0 100%);
}

.hero-footer p {
  font-size: 0.75rem;
  color: white;
  letter-spacing: 0.05em;
  
}

/* ===== Section Common ===== */
.section {
  padding: 4rem 2rem;
  background: var(--bg-darker);
  border-top: 1px solid var(--border);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.section-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.badge-icon {
  width: 16px;
  height: 16px;
  position: relative;
}

.badge-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: var(--olive-bright);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.section-badge span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: var(--text-secondary);
}

.section-nav {
  display: flex;
  gap: 1.5rem;
}

.section-nav a {
  font-size: 0.65rem;
  color: var(--text-muted);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}

.section-nav a:hover {
  color: var(--text-primary);
}

/* ===== Armed Forces Section ===== */
.armed-forces {
  background: linear-gradient(135deg, var(--bg-darker) 0%, #1f2518 100%);
}

.armed-forces-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.forces-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.force-card {
  background: var(--bg-card);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  transition: transform 0.3s, background 0.3s;
}

.force-card:hover {
  transform: translateY(-5px);
  background: var(--bg-card-hover);
}

.force-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 0.75rem;
  border-radius: 8px;
  background: var(--olive);
  position: relative;
  overflow: hidden;
}

/* Army Icon - Tank shape */
.army-icon::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background: var(--olive-bright);
  border-radius: 3px;
}

.army-icon::after {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 12px;
  background: var(--olive-light);
  border-radius: 2px;
}

/* Navy Icon - Ship shape */
.navy-icon::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 15px;
  background: var(--olive-bright);
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.navy-icon::after {
  content: '';
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 15px;
  background: var(--olive-light);
}

/* Air Force Icon - Jet shape */
.airforce-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 10px;
  background: var(--olive-bright);
  clip-path: polygon(0% 50%, 30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%);
}

.airforce-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 25px;
  background: var(--olive-light);
  clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0% 100%, 0% 30%);
}

/* Marine Icon - Anchor shape */
.marine-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 25px;
  border: 3px solid var(--olive-bright);
  border-top: none;
  border-radius: 0 0 50% 50%;
}

.marine-icon::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 3px;
  background: var(--olive-bright);
}

/* Special Forces Icon - Star shape */
.special-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: var(--olive-bright);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.force-card h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
}

.force-card p {
  font-size: 0.65rem;
  color: var(--text-muted);
}

.armed-forces-right {
  position: relative;
}

.soldier-visual {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, var(--olive) 0%, #3a4525 100%);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.soldier-visual > img{
    width: 100%;
  object-fit: contain;
  height: 100%;
}

.soldier-shape {
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 120px;
  height: 250px;
}

.soldier-shape::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 200px;
  background: linear-gradient(180deg, #5a6a40 0%, #4a5a30 100%);
  clip-path: polygon(
    30% 0%, 70% 0%, 75% 5%, 80% 15%, 75% 25%,
    85% 35%, 80% 50%, 70% 55%, 75% 75%, 70% 100%,
    30% 100%, 25% 75%, 30% 55%, 20% 50%, 15% 35%,
    25% 25%, 20% 15%, 25% 5%
  );
}

.armed-forces-right .description {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ===== Evolution Section ===== */
.evolution {
  background: linear-gradient(180deg, var(--bg-darker) 0%, #1a2015 100%);
  position: relative;
  overflow: hidden;
}

.evolution-title {
  margin-bottom: 3rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 600px;
}

.timeline-item {
  padding: 1rem;
  border-left: 2px solid var(--olive);
  padding-left: 1.5rem;
}

.timeline-year {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  color: var(--olive-bright);
  margin-bottom: 0.25rem;
}

.timeline-item p {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.evolution-visual {
  position: absolute;
  bottom: -50px;
  right: 5%;
  width: 400px;
  height: 200px;
}

.jet-silhouette {
  width: 100%;
  height: 100%;
  position: relative;
}

.jet-silhouette::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  width: 300px;
  height: 80px;
  background: linear-gradient(90deg, var(--olive) 0%, var(--olive-light) 50%, var(--olive) 100%);
  clip-path: polygon(
    0% 50%, 15% 40%, 30% 45%, 50% 30%, 60% 45%, 85% 40%, 100% 50%,
    85% 60%, 60% 55%, 50% 70%, 30% 55%, 15% 60%
  );
  opacity: 0.6;
}

.jet-silhouette::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 60%;
  transform: rotate(-10deg);
  width: 100px;
  height: 30px;
  background: var(--olive);
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  opacity: 0.4;
}

/* ===== Challenges Section ===== */
.challenges {
  background: var(--bg-darker);
}

.challenges-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}

.stats-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.stat-item {
  padding-left: 1rem;
  border-left: 2px solid var(--olive);
}

.stat-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: var(--text-primary);
}

.stat-item p, .stat-item ul {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.challenges-visual {
  width: 100%;
  height: 200px;
  background: var(--bg-card);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.challenges-visual > img{
  width: 100%;
  object-fit: contain;
  height: 100%;   
}

.tank-silhouette {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
}

.tank-silhouette::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 40px;
  background: var(--olive);
  border-radius: 5px;
}

.tank-silhouette::after {
  content: '';
  position: absolute;
  bottom: 35px;
  left: 40%;
  width: 80px;
  height: 30px;
  background: var(--olive-light);
  border-radius: 3px;
}

.tags {
  display: flex;
  gap: 0.75rem;
  margin: 1.5rem 0;
  flex-wrap: wrap;
}

.tag {
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid var(--olive);
  border-radius: 20px;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  transition: all 0.3s;
}

.tag:hover {
  background: var(--olive);
  color: var(--text-primary);
}

.description {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ===== Emerging Section ===== */
.emerging {
  background: linear-gradient(135deg, var(--bg-darker) 0%, #1f2518 100%);
}

.emerging-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.info-card {
  background: var(--bg-card);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}

.play-btn {
  width: 40px;
  height: 40px;
  background: var(--olive);
  border-radius: 8px;
  margin-bottom: 1rem;
  position: relative;
}

.play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 12px solid var(--text-primary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.play-btn.small {
  width: 30px;
  height: 30px;
}

.play-btn.small::before {
  border-left-width: 8px;
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.info-card h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.info-card p {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.emerging-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.helicopter-visual {
  width: 100%;
  height: 200px;
  background: var(--bg-card);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.helicopter-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 60px;
}

.helicopter-shape::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 35px;
  background: var(--olive);
  border-radius: 30px 30px 10px 10px;
}

.helicopter-shape::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--olive-light);
  border-radius: 2px;
}

.stat-card {
  background: var(--bg-card);
  border-radius: 12px;
  padding: 1.5rem;
}

.stat-card .stat-number {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.stat-card p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ===== Cyber Section ===== */
.cyber {
  background: var(--bg-darker);
}

.cyber-title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 1rem;
}

.cyber-description {
  font-size: 0.85rem;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

.cyber-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.cyber-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 120px);
  gap: 1rem;
}

.cyber-card {
  background: var(--bg-card);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.cyber-card.large {
  grid-row: span 2;
}

.cyber-visual {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--olive) 0%, #3a4525 100%);
  position: relative;
}

.cyber-visual::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(143, 168, 74, 0.3) 2px,
      rgba(143, 168, 74, 0.3) 4px
    );
}

.protection-card {
  background: var(--bg-card);
  border-radius: 12px;
  padding: 1.5rem;
}

.plus-icon {
  width: 40px;
  height: 40px;
  background: var(--olive);
  border-radius: 50%;
  margin-bottom: 1rem;
  position: relative;
}

.plus-icon::before,
.plus-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--text-primary);
}

.plus-icon::before {
  width: 16px;
  height: 3px;
}

.plus-icon::after {
  width: 3px;
  height: 16px;
}

.protection-card h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.protection-card p {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ===== Funding Section ===== */
.funding {
  background: linear-gradient(135deg, var(--bg-darker) 0%, #1f2518 100%);
}

.funding-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.funding-label {
  font-size: 0.7rem;
  color: var(--olive-bright);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.funding-visual {
  width: 100%;
  height: 300px;
  background: var(--bg-card);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.soldier-group {
  /*position: absolute;*/
  bottom: 0;
  left: 50%;
  /*transform: translateX(-50%);*/
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.soldier-group::before,
.soldier-group::after {
  content: '';
  width: 50px;
  height: 150px;
  background: linear-gradient(180deg, var(--olive-light) 0%, var(--olive) 100%);
  clip-path: polygon(
    30% 0%, 70% 0%, 75% 10%, 80% 25%, 75% 40%,
    70% 50%, 75% 70%, 70% 100%, 30% 100%, 25% 70%,
    30% 50%, 25% 40%, 20% 25%, 25% 10%
  );
}

.soldier-group::after {
  margin-top: 20px;
  opacity: 0.7;
}

.priority-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--bg-card);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
}

.priority-card h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

/* ===== Footer ===== */
.footer {
  padding: 3rem 2rem;
  background: var(--bg-darker);
  border-top: 1px solid var(--border);
  text-align: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .armed-forces-content,
  .challenges-content,
  .emerging-content,
  .funding-content,
  .cyber-content {
    grid-template-columns: 1fr;
  }

  .forces-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .evolution-visual {
    display: none;
  }

  /*.hero-soldier {
    right: 0;
    opacity: 0.5;
  }*/
}

@media (max-width: 768px) {
  .header-nav {
    display: none;
  }

  .forces-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .cyber-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 100px);
  }

  .cyber-card.large {
    grid-row: span 1;
    grid-column: span 2;
  }

  h2 {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
}

@media (max-width: 480px) {
  .section {
    padding: 2rem 1rem;
  }

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

  .hero-footer {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

/* ===== Animations ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section {
  animation: fadeInUp 0.8s ease-out;
}

/* Hover effects */
.cyber-card:hover .cyber-visual {
  background: linear-gradient(135deg, var(--olive-light) 0%, var(--olive) 100%);
}

.force-card:hover .force-icon {
  transform: scale(1.05);
  transition: transform 0.3s;
}

/* Noise texture overlay */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
@media (min-width: 1px) and (max-width: 991px) {
    .shape.shape-1 > :nth-child(1) {
      border-left: 50px solid;
      border-bottom: 100px solid;
      border-image: linear-gradient(71deg, #203211 36%, #00f0 37%);
    }
    .shape.shape-1 > :last-child {
      border-right: 50px solid;
      border-bottom: 100px solid;
      border-image: linear-gradient(-71deg, #203211 36%, #fbfafa00 37%);
    }
    .shape.shape-1 > :nth-child(2n){
        border-left: 15px solid #fff0;
        border-right: 15px solid #fff0;
    }
    .hero-title{
        top: 20%;
        position: absolute;
    }
    .hero{
        min-height: 600px;
    }
    .soldier-silhouette > img{
          object-fit: contain;
    }
}
