body {
  opacity: 0;
}

#wrap {
  min-height: 100vh;
}

.flydrop-home {
  position: relative;
}
.flydrop-home .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero_section {
  padding: 70px 0 28px;
}
.hero_section .hero_grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}
.hero_section .hero_copy,
.hero_section .hero_panel {
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-lg);
  box-shadow: var(--fd-shadow);
}
.hero_section .hero_copy {
  padding: 44px;
  background: radial-gradient(circle at top left, rgba(25, 215, 195, 0.16), transparent 34%), linear-gradient(180deg, rgba(17, 26, 35, 0.96), rgba(9, 16, 23, 0.96));
}
.hero_section .eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--fd-accent);
  letter-spacing: 0.16em;
  font-size: 12px;
}
.hero_section .hero_title {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--fd-text);
}
.hero_section .hero_summary {
  max-width: 690px;
  margin-bottom: 28px;
  color: var(--fd-text-muted);
  line-height: 1.8;
}
.hero_section .hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
.hero_section .hero_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero_section .hero_badges li {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--fd-text-soft);
}
.hero_section .hero_panel {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 34px 30px;
  background: linear-gradient(180deg, rgba(22, 34, 49, 0.98), rgba(10, 16, 23, 0.98));
}
.hero_section .panel_label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--fd-accent-strong);
  letter-spacing: 0.18em;
  font-size: 12px;
}
.hero_section .panel_title {
  font-size: 28px;
  line-height: 1.2;
  color: var(--fd-text);
}
.hero_section .panel_steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero_section .panel_steps li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.hero_section .panel_steps li strong {
  display: block;
  margin-bottom: 6px;
  color: var(--fd-text);
  font-size: 18px;
}
.hero_section .panel_steps li p {
  color: var(--fd-text-muted);
  line-height: 1.7;
}
.hero_section .step_no {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(25, 215, 195, 0.18), rgba(88, 166, 255, 0.18));
  color: var(--fd-text);
  font-size: 18px;
}
.hero_section .panel_callout {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(25, 215, 195, 0.08);
  border: 1px solid rgba(25, 215, 195, 0.16);
}
.hero_section .panel_callout strong {
  display: block;
  margin-bottom: 8px;
  color: var(--fd-text);
}
.hero_section .panel_callout p {
  color: var(--fd-text-muted);
  line-height: 1.7;
}

.lane_section {
  padding: 0 0 28px;
}
.lane_section .lane_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.lane_section .lane_card {
  display: block;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid var(--fd-border);
  background: linear-gradient(180deg, rgba(17, 26, 35, 0.94), rgba(11, 18, 27, 0.94));
  box-shadow: var(--fd-shadow);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.lane_section .lane_card:hover {
  transform: translateY(-4px);
  border-color: var(--fd-border-strong);
  background: linear-gradient(180deg, rgba(22, 34, 49, 0.98), rgba(11, 18, 27, 0.98));
}
.lane_section .lane_card h2 {
  margin-bottom: 12px;
  color: var(--fd-text);
  font-size: 28px;
}
.lane_section .lane_card p {
  margin-bottom: 18px;
  color: var(--fd-text-muted);
  line-height: 1.8;
}
.lane_section .lane_tag {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--fd-accent);
  letter-spacing: 0.16em;
  font-size: 12px;
}
.lane_section .lane_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lane_section .lane_list li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--fd-text-soft);
}

.feature_section {
  padding: 0 0 28px;
}
.feature_section .feature_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.feature_section .feature_card {
  padding: 26px 24px;
  border-radius: 22px;
  border: 1px solid var(--fd-border);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--fd-shadow);
}
.feature_section .feature_card h3 {
  margin-bottom: 10px;
  color: var(--fd-text);
  font-size: 22px;
  line-height: 1.35;
}
.feature_section .feature_card p {
  color: var(--fd-text-muted);
  line-height: 1.75;
}
.feature_section .feature_kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--fd-accent-strong);
  letter-spacing: 0.16em;
  font-size: 12px;
}

.support_section {
  padding: 0 0 16px;
}
.support_section .support_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 30px 34px;
  border-radius: 26px;
  border: 1px solid rgba(25, 215, 195, 0.18);
  background: radial-gradient(circle at left top, rgba(25, 215, 195, 0.12), transparent 26%), linear-gradient(180deg, rgba(18, 28, 41, 0.98), rgba(9, 16, 23, 0.98));
  box-shadow: var(--fd-shadow);
}
.support_section .support_label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--fd-accent);
  letter-spacing: 0.16em;
  font-size: 12px;
}
.support_section h2 {
  margin-bottom: 12px;
  color: var(--fd-text);
  font-size: 34px;
  line-height: 1.15;
}
.support_section p {
  max-width: 760px;
  color: var(--fd-text-muted);
  line-height: 1.8;
}
.support_section .support_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.hero_btn {
  min-width: 164px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Jost", "SUIT", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.hero_btn:hover {
  transform: translateY(-1px);
}
.hero_btn.primary {
  background: linear-gradient(135deg, var(--fd-accent), var(--fd-accent-strong));
  color: #081019;
}
.hero_btn.secondary {
  border-color: rgba(88, 166, 255, 0.28);
  background: rgba(88, 166, 255, 0.08);
  color: var(--fd-text);
}
.hero_btn.tertiary {
  border-color: var(--fd-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--fd-text-muted);
}

@media screen and (max-width: 1200px) {
  .hero_section .hero_grid,
  .feature_section .feature_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .support_section .support_card {
    flex-direction: column;
    align-items: flex-start;
  }
  .support_section .support_actions {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 860px) {
  .hero_section {
    padding-top: 44px;
  }
  .hero_section .hero_grid,
  .lane_section .lane_grid,
  .feature_section .feature_grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero_section .hero_copy,
  .hero_section .hero_panel,
  .lane_section .lane_card,
  .feature_section .feature_card,
  .support_section .support_card {
    padding: 24px;
  }
  .hero_section .hero_title {
    font-size: 40px;
  }
  .support_section h2 {
    font-size: 28px;
  }
}
