.rdn-drones-page {
  --drone-accent: var(--rdn-red);
  --drone-accent-strong: var(--rdn-red);
  --drone-soft: #fff3f2;
  overflow: hidden;
  color: var(--rdn-ink);
  background: var(--rdn-bg);
}

.rdn-drones-page :is(h1, h2, h3, p) {
  margin-top: 0;
}

.rdn-drones-page :is(a, summary):focus-visible {
  outline: 3px solid rgba(3, 169, 244, 0.42);
  outline-offset: 4px;
}

.rdn-drones-breadcrumb {
  padding-block: 18px;
}

.rdn-drones-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: #8190a6;
  font-size: 12px;
  list-style: none;
}

.rdn-drones-breadcrumb li + li::before {
  margin-right: 9px;
  color: #b1bdcc;
  content: "/";
}

.rdn-drones-breadcrumb a {
  color: #51627a;
  font-weight: 700;
  text-decoration: none;
}

.rdn-drones-hero {
  position: relative;
  isolation: isolate;
  height: var(--rdn-secondary-hero-height);
  padding: var(--rdn-secondary-hero-padding-start) 0 var(--rdn-secondary-hero-padding-end);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 100%, rgba(3, 169, 244, 0.15), transparent 31%),
    radial-gradient(circle at 92% 3%, rgba(237, 91, 85, 0.14), transparent 28%),
    linear-gradient(135deg, #f3fbfe 0%, #f9fcfd 58%, #fff8f7 100%);
}

.rdn-drones-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(23, 32, 51, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 51, 0.027) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.rdn-drones-hero__ambient {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
}

.rdn-drones-hero__ambient--blue {
  right: 20%;
  bottom: -340px;
  width: 680px;
  height: 680px;
  background: rgba(3, 169, 244, 0.16);
}

.rdn-drones-hero__ambient--coral {
  top: -330px;
  right: -170px;
  width: 650px;
  height: 650px;
  background: rgba(237, 91, 85, 0.14);
}

.rdn-drones-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.64fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.rdn-drones-hero__copy {
  max-width: 810px;
}

.rdn-drones-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 32px;
  margin: 0;
  padding: 6px 13px;
  border: 2px solid rgba(3, 169, 244, 0.22);
  border-radius: 999px;
  color: #087fba;
  background: rgba(234, 246, 251, 0.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.rdn-drones-kicker > span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--drone-accent);
  box-shadow: 0 0 0 5px rgba(237, 91, 85, 0.14);
}

.rdn-drones-hero h1 {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--rdn-ink-dark);
  font-size: var(--rdn-secondary-hero-title-size);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 1;
  text-wrap: balance;
}

.rdn-drones-hero h1 em {
  color: var(--drone-accent-strong);
  font-style: normal;
}

.rdn-drones-hero__lead {
  max-width: 64ch;
  min-height: 118px;
  margin: 35px 0 0;
  color: #53627a;
  font-size: 17px;
  line-height: 1.58;
}

.rdn-drones-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 24px;
}

.rdn-drones-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.rdn-drones-button:hover {
  transform: translateY(-2px);
}

.rdn-drones-button:active {
  transform: translateY(0);
}

.rdn-drones-button--primary {
  color: #fff;
  background: var(--drone-accent-strong);
  box-shadow: 0 12px 26px rgba(237, 91, 85, 0.28);
}

.rdn-drones-button--secondary {
  border-color: rgba(3, 169, 244, 0.34);
  color: #0679b2;
  background: rgba(255, 255, 255, 0.8);
}

.rdn-drones-button--secondary:hover {
  border-color: var(--rdn-blue);
  color: var(--rdn-blue-text);
  background: #fff;
}

.rdn-drones-hero__visual {
  position: relative;
  min-height: 365px;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 44%, #fff 0 32%, transparent 64%),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 32px 80px rgba(34, 52, 86, 0.16);
  backdrop-filter: blur(22px) saturate(135%);
  transform: translateY(14px);
}

.rdn-drones-hero__visual::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(237, 91, 85, 0.24);
  border-radius: 20px;
  content: "";
}

.rdn-drones-hero__visual img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 18px 24px 52px;
  object-fit: contain;
  filter: drop-shadow(0 26px 23px rgba(15, 23, 42, 0.2));
}

.rdn-drones-hero__radar {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 1;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(237, 91, 85, 0.18);
  border-radius: 50%;
}

.rdn-drones-hero__radar::before,
.rdn-drones-hero__radar::after,
.rdn-drones-hero__radar span {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.rdn-drones-hero__radar::before {
  inset: 21px;
  border: 1px solid rgba(237, 91, 85, 0.2);
}

.rdn-drones-hero__radar::after {
  inset: 45px;
  background: var(--drone-accent);
}

.rdn-drones-hero__radar span:first-child {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  border-radius: 0;
  background: rgba(237, 91, 85, 0.18);
}

.rdn-drones-hero__radar span:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  border-radius: 0;
  background: rgba(237, 91, 85, 0.18);
}

.rdn-drones-hero__visual figcaption {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  z-index: 4;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  color: var(--rdn-ink-dark);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.15);
  backdrop-filter: blur(12px);
}

.rdn-drones-hero__visual figcaption > span {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--drone-accent);
  box-shadow: 0 0 0 5px rgba(237, 91, 85, 0.15);
}

.rdn-drones-hero__visual figcaption :is(small, strong) {
  display: block;
}

.rdn-drones-hero__visual figcaption small {
  margin-bottom: 2px;
  color: var(--rdn-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.rdn-drones-hero__visual figcaption strong {
  font-size: 13px;
  line-height: 1.3;
}

.rdn-drones-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  margin: 20px 0 0;
  padding: 0;
  color: #58677d;
  font-size: 13px;
  list-style: none;
}

.rdn-drones-hero__proofs li {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.rdn-drones-hero__proofs span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--drone-accent);
  box-shadow: 0 0 0 4px rgba(237, 91, 85, 0.13);
}

.rdn-drones-hero__proofs strong {
  color: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.rdn-drones-heading {
  max-width: 850px;
  margin-bottom: 40px;
}

.rdn-drones-heading--center {
  margin-inline: auto;
  text-align: center;
}

.rdn-drones-heading--center .rdn-drones-kicker {
  margin-inline: auto;
}

.rdn-drones-heading h2,
.rdn-drones-models h2,
.rdn-drones-final h2 {
  margin: 17px 0 0;
  color: var(--rdn-ink-dark);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.rdn-drones-heading > p:last-child,
.rdn-drones-models__layout > div > p {
  max-width: 65ch;
  margin: 16px 0 0;
  color: var(--rdn-muted);
  font-size: 16px;
  line-height: 1.7;
}

.rdn-drones-heading--center > p:last-child {
  margin-inline: auto;
}

.rdn-drones-systems,
.rdn-drones-process,
.rdn-drones-models,
.rdn-drones-faq {
  padding-block: 92px;
}

.rdn-drones-systems {
  background: #f4f8fb;
}

.rdn-drones-systems__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rdn-drones-systems__grid article {
  --drone-card-accent: var(--rdn-blue);
  position: relative;
  min-height: 250px;
  padding: 30px;
  overflow: hidden;
  border: 2px solid #d8e4eb;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(28, 47, 71, 0.09);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rdn-drones-systems__grid article:nth-child(even) {
  --drone-card-accent: var(--drone-accent);
}

.rdn-drones-systems__grid article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--drone-card-accent);
  content: "";
}

.rdn-drones-systems__grid article:hover {
  border-color: color-mix(in srgb, var(--drone-card-accent) 45%, #d8e4eb);
  box-shadow: 0 26px 54px rgba(28, 47, 71, 0.13);
  transform: translateY(-4px);
}

.rdn-drones-systems__grid article > span {
  display: inline-grid;
  width: fit-content;
  min-width: 48px;
  height: 48px;
  place-items: center;
  align-items: center;
  margin-bottom: 28px;
  padding-inline: 10px;
  border-radius: 15px;
  color: var(--drone-card-accent);
  background: color-mix(in srgb, var(--drone-card-accent) 11%, #fff);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.rdn-drones-systems__grid h3 {
  margin-bottom: 10px;
  color: #1d2a3a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.rdn-drones-systems__grid p {
  max-width: 58ch;
  margin-bottom: 0;
  color: #5b6d82;
  font-size: 15px;
  line-height: 1.65;
}

.rdn-drones-process {
  border-block: 1px solid rgba(15, 23, 42, 0.07);
  background:
    linear-gradient(rgba(3, 169, 244, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 169, 244, 0.035) 1px, transparent 1px),
    #eef6fb;
  background-size: 42px 42px;
}

.rdn-drones-models {
  background: #fff;
}

.rdn-drones-models__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

.rdn-drones-models__layout > div > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rdn-drones-models__layout > div > ul li {
  padding: 8px 14px;
  border: 2px solid rgba(3, 169, 244, 0.2);
  border-radius: 999px;
  color: var(--rdn-blue-text);
  background: var(--rdn-ice);
  font-size: 12px;
  font-weight: 900;
}

.rdn-drones-models aside {
  padding: 30px;
  border: 2px solid rgba(3, 169, 244, 0.22);
  border-radius: 22px;
  background: var(--rdn-ice);
  box-shadow: 0 22px 46px rgba(28, 47, 71, 0.1);
}

.rdn-drones-models aside :is(small, strong) {
  display: block;
}

.rdn-drones-models aside small {
  margin-bottom: 5px;
  color: var(--rdn-blue-text);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rdn-drones-models aside strong {
  margin-bottom: 12px;
  color: var(--rdn-ink-dark);
  font-size: 21px;
  font-weight: 900;
}

.rdn-drones-models aside p {
  margin-bottom: 18px;
  color: #5b6d82;
  font-size: 15px;
  line-height: 1.65;
}

.rdn-drones-models aside a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
  color: #26364a;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.rdn-drones-models aside a span {
  color: var(--rdn-blue-text);
  font-size: 18px;
}

.rdn-drones-faq {
  background: #f4f8fb;
}

.rdn-drones-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: start;
}

.rdn-drones-faq .rdn-drones-heading {
  position: sticky;
  top: 96px;
  margin-bottom: 0;
}

.rdn-drones-faq__items {
  overflow: hidden;
  border: 2px solid #d8e4eb;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(28, 47, 71, 0.1);
}

.rdn-drones-faq__items details + details {
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.rdn-drones-faq__items summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 68px;
  padding: 18px 22px;
  color: var(--rdn-ink-dark);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  list-style: none;
}

.rdn-drones-faq__items summary::-webkit-details-marker {
  display: none;
}

.rdn-drones-faq__items summary span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--rdn-blue-text);
  background: var(--rdn-ice);
  font-size: 20px;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.rdn-drones-faq__items details[open] summary {
  background: #fbfdfe;
}

.rdn-drones-faq__items details[open] summary span {
  color: var(--drone-accent-strong);
  background: var(--drone-soft);
  transform: rotate(45deg);
}

.rdn-drones-faq__items details > p {
  max-width: 68ch;
  margin: -4px 22px 22px;
  color: var(--rdn-muted);
  font-size: 15px;
  line-height: 1.7;
}

.rdn-drones-final {
  padding: 96px 0;
  background: #eef6fb;
}

.rdn-drones-final__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  min-height: 280px;
  padding: 48px 62px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, rgba(3, 169, 244, 0.27), transparent 30%),
    linear-gradient(120deg, #172534, #1e3b52 62%, #205f7f);
  box-shadow: 0 28px 62px rgba(23, 37, 52, 0.19);
}

.rdn-drones-final .rdn-drones-kicker {
  border-color: rgba(99, 205, 255, 0.24);
  color: #8bdcff;
  background: rgba(3, 169, 244, 0.08);
}

.rdn-drones-final .rdn-drones-kicker > span {
  background: var(--rdn-blue);
  box-shadow: 0 0 0 5px rgba(3, 169, 244, 0.13);
}

.rdn-drones-final h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(34px, 3.5vw, 48px);
}

.rdn-drones-final__panel > div:first-child > p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: #d6e3ec;
  font-size: 14px;
  line-height: 1.7;
}

.rdn-drones-final .rdn-drones-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.rdn-drones-button--light {
  color: var(--rdn-ink-dark);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.17);
}

.rdn-drones-button--glass {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: transparent;
}

@media (max-width: 1199px) {
  .rdn-drones-hero {
    height: auto;
    min-height: var(--rdn-secondary-hero-height);
  }
}

@media (max-width: 1023px) {
  .rdn-drones-hero__layout,
  .rdn-drones-models__layout,
  .rdn-drones-faq__layout {
    grid-template-columns: 1fr;
  }

  .rdn-drones-hero__layout {
    gap: 34px;
    min-height: 0;
    height: auto;
    padding-block: 52px 64px;
  }

  .rdn-drones-hero__lead {
    min-height: 0;
    margin-top: 18px;
  }

  .rdn-drones-hero__visual {
    width: min(760px, 100%);
    min-height: 390px;
    transform: none;
  }

  .rdn-drones-faq .rdn-drones-heading {
    position: static;
  }

  .rdn-drones-final__panel {
    grid-template-columns: 1fr;
  }

  .rdn-drones-final .rdn-drones-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .rdn-drones-breadcrumb {
    padding-block: 14px;
  }

  .rdn-drones-hero__layout {
    padding-block: 40px 34px;
  }

  .rdn-drones-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.08;
  }

  .rdn-drones-hero__lead {
    font-size: 15px;
  }

  .rdn-drones-actions {
    display: grid;
  }

  .rdn-drones-button {
    width: 100%;
  }

  .rdn-drones-hero__visual {
    min-height: 330px;
    border-radius: 22px;
  }

  .rdn-drones-hero__visual img {
    padding: 38px 22px 58px;
  }

  .rdn-drones-hero__visual figcaption {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  .rdn-drones-hero__proofs {
    display: grid;
    gap: 9px;
  }

  .rdn-drones-hero__proofs li {
    min-height: 0;
    padding: 0;
  }

  .rdn-drones-systems,
  .rdn-drones-process,
  .rdn-drones-models,
  .rdn-drones-faq {
    padding-block: 52px;
  }

  .rdn-drones-heading h2,
  .rdn-drones-models h2,
  .rdn-drones-final h2 {
    font-size: clamp(27px, 7.6vw, 34px);
  }

  .rdn-drones-systems__grid {
    grid-template-columns: 1fr;
  }

  .rdn-drones-systems__grid article {
    min-height: 0;
    padding: 24px;
  }

  .rdn-drones-models aside {
    padding: 24px;
  }

  .rdn-drones-faq__items summary {
    padding-inline: 18px;
  }

  .rdn-drones-faq__items details > p {
    margin-inline: 18px;
  }

  .rdn-drones-final {
    padding-block: 70px;
  }

  .rdn-drones-final__panel {
    min-height: 0;
    gap: 30px;
    padding: 34px 24px;
    border-radius: 26px;
  }

  .rdn-drones-final .rdn-drones-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rdn-drones-page *,
  .rdn-drones-page *::before,
  .rdn-drones-page *::after {
    transition-duration: 0.01ms !important;
  }
}
