.fly-hero {
  min-height: 720px;
  padding: 85px max(42px, calc((100vw - 1356px) / 2));
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 56px;
  align-items: center;
  background: linear-gradient(120deg, rgba(5, 45, 21, .96), rgba(9, 86, 38, .83)), url('assets/drohne-waldmonitoring.webp') center / cover;
  color: #fff;
  overflow: hidden;
}

.fly-hero h1 { font-size: clamp(52px, 6vw, 84px); line-height: .96; letter-spacing: -.055em; margin: 22px 0; }
.fly-hero h1 span { color: #b2dc2f; }
.fly-hero p { max-width: 620px; color: #d4e2d8; font-size: 19px; line-height: 1.7; }

.fly-device { position: relative; width: 100%; max-width: 690px; min-width: 0; justify-self: center; display: grid; place-items: center; }
.fly-device img { display: block; width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 25px 35px rgba(0, 0, 0, .38)); }
.fly-device::after { content: "LIVE · VITALSCAN"; position: absolute; right: 3%; bottom: 4%; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 99px; background: rgba(10, 22, 17, .78); font-size: 9px; font-weight: 850; letter-spacing: .14em; }

.fly-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 32px max(42px, calc((100vw - 1356px) / 2)); background: #17212e; color: #fff; }
.fly-strip div { padding: 5px 28px; border-left: 1px solid #394451; }
.fly-strip div:first-child { border: 0; }
.fly-strip b, .fly-strip span { display: block; }
.fly-strip b { color: #b5d93f; }
.fly-strip span { margin-top: 6px; color: #aeb8c1; font-size: 11px; }

.fly-section, .fly-gallery-section { padding: 105px max(42px, calc((100vw - 1356px) / 2)); }
.fly-heading { max-width: 820px; }
.fly-heading h2, .fly-story h2 { font-size: clamp(38px, 4.5vw, 62px); line-height: 1.05; letter-spacing: -.045em; margin: 20px 0; }
.fly-heading p, .fly-story p { color: #68717d; font-size: 17px; line-height: 1.7; }
.fly-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 50px; }
.fly-process article { min-height: 235px; padding: 27px; border: 1px solid #dfe4e2; border-radius: 16px; }
.fly-process b { color: #9cc51f; }
.fly-process h3 { margin: 22px 0 8px; }
.fly-process p { color: #68717d; font-size: 13px; line-height: 1.6; }

.fly-gallery-section { background: linear-gradient(180deg, #f4f7f5 0%, #fff 100%); }
.fly-gallery { width: 100%; max-width: 1180px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 48px auto 0; }
.fly-gallery-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #243a2e; border-radius: 20px; background: #08150e; box-shadow: 0 16px 42px rgba(13, 42, 25, .12); }
.fly-gallery-wide { grid-column: auto; }
.fly-gallery-media { display: grid; place-items: center; padding: 12px; background: radial-gradient(circle at 50% 0%, rgba(93, 142, 92, .18), transparent 55%), #030906; }
.fly-gallery-media img { display: block; width: 100%; height: auto; aspect-ratio: 1.855 / 1; object-fit: contain; }
.fly-gallery-card figcaption { padding: 20px 22px 23px; }
.fly-gallery-card figcaption b { display: block; color: #fff; font-size: 17px; }
.fly-gallery-card figcaption span { display: block; margin-top: 7px; color: #b8c8be; font-size: 13px; line-height: 1.6; }

.fly-story { padding: 100px max(42px, calc((100vw - 1356px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; background: #f3f6f4; }
.fly-story > img { width: 100%; max-width: 560px; height: 500px; justify-self: center; object-fit: cover; border-radius: 20px; }
.fly-features { display: grid; gap: 10px; margin-top: 26px; }
.fly-features div { padding: 17px; border-radius: 12px; background: #fff; }
.fly-features b { display: block; color: #0b5927; }
.fly-features span { font-size: 12px; color: #68717d; }

.fly-ui { padding: 100px max(42px, calc((100vw - 1356px) / 2)); display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; background: #071d10; color: #fff; overflow: hidden; }
.fly-ui h2 { font-size: clamp(38px, 4.5vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.fly-ui p { color: #bdcec2; line-height: 1.7; }
.fly-ui img { display: block; width: 100%; max-width: 700px; height: auto; justify-self: center; object-fit: contain; filter: drop-shadow(0 25px 35px rgba(0, 0, 0, .4)); }
.fly-status { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.fly-status span { padding: 8px 11px; border-radius: 99px; background: rgba(255, 255, 255, .09); font-size: 10px; }
.fly-status .planned { color: #f1cd75; }
.fly-legal { margin-top: 22px; padding: 16px; border-left: 3px solid #9cc51f; background: rgba(255, 255, 255, .06); color: #cbd8ce; font-size: 11px; line-height: 1.6; }

@media (max-width: 1050px) {
  .fly-hero, .fly-story, .fly-ui { grid-template-columns: 1fr; }
  .fly-device { margin-top: 15px; }
  .fly-process { grid-template-columns: repeat(2, 1fr); }
  .fly-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fly-ui img { margin: 0; }
}

@media (max-width: 700px) {
  .fly-hero, .fly-section, .fly-gallery-section, .fly-story, .fly-ui { padding: 70px 20px; }
  .fly-hero { min-height: auto; gap: 42px; }
  .fly-hero h1 { font-size: 50px; }
  .fly-device img { width: 100%; }
  .fly-device::after { right: 2%; bottom: 0; font-size: 8px; }
  .fly-strip { grid-template-columns: 1fr; padding: 20px; }
  .fly-strip div { border: 0; border-bottom: 1px solid #394451; padding: 14px; }
  .fly-process { grid-template-columns: 1fr; }
  .fly-gallery { width: calc(100% + 20px); max-width: none; display: flex; gap: 14px; margin-right: -20px; padding: 0 20px 12px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .fly-gallery-card, .fly-gallery-wide { width: min(82vw, 320px); flex: 0 0 min(82vw, 320px); grid-column: auto; scroll-snap-align: start; }
  .fly-gallery-media { padding: 5px; }
  .fly-gallery-card figcaption { padding: 17px 18px 20px; }
  .fly-story > img { max-width: 430px; height: 320px; }
}
