.sp-menu-item {
  position: relative;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler {
	right: 70px;
	padding: 8px 17px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
	display: block;
	font-size: 16px;
	padding: 10px 0px;
	position: relative;
	line-height: 18px;
	opacity: 1;
	transition: 0.3s;
}

.sp-megamenu-parent > .sp-menu-item > a::before, .sp-megamenu-parent > .sp-menu-item > span::before  {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #d62828;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.sp-megamenu-parent > .sp-menu-item a:hover::before,
.sp-megamenu-parent > .sp-menu-item a:focus::before, .sp-megamenu-parent > .sp-menu-item span:hover::before,
.sp-megamenu-parent > .sp-menu-item span:focus::before, .sp-megamenu-parent > .sp-menu-item.active a::before, .sp-megamenu-parent > .sp-menu-item.active span::before {
  width: 70%;
}
.sp-megamenu-parent .sp-dropdown {
    position: absolute;
  width: max-content !important;
  white-space: nowrap;
  
}
.mod-languages .btn-group .btn {
    flex: none;
    background: none;
    color: #252525;
    border: none;
    border-left: 1px solid gray;
    border-radius: 0;
    margin: 0 0 0 20px;
}
.mod-languages .dropdown-toggle::after {
    display: inline-block;
    margin-left: -2px;
    vertical-align: middle;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.mod-languages .dropdown-menu.show {
    display: block;
    width: 64px;
    min-width: 80px;
    left: 6px !important;
}
.mod-languages .dropdown-menu.show li{
    
}
.mod-languages .dropdown-menu.show li a {
    font-size: 15px;
    font-weight: 500;
}
.mod-languages .dropdown-menu.show li a img {
    position: relative;
    top: -2px;
    padding-right: 3px;
}
#landing-top {
	background-image: url(/images/2024/10/01/leop-lens-1.jpeg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 700px;
}
#landing-top {
	opacity:0;
	transition: opacity 0.5s ease-in-out;
}
#column-wrap-id-1727366555796 {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 1px;
}
#column-id-1727366555796 {
	
}
div#sppb-addon-wrapper-1729232423799, div#sppb-addon-wrapper-Pgj3LsOSk2GzzAoXxN7vS {
   position: absolute; 
}
div#sppb-addon-wrapper-1729232423799 {
	top: -521px;
	left: -295px;
}
div#sppb-addon-wrapper-Pgj3LsOSk2GzzAoXxN7vS {
	top: -507px;
	left: 32px;
}
#landing-top.active {
	opacity:1
}
#landing-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1); /* Light translucent background */
	backdrop-filter: blur(10px); /* Blur effect for the background */
	z-index: -1; /* Ensures the background is behind the text */
	transition: backdrop-filter 2s ease; 
}
#landing-top.active::before {
	backdrop-filter: blur(0px); /* Blur effect for the background */
	
}
h1.land-title {
	text-align: center;
}
h1.land-title span{
	padding: 15px 50px;
	display: inline-block;
	position: relative;
	left: 10%;
}
h1.land-title span.black {
	background: rgb(255 255 255 / 85%);
	color: #252525;
	clip-path: polygon(35px 0%, 100% 0%, calc(100% - 35px) 100%, 0% 100%);
	transform: translateX(100%);
	transition: transform 1s ease-in-out, opacity 0.4s ease-in-out;
	opacity: 0;
}
h1.land-title span.black.animate {
	transform: translateX(0%);
	opacity: 1;
}

h1.land-title span.white {
	background: #252525;
	position: relative;
	top: -10px;
	margin: 0 -184px 0 0;
	clip-path: polygon(0px 0%, calc(100% - 35px) 0%, 100% 100%, 35px 100%);
	transition: transform 1s ease-in-out, opacity 0.4s ease-in-out;
	transform: translateX(-100%);
	opacity: 0;
	color: white;
}
h1.land-title span.white.animate {
	transform: translateX(0%);
	opacity: 1;
}
.secTitle.angled h2 {
	background-color: black;
	color: white;
	padding: 20px 50px;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	display: inline-block;
	color: white;
	margin: 0 auto;
	position: relative;
	top: 30PX;
}
.home-apl-col {
	
}
.home-apl-col .addon-root-image  {
	
}
.home-apl-col .addon-root-image > div {
	opacity: 0.8;
	transition: all 0.8s;
}
.home-apl-col:hover .addon-root-image > div{
	opacity: 1;
}
.home-apl-col .addon-root-image img{
	filter: grayscale(100%);
	transition: all 0.4s ease;
}
.home-apl-col:hover .addon-root-image img {
	filter: grayscale(0%);
}


.home-apl-col .addon-root-heading {
	position: absolute;
	bottom: 0px;
	background: none;
}
.home-apl-col .sppb-addon-content {
	line-height: 0;
}
.home-apl-col .sppb-addon-content a{

}
.home-apl-col .addon-root-heading a {
	color: #ffffff;
	display: inline-block;
	padding: 5px 20px;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	background: rgb(0 0 0 / 45%);
}
.home-apl-col .addon-root-heading a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #d62828;
	transition: width 0.4s ease-in-out;
	z-index: 0;
	bottom: 0;
}
.home-apl-col:hover .addon-root-heading a{
	color: #ffffff;
}
.home-apl-col:hover .addon-root-heading a::before {
	width: 100%;
}
.home-apl-col .addon-root-heading h4 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
.home-apl-col .addon-root-heading h4 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
.TC {text-align:center}
.max700 {
	max-width: 700px;
	margin: 0 auto;
}
.spe-button {
	clip-path: polygon(15px 0, calc(100% + 0px) 0px, calc(100% - 15px) 100%, 0 100%);
	margin: 0 0 0 0px;
	display: inline-block;
}
a.red-backg {
	background: #d62828;
	color: white;
	padding: 10px 40px;
	display: inline-block;
	transition:all 0.4s;
}
a.red-backg:hover {
	background: #000000;
}

.newsletter-form {
	max-width: 500px;
	margin: 0 auto;
}
.newsletter-form .rsform-block {
	float: left;
}
.newsletter-form .rsform-block-email{
	width: 70%;
	clip-path: polygon(15px 0, calc(100% + 0px) 0px, calc(100% - 15px) 100%, 0 100%);
}
.newsletter-form .rsform-block-email input{
	border:0;
	border-radius:0;
	padding: 10px 30px;
}
.newsletter-form #company{
	display:none
}
.newsletter-form .rsform-block-send{
	width: 30%;
	clip-path: polygon(15px 0, calc(100% + 0px) 0px, calc(100% - 15px) 100%, 0 100%);
	margin: 0 0 0 -15px;
}
.newsletter-form .rsform-block-send button{
	width: 100%;
	border:0;
	border-radius:0;
	padding: 10px 30px;
}
.catalogue-image img {
	box-shadow: 0px 2px 4px rgb(0 0 0 / 41%) !important;
	margin: 5px !important;
	width: 95%;
	transition:all 0.4s
}
.catalogue-image img:hover {
	box-shadow: 0px 2px 8px rgb(0 0 0 / 60%) !important;
}

.product-tabs {}

.product-tabs ul.sppb-nav.sppb-nav-custom {}

.product-tabs ul.sppb-nav.sppb-nav-custom li {
	/* clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 100%, 0 100%); */
	position: relative;
	clip-path: polygon(15px 0, calc(100% + 0px) 0px, calc(100% - 15px) 100%, 0 100%);
	background: #ffffff;
	margin: 0 0 0 -15px;
}
.product-tabs ul.sppb-nav.sppb-nav-custom li:first-child {margin: 0 0 0 0;}
.product-tabs ul.sppb-nav.sppb-nav-custom li a {padding: 10px 30px 10px 30px;}
.products-table {}

.products-table .sppb-addon-content {
	overflow: auto;
}
.products-table .sppb-addon-content table{
	min-width: 600px;
	
}
.social-footer i{
	line-height:40px
}
form#userForm.contact-form input, form#userForm.contact-form textarea {
	border: 1px solid #eaeaea;
	border-radius: 0;
}
form#userForm.contact-form .rsform-submit-button {
	clip-path: polygon(15px 0, calc(100% + 0px) 0px, calc(100% - 15px) 100%, 0 100%);
	border-radius: 0;
	padding: 6px 50px;
}
#sp-footer .container-inner {
	padding: 20px 0;
	border-top: none;
}
div#sp-footer1 {
	text-align: center;
	color: #a0a0a0;
}
.contact-form .rsform-block-surname {
	display:none
}
@media (min-width: 1500px) {
	#landing-top {
		background-image: url(/images/2024/10/01/leop-lens-1.jpeg);
		background-repeat: no-repeat;
		background-position: 50% 40%;
		background-size: 2000px;
		height: 700px;
	}
	div#sppb-addon-wrapper-1729232423799 {
		top: -543px;
		left: -327px;
	}
	div#sppb-addon-wrapper-Pgj3LsOSk2GzzAoXxN7vS {
		top: -527px;
		left: 42px;
	}
}
@media (max-width: 1399px) {

}

@media (max-width: 767px) {
	#landing-top {
		background-position: center 55%;
		background-size: 1180px;
		height: 420px;
	}
	div#sppb-addon-wrapper-1729232423799 {
		top: -292px;
		left: -201px;
	}
	div#sppb-addon-wrapper-Pgj3LsOSk2GzzAoXxN7vS {
		top: -282px;
		left: 15px;
	}
	h1.land-title {
		text-align: center;
		font-size: 24px;
		position: relative;
		top: 70px;
	}
	.product-tabs {
		overflow: hidden;
	}
	.product-tabs ul.sppb-nav.sppb-nav-custom li a {
		padding: 6px 25px 6px 25px;
	}
}
@media (max-width: 524px) {
	h1.land-title {
		font-size: 20px;
		top: 60px;
	}
	h1.land-title span {
		padding: 12px 40px;
		left: -4%;
	}
}
@media (max-width: 400px) {
	#landing-top {
		background-position: 45% 129%;
		background-size: 987px;
		height: 375px;
	}
	div#sppb-addon-wrapper-1729232423799 {
		top: -253px;
		left: -142px;
	}
	div#sppb-addon-wrapper-Pgj3LsOSk2GzzAoXxN7vS {
		top: -245px;
		left: 39px;
	}
	h1.land-title span {
		padding: 12px 40px;
		left: -9%;
	}
}



/* ─────────────────── DESIGN TOKENS ─── */
:root {
  --red:           #d42b2b;
  --red-bright:    #c42222;
  --bg:            #f7f6f8;
  --bg-2:          #ffffff;
  --bg-3:          #eeedf1;
  --text:          #12121e;
  --text-dim:      rgba(18,18,30,0.50);
  --border:        rgba(212,43,43,0.15);
  --border-hard:   rgba(212,43,43,0.08);
  --border-hover:  rgba(212,43,43,0.45);
  --dark:          #0a0e17;
  --font-display:  'Space Grotesk', system-ui, sans-serif;
  --font-body:     'Inter', system-ui, sans-serif;
  --ease:          cubic-bezier(0.4, 0, 0.2, 1);
}



/* ─────────────────── HERO ─── */
.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* background-image is set via inline style on each page */
.hero-bg {
  position: absolute;
  inset: -15%;
  background-size: cover;
  background-position: center 40%;
  filter: brightness(0.75) contrast(1.1) saturate(0.8);
  transform: translateY(var(--parallax-y, 0px)) scale(1.04);
  will-change: transform;
  transition: transform 0s linear;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-bg { animation: breathe 13s ease-in-out infinite alternate; }
}

@keyframes breathe {
  from { transform: translateY(var(--parallax-y, 0px)) scale(1.04); }
  to   { transform: translateY(var(--parallax-y, 0px)) scale(1.075); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,
      rgba(247,246,248,0.82) 0%,
      rgba(247,246,248,0.36) 46%,
      rgba(247,246,248,0.04) 100%
    ),
    linear-gradient(to bottom,
      rgba(247,246,248,0.40) 0%,
      transparent            20%,
      transparent            65%,
      rgba(247,246,248,0.82) 88%,
      rgba(247,246,248,1)    100%
    );
  pointer-events: none;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 88% 88% at 50% 50%, transparent 22%, rgba(247,246,248,0.28) 100%);
  pointer-events: none;
}

.hero-corner-mask {
  position: absolute;
  bottom: 0; right: 0;
  width: 160px; height: 100px;
  background: radial-gradient(ellipse at 100% 100%, rgba(247,246,248,1) 0%, rgba(247,246,248,0.9) 42%, transparent 72%);
  pointer-events: none;
  z-index: 5;
}

/* HUD scan-line overlay */
.hero-hud {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  overflow: hidden;
}

.hero-hud::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0px,
    transparent 3px,
    rgba(212,43,43,0.016) 3px,
    rgba(212,43,43,0.016) 4px
  );
  opacity: 0.5;
}

/* Animated corner brackets */
.hud-corner {
  position: absolute;
  width: 40px; height: 40px;
  border-color: rgba(212,43,43,0.35);
  border-style: solid;
  opacity: 0;
  animation: hudFade 1.6s 1.8s var(--ease) forwards;
}

.hud-corner.tl { top: 80px; left: 5vw; border-width: 2px 0 0 2px; }
.hud-corner.tr { top: 80px; right: 5vw; border-width: 2px 2px 0 0; }
.hud-corner.bl { bottom: 10%; left: 5vw; border-width: 0 0 2px 2px; }
.hud-corner.br { bottom: 10%; right: 5vw; border-width: 0 2px 2px 0; }

@keyframes hudFade {
  from { opacity: 0; transform: scale(1.15); }
  to   { opacity: 1; transform: scale(1); }
}

/* Gimbal schematic (airborne page) */
.hud-gimbal {
  position: absolute;
  right: 10vw;
  top: 50%;
  transform: translateY(-50%);
  width: 130px; height: 130px;
  opacity: 0;
  animation: hudFade 1.2s 2.2s var(--ease) forwards;
}

.hud-gimbal svg { width: 100%; height: 100%; animation: gimbalSpin 28s linear infinite; }

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

/* Targeting reticle (ISR page) */
.hud-reticle {
  position: absolute;
  right: 12vw;
  top: 50%;
  transform: translateY(-50%);
  width: 120px; height: 120px;
  opacity: 0;
  animation: hudFade 1.2s 2.2s var(--ease) forwards;
}

.hud-reticle svg {
  width: 100%; height: 100%;
  animation: reticleSpin 22s linear infinite;
}

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

.hud-data {
  position: absolute;
  bottom: 14%;
  right: 5vw;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  animation: hudFade 1s 2.6s var(--ease) forwards;
}

.hud-data-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Space Grotesk', monospace;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(212,43,43,0.7);
}

.hud-data-row::before {
  content: '';
  display: block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--red);
  animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.2; }
}

/* Hero text */
.hero-text {
  position: relative;
  z-index: 10;
  text-align: left;
  padding: 0 5vw;
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px;
  opacity: 0;
  animation: riseUp 0.9s 0.4s var(--ease) forwards;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px; height: 1.5px;
  background: var(--red);
  animation: glowPulse 3s ease-in-out infinite;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  max-width: 56%;
}

.hero-headline .h-main {
  display: block;
  color: var(--text);
  opacity: 0;
  animation: riseUp 1s 0.7s var(--ease) forwards;
}

.hero-headline .h-sub {
  display: block;
  color: var(--red);
  opacity: 0;
  animation: riseUp 1s 0.95s var(--ease) forwards;
}

.hero-desc {
  margin-top: 22px;
  font-size: 0.96rem;
  line-height: 1.72;
  color: var(--text-dim);
  max-width: 480px;
  opacity: 0;
  animation: riseUp 1s 1.3s var(--ease) forwards;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
  opacity: 0;
  animation: riseUp 1s 1.6s var(--ease) forwards;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 22px;
  border-radius: 5px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.25s var(--ease);
}

.btn-red {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  box-shadow: 0 4px 18px rgba(212,43,43,0.28);
}

.btn-red:hover {
  background: var(--red-bright);
  border-color: var(--red-bright);
  box-shadow: 0 6px 24px rgba(212,43,43,0.40);
  transform: translateY(-2px);
}

.btn-border {
  background: transparent;
  color: var(--text);
  border-color: rgba(18,18,30,0.22);
}

.btn-border:hover {
  color: var(--red);
  border-color: var(--red);
  background: rgba(212,43,43,0.04);
}

/* Scroll cue */
.scroll-cue {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  animation: riseUp 0.8s 2s var(--ease) forwards;
}

.scroll-cue-line {
  width: 1.5px;
  height: 36px;
  background: linear-gradient(to bottom, var(--red), transparent);
  animation: scrollDrop 2.2s ease-in-out infinite;
}

@keyframes scrollDrop {
  0%   { transform: scaleY(1); opacity: 1; }
  60%  { transform: scaleY(0.4); opacity: 0.3; }
  100% { transform: scaleY(1); opacity: 1; }
}

/* ─────────────────── BREADCRUMB (kept for possible reuse) ─── */
.breadcrumb-bar {
  position: relative;
  z-index: 1;
  background: var(--bg-2);
  border-bottom: 1px solid var(--border-hard);
  padding: 12px 5vw;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  color: var(--text-dim);
  letter-spacing: 0.04em;
}

.breadcrumb-bar a { color: var(--text-dim); text-decoration: none; transition: color 0.2s; }
.breadcrumb-bar a:hover { color: var(--red); }
.breadcrumb-bar .sep { opacity: 0.4; }
.breadcrumb-bar .current { color: var(--text); font-weight: 500; }

/* ─────────────────── SECTION COMMONS ─── */
.section {
  position: relative;
  z-index: 1;
  padding: 96px 5vw;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}

.sec-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 20px;
}

.sec-desc {
  font-size: 0.96rem;
  line-height: 1.75;
  color: var(--text-dim);
  max-width: 640px;
}

/* ─────────────────── OVERVIEW ─── */
.overview {
  background: var(--bg-2);
  border-top: 1px solid var(--border-hard);
  border-bottom: 1px solid var(--border-hard);
}

.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-top: 52px;
}

.overview-body p {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--text-dim);
  margin-bottom: 18px;
}

.overview-body p:last-child { margin-bottom: 0; }
.overview-body strong { color: var(--text); font-weight: 600; }

/* Stats panel */
.overview-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--border-hard);
  border: 1px solid var(--border-hard);
  border-radius: 10px;
  overflow: hidden;
}

.stat-cell {
  background: var(--bg);
  padding: 28px 24px;
  position: relative;
}

.stat-cell::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.stat-cell:hover::after { opacity: 1; }

.stat-num {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-num span { color: var(--red); }

.stat-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* ─────────────────── PILLARS ─── */
.pillars { background: var(--bg); }

.pillars-intro {
  max-width: 600px;
  margin-bottom: 56px;
}

/* Also used on airborne as .what-gimbal-intro */
.what-gimbal { background: var(--bg); }
.what-gimbal-intro { max-width: 600px; margin-bottom: 56px; }

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

.pillar-card {
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--border-hard);
  border-radius: 12px;
  padding: 36px 28px 32px;
  overflow: hidden;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), rgba(212,43,43,0.2));
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}

.pillar-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(212,43,43,0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
  pointer-events: none;
}

.pillar-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(212,43,43,0.10);
}

.pillar-card:hover::before { opacity: 1; }
.pillar-card:hover::after  { opacity: 1; }

.pillar-num {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 800;
  color: rgba(212,43,43,0.08);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}

.pillar-icon {
  width: 44px; height: 44px;
  background: rgba(212,43,43,0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--red);
  transition: background 0.3s;
}

.pillar-card:hover .pillar-icon { background: rgba(212,43,43,0.14); }
.pillar-icon svg { width: 20px; height: 20px; }

.pillar-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.pillar-desc {
  font-size: 0.88rem;
  line-height: 1.72;
  color: var(--text-dim);
}

/* ─────────────────── UAV CLASSES (airborne) ─── */
.uav-classes {
  background: var(--bg-3);
  border-top: 1px solid var(--border-hard);
  border-bottom: 1px solid var(--border-hard);
}

.uav-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.uav-card {
  background: var(--bg-2);
  border: 1px solid var(--border-hard);
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.uav-card:hover { border-color: var(--border); transform: translateY(-3px); }

.uav-ico {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: rgba(212,43,43,0.07);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  transition: background 0.25s;
}

.uav-card:hover .uav-ico { background: rgba(212,43,43,0.13); }
.uav-ico svg { width: 22px; height: 22px; }

.uav-content h3 {
  font-family: var(--font-display);
  font-size: 1.0rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.uav-content p { font-size: 0.86rem; line-height: 1.7; color: var(--text-dim); }

.uav-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }

.uav-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(212,43,43,0.07);
  border: 1px solid rgba(212,43,43,0.15);
  border-radius: 4px;
  padding: 4px 10px;
}

/* ─────────────────── PLATFORMS (ISR) ─── */
.platforms {
  background: var(--bg-3);
  border-top: 1px solid var(--border-hard);
  border-bottom: 1px solid var(--border-hard);
}

.platforms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.platform-card {
  background: var(--bg-2);
  border: 1px solid var(--border-hard);
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.platform-card:hover {
  border-color: var(--border);
  transform: translateY(-3px);
}

.platform-ico {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: rgba(212,43,43,0.07);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  transition: background 0.25s;
}

.platform-card:hover .platform-ico { background: rgba(212,43,43,0.13); }
.platform-ico svg { width: 22px; height: 22px; }

.platform-content h3 {
  font-family: var(--font-display);
  font-size: 1.0rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.platform-content p {
  font-size: 0.86rem;
  line-height: 1.7;
  color: var(--text-dim);
}

/* ─────────────────── COMPONENTS / ACCORDION ─── */
.components {
  background: var(--bg-2);
  border-bottom: 1px solid var(--border-hard);
}

.components-intro {
  max-width: 620px;
  margin-bottom: 60px;
}

.component-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border-hard);
  border-radius: 12px;
  overflow: hidden;
}

.component-item {
  border-bottom: 1px solid var(--border-hard);
}

.component-item:last-child { border-bottom: none; }

.component-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  cursor: pointer;
  transition: background 0.22s var(--ease);
  user-select: none;
  list-style: none;
}

.component-header:hover { background: rgba(212,43,43,0.03); }
.component-item.open .component-header { background: rgba(212,43,43,0.04); }

.comp-ico {
  flex-shrink: 0;
  width: 40px; height: 40px;
  background: rgba(212,43,43,0.07);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
}

.comp-ico svg { width: 18px; height: 18px; }

.comp-header-text { flex: 1; }

.comp-title {
  font-family: var(--font-display);
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}

.comp-sub {
  font-size: 0.75rem;
  color: var(--text-dim);
  margin-top: 2px;
}

.comp-arrow {
  color: var(--text-dim);
  transition: transform 0.25s var(--ease), color 0.25s;
  flex-shrink: 0;
}

.component-item.open .comp-arrow {
  transform: rotate(180deg);
  color: var(--red);
}

.component-body {
  display: none;
  padding: 18px 28px 28px 86px;
}

.component-item.open .component-body { display: block; }

.component-body p {
  font-size: 0.88rem;
  line-height: 1.78;
  color: var(--text-dim);
  margin-bottom: 14px;
}

.component-body p:last-of-type { margin-bottom: 0; }

.comp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}

.comp-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(212,43,43,0.07);
  border: 1px solid rgba(212,43,43,0.15);
  border-radius: 4px;
  padding: 4px 10px;
}

.comp-integration {
  margin-top: 16px;
  padding: 14px 18px;
  background: var(--bg-3);
  border-radius: 7px;
  font-size: 0.8rem;
  color: var(--text-dim);
  line-height: 1.6;
}

.comp-integration strong {
  color: var(--text);
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* SWAP comparison table */
.swap-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  font-size: 0.82rem;
}

.swap-table th, .swap-table td {
  text-align: left;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border-hard);
}

.swap-table th {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  background: var(--bg-3);
}

.swap-table td { color: var(--text-dim); }
.swap-table td:first-child { color: var(--text); font-weight: 500; }
.swap-table tr:last-child td { border-bottom: none; }
.swap-table tr:hover td { background: rgba(212,43,43,0.025); }

/* ─────────────────── WHY / CTA SECTION ─── */
.why-wrap {
  position: relative;
  overflow: hidden;
}

/* background-image is set via inline style on each page */
.why-bg-parallax {
  position: absolute;
  inset: -20%;
  background-size: cover;
  background-position: center 50%;
  filter: brightness(0.12) saturate(0.5);
  transform: translateY(var(--parallax-y2, 0px));
  will-change: transform;
  z-index: 0;
}

.why-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    rgba(247,246,248,0.97) 0%,
    rgba(247,246,248,0.88) 60%,
    rgba(247,246,248,0.82) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.why-content {
  position: relative;
  z-index: 2;
  padding: 96px 5vw;
}

.why-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.why-text .sec-desc { max-width: 100%; margin-bottom: 18px; }

/* EU badge */
.eu-badge {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
  padding: 22px 30px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,51,153,0.14);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 24px rgba(0,51,153,0.07);
  transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.eu-badge:hover {
  box-shadow: 0 8px 36px rgba(0,51,153,0.13);
  border-color: rgba(0,51,153,0.28);
}

.eu-flag {
  flex-shrink: 0;
  width: 52px; height: 34px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.eu-flag svg { width: 100%; height: 100%; }

.eu-badge-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.eu-badge-label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0,51,153,0.55);
}

.eu-badge-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.eu-badge-sub {
  font-size: 0.73rem;
  color: var(--text-dim);
  margin-top: 1px;
}

/* CTA box */
.why-cta-box {
  background: var(--bg-2);
  border: 1px solid var(--border-hard);
  border-radius: 14px;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.why-cta-box:hover { box-shadow: 0 16px 56px rgba(212,43,43,0.10); }

.why-cta-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), rgba(212,43,43,0.0));
}

.why-cta-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212,43,43,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.cta-eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}

.cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 16px;
}

.cta-desc {
  font-size: 0.88rem;
  line-height: 1.72;
  color: var(--text-dim);
  margin-bottom: 28px;
}

.cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ─────────────────── REVEAL ANIMATIONS ─── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

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

.d1 { transition-delay: 0.10s; }
.d2 { transition-delay: 0.20s; }
.d3 { transition-delay: 0.30s; }
.d4 { transition-delay: 0.40s; }

@keyframes riseUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes glowPulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.55; }
}

/* ─────────────────── FOOTER ─── */
footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px 5vw;
  background: var(--bg-2);
  border-top: 1px solid var(--border-hard);
}

.footer-copy { font-size: 0.75rem; color: var(--text-dim); }

.footer-links { display: flex; gap: 20px; }

.footer-links a {
  font-size: 0.75rem;
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.2s;
}

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

/* ─────────────────── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .overview-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-inner { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  

  .hero-headline { font-size: clamp(2.2rem, 10vw, 3.4rem); max-width: 90%; }
  .hero-desc { max-width: 100%; font-size: 0.88rem; }

  .pillars-grid { grid-template-columns: 1fr; }
  .uav-grid { grid-template-columns: 1fr; }
  .platforms-grid { grid-template-columns: 1fr; }

  .hud-gimbal { display: none; }
  .hud-reticle { display: none; }
  .hud-data    { display: none; }

  .component-body { padding-left: 28px; }
  .why-cta-box { padding: 32px 24px; }
}

@media (max-width: 480px) {
  .overview-stats { grid-template-columns: 1fr; }
}
