.hidden {
  display: none !important
}

.achievements-title,
.benefits-title,
.mobile-title,
.page-title,
.plan-title,
.program-title,
.section-title,
.tech-title,
.works-section-title {
  font-size: max(2rem, min(4vw, 3rem));
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center
}

.benefits-title,
.page-title {
  color: var(--brand);
  text-shadow: 0 0 20px rgba(255, 212, 0, .5)
}

.event-title {
  color: var(--kikaku-cyan);
  text-shadow: 0 0 20px rgba(0, 255, 255, .5)
}

.achievements-title {
  color: var(--accent-pink);
  margin: 50px 0 30px;
  text-shadow: 0 0 15px rgba(255, 20, 147, .4)
}

.benefits-subtitle,
.event-subtitle,
.page-subtitle,
.plan-subtitle,
.program-subtitle,
.tech-subtitle {
  color: var(--brand);
  font-size: 1.3rem;
  margin-bottom: 15px;
  opacity: .9
}

.benefits-description,
.event-description,
.plan-description,
.program-description,
.tech-description {
  color: var(--sub);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 800px
}

.benefits-hero,
.event-hero,
.page-hero,
.plan-hero,
.program-hero,
.tech-hero {
  padding: 40px 0 20px;
  text-align: center
}

.benefits-hero,
.page-hero {
  background: linear-gradient(135deg, rgba(255, 212, 0, .15), rgba(0, 0, 0, .9) 50%, rgba(255, 212, 0, .1));
  border-bottom: 3px solid var(--brand)
}

.event-hero {
  background: linear-gradient(135deg, rgba(0, 255, 255, .15), rgba(0, 0, 0, .9) 50%, rgba(0, 255, 255, .1));
  border-bottom: 3px solid var(--kikaku-cyan)
}

.plan-hero .service-section,
.program-hero .service-section,
.service-section {
  background: rgba(0, 0, 0, .3);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 10px
}

.service-section {
  border: 2px solid rgba(0, 255, 0, .2)
}

.program-page .tv-section {
  border: 2px solid var(--seisaku-yellow) !important;
  box-shadow: 0 0 20px rgba(255, 255, 0, .3)
}

.program-page .event-section {
  background: linear-gradient(135deg, rgba(0, 255, 255, .05), rgba(0, 0, 0, .3)) !important;
  border: 2px solid var(--kikaku-cyan) !important;
  box-shadow: 0 0 20px rgba(0, 255, 255, .3)
}

.event-section .genre-tag {
  background: linear-gradient(135deg, rgba(0, 255, 255, .2), rgba(0, 255, 255, .1)) !important;
  border: 2px solid var(--kikaku-cyan) !important;
  box-shadow: 0 0 15px rgba(0, 255, 255, .3), 0 4px 10px rgba(0, 255, 255, .1) !important;
  color: var(--kikaku-cyan) !important
}

.event-section .genre-tag:hover {
  background: linear-gradient(135deg, var(--kikaku-cyan), #00ced1) !important;
  box-shadow: 0 0 25px rgba(0, 255, 255, .6), 0 8px 20px rgba(0, 255, 255, .3) !important;
  color: #000 !important;
  transform: translateY(-3px) scale(1.05)
}

.superbee-page .service-section {
  border: 2px solid var(--gijutsu-green) !important;
  box-shadow: 0 0 20px rgba(0, 255, 0, .3)
}

.plan-page .highlight-box,
.plan-page .service-section {
  border: 2px solid var(--accent-pink) !important;
  box-shadow: 0 0 20px rgba(255, 20, 147, .3)
}

.plan-page .highlight-box {
  background: linear-gradient(135deg, rgba(255, 20, 147, .2), rgba(255, 20, 147, .1)) !important
}

.plan-page .highlight-title {
  color: var(--accent-pink) !important
}

.event-page .service-section {
  background: rgba(0, 0, 0, .3);
  border: 2px solid var(--kikaku-cyan) !important;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 255, 255, .3);
  margin-bottom: 40px;
  padding: 30px
}

.event-page .genre-tag {
  background: linear-gradient(135deg, rgba(0, 255, 255, .2), rgba(0, 255, 255, .1)) !important;
  border: 2px solid var(--kikaku-cyan) !important;
  box-shadow: 0 0 15px rgba(0, 255, 255, .3), 0 4px 10px rgba(0, 255, 255, .1) !important;
  color: var(--kikaku-cyan) !important
}

.event-page .genre-tag:hover {
  background: linear-gradient(135deg, var(--kikaku-cyan), #00ced1) !important;
  box-shadow: 0 0 25px rgba(0, 255, 255, .6), 0 8px 20px rgba(0, 255, 255, .3) !important;
  color: #000 !important;
  transform: translateY(-3px) scale(1.05)
}

.event-page .service-title {
  color: var(--kikaku-cyan) !important
}

.event-page .process-step {
  background: rgba(0, 255, 255, .05);
  border: 1px solid rgba(0, 255, 255, .2);
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: all .3s ease
}

.event-page .process-step:before {
  background: linear-gradient(90deg, var(--accent-pink), transparent);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.event-page .process-step:hover {
  background: rgba(0, 255, 255, .1);
  border-color: var(--kikaku-cyan);
  box-shadow: 0 10px 25px rgba(0, 255, 255, .2);
  transform: translateY(-5px)
}

.event-page .step-number {
  background: var(--kikaku-cyan) !important;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 255, 255, .5);
  color: #000;
  display: inline-block;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  width: 30px
}

.event-page .step-title {
  color: var(--kikaku-cyan);
  font-weight: 600;
  margin-bottom: 8px
}

.event-page .step-description {
  color: var(--sub);
  font-size: .9rem
}

.event-page .highlight-box {
  background: linear-gradient(135deg, rgba(0, 255, 255, .2), rgba(0, 255, 255, .1)) !important;
  border: 2px solid var(--kikaku-cyan) !important;
  box-shadow: 0 0 20px rgba(0, 255, 255, .3)
}

.event-page .highlight-title,
.event-page .photo-placeholder {
  color: var(--kikaku-cyan) !important
}

.event-page .photo-placeholder {
  background: rgba(0, 255, 255, .1) !important;
  border: 2px dashed var(--kikaku-cyan) !important
}

.program-hero .service-section {
  border: 2px solid rgba(255, 255, 0, .2)
}

.highlight-box,
.plan-hero .highlight-box,
.program-hero .highlight-box {
  border-radius: 20px;
  margin: 40px 0;
  padding: 20px;
  text-align: center
}

.highlight-box,
.program-hero .highlight-box {
  background: linear-gradient(135deg, rgba(255, 255, 0, .2), rgba(255, 212, 0, .1));
  border: 2px solid var(--seisaku-yellow)
}

.flex-between {
  justify-content: space-between
}

.flex-between,
.flex-center {
  align-items: center;
  display: flex
}

.flex-center {
  justify-content: center
}

.page-grid {
  display: grid;
  grid-gap: 20px;
  gap: 20px
}

.page-grid-2col {
  grid-template-columns: repeat(2, 1fr)
}

.page-grid-3col {
  grid-template-columns: repeat(3, 1fr)
}

.card-base {
  background: rgba(0, 0, 0, .3);
  border: 2px solid rgba(255, 212, 0, .2);
  border-radius: 20px;
  padding: 20px;
  transition: all .3s ease
}

.card-base:hover {
  box-shadow: 0 15px 35px rgba(255, 212, 0, .2);
  transform: translateY(-5px)
}

.btn-base {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.btn-base:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  transform: translateY(-2px)
}

.has-top-line:before {
  background: var(--brand);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease
}

.has-top-line:hover:before {
  transform: scaleX(1)
}

@media (max-width:768px) {

  .benefits-hero,
  .page-hero,
  .plan-hero,
  .program-hero,
  .tech-hero {
    padding: 40px 15px 30px
  }

  .page-grid,
  .page-grid-2col,
  .page-grid-3col {
    grid-template-columns: 1fr
  }

  .benefits-title,
  .mobile-title,
  .page-title,
  .plan-title,
  .program-title,
  .tech-title,
  .works-section-title {
    font-size: 1.8rem
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px
}

.site-header {
  backdrop-filter: blur(20px) saturate(180%);
  background: rgba(0, 0, 0, .4);
  border-bottom: 1px solid rgba(255, 212, 0, .1);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .3s ease;
  z-index: 1000
}

.site-header.scrolled {
  background: rgba(0, 0, 0, .8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .5)
}

.nav-inner {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
  max-width: none;
  padding: 0 10px;
  width: 100%
}

.container {
  margin: auto;
  max-width: 1200px;
  padding: 0 5px
}

.brand {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-weight: 900;
  gap: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.brand:hover {
  color: var(--brand);
  transform: scale(1.05)
}

.brand img {
  height: 28px
}

.brand .bee-logo {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  display: grid;
  height: 40px;
  justify-items: center;
  place-items: center;
  width: 40px
}

.menu,
.menu-desktop {
  display: flex;
  gap: 9px
}

.menu-mobile {
  display: none
}

.menu a,
.menu-desktop a,
.menu-mobile a {
  border-radius: 12px;
  color: var(--ink);
  font-weight: 600;
  overflow: hidden;
  padding: 10px 12px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.menu a.menu-contact {
  background: linear-gradient(135deg, var(--brand), var(--brand-weak));
  border-radius: 25px;
  color: #000;
  font-weight: 700;
  margin-left: 10px;
  padding: 8px 20px
}

.menu a.menu-contact:hover {
  background: linear-gradient(135deg, var(--brand-weak), var(--brand));
  box-shadow: 0 5px 20px rgba(255, 212, 0, .4);
  transform: translateY(-2px)
}

.menu a.menu-contact:before {
  display: none
}

.menu a:before {
  background: var(--brand);
  border-radius: 50%;
  content: "";
  height: 0;
  left: 50%;
  opacity: .2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width .3s ease, height .3s ease;
  width: 0
}

.menu a:hover:before {
  height: 100%;
  width: 100%
}

.menu a:hover {
  color: #fff
}

.burger {
  background: linear-gradient(45deg, var(--brand), var(--seisaku-yellow));
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(255, 212, 0, .3);
  display: none;
  height: 50px;
  position: relative;
  transition: all .4s ease;
  width: 50px
}

.burger:hover {
  box-shadow: 0 6px 20px rgba(255, 212, 0, .5);
  transform: scale(1.1)
}

.burger span {
  background: #000;
  border-radius: 2px;
  height: 3px;
  left: 12px;
  position: absolute;
  right: 12px;
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.burger span:first-child {
  top: 18px
}

.burger span:nth-child(2) {
  top: 23.5px
}

.burger span:nth-child(3) {
  top: 29px
}

.burger[aria-expanded=true] {
  background: linear-gradient(45deg, var(--kikaku-cyan), var(--gijutsu-green));
  transform: rotate(180deg)
}

.burger[aria-expanded=true] span:first-child {
  transform: rotate(45deg) translate(5px, 5px)
}

.burger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  transform: scale(0)
}

.burger[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px)
}

@media (max-width:900px) {
  .menu-desktop {
    display: none !important
  }

  .menu-mobile {
    display: flex;
    width: 100%
  }

  .menu,
  .menu-mobile {
    align-items: center;
    flex-direction: column;
    gap: 10px
  }

  .menu {
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, rgba(0, 0, 0, .95), rgba(255, 255, 0, .15) 25%, rgba(0, 255, 255, .15) 50%, rgba(0, 255, 0, .15) 75%, rgba(0, 0, 0, .95));
    display: none;
    height: 100vh;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    transform: scale(.9);
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    width: 100vw;
    z-index: 10000
  }

  .menu.open {
    display: flex;
    opacity: 1;
    transform: scale(1)
  }

  .menu a,
  .menu-mobile a {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .4);
    border: 2px solid hsla(0, 0%, 100%, .2);
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    max-width: calc(100vw - 40px);
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .3s ease;
    white-space: nowrap;
    width: 280px
  }

  .menu a:before {
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .2), transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .6s ease;
    width: 100%
  }

  .menu a:hover:before {
    left: 100%
  }

  .menu a:hover {
    background: rgba(255, 255, 0, .1);
    border-color: var(--brand);
    box-shadow: 0 8px 30px rgba(255, 255, 0, .4);
    transform: translateY(-3px)
  }

  .menu a.menu-small {
    font-size: .9rem
  }

  .menu a.menu-contact {
    border: none !important;
    padding: 10px 25px !important
  }

  .menu-mobile a:first-child {
    animation: slideIn .5s ease .1s both;
    border-color: var(--brand)
  }

  .menu-mobile a:nth-child(2) {
    animation: slideIn .5s ease .15s both;
    border-color: var(--seisaku-yellow)
  }

  .menu-mobile a:nth-child(3) {
    animation: slideIn .5s ease .2s both;
    border-color: var(--kikaku-cyan)
  }

  .menu-mobile a:nth-child(4) {
    animation: slideIn .5s ease .25s both;
    border-color: var(--gijutsu-green)
  }

  .menu-mobile a:nth-child(5) {
    animation: slideIn .5s ease .3s both;
    border-color: var(--brand)
  }

  .menu-mobile a:nth-child(6) {
    animation: slideIn .5s ease .35s both;
    border-color: var(--brand)
  }

  .menu-mobile a:nth-child(7) {
    animation: slideIn .5s ease .4s both;
    border-color: var(--brand)
  }

  .menu-mobile a:nth-child(8) {
    animation: slideIn .5s ease .45s both;
    border-color: var(--accent-orange)
  }

  .menu-mobile a:nth-child(9) {
    animation: slideIn .5s ease .5s both;
    border-color: var(--accent-magenta)
  }

  .burger {
    display: block;
    position: relative;
    z-index: 10000
  }
}

.pulse {
  animation: pulseGlow 1.2s ease 2
}

.btn {
  animation: rainbow-shift 4s ease-in-out infinite;
  background: linear-gradient(45deg, var(--seisaku-yellow), var(--kikaku-cyan), var(--gijutsu-green), var(--accent-magenta));
  background-size: 300% 300%;
  border: none;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(255, 255, 0, .4), 0 0 40px rgba(0, 255, 255, .3), 0 0 60px rgba(0, 255, 0, .2);
  color: #000;
  display: inline-block;
  font-weight: 800;
  overflow: hidden;
  padding: 14px 22px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, .4);
  transition: all .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.btn:before {
  background: radial-gradient(circle, hsla(0, 0%, 100%, .3) 0, transparent 70%);
  content: "";
  height: 300%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .5s ease;
  width: 300%
}

.btn:hover:before {
  transform: translate(-50%, -50%) scale(1)
}

.btn:hover {
  box-shadow: 0 10px 30px rgba(255, 212, 0, .6), 0 20px 60px rgba(255, 212, 0, .3);
  filter: brightness(1.05);
  transform: translateY(-2px) scale(1.05)
}

.section-title {
  color: var(--brand);
  font-size: max(22px, min(3vw, 34px));
  font-weight: 900;
  margin: 20px 0 12px;
  text-align: center
}

.panel {
  background: linear-gradient(135deg, var(--panel), rgba(255, 212, 0, .02));
  border: 1px solid rgba(255, 212, 0, .1);
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
  overflow: hidden;
  padding: 28px;
  position: relative
}

.panel:before {
  animation: rotate 20s linear infinite;
  background: radial-gradient(circle, rgba(255, 212, 0, .05) 0, transparent 70%);
  content: "";
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%
}

.marquee-wrap {
  overflow: hidden;
  position: relative
}

.marquee {
  display: flex;
  gap: 12px;
  will-change: transform
}

.marquee .tile {
  flex: 0 0 220px
}

.marquee-row {
  animation: marquee-left 15s linear infinite
}

.tile {
  align-items: center;
  aspect-ratio: 16/10;
  background: linear-gradient(180deg, #0f0f16, #12121a);
  border: 1px solid #2a2a34;
  border-radius: 16px;
  cursor: pointer;
  display: grid;
  justify-items: center;
  overflow: hidden;
  place-items: center;
  position: relative;
  transition: all .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.tile:before {
  background: radial-gradient(circle, rgba(255, 212, 0, .2) 0, transparent 70%);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .3s ease;
  width: 100%
}

.tile:hover:before {
  transform: translate(-50%, -50%) scale(1.5)
}

.tile:hover {
  border-color: var(--brand);
  box-shadow: 0 20px 40px rgba(255, 212, 0, .3);
  transform: translateY(-3px) scale(1.05) rotateY(10deg)
}

.tile span {
  font-weight: 900;
  letter-spacing: .03em
}

.tile img,
.tile span {
  position: relative;
  z-index: 1
}

.tile img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

.about-link {
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none
}

.about-link:after {
  background: var(--brand);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: translateX(-100%);
  transition: transform .3s ease;
  width: 100%
}

.about-link:hover {
  border-color: var(--brand);
  box-shadow: 0 8px 25px rgba(255, 212, 0, .15);
  transform: translateY(-3px)
}

.about-link:hover:after {
  transform: translateX(0)
}

@media(max-width:900px) {
  .about-link {
    background: linear-gradient(135deg, rgba(255, 212, 0, .05), transparent) !important;
    border: 2px solid rgba(255, 212, 0, .3) !important
  }

  .about-link:before {
    background: var(--brand);
    border-radius: 50%;
    content: ""
  }

  .about-link:after,
  .about-link:before {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px
  }

  .about-link:after {
    background: none;
    color: #000;
    content: "→";
    font-size: 18px;
    font-weight: 700;
    transform: none
  }

  .about-more {
    font-weight: 600;
    -webkit-text-decoration: underline;
    text-decoration: underline
  }
}

.cards {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: 1fr
}

@media(min-width:800px) {
  .cards {
    grid-template-columns: repeat(3, 1fr)
  }
}

.card {
  background: #0f0f16;
  border: 1px solid #262733;
  border-radius: 18px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition: all .3s ease
}

.card:after {
  background: var(--brand);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease
}

.card:hover:after {
  transform: scaleX(1)
}

.card:hover {
  border-color: rgba(255, 212, 0, .3);
  box-shadow: 0 20px 40px rgba(255, 212, 0, .15);
  transform: translateY(-5px)
}

.counter {
  color: var(--brand);
  display: inline-block;
  font-size: 2rem;
  font-weight: 900
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: .6s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

.reveal.visible.slide-left {
  animation: slide-left .8s ease forwards
}

.reveal.visible.slide-right {
  animation: slide-right .8s ease forwards
}

.department-legend {
  background: rgba(0, 0, 0, .3);
  border: 1px solid hsla(0, 0%, 100%, .1);
  border-radius: 15px;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 30px 0 40px;
  padding: 20px
}

.legend-item {
  align-items: center;
  background: hsla(0, 0%, 100%, .05);
  border-radius: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  padding: 10px 15px;
  transition: all .3s ease
}

.legend-item:hover {
  background: hsla(0, 0%, 100%, .1);
  transform: translateY(-2px)
}

.legend-color {
  border: 2px solid hsla(0, 0%, 100%, .3);
  border-radius: 50%;
  box-shadow: 0 0 10px currentcolor;
  height: 20px;
  width: 20px
}

.seisaku-legend {
  color: var(--seisaku-yellow)
}

.seisaku-color {
  background: var(--seisaku-yellow);
  box-shadow: 0 0 15px rgba(255, 255, 0, .5)
}

.kikaku-legend {
  color: var(--kikaku-cyan)
}

.kikaku-color {
  background: var(--kikaku-cyan);
  box-shadow: 0 0 15px rgba(0, 255, 255, .5)
}

.gijutsu-legend {
  color: var(--gijutsu-green)
}

.gijutsu-color {
  background: var(--gijutsu-green);
  box-shadow: 0 0 15px rgba(0, 255, 0, .5)
}

.all-legend {
  color: var(--brand)
}

.all-color {
  background: var(--brand);
  box-shadow: 0 0 15px rgba(255, 212, 0, .5)
}

.filter-btn {
  cursor: pointer;
  transition: all .3s ease
}

.filter-btn:hover {
  background: hsla(0, 0%, 100%, .15);
  transform: translateY(-3px)
}

.filter-btn.active {
  background: hsla(0, 0%, 100%, .2);
  transform: scale(1.05)
}

.works-tile {
  transition: all .4s ease
}

.works-tile.hidden {
  display: none
}

@media (max-width:768px) {
  .department-legend {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding: 15px 10px
  }

  .department-legend,
  .legend-item {
    justify-content: center;
    text-align: center
  }

  .legend-item {
    flex: 1;
    font-size: 12px;
    gap: 6px;
    min-width: 0;
    padding: 6px 8px
  }

  .legend-color {
    flex-shrink: 0;
    height: 14px;
    width: 14px
  }
}

@media (max-width:360px) {
  .department-legend {
    gap: 4px;
    padding: 15px 5px
  }

  .legend-item {
    font-size: 11px;
    gap: 4px;
    justify-content: center;
    padding: 5px 6px;
    text-align: center
  }

  .legend-color {
    height: 12px;
    width: 12px
  }
}

@media (prefers-reduced-motion:reduce) {

  .bee,
  .marquee-row {
    animation: none
  }
}

.photo-modal {
  align-items: center;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .9);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 40px 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

.photo-modal__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  position: relative
}

.modal-photo {
  border-radius: 15px;
  box-shadow: 0 0 50px rgba(0, 255, 0, .3), 0 20px 50px rgba(0, 0, 0, .8);
  display: block;
  max-height: 80vh;
  max-width: min(90vw, 1000px)
}

.modal-nav {
  align-items: center;
  background: rgba(0, 0, 0, .65);
  border: 1px solid hsla(0, 0%, 100%, .3);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
  width: 48px;
  z-index: 2
}

.modal-nav:hover {
  background: hsla(0, 0%, 100%, .2)
}

.modal-nav--prev {
  left: -60px
}

.modal-nav--next {
  right: -60px
}

.modal-nav.hidden {
  display: none
}

.benefits-page .modal-photo {
  box-shadow: 0 0 50px rgba(255, 212, 0, .5), 0 20px 50px rgba(0, 0, 0, .8)
}

.modal-close {
  background: rgba(0, 0, 0, .65);
  border: 1px solid hsla(0, 0%, 100%, .3);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  right: 12px;
  top: 12px;
  transition: background .2s ease;
  z-index: 3
}

.modal-close:hover {
  background: hsla(0, 0%, 100%, .3);
  color: #fff
}

@media (max-width:768px) {
  .benefits-hero {
    padding: 40px 15px 30px
  }

  .benefits-grid {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr)
  }

  .benefit-header {
    flex-direction: column;
    text-align: center
  }

  .tech-hero {
    padding: 60px 15px 30px
  }

  .drone-section {
    gap: 20px;
    padding: 20px 10px
  }

  .achievements-grid,
  .drone-section {
    grid-template-columns: 1fr
  }

  .drone-specs {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    width: 100%
  }

  .drone-item {
    flex-direction: column;
    max-width: none;
    padding: 10px 5px;
    text-align: center;
    width: 100%
  }

  .drone-item .drone-image {
    height: 100px;
    width: 100px
  }

  .drone-spec-list {
    justify-content: center
  }

  .spec-item {
    font-size: .75rem;
    padding: 3px 8px
  }

  .license-highlights {
    align-items: center;
    flex-direction: column
  }

  .highlight-item {
    text-align: center;
    width: 80%
  }

  .stream-logos {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%
  }

  .stream-logo {
    border-radius: 15px;
    padding: 0
  }

  .stream-logo img {
    border-radius: 12px
  }

  .price-item {
    flex-direction: column;
    gap: 5px
  }

  .program-hero {
    padding: 60px 15px 30px
  }

  .program-hero .service-section {
    padding: 20px
  }

  .process-flow {
    gap: 15px;
    grid-template-columns: 1fr
  }

  .program-hero .highlight-box {
    padding: 20px
  }

  .plan-hero {
    padding: 60px 15px 30px
  }

  .plan-hero .service-section {
    padding: 20px
  }

  .program-grid {
    gap: 15px;
    grid-template-columns: 1fr !important
  }

  .program-item {
    padding: 15px
  }

  .program-header {
    flex-direction: column;
    gap: 15px
  }

  .program-logo {
    align-self: center;
    height: 100px;
    width: 100%
  }

  .program-item .program-title {
    font-size: 1rem !important
  }

  .plan-hero .highlight-box {
    padding: 20px
  }

  .stats-box {
    gap: 15px;
    grid-template-columns: 1fr 1fr
  }
}

.ds-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: var(--ds-radius-100);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--ds-font-size-200);
  font-weight: var(--ds-font-weight-medium);
  gap: var(--ds-space-100);
  justify-content: center;
  line-height: var(--ds-line-height-100);
  overflow: hidden;
  padding: var(--ds-space-100) var(--ds-space-200);
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: var(--ds-duration-200) ease;
  transition-property: background-color, border-color, color, transform, box-shadow
}

.ds-button--primary {
  background: var(--ds-background-brand-bold);
  color: var(--ds-text-inverse)
}

.ds-button--primary:hover:not(:disabled) {
  background: var(--ds-background-brand-bold-hovered);
  box-shadow: var(--ds-shadow-raised);
  transform: translateY(-1px)
}

.ds-button--primary:active:not(:disabled) {
  background: var(--ds-background-brand-bold-pressed);
  transform: translateY(0)
}

.ds-button--secondary {
  background: transparent;
  border-color: var(--ds-border-brand);
  color: var(--ds-text-brand)
}

.ds-button--secondary:hover:not(:disabled) {
  background: var(--ds-background-selected);
  transform: translateY(-1px)
}

.ds-button--secondary:active:not(:disabled) {
  background: var(--ds-background-selected-hovered);
  transform: translateY(0)
}

.ds-button--subtle {
  background: transparent;
  color: var(--ds-text)
}

.ds-button--subtle:hover:not(:disabled) {
  background: var(--ds-background-neutral-hovered);
  color: var(--ds-text-brand)
}

.ds-button--subtle:active:not(:disabled) {
  background: var(--ds-background-neutral-pressed)
}

.ds-button--small {
  font-size: var(--ds-font-size-100);
  padding: var(--ds-space-075) var(--ds-space-150)
}

.ds-button--large {
  font-size: var(--ds-font-size-300);
  padding: var(--ds-space-150) var(--ds-space-300)
}

.ds-button:disabled {
  cursor: not-allowed;
  opacity: .4;
  transform: none !important
}

.ds-button:focus-visible {
  outline: 2px solid var(--ds-border-focused);
  outline-offset: 2px
}

.ds-interactive {
  --state-opacity-hover: 0.9;
  --state-opacity-pressed: 0.8;
  --state-opacity-disabled: 0.4;
  --state-scale-pressed: 0.98;
  cursor: pointer;
  transition: var(--ds-duration-200) ease;
  transition-property: opacity, transform, background-color
}

.ds-interactive:hover:not(:disabled) {
  opacity: var(--state-opacity-hover)
}

.ds-interactive:active:not(:disabled) {
  opacity: var(--state-opacity-pressed);
  transform: scale(var(--state-scale-pressed))
}

.ds-interactive:disabled {
  cursor: not-allowed;
  opacity: var(--state-opacity-disabled)
}

.ds-stack {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-200)
}

.ds-stack--small {
  gap: var(--ds-space-100)
}

.ds-stack--large {
  gap: var(--ds-space-300)
}

.ds-inline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-space-200)
}

.ds-inline--small {
  gap: var(--ds-space-100)
}

.ds-inline--large {
  gap: var(--ds-space-300)
}

.ds-inline--center {
  justify-content: center
}

.ds-inline--between {
  justify-content: space-between
}

.ds-grid {
  display: grid;
  grid-gap: var(--ds-space-300);
  gap: var(--ds-space-300);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
}

.ds-grid--small {
  gap: var(--ds-space-200)
}

.ds-grid--large {
  gap: var(--ds-space-400)
}

.ds-box {
  background: var(--ds-background-elevated);
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius-200);
  padding: var(--ds-space-200)
}

.gallery-section {
  background: linear-gradient(135deg, #0a0a0a, #001a00);
  overflow: hidden;
  padding: 12px 0;
  position: relative
}

.gallery-section:before {
  background: radial-gradient(circle at 20% 50%, rgba(0, 255, 0, .1) 0, transparent 50%), radial-gradient(circle at 80% 50%, rgba(0, 255, 0, .1) 0, transparent 50%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.gallery-title {
  color: var(--gijutsu-green);
  font-size: max(2rem, min(4vw, 3rem));
  margin-bottom: 10px;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 255, 0, .5)
}

.gallery-subtitle {
  color: var(--text-secondary);
  font-size: 1.1rem;
  margin-bottom: 40px;
  text-align: center
}

.slider-container {
  background: rgba(0, 0, 0, .3);
  border-radius: 20px;
  height: 400px;
  margin: 10px auto;
  overflow: hidden;
  padding: 5px;
  perspective: 1500px;
  position: relative
}

.slider-wrapper {
  align-items: center;
  display: flex;
  justify-content: center
}

.slider-track,
.slider-wrapper {
  height: 100%;
  position: relative;
  width: 100%
}

.slider-track {
  transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1)
}

.slider-item {
  background: rgba(0, 255, 0, .05);
  border: 2px solid transparent;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
  cursor: pointer;
  height: 75%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 10%;
  transition: all .6s ease;
  width: calc(16.66667% - 10px)
}

.slider-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .3s ease, filter .3s ease;
  width: 100%
}

.slider-item.active-center {
  border-color: var(--gijutsu-green);
  left: 41.67%;
  opacity: 1;
  transform: translateZ(50px) scale(1.1);
  z-index: 6
}

.slider-item.active-left-1 {
  left: 25%;
  opacity: 1;
  transform: translateZ(30px) rotateY(15deg) scale(1.05);
  z-index: 5
}

.slider-item.active-left-2 {
  left: 8.33%;
  opacity: .9;
  transform: translateZ(10px) rotateY(25deg) scale(1);
  z-index: 4
}

.slider-item.active-left-3 {
  left: -8.33%;
  opacity: .8;
  transform: translateZ(-10px) rotateY(35deg) scale(.95);
  z-index: 3
}

.slider-item.active-right-1 {
  left: 58.33%;
  opacity: 1;
  transform: translateZ(30px) rotateY(-15deg) scale(1.05);
  z-index: 5
}

.slider-item.active-right-2 {
  left: 75%;
  opacity: .9;
  transform: translateZ(10px) rotateY(-25deg) scale(1);
  z-index: 4
}

.slider-item.active-right-3 {
  left: 91.67%;
  opacity: .8;
  transform: translateZ(-10px) rotateY(-35deg) scale(.95);
  z-index: 3
}

.slider-item.hidden-left {
  left: -20%;
  opacity: 0;
  transform: translateZ(-100px) rotateY(45deg) scale(.8);
  z-index: 1
}

.slider-item.hidden-right {
  left: 120%;
  opacity: 0;
  transform: translateZ(-100px) rotateY(-45deg) scale(.8);
  z-index: 1
}

.slider-item:hover {
  box-shadow: 0 15px 40px rgba(0, 255, 0, .4)
}

.slider-item:hover img {
  filter: brightness(1.2);
  transform: scale(1.05)
}

.slider-item-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, .9), transparent);
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: transform .3s ease
}

.slider-item:hover .slider-item-info {
  transform: translateY(0)
}

.slider-item-title {
  color: var(--gijutsu-green);
  font-size: .85rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 255, 0, .5)
}

.slider-indicators {
  align-items: center;
  background: rgba(0, 0, 0, .7);
  border: 1px solid rgba(0, 255, 0, .3);
  border-radius: 25px;
  bottom: 20px;
  display: flex;
  gap: 6px;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 20
}

.indicator {
  background: hsla(0, 0%, 100%, .3);
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  transition: all .3s ease;
  width: 8px
}

.indicator.active {
  background: var(--gijutsu-green);
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 255, 0, .5);
  width: 24px
}

.lightbox {
  align-items: center;
  background: rgba(0, 0, 0, .95);
  cursor: pointer;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 2000
}

.lightbox.active {
  display: flex;
  opacity: 1
}

.lightbox img {
  animation: zoomIn .3s ease;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 255, 0, .3);
  max-height: 90%;
  max-width: 90%;
  -o-object-fit: contain;
  object-fit: contain
}

.lightbox-close {
  color: var(--gijutsu-green);
  cursor: pointer;
  font-size: 3rem;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all .3s ease
}

.lightbox-close:hover {
  text-shadow: 0 0 20px rgba(0, 255, 0, .8);
  transform: rotate(90deg) scale(1.2)
}

@media (max-width:768px) {
  .slider-container {
    height: 300px
  }

  .slider-item {
    height: 85%;
    top: 5%;
    width: 33.33333%
  }

  .slider-item.active-center {
    left: 33.34%;
    -webkit-transform: translateZ(50px) scale(1.05);
    transform: translateZ(50px) scale(1.05);
    z-index: 10;
    position: relative
  }

  .slider-item.active-left-1 {
    left: 16.67%;
    -webkit-transform: translateZ(20px) rotateY(10deg) scale(1);
    transform: translateZ(20px) rotateY(10deg) scale(1);
    z-index: 5
  }

  .slider-item.active-left-2 {
    left: 0;
    opacity: .85;
    -webkit-transform: translateZ(10px) rotateY(20deg) scale(.95);
    transform: translateZ(10px) rotateY(20deg) scale(.95);
    z-index: 4
  }

  .slider-item.active-left-3 {
    display: none
  }

  .slider-item.active-right-1 {
    left: 50%;
    -webkit-transform: translateZ(20px) rotateY(-10deg) scale(1);
    transform: translateZ(20px) rotateY(-10deg) scale(1);
    z-index: 5
  }

  .slider-item.active-right-2 {
    left: 66.67%;
    opacity: .85;
    -webkit-transform: translateZ(10px) rotateY(-20deg) scale(.95);
    transform: translateZ(10px) rotateY(-20deg) scale(.95);
    z-index: 4
  }

  .slider-item.active-right-3 {
    display: none
  }

  .slider-indicators {
    bottom: 10px;
    padding: 8px 15px
  }

  .slider-item-title {
    font-size: .75rem
  }
}

.wave-separator {
  height: 100px;
  margin: 40px 0;
  overflow: hidden;
  position: relative
}

.wave-separator:before {
  animation: wave 3s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, var(--gijutsu-green) 25%, var(--gijutsu-green) 75%, transparent);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%
}

@keyframes wave {

  0%,
  to {
    transform: translateY(0) scaleY(1)
  }

  50% {
    transform: translateY(-10px) scaleY(2)
  }
}

.separator-text {
  background: #0a0a0a;
  border: 2px solid var(--gijutsu-green);
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 255, 0, .3);
  color: var(--gijutsu-green);
  font-size: 1.2rem;
  font-weight: 700;
  left: 50%;
  padding: 10px 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1
}

.video-showcase-vertical {
  background: rgba(0, 0, 0, .2);
  border: 1px solid rgba(0, 255, 0, .2);
  border-radius: 20px;
  padding: 30px
}

.video-grid-vertical {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 25px;
  gap: 25px
}

.video-card-vertical {
  animation: slideUp .6s ease forwards;
  background: linear-gradient(135deg, rgba(0, 255, 0, .05), rgba(0, 0, 0, .5));
  border: 2px solid transparent;
  border-radius: 15px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: all .3s ease
}

.video-card-vertical:first-child {
  animation-delay: .1s
}

.video-card-vertical:nth-child(2) {
  animation-delay: .2s
}

.video-card-vertical:nth-child(3) {
  animation-delay: .3s
}

.video-card-vertical:nth-child(4) {
  animation-delay: .4s
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0)
  }

  0% {
    opacity: 0;
    transform: translateY(30px)
  }
}

.video-card-vertical:hover {
  border-color: var(--gijutsu-green);
  box-shadow: 0 20px 40px rgba(0, 255, 0, .3);
  transform: translateY(-8px) scale(1.02)
}

.video-card-vertical.award {
  background: linear-gradient(135deg, rgba(255, 215, 0, .05), rgba(0, 0, 0, .5));
  border-color: rgba(255, 215, 0, .3)
}

.video-thumbnail {
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
  position: relative
}

.video-thumbnail iframe {
  border: none;
  height: 100%;
  width: 100%
}

.video-thumbnail.lazy-video {
  position: relative
}

.video-thumbnail .lazy-video__trigger {
  align-items: center;
  background: #000;
  border: 0;
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.video-thumbnail .lazy-video__trigger img {
  display: block;
  filter: brightness(.65);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
  width: 100%
}

.video-thumbnail .lazy-video__overlay {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .75));
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  gap: 12px;
  justify-content: center;
  left: 0;
  letter-spacing: .08em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: background .3s ease, opacity .3s ease
}

.video-thumbnail .lazy-video__icon {
  align-items: center;
  background: rgba(255, 0, 0, .85);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
  display: flex;
  height: 70px;
  justify-content: center;
  width: 70px
}

.video-thumbnail .lazy-video__icon:before {
  border-bottom: 13px solid transparent;
  border-left: 22px solid #fff;
  border-top: 13px solid transparent;
  content: "";
  margin-left: 5px
}

.video-thumbnail .lazy-video__trigger:focus-visible {
  outline: 3px solid hsla(0, 0%, 100%, .85);
  outline-offset: 4px
}

.video-thumbnail .lazy-video__trigger:focus-visible img,
.video-thumbnail .lazy-video__trigger:hover img {
  filter: brightness(.85);
  transform: scale(1.05)
}

.video-thumbnail .lazy-video__trigger:focus-visible .lazy-video__overlay,
.video-thumbnail .lazy-video__trigger:hover .lazy-video__overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .6))
}

.lazy-video__fallback {
  align-items: center;
  background: rgba(0, 0, 0, .9);
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0
}

.lazy-video__fallback p {
  color: hsla(0, 0%, 100%, .85);
  font-size: .95rem;
  margin: 0
}

.lazy-video__fallback a {
  align-items: center;
  background: red;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  padding: 8px 18px;
  -webkit-text-decoration: none;
  text-decoration: none
}

.lazy-video__fallback[hidden] {
  display: none !important
}

.award-badge {
  animation: shine 3s ease-in-out infinite;
  background: linear-gradient(135deg, gold, #b8860b);
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(255, 215, 0, .5);
  color: #0a0a0a;
  font-size: .8rem;
  font-weight: 700;
  padding: 5px 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10
}

.video-info-vertical {
  background: linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .6));
  padding: 20px
}

.video-info-vertical h4 {
  align-items: center;
  color: var(--gijutsu-green);
  display: flex;
  font-size: 1.05rem;
  gap: 10px;
  margin-bottom: 10px
}

.video-info-vertical p {
  color: var(--text-secondary);
  font-size: .9rem;
  line-height: 1.5
}

.award-text {
  align-items: center;
  color: gold;
  display: flex;
  font-size: .85rem;
  font-weight: 700;
  gap: 5px;
  margin-top: 8px
}

@media (max-width:768px) {
  .video-grid-vertical {
    grid-template-columns: 1fr
  }

  .wave-separator {
    height: 100px;
    margin: 30px 0
  }

  .separator-text {
    font-size: 1rem;
    padding: 8px 20px
  }

  .video-showcase-vertical {
    padding: 20px
  }
}

.ds-box--compact {
  padding: var(--ds-space-150)
}

.ds-box--spacious {
  padding: var(--ds-space-300)
}

.ds-text--heading-xlarge {
  font-size: var(--ds-font-size-800)
}

.ds-text--heading-large,
.ds-text--heading-xlarge {
  font-weight: var(--ds-font-weight-bold);
  line-height: var(--ds-line-height-100)
}

.ds-text--heading-large {
  font-size: var(--ds-font-size-600)
}

.ds-text--heading-medium {
  font-size: var(--ds-font-size-500)
}

.ds-text--heading-medium,
.ds-text--heading-small {
  font-weight: var(--ds-font-weight-semibold);
  line-height: var(--ds-line-height-200)
}

.ds-text--heading-small {
  font-size: var(--ds-font-size-400)
}

.ds-text--body {
  font-size: var(--ds-font-size-200);
  font-weight: var(--ds-font-weight-regular)
}

.ds-text--body,
.ds-text--body-small {
  line-height: var(--ds-line-height-300)
}

.ds-text--body-small {
  font-size: var(--ds-font-size-100)
}

.ds-text--subtle {
  color: var(--ds-text-subtle)
}

.ds-text--brand {
  color: var(--ds-text-brand)
}

.btn-home.ds-migrate {
  border-radius: var(--ds-radius-100);
  font-weight: var(--ds-font-weight-medium);
  padding: var(--ds-space-150) var(--ds-space-300);
  transition: var(--ds-duration-200) ease
}

.apply-btn.ds-migrate {
  border-radius: var(--ds-radius-full);
  padding: var(--ds-space-150) var(--ds-space-200)
}

.apply-btn.ds-migrate,
.contact-btn.ds-migrate {
  font-weight: var(--ds-font-weight-bold);
  transition: var(--ds-duration-200) ease
}

.contact-btn.ds-migrate {
  border-radius: var(--ds-radius-200);
  padding: var(--ds-space-150)
}

@media (max-width:768px) {
  .modal-nav--prev {
    left: 10px
  }

  .modal-nav--next {
    right: 10px
  }

  .photo-modal__inner {
    gap: 12px
  }
}

.page-header {
  background: linear-gradient(135deg, #0a0a0f, #12121a);
  border-bottom: 1px solid #2a2a34;
  padding: 60px 0 30px;
  text-align: center
}

@media (max-width:900px) {
  .page-header {
    padding: 40px 0 20px
  }
}

.page-title {
  color: var(--brand);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 8px
}

.page-subtitle {
  color: var(--sub);
  font-size: 1rem;
  font-weight: 300
}

.page-header-content {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center
}

.page-header-text {
  text-align: left
}

.page-header-logo {
  flex-shrink: 0;
  height: auto;
  width: 150px
}

.page-header-logo.float-simple {
  animation: float-simple 3s ease-in-out infinite
}

@media (max-width:900px) {
  .page-header-content {
    flex-direction: column;
    gap: 15px
  }

  .page-header-text {
    text-align: center
  }

  .page-header-logo {
    margin: 0 auto;
    width: 120px
  }
}

.about-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 20px
}

.about-left,
.about-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.about-section {
  background: #0a0a0f;
  border: 1px solid #2a2a34;
  border-radius: 12px;
  padding: 24px;
  transition: all .3s ease
}

.about-section:hover {
  border-color: rgba(255, 212, 0, .3);
  box-shadow: 0 4px 20px rgba(255, 212, 0, .1)
}

.about-section-title {
  border-bottom: 2px solid var(--brand);
  color: var(--brand);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 8px
}

.company-overview {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.overview-row {
  align-items: center;
  border-bottom: 1px solid #1a1a22;
  display: flex;
  padding: 8px 0
}

.overview-row:last-child {
  border-bottom: none
}

.overview-label {
  color: var(--brand);
  flex: 0 0 80px;
  font-size: .9rem;
  font-weight: 500
}

.overview-value {
  color: #e1e1e1;
  font-size: .95rem;
  line-height: 1.4
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.address,
.contact {
  color: #e1e1e1;
  line-height: 1.6;
  margin: 0
}

.map-container {
  border: 1px solid #2a2a34;
  border-radius: 8px;
  margin-top: 16px;
  overflow: hidden
}

.map-container iframe {
  border: 0;
  display: block;
  height: 200px;
  width: 100%
}

.station-info {
  color: var(--brand);
  font-size: .95rem;
  font-weight: 600;
  margin-top: 12px
}

.officers-list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.officer {
  align-items: center;
  border-bottom: 1px solid #1a1a22;
  display: flex;
  padding: 8px 0
}

.officer:last-child {
  border-bottom: none
}

.officer-title {
  color: var(--brand);
  flex: 0 0 120px;
  font-size: .9rem;
  font-weight: 500
}

.officer-name {
  color: #e1e1e1;
  font-size: .95rem
}

.business-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.business-item {
  align-items: flex-start;
  border-bottom: 1px solid #1a1a22;
  display: flex;
  gap: 16px;
  padding: 12px 0
}

.business-item:last-child {
  border-bottom: none
}

.business-icon {
  flex-shrink: 0;
  font-size: 1.5rem
}

.business-text h4 {
  color: var(--brand);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0
}

.business-text p {
  color: var(--sub);
  font-size: .9rem;
  line-height: 1.4;
  margin: 0
}

.clients-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.client-tag {
  animation: neonPulse 2s ease-in-out infinite alternate;
  background: linear-gradient(135deg, rgba(255, 255, 0, .2), rgba(255, 255, 0, .1));
  border: 2px solid #ff0;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(255, 255, 0, .4), 0 4px 15px rgba(255, 255, 0, .2), inset 0 1px 0 rgba(255, 255, 0, .3);
  color: #ff0;
  font-size: .9rem;
  font-weight: 600;
  overflow: hidden;
  padding: 8px 16px;
  position: relative;
  text-shadow: 0 0 10px rgba(255, 255, 0, .8);
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275)
}

.client-tag:before {
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .4), transparent);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left .6s ease;
  width: 100%
}

.client-tag:hover:before {
  left: 100%
}

.client-tag:hover {
  animation: none;
  background: linear-gradient(135deg, #ff0, gold);
  box-shadow: 0 0 40px rgba(255, 255, 0, .8), 0 15px 30px rgba(255, 255, 0, .4), inset 0 2px 0 hsla(0, 0%, 100%, .3);
  color: #000;
  text-shadow: none;
  transform: translateY(-4px) scale(1.05)
}

.group-company-info {
  text-align: center
}

.group-company-info h4 {
  color: var(--brand);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 12px
}

.company-logo-link {
  display: inline-block;
  transition: all .3s ease
}

.company-logo-link:hover {
  filter: brightness(1.1);
  transform: translateY(-3px)
}

.company-logo {
  border-radius: 8px;
  max-height: 100px;
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all .3s ease
}

.program-modal {
  align-items: center;
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .3s ease;
  width: 100vw;
  z-index: 1000
}

.program-modal.show {
  display: flex;
  opacity: 1
}

.modal-overlay {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, .9);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.modal-content {
  animation: modalSlideIn .4s cubic-bezier(.175, .885, .32, 1.275);
  background: linear-gradient(135deg, rgba(26, 26, 46, .95), rgba(38, 38, 58, .95));
  border: 2px solid rgba(255, 212, 0, .3);
  border-radius: 25px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .5), 0 0 50px rgba(255, 212, 0, .2);
  max-height: 80vh;
  max-width: 500px;
  overflow-y: auto;
  padding: 40px;
  position: relative;
  width: 90%
}

.modal-close {
  align-items: center;
  background: none;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 15px;
  transition: all .3s ease;
  width: 40px;
  z-index: 1001
}

.modal-close:hover {
  background: rgba(255, 212, 0, .2);
  color: var(--brand);
  transform: rotate(90deg)
}

.modal-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  min-height: 200px;
  position: relative;
  text-align: center
}

.modal-logo img {
  animation: logoGlow 2s ease-in-out infinite alternate;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
  height: auto;
  max-height: 200px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all .3s ease;
  width: auto
}

.modal-info {
  color: #fff;
  text-align: center
}

.modal-title {
  color: var(--brand);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(255, 212, 0, .3)
}

.modal-subtitle {
  color: #ccc;
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 25px;
  opacity: .9
}

.modal-link {
  background: linear-gradient(45deg, var(--brand), gold);
  border-radius: 30px;
  box-shadow: 0 8px 25px rgba(255, 212, 0, .3);
  color: #000;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  overflow: hidden;
  padding: 15px 30px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.modal-link:hover {
  background: linear-gradient(45deg, gold, var(--brand));
  box-shadow: 0 15px 35px rgba(255, 212, 0, .5);
  transform: translateY(-3px)
}

.modal-link:before {
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .3), transparent);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left .5s ease;
  width: 100%
}

.modal-link:hover:before {
  left: 100%
}

.link-arrow {
  display: inline-block;
  margin-left: 8px;
  transition: transform .3s ease
}

.modal-link:hover .link-arrow {
  transform: translateX(5px)
}

@media (max-width:768px) {
  .modal-content {
    max-width: 95%;
    padding: 30px 25px
  }

  .modal-title {
    font-size: 1.5rem
  }

  .modal-logo {
    min-height: 150px
  }

  .modal-logo img {
    max-height: 150px
  }

  .modal-link {
    font-size: 1rem;
    padding: 12px 25px
  }
}

.back-section {
  padding: 10px 20px;
  text-align: center
}

footer.container {
  color: #a7a9b2;
  padding: 38px 0;
  text-align: center
}

footer.container img {
  height: 44px;
  opacity: .9
}

.footer-links {
  font-size: .85rem;
  margin-top: 12px
}

.footer-links a {
  color: #666;
  padding: 0 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color .3s ease
}

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

.footer-links .separator {
  color: #444;
  margin: 0 5px;
  opacity: .5
}

.btn-home {
  background: transparent;
  border: 2px solid var(--brand);
  border-radius: 6px;
  color: var(--brand);
  display: inline-block;
  font-weight: 500;
  padding: 12px 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.btn-home:hover {
  background: var(--brand);
  color: #000;
  transform: translateY(-2px)
}

@media(max-width:900px) {
  .page-title {
    font-size: 2rem
  }

  .about-main {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 24px 16px
  }

  .about-left,
  .about-right {
    gap: 24px
  }

  .officer-title,
  .overview-label {
    flex: 0 0 100px;
    font-size: .85rem
  }

  .clients-grid {
    justify-content: center
  }
}

.works-section {
  margin-bottom: 30px
}

@media (max-width:900px) {
  .works-section {
    margin-bottom: 20px
  }

  .works-section:first-of-type {
    margin-top: 20px
  }
}

.seisaku-title {
  color: var(--seisaku-yellow);
  text-shadow: 0 0 15px rgba(255, 255, 0, .6)
}

.kikaku-title {
  color: var(--kikaku-cyan);
  text-shadow: 0 0 15px rgba(0, 255, 255, .6)
}

.gijutsu-title {
  color: var(--gijutsu-green);
  text-shadow: 0 0 15px rgba(0, 255, 0, .6)
}

.works-grid {
  display: grid;
  grid-gap: 20px;
  align-items: center;
  gap: 20px;
  justify-items: center;
  margin-top: 32px
}

@media (max-width:900px) {
  .works-grid {
    margin-top: 20px
  }
}

@media(min-width:1201px) {
  .works-grid {
    grid-template-columns: repeat(6, 1fr);
    margin: 32px auto 0;
    max-width: 1200px
  }

  .drone-specs {
    grid-template-columns: 1fr
  }

  .drone-item {
    flex-direction: row;
    text-align: left
  }

  .drone-item .drone-image {
    height: 120px;
    width: 150px
  }
}

@media(min-width:901px) and (max-width:1200px) {
  .works-grid {
    gap: 16px;
    grid-template-columns: repeat(5, 1fr);
    margin: 32px auto 0
  }

  .drone-specs {
    grid-template-columns: 1fr
  }

  .drone-item {
    flex-direction: row;
    text-align: left
  }

  .drone-item .drone-image {
    height: 120px;
    width: 150px
  }
}

@media(min-width:601px) and (max-width:900px) {
  .works-grid {
    gap: 14px;
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(max-width:600px) {
  .works-grid {
    gap: 12px;
    grid-template-columns: repeat(3, 1fr)
  }
}

.works-tile {
  align-items: center;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  max-width: 180px;
  min-height: 100px;
  position: relative;
  transition: all .3s ease;
  width: 100%
}

.works-tile img {
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1
}

.works-tile a,
.works-tile img {
  height: 100%;
  position: relative;
  width: 100%
}

.works-tile a {
  align-items: center;
  display: flex;
  justify-content: center;
  -webkit-text-decoration: none;
  text-decoration: none
}

.all-works-grid .works-tile:hover {
  filter: brightness(1.1);
  transform: translateY(-5px) scale(1.02)
}

.past-works-content {
  background: rgba(0, 0, 0, .3);
  border: 1px solid hsla(0, 0%, 100%, .1);
  border-radius: 15px;
  padding: 15px 20px 10px
}

.program-category {
  margin-bottom: 25px
}

.program-category:last-child {
  margin-bottom: 0
}

.category-title {
  border-bottom: 2px solid rgba(255, 212, 0, .3);
  color: var(--brand);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 6px
}

.program-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  grid-gap: 6px;
  gap: 6px
}

.program-list li {
  background: hsla(0, 0%, 100%, .05);
  border-left: 3px solid var(--brand);
  border-radius: 6px;
  color: var(--text);
  font-size: .85rem;
  line-height: 1.3;
  padding: 8px 12px;
  transition: all .3s ease
}

.program-list li:hover {
  background: rgba(255, 212, 0, .1);
  transform: translateX(5px)
}

@media (max-width:768px) {
  .past-works-content {
    padding: 10px 15px 5px
  }

  .program-list {
    gap: 4px;
    grid-template-columns: 1fr
  }

  .program-list li {
    font-size: .8rem;
    padding: 6px 10px
  }

  .program-category {
    margin-bottom: 20px
  }

  .category-title {
    font-size: 1.1rem;
    margin-bottom: 8px
  }
}

.past-works-info {
  background: #0a0a0f;
  border: 1px solid #2a2a34;
  border-radius: 12px;
  margin-top: 24px;
  padding: 40px;
  text-align: center
}

.benefits-hero {
  background: linear-gradient(135deg, rgba(255, 212, 0, .15), rgba(0, 0, 0, .9) 50%, rgba(255, 212, 0, .1));
  border-bottom: 3px solid var(--brand)
}

.benefits-description {
  color: var(--sub);
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 800px
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
  margin: 40px 0
}

.benefit-item {
  background: linear-gradient(135deg, rgba(255, 212, 0, .05), rgba(0, 0, 0, .3));
  border: 2px solid rgba(255, 212, 0, .2);
  border-radius: 20px;
  padding: 25px;
  transition: all .3s ease
}

.benefit-item:hover {
  background: linear-gradient(135deg, rgba(255, 212, 0, .1), rgba(0, 0, 0, .4));
  border-color: var(--brand);
  box-shadow: 0 15px 35px rgba(255, 212, 0, .2);
  transform: translateY(-5px)
}

.benefit-header {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 20px
}

.benefit-image {
  background: hsla(0, 0%, 100%, .05);
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px;
  width: 120px
}

.benefit-info {
  flex: 1
}

.benefit-name {
  color: var(--brand);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px
}

.benefit-amount {
  color: var(--brand-weak);
  font-size: 1.1rem;
  font-weight: 600
}

.benefit-subitem {
  margin-bottom: 20px
}

.benefit-subheader {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px
}

.benefit-subitem:last-child {
  margin-bottom: 0
}

.benefit-description {
  background: rgba(255, 212, 0, .05);
  border-left: 4px solid var(--brand);
  border-radius: 10px;
  color: var(--ink);
  font-size: 1.05rem;
  margin-top: 15px;
  padding: 15px
}

.photo-placeholder {
  background: rgba(255, 212, 0, .05);
  border: 2px dashed rgba(255, 212, 0, .3);
  border-radius: 15px;
  color: var(--brand);
  font-size: .9rem;
  font-style: italic;
  margin: 20px 0;
  padding: 30px;
  text-align: center
}

.benefit-section {
  background: rgba(0, 0, 0, .3);
  border: 2px solid rgba(255, 212, 0, .2);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 30px;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease
}

.benefit-section:hover {
  border-color: var(--brand);
  box-shadow: 0 15px 35px rgba(255, 212, 0, .25);
  transform: translateY(-5px);
}

.benefit-title {
  align-items: center;
  color: var(--brand);
  display: flex;
  font-size: 1.5rem;
  gap: 15px;
  margin-bottom: 25px
}

.benefit-icon {
  font-size: 1.8rem
}

.benefit-content {
  color: var(--sub);
  line-height: 1.8
}

.benefits-photo-flex {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 20px 0
}

.benefits-photo-item {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  height: auto;
  max-width: 150px;
  width: 100%
}

.benefit-logo-item,
.benefit-title-centered {
  justify-content: center
}

.benefit-logo-item {
  align-items: center;
  background: rgba(255, 212, 0, .1);
  border: 2px solid rgba(255, 212, 0, .3);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 100px;
  padding: 0;
  overflow: hidden;
  transition: all .3s ease;
  width: 100px
}

.benefit-logo-item:hover {
  background: rgba(255, 212, 0, .2);
  border-color: var(--brand);
  box-shadow: 0 0 20px rgba(255, 212, 0, .4);
  transform: rotate(1turn) scale(1.1)
}

.benefit-logo-item img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

.benefit-logo-item .benefit-icon {
  color: var(--brand);
  font-size: 2rem
}

.event-category-section,
.event-photos-section {
  margin: 30px 0px 0px 0px
}

.event-section-label {
  color: var(--brand);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 20px;
  position: relative;
  text-align: center
}

.event-section-label:after,
.event-section-label:before {
  background: linear-gradient(90deg, transparent, var(--brand), transparent);
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 35%
}

.event-section-label:before {
  left: 0
}

.event-section-label:after {
  right: 0
}

.event-logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  gap: 15px;
  justify-items: center;
  margin-bottom: 10px
}

.event-logo-item {
  align-items: center;
  background: rgba(255, 212, 0, .1);
  border: 2px solid rgba(255, 212, 0, .3);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 100px;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  transition: all .3s ease;
  width: 100px
}

.event-logo-item:hover {
  background: rgba(255, 212, 0, .2);
  border-color: var(--brand);
  box-shadow: 0 0 20px rgba(255, 212, 0, .4);
  transform: rotate(1turn) scale(1.1)
}

.event-logo-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.event-photos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  justify-items: center
}

.event-photo-item {
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  max-width: 200px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  width: 100%
}

.event-photo-item:hover {
  box-shadow: 0 10px 30px rgba(255, 212, 0, .3);
  transform: translateY(-5px) scale(1.05)
}

.event-photo-item img {
  cursor: pointer;
  height: 150px;
  object-fit: cover;
  transition: transform .3s ease;
  width: 100%
}

.event-photo-item:hover img {
  transform: scale(1.1)
}

.event-photo-portrait {
  height: auto;
  max-height: 300px
}

.event-photo-portrait img {
  background: rgba(0, 0, 0, .02);
  height: auto;
  max-height: 280px;
  object-fit: contain
}

.event-photo-portrait:hover img {
  transform: scale(1.05)
}

.event-photos-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
  justify-items: center;
  margin: 20px auto;
  max-width: 500px
}

.event-photos-grid-2col .event-photo-item {
  max-width: 220px
}

@media (max-width:768px) {
  .event-logos-grid {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr)
  }

  .event-photos-grid {
    gap: 15px;
    grid-template-columns: 1fr
  }

  .event-photos-grid-2col {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%
  }

  .event-photo-item,
  .event-photos-grid-2col .event-photo-item {
    max-width: 100%
  }

  .event-photo-item img {
    height: 200px
  }
}

.event-section-label:after,
.event-section-label:before {
  width: 25%
}

.plan-main {
  padding: 40px 20px 0
}

.plan-logo-fallback,
.plan-service-title-cyan {
  color: var(--accent-pink)
}

.plan-logo-fallback {
  font-size: .8rem;
  text-align: center
}

.completion-view,
.confirmation-view {
  background: rgba(30, 30, 30, .9);
  border: 2px solid var(--brand);
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(255, 212, 0, .2);
  margin: 40px auto;
  max-width: 800px;
  padding: 40px
}

.completion-title,
.confirmation-title {
  color: var(--brand);
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center
}

.confirmation-subtitle {
  color: var(--sub);
  font-size: .95rem;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center
}

.confirm-content {
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px
}

.confirm-list {
  color: #fff
}

.confirm-list dt {
  color: var(--brand);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
  margin-top: 20px;
  text-transform: uppercase
}

.confirm-list dt:first-child {
  margin-top: 0
}

.confirm-list dd {
  background: hsla(0, 0%, 100%, .05);
  border-left: 3px solid var(--brand);
  border-radius: 5px;
  color: #fff;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 10px 15px
}

.confirm-list dd.message-content {
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.6
}

.confirmation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center
}

.btn-primary,
.btn-secondary {
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all .3s ease
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand), #fc0);
  color: #000
}

.btn-primary:hover {
  box-shadow: 0 10px 30px rgba(255, 212, 0, .4);
  transform: translateY(-2px)
}

.btn-primary:disabled {
  cursor: not-allowed;
  opacity: .5;
  transform: none
}

.btn-secondary {
  background: transparent;
  border: 2px solid var(--brand);
  color: var(--brand)
}

.btn-secondary:hover {
  background: var(--brand);
  color: #000;
  transform: translateY(-2px)
}

.completion-icon {
  animation: bounceIn .6s;
  font-size: 4rem;
  margin-bottom: 20px;
  text-align: center
}

.completion-message {
  color: var(--sub);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center
}

.completion-buttons {
  margin-top: 30px;
  text-align: center
}

.completion-buttons button {
  font-size: 1rem;
  padding: 12px 30px
}

@media (max-width:768px) {

  .completion-view,
  .confirmation-view {
    margin: 20px 10px;
    padding: 25px 20px
  }

  .completion-title,
  .confirmation-title {
    font-size: 1.5rem
  }

  .confirm-content {
    padding: 20px 15px
  }

  .confirmation-buttons {
    flex-direction: column
  }

  .btn-primary,
  .btn-secondary {
    padding: 12px 30px;
    width: 100%
  }
}

.tech-hero {
  background: linear-gradient(135deg, rgba(0, 255, 0, .15), rgba(0, 0, 0, .9) 50%, rgba(0, 255, 0, .1));
  border-bottom: 3px solid var(--gijutsu-green)
}

.tech-title {
  color: var(--gijutsu-green);
  text-shadow: 0 0 20px rgba(0, 255, 0, .5)
}

.tech-logo {
  animation: pulse 2s ease-in-out infinite;
  display: block;
  filter: drop-shadow(0 0 20px rgba(0, 255, 0, .5));
  margin: 15px auto;
  max-height: 60px;
  width: auto
}

.service-title {
  align-items: center;
  color: var(--gijutsu-green);
  display: flex;
  font-size: 1.5rem;
  gap: 10px;
  margin-bottom: 20px
}

.service-subtitle {
  color: inherit;
  font-size: 1rem;
  margin-left: 10px;
  white-space: nowrap
}

@media (max-width:768px) {
  .service-title {
    align-items: flex-start;
    flex-direction: column
  }

  .service-subtitle {
    display: block;
    margin-left: 0;
    margin-top: 5px
  }
}

.service-content {
  color: var(--sub);
  font-size: 1.05rem;
  line-height: 1.8
}

.service-list {
  list-style: none;
  margin: 15px 0;
  padding: 0
}

.service-list li {
  padding: 8px 0 8px 25px;
  position: relative
}

.service-list li:before {
  color: var(--gijutsu-green);
  content: "▸";
  left: 0;
  position: absolute
}

.price-table {
  background: hsla(0, 0%, 100%, .05);
  border-radius: 15px;
  margin: 30px 0;
  padding: 25px
}

.price-item {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  display: flex;
  justify-content: space-between;
  padding: 12px 0
}

.price-item:last-child {
  border-bottom: none
}

.price-label {
  color: var(--brand);
  font-weight: 600
}

.price-value {
  color: var(--gijutsu-green);
  font-weight: 700
}

.contact-box {
  background: linear-gradient(135deg, rgba(0, 255, 0, .2), rgba(255, 212, 0, .1));
  border: 2px solid var(--gijutsu-green);
  border-radius: 20px;
  margin: 40px 0;
  padding: 30px;
  text-align: center
}

.contact-title {
  color: var(--gijutsu-green);
  font-size: 1.3rem;
  margin-bottom: 20px
}

.contact-info {
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 10px 0
}

.contact-info a {
  color: var(--brand);
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.contact-info a:hover {
  color: var(--gijutsu-green);
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.drone-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: start;
  background: linear-gradient(135deg, rgba(0, 255, 0, .05), rgba(0, 0, 0, .8));
  border-radius: 20px;
  gap: 30px;
  margin: 40px 0;
  overflow: hidden;
  padding: 30px 20px;
  position: relative
}

.drone-section:before {
  animation: rotate-border 6s linear infinite;
  background: linear-gradient(45deg, var(--gijutsu-green), transparent, var(--gijutsu-green));
  border-radius: 20px;
  bottom: -2px;
  content: "";
  left: -2px;
  opacity: .3;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: -1
}

@keyframes rotate-border {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.drone-video {
  animation: video-glow 3s ease-in-out infinite alternate;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .8), 0 0 60px rgba(0, 255, 0, .2), inset 0 0 20px rgba(0, 255, 0, .1);
  overflow: hidden;
  position: relative;
  width: 100%
}

@media (prefers-reduced-motion:reduce) {

  .drone-video,
  .drone-video__icon,
  .drone-video__overlay,
  .drone-video__trigger img {
    animation: none !important;
    transition: none !important
  }
}

@keyframes video-glow {
  0% {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .8), 0 0 60px rgba(0, 255, 0, .2), inset 0 0 20px rgba(0, 255, 0, .1)
  }

  to {
    box-shadow: 0 25px 50px rgba(0, 0, 0, .9), 0 0 80px rgba(0, 255, 0, .4), inset 0 0 30px rgba(0, 255, 0, .2)
  }
}

.drone-video iframe {
  display: block;
  z-index: 1
}

.drone-video iframe,
.drone-video__trigger {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.drone-video__trigger {
  align-items: center;
  background: #000;
  border-radius: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  transition: box-shadow .3s ease
}

.drone-video__trigger img {
  filter: brightness(.65);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
  width: 100%
}

.drone-video__overlay {
  align-items: center;
  bottom: 0;
  display: grid;
  justify-items: center;
  left: 0;
  place-items: center;
  position: absolute;
  right: 0;
  top: 0;
  grid-gap: 10px;
  background: linear-gradient(135deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7));
  color: #fff;
  font-size: .95rem;
  font-weight: 600;
  gap: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .3s ease, opacity .3s ease
}

.drone-video__icon {
  align-items: center;
  background: rgba(255, 0, 0, .85);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
  display: flex;
  height: 70px;
  justify-content: center;
  width: 70px
}

.drone-video__icon:before {
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  content: "";
  display: block;
  margin-left: 5px
}

.drone-video__trigger:focus-visible {
  outline: 3px solid hsla(0, 0%, 100%, .85);
  outline-offset: 4px
}

.drone-video__trigger:focus-visible img,
.drone-video__trigger:hover img {
  filter: brightness(.85);
  transform: scale(1.05)
}

.drone-video__trigger:focus-visible .drone-video__overlay,
.drone-video__trigger:hover .drone-video__overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .6))
}

@supports not (aspect-ratio:1/1) {
  .drone-video {
    height: 0;
    padding-top: 56.25%
  }

  .drone-video iframe {
    height: 100%
  }
}

.drone-fallback {
  align-items: center;
  background: rgba(0, 0, 0, .9);
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0
}

.drone-fallback[hidden] {
  display: none !important
}

.drone-fallback p {
  color: #fff;
  margin: 0
}

.drone-fallback a {
  align-items: center;
  background: red;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  padding: 10px 20px;
  -webkit-text-decoration: none;
  text-decoration: none
}

@media (max-width:900px) {
  .drone-section {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 25px 18px
  }

  .drone-video {
    margin: 0 auto;
    max-width: 520px
  }

  .drone-equipment {
    justify-self: center
  }

  .drone-specs {
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
  }
}

@media (max-width:540px) {
  .drone-section {
    gap: 20px;
    padding: 20px 16px
  }

  .drone-video {
    max-width: none
  }

  .drone-specs {
    grid-template-columns: 1fr
  }
}

.drone-equipment {
  animation: fade-in-up 1s ease-out
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.drone-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 20px
}

.drone-image {
  border: 2px solid rgba(0, 255, 0, .2);
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .5), 0 0 30px rgba(0, 255, 0, .1);
  overflow: hidden;
  position: relative;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  width: 100%
}

.drone-image:before {
  background: linear-gradient(45deg, transparent, rgba(0, 255, 0, .3), transparent);
  content: "";
  height: 200%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transform: rotate(45deg);
  transition: all .6s;
  width: 200%
}

.drone-image:hover {
  border-color: var(--gijutsu-green);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .7), 0 0 50px rgba(0, 255, 0, .5);
  transform: scale(1.08) rotate(2deg)
}

.drone-image:hover:before {
  animation: shine .6s ease-out
}

@keyframes shine {
  0% {
    opacity: 0;
    transform: translateX(-100%) translateY(-100%) rotate(45deg)
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translateX(100%) translateY(100%) rotate(45deg)
  }
}

.license-badge {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 255, 0, .1), rgba(0, 0, 0, .8));
  border: 2px solid var(--gijutsu-green);
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .5), inset 0 0 20px rgba(0, 255, 0, .1);
  display: inline-flex;
  gap: 15px;
  margin: 20px auto;
  padding: 15px 25px;
  position: relative;
  transition: all .3s ease
}

.license-badge:hover {
  border-color: #0f0;
  box-shadow: 0 10px 30px rgba(0, 255, 0, .3), inset 0 0 30px rgba(0, 255, 0, .2);
  transform: translateY(-5px)
}

.license-badge:after {
  animation: pulse 2s infinite;
  background: var(--gijutsu-green);
  border-radius: 10px;
  color: #000;
  content: "認定取得";
  font-size: .7rem;
  font-weight: 700;
  padding: 2px 10px;
  position: absolute;
  right: 20px;
  top: -10px
}

@keyframes pulse {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: .7
  }
}

.license-badge img {
  filter: brightness(1.2);
  height: 50px;
  width: auto
}

.license-badge-container {
  margin-bottom: 30px;
  text-align: center
}

.license-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 15px
}

.highlight-item {
  animation: highlight-pulse 2s infinite;
  background: rgba(0, 255, 0, .1);
  border: 1px solid var(--gijutsu-green);
  border-radius: 20px;
  color: var(--gijutsu-green);
  font-size: .9rem;
  padding: 8px 16px
}

@keyframes highlight-pulse {

  0%,
  to {
    background: rgba(0, 255, 0, .1);
    transform: scale(1)
  }

  50% {
    background: rgba(0, 255, 0, .2);
    transform: scale(1.05)
  }
}

.drone-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  gap: 15px;
  justify-items: center;
  max-width: 100%;
  width: 100%
}

.drone-item {
  align-items: center;
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(0, 255, 0, .2);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 180px;
  padding: 15px 10px;
  text-align: center;
  transition: all .3s ease;
  width: 100%
}

.drone-item:hover {
  background: rgba(0, 255, 0, .05);
  border-color: var(--gijutsu-green);
  transform: translateX(10px)
}

.drone-item .drone-image {
  flex-shrink: 0;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 120px
}

.drone-info {
  flex: 1
}

.drone-name {
  color: var(--gijutsu-green);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 10px
}

.drone-spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.spec-item {
  background: rgba(0, 255, 0, .1);
  border-radius: 15px;
  color: hsla(0, 0%, 100%, .9);
  font-size: .85rem;
  padding: 4px 10px
}

.drone-achievements {
  background: linear-gradient(135deg, rgba(0, 0, 0, .8), rgba(0, 255, 0, .05));
  border: 2px solid rgba(0, 255, 0, .3);
  border-radius: 20px;
  margin-top: 50px;
  padding: 40px
}

.achievements-title {
  color: var(--gijutsu-green);
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 255, 0, .5)
}

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

.achievement-card {
  background: rgba(0, 0, 0, .5);
  border: 1px solid rgba(0, 255, 0, .3);
  border-radius: 15px;
  padding: 20px;
  transition: all .3s ease
}

.achievement-card:hover {
  border-color: var(--gijutsu-green);
  box-shadow: 0 20px 40px rgba(0, 255, 0, .3);
  transform: translateY(-10px)
}

.achievement-label {
  border-bottom: 2px solid var(--gijutsu-green);
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 15px;
  padding-bottom: 10px
}

.achievement-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.achievement-list li {
  color: hsla(0, 0%, 100%, .9);
  font-size: .95rem;
  padding: 8px 0;
  transition: all .2s ease
}

.achievement-list li:hover {
  color: var(--gijutsu-green);
  transform: translateX(5px)
}

.tv-event-section {
  margin: 40px 0;
  padding: 0 30px 40px !important;
  position: relative
}

.tv-event-title {
  align-items: center;
  background: linear-gradient(45deg, var(--brand), var(--seisaku-yellow));
  -webkit-background-clip: text;
  display: flex;
  font-size: max(1.8rem, min(4vw, 2.5rem));
  gap: 15px;
  justify-content: center;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  background-clip: text;
  background-size: 200% 200%;
  margin-bottom: 35px;
  text-shadow: 0 0 30px rgba(255, 212, 0, .5)
}

.tv-event-content {
  position: relative;
  z-index: 1
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 25px;
  gap: 25px;
  margin-bottom: 30px
}

.service-card {
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(255, 212, 0, .1), rgba(0, 0, 0, .6));
  border: 2px solid rgba(255, 212, 0, .3);
  border-radius: 15px;
  display: flex;
  gap: 20px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275)
}

.service-card:before {
  background: linear-gradient(90deg, transparent, rgba(255, 212, 0, .3), transparent);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left .6s ease;
  width: 100%
}

.service-card:hover:before {
  left: 100%
}

.service-card:hover {
  background: linear-gradient(135deg, rgba(255, 212, 0, .2), rgba(0, 0, 0, .7));
  border-color: var(--brand);
  box-shadow: 0 15px 40px rgba(255, 212, 0, .3), inset 0 0 30px rgba(255, 212, 0, .1);
  transform: translateY(-8px) scale(1.02)
}

.card-icon {
  animation: icon-pulse 2s ease-in-out infinite;
  filter: drop-shadow(0 0 15px rgba(255, 212, 0, .6));
  flex-shrink: 0;
  font-size: 2.5rem
}

.card-text h4 {
  color: var(--brand);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 8px;
  text-shadow: 0 0 10px rgba(255, 212, 0, .4)
}

.card-text p {
  color: hsla(0, 0%, 100%, .9);
  font-size: .95rem;
  line-height: 1.4;
  margin: 0
}

.service-footer {
  margin-top: 30px;
  text-align: center
}

.footer-highlight {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 212, 0, .15), rgba(0, 0, 0, .8));
  border: 2px solid var(--brand);
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(255, 212, 0, .2), inset 0 0 20px rgba(255, 212, 0, .1);
  display: inline-flex;
  gap: 12px;
  padding: 15px 30px;
  transition: all .3s ease
}

.footer-highlight:hover {
  box-shadow: 0 15px 40px rgba(255, 212, 0, .4), inset 0 0 30px rgba(255, 212, 0, .2);
  transform: translateY(-3px)
}

.highlight-icon {
  animation: rotate-3d 3s linear infinite;
  font-size: 1.5rem
}

.footer-highlight p {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 0 10px rgba(255, 212, 0, .3)
}

@media (max-width:768px) {
  .tv-event-section {
    margin: 30px 0;
    padding: 30px 20px !important
  }

  .tv-event-title {
    flex-direction: column;
    font-size: 1.6rem;
    gap: 10px;
    margin-bottom: 25px
  }

  .service-grid {
    gap: 20px;
    grid-template-columns: 1fr
  }

  .service-card {
    padding: 20px
  }

  .card-icon {
    font-size: 2rem
  }

  .card-text h4 {
    font-size: 1.1rem
  }

  .footer-highlight {
    flex-direction: column;
    gap: 8px;
    padding: 12px 20px
  }

  .highlight-icon {
    font-size: 1.2rem
  }

  .footer-highlight p {
    font-size: .95rem;
    text-align: center
  }

  .license-badge {
    border-radius: 30px;
    border-width: 3px;
    flex-direction: column;
    gap: 20px;
    max-width: 90%;
    padding: 25px 30px
  }

  .license-badge img {
    height: 70px;
    width: auto
  }

  .license-badge div {
    text-align: center
  }

  .license-badge p:first-child {
    font-size: 1.3rem !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important
  }

  .license-badge p:last-child {
    font-size: 1.05rem !important;
    line-height: 1.3 !important
  }

  .license-badge:after {
    font-size: .85rem;
    padding: 4px 12px;
    top: -12px
  }
}

.data-stats {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px
}

.stat-item {
  align-items: center;
  background: rgba(0, 255, 0, .1);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px
}

.stat-number {
  color: var(--gijutsu-green);
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 255, 0, .5)
}

.stat-label {
  color: hsla(0, 0%, 100%, .8)
}

.stream-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  gap: 20px;
  margin: 25px 0;
  width: 100%
}

.stream-logo {
  align-items: center;
  aspect-ratio: 1;
  background: hsla(0, 0%, 100%, .08);
  border: 2px solid hsla(0, 0%, 100%, .15);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: all .3s ease
}

.stream-logo:before {
  background: linear-gradient(135deg, rgba(0, 255, 0, .1), transparent);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease
}

.stream-logo:hover:before {
  opacity: 1
}

.stream-logo:hover {
  background: rgba(0, 255, 0, .1);
  border-color: var(--gijutsu-green);
  box-shadow: 0 10px 25px rgba(0, 255, 0, .3);
  transform: translateY(-5px) scale(1.05)
}

.stream-logo img {
  border-radius: 16px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1
}

.overseas-note {
  background: rgba(255, 212, 0, .1);
  border-left: 4px solid var(--brand);
  border-radius: 8px;
  color: var(--sub);
  font-size: .9rem;
  margin: 20px 0;
  padding: 15px 20px
}

@media (min-width:961px) {
  .stream-logos {
    gap: 15px;
    grid-template-columns: repeat(12, 1fr)
  }
}

.process-step {
  background: rgba(255, 255, 0, .05);
  border: 1px solid rgba(255, 255, 0, .2);
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: all .3s ease
}

.process-step:before {
  background: var(--seisaku-yellow);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease
}

.process-step:hover:before {
  transform: scaleX(1)
}

.process-step:hover {
  background: rgba(255, 255, 0, .1);
  box-shadow: 0 10px 25px rgba(255, 255, 0, .3);
  transform: translateY(-5px)
}

.step-number {
  background: var(--seisaku-yellow);
  border-radius: 50%;
  color: #000;
  display: inline-block;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  width: 30px
}

.step-title {
  color: var(--seisaku-yellow);
  font-weight: 600;
  margin-bottom: 8px
}

.step-description {
  color: var(--sub);
  font-size: .9rem
}

.highlight-box {
  background: linear-gradient(135deg, rgba(255, 255, 0, .2), rgba(255, 212, 0, .1));
  border: 2px solid var(--seisaku-yellow)
}

.highlight-title {
  color: var(--seisaku-yellow);
  font-size: 1.3rem;
  margin-bottom: 15px
}

.highlight-text {
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.8
}

.genre-tag {
  background: linear-gradient(135deg, rgba(255, 255, 0, .2), rgba(255, 255, 0, .1));
  border: 2px solid var(--seisaku-yellow);
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(255, 255, 0, .3), 0 4px 10px rgba(255, 255, 0, .1);
  color: var(--seisaku-yellow);
  font-size: .9rem;
  font-weight: 600;
  overflow: hidden;
  padding: 8px 16px;
  position: relative;
  text-shadow: 0 0 8px rgba(255, 255, 0, .5);
  transition: all .3s ease
}

.genre-tag:before {
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .3), transparent);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left .5s ease;
  width: 100%
}

.genre-tag:hover:before {
  left: 100%
}

.genre-tag:hover {
  background: linear-gradient(135deg, var(--seisaku-yellow), gold);
  box-shadow: 0 0 25px rgba(255, 255, 0, .6), 0 8px 20px rgba(255, 255, 0, .3);
  color: #000;
  text-shadow: none;
  transform: translateY(-3px) scale(1.05)
}

.program-title-text {
  color: var(--kikaku-cyan);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px
}

.program-item .program-title {
  color: var(--accent-pink);
  font-size: 1.3rem !important;
  margin-bottom: 8px;
  text-align: left;
  text-shadow: none
}

.program-hero {
  background: linear-gradient(135deg, rgba(255, 255, 0, .15), rgba(0, 0, 0, .9) 50%, rgba(255, 255, 0, .1));
  border-bottom: 3px solid var(--seisaku-yellow)
}

.program-title {
  color: var(--seisaku-yellow);
  text-shadow: 0 0 20px rgba(255, 255, 0, .5)
}

.program-hero .service-section {
  background: rgba(0, 0, 0, .3);
  border: 2px solid var(--seisaku-yellow);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(255, 255, 0, .3);
  margin-bottom: 40px;
  padding: 30px
}

.program-hero .service-title {
  align-items: center;
  color: var(--seisaku-yellow);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  gap: 10px;
  margin-bottom: 20px
}

.tv-section .service-title {
  color: var(--seisaku-yellow)
}

.event-section .service-title {
  color: var(--kikaku-cyan)
}

.program-hero .service-content {
  color: var(--sub);
  font-size: 1.05rem;
  line-height: 1.8
}

.program-hero .service-list {
  list-style: none;
  margin: 15px 0;
  padding: 0
}

.program-hero .service-list li {
  padding: 8px 0 8px 25px;
  position: relative
}

.program-hero .service-list li:before {
  color: var(--seisaku-yellow);
  content: "▸";
  left: 0;
  position: absolute
}

.program-hero .photo-placeholder {
  background: rgba(255, 255, 0, .1);
  border: 2px dashed var(--seisaku-yellow);
  border-radius: 15px;
  color: var(--seisaku-yellow);
  font-style: italic;
  margin: 30px 0;
  padding: 40px;
  text-align: center
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin: 25px 0
}

.program-hero .highlight-box {
  background: linear-gradient(135deg, rgba(255, 255, 0, .2), rgba(255, 212, 0, .1));
  border: 2px solid var(--seisaku-yellow)
}

.program-hero .highlight-title {
  color: var(--seisaku-yellow);
  font-size: 1.3rem;
  margin-bottom: 15px
}

.program-hero .highlight-text {
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.8
}

.genre-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 20px 0
}

.gallery-section .slider-container {
  touch-action: pan-y
}

.program-slider-track {
  cursor: grab
}

.program-slider-track:active {
  cursor: grabbing
}

.superbee-page .slider-track {
  touch-action: pan-y
}

.plan-hero {
  background: linear-gradient(135deg, rgba(255, 20, 147, .15), rgba(0, 0, 0, .9) 50%, rgba(255, 20, 147, .1));
  border-bottom: 3px solid var(--accent-pink)
}

.plan-title {
  color: var(--accent-pink);
  text-shadow: 0 0 20px rgba(255, 20, 147, .5)
}

.plan-hero .service-section {
  background: rgba(0, 0, 0, .3);
  border: 2px solid rgba(255, 20, 147, .2);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 30px
}

.plan-hero .service-title {
  align-items: center;
  color: var(--accent-pink);
  display: flex;
  font-size: 1.5rem;
  gap: 10px;
  margin-bottom: 20px
}

.plan-hero .service-content {
  color: var(--sub);
  font-size: 1.05rem;
  line-height: 1.8
}

.plan-hero .photo-placeholder {
  background: rgba(255, 20, 147, .1);
  border: 2px dashed var(--accent-pink);
  border-radius: 15px;
  color: var(--accent-pink);
  font-style: italic;
  margin: 30px 0;
  padding: 40px;
  text-align: center
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
  margin: 40px 0
}

.program-item {
  background: linear-gradient(135deg, rgba(255, 20, 147, .05), rgba(0, 0, 0, .3));
  border: 2px solid rgba(255, 20, 147, .2);
  border-radius: 20px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  transition: all .3s ease
}

.program-item:before {
  background: linear-gradient(90deg, var(--accent-pink), transparent);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease
}

.program-item:hover:before {
  transform: scaleX(1)
}

.program-item:hover {
  background: linear-gradient(135deg, rgba(255, 20, 147, .1), rgba(0, 0, 0, .4));
  border-color: var(--accent-pink);
  box-shadow: 0 15px 35px rgba(255, 20, 147, .2);
  transform: translateY(-5px)
}

.program-header {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  margin-bottom: 20px
}

.program-logo {
  align-items: center;
  background: hsla(0, 0%, 100%, .05);
  border: 2px solid rgba(0, 255, 255, .3);
  border-radius: 10px;
  display: flex;
  flex-shrink: 0;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 120px
}

.program-logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

.program-info {
  flex: 1
}

.program-network {
  color: var(--brand);
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 10px
}

.program-cast {
  color: var(--sub);
  font-size: .9rem;
  margin-bottom: 15px;
  opacity: .8
}

.program-description {
  color: var(--ink);
  font-size: .95rem;
  line-height: 1.6
}

.plan-hero .highlight-box {
  background: linear-gradient(135deg, rgba(0, 255, 255, .2), rgba(0, 255, 255, .1));
  border: 2px solid var(--kikaku-cyan);
  border-radius: 20px;
  margin: 40px 0;
  padding: 30px;
  text-align: center
}

.plan-hero .highlight-title {
  color: var(--kikaku-cyan);
  font-size: 1.3rem;
  margin-bottom: 15px
}

.plan-hero .highlight-text {
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.8
}

.stats-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin: 30px 0
}

.stat-item {
  background: rgba(0, 255, 255, .1);
  border: 1px solid rgba(0, 255, 255, .3);
  border-radius: 15px;
  padding: 20px;
  text-align: center
}

.stat-number {
  color: var(--accent-pink);
  display: block;
  font-size: 2rem;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0, 255, 255, .5)
}

.stat-label {
  color: var(--sub);
  font-size: .9rem;
  margin-top: 5px
}

.mobile-hero {
  background: linear-gradient(135deg, rgba(255, 212, 0, .15), rgba(0, 0, 0, .9) 50%, rgba(255, 212, 0, .1));
  border-bottom: 2px solid var(--brand);
  padding: 15px 15px 18px;
  text-align: center
}

.mobile-title {
  color: var(--brand);
  letter-spacing: 1px;
  text-shadow: 0 0 15px rgba(255, 212, 0, .6)
}

.mobile-subtitle {
  color: var(--brand-weak);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px
}

.mobile-desc {
  color: var(--sub);
  font-size: .9rem;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px
}

.quick-apply {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  gap: 10px;
  margin: 0 auto;
  max-width: 280px
}

.apply-btn {
  border-radius: 25px;
  display: block;
  font-size: .85rem;
  font-weight: 700;
  padding: 12px 8px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.apply-btn.primary {
  background: linear-gradient(45deg, var(--brand), gold);
  box-shadow: 0 4px 15px rgba(255, 212, 0, .3);
  color: #000
}

.apply-btn.secondary {
  background: rgba(255, 212, 0, .1);
  border: 2px solid var(--brand);
  color: var(--brand)
}

.apply-btn:hover {
  box-shadow: 0 6px 20px rgba(255, 212, 0, .4);
  transform: translateY(-2px)
}

.mobile-main {
  max-width: 100%;
  padding: 0 15px
}

.mobile-main section {
  padding: 0
}

.mobile-section-title {
  border-bottom: 2px solid rgba(255, 212, 0, .3);
  color: var(--brand);
  font-size: 1.3rem;
  font-weight: 700;
  margin: 5px 0 10px;
  padding: 6px 0
}

.jobs-compact {
  margin-bottom: 15px
}

.job-card {
  background: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 212, 0, .3);
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 12px;
  transition: all .3s ease
}

.job-card:hover {
  border-color: var(--brand);
  box-shadow: 0 5px 15px rgba(255, 212, 0, .2);
  transform: translateY(-2px)
}

.job-header-mobile {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin-bottom: 12px
}

.job-emoji {
  flex-shrink: 0;
  font-size: 1.8rem;
  margin-top: 2px
}

.job-basic {
  flex: 1
}

.job-name {
  color: var(--brand);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.tag {
  background: rgba(255, 212, 0, .1);
  border: 1px solid rgba(255, 212, 0, .3);
  border-radius: 12px;
  color: var(--brand);
  font-size: .75rem;
  font-weight: 600;
  padding: 4px 10px
}

.tag.hot {
  background: linear-gradient(45deg, var(--brand), gold);
  color: #000
}

.tag.welcome {
  background: linear-gradient(45deg, #4caf50, #8bc34a);
  border-color: #4caf50;
  color: #fff
}

.job-details-mobile {
  border-top: 1px solid rgba(255, 212, 0, .2);
  padding-top: 12px
}

.detail-row {
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 212, 0, .1);
  display: flex;
  justify-content: space-between;
  padding: 6px 0
}

.detail-row:last-child {
  border-bottom: none
}

.detail-row .label {
  color: var(--brand);
  flex-shrink: 0;
  font-size: .85rem;
  font-weight: 600;
  min-width: 50px
}

.detail-row .value {
  color: var(--ink);
  font-size: .85rem;
  line-height: 1.3;
  text-align: right
}

.bonus-info {
  background: rgba(255, 212, 0, .05);
  border: 1px solid rgba(255, 212, 0, .2);
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px
}

.bonus-title {
  color: var(--brand);
  display: block;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 6px
}

.bonus-list {
  color: var(--ink);
  font-size: .8rem;
  line-height: 1.4
}

.perks-mobile {
  margin-bottom: 15px
}

.perk-list {
  display: grid;
  grid-gap: 6px;
  gap: 6px
}

.perk-item {
  align-items: center;
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 212, 0, .2);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  padding: 10px;
  transition: all .3s ease
}

.perk-item:hover {
  background: rgba(0, 0, 0, .4);
  border-color: var(--brand)
}

.perk-icon {
  flex-shrink: 0;
  font-size: 1.5rem
}

.perk-content {
  flex: 1
}

.perk-content h4 {
  color: var(--brand);
  font-size: .95rem;
  font-weight: 700;
  margin-bottom: 4px
}

.perk-content p {
  color: var(--sub);
  font-size: .8rem;
  line-height: 1.3;
  margin: 0
}

.contact-mobile {
  margin-bottom: 15px
}

.contact-card {
  background: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 212, 0, .3);
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 15px
}

.contact-option {
  margin-bottom: 15px
}

.contact-option:last-child {
  margin-bottom: 0
}

.contact-header {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 8px
}

.contact-emoji {
  font-size: 1.2rem
}

.contact-header h4 {
  font-size: 1rem;
  margin: 0
}

.contact-btn,
.contact-header h4 {
  color: var(--brand);
  font-weight: 700
}

.contact-btn {
  background: rgba(255, 212, 0, .1);
  border: 1px solid rgba(255, 212, 0, .3);
  border-radius: 10px;
  display: block;
  font-size: .9rem;
  padding: 12px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.contact-btn:hover {
  background: rgba(255, 212, 0, .2);
  border-color: var(--brand);
  transform: translateY(-1px)
}

.contact-time {
  color: var(--sub);
  font-size: .8rem;
  margin: 6px 0 0;
  text-align: center
}

.required-docs {
  background: rgba(255, 212, 0, .05);
  border: 1px solid rgba(255, 212, 0, .3);
  border-radius: 12px;
  padding: 15px
}

.required-docs h4 {
  color: var(--brand);
  font-size: .95rem;
  font-weight: 700;
  margin-bottom: 10px
}

.required-docs ul {
  color: var(--ink);
  margin: 0;
  padding-left: 18px
}

.required-docs li {
  font-size: .85rem;
  line-height: 1.4;
  margin-bottom: 4px
}

.fixed-apply {
  bottom: 20px;
  left: 15px;
  margin: 0 auto;
  max-width: 400px;
  position: fixed;
  right: 15px;
  z-index: 1000
}

.fixed-apply-btn {
  background: linear-gradient(45deg, var(--brand), gold);
  border: none;
  border-radius: 30px;
  box-shadow: 0 8px 25px rgba(255, 212, 0, .5);
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 900;
  padding: 15px 20px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.fixed-apply-btn:hover {
  box-shadow: 0 12px 30px rgba(255, 212, 0, .6);
  transform: translateY(-2px)
}

.back-mobile {
  margin: 15px 0 10px;
  text-align: center
}

.back-btn {
  border: 1px solid rgba(255, 212, 0, .3);
  border-radius: 20px;
  color: var(--brand);
  font-size: .9rem;
  padding: 8px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.back-btn:hover {
  background: rgba(255, 212, 0, .1);
  border-color: var(--brand)
}

@media (min-width:769px) and (max-width:1024px) {
  .mobile-hero {
    padding: 30px 25px 25px
  }

  .mobile-title {
    font-size: 2.2rem
  }

  .mobile-subtitle {
    font-size: 1.2rem
  }

  .mobile-desc {
    font-size: 1rem;
    max-width: 450px
  }

  .quick-apply {
    gap: 12px;
    max-width: 320px
  }

  .apply-btn {
    font-size: .9rem;
    padding: 14px 12px
  }

  .mobile-main {
    margin: 0 auto;
    max-width: 700px;
    padding: 0 25px
  }

  .mobile-section-title {
    font-size: 1.4rem;
    margin: 8px 0 12px
  }

  .job-card {
    margin-bottom: 15px;
    padding: 18px
  }

  .job-name {
    font-size: 1.15rem
  }

  .perk-list {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr)
  }

  .perk-item {
    padding: 14px
  }

  .contact-card {
    padding: 18px
  }
}

@media (min-width:1025px) {
  .mobile-hero {
    background: linear-gradient(135deg, rgba(255, 212, 0, .2), rgba(0, 0, 0, .9) 50%, rgba(255, 212, 0, .15));
    padding: 50px 30px 40px
  }

  .mobile-title {
    font-size: 3rem;
    margin-bottom: 15px
  }

  .mobile-subtitle {
    font-size: 1.5rem;
    margin-bottom: 18px
  }

  .mobile-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 600px
  }

  .quick-apply {
    gap: 20px;
    max-width: 400px
  }

  .apply-btn {
    border-radius: 30px;
    font-size: 1rem;
    padding: 16px 20px
  }

  .mobile-main {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px
  }

  .mobile-section-title {
    font-size: 1.8rem;
    margin: 15px 0 20px;
    text-align: center
  }

  .jobs-compact {
    margin-bottom: 25px
  }

  .job-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    gap: 25px
  }

  .job-card {
    margin-bottom: 0;
    padding: 25px
  }

  .job-name {
    font-size: 1.3rem
  }

  .job-emoji {
    font-size: 2rem
  }

  .tag {
    font-size: .8rem;
    padding: 5px 12px
  }

  .detail-row .label,
  .detail-row .value {
    font-size: .95rem
  }

  .perks-mobile {
    margin-bottom: 25px
  }

  .perk-list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr)
  }

  .perk-item {
    padding: 18px
  }

  .perk-icon {
    font-size: 1.8rem
  }

  .perk-content h4 {
    font-size: 1.1rem
  }

  .perk-content p {
    font-size: .9rem
  }

  .contact-mobile {
    margin-bottom: 25px
  }

  .contact-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 25px;
    grid-gap: 25px;
    gap: 25px
  }

  .contact-option {
    margin-bottom: 0
  }

  .contact-header h4 {
    font-size: 1.1rem
  }

  .mobile-main .recruit-apply-section {
    background: linear-gradient(135deg, rgba(255, 212, 0, .03), rgba(0, 0, 0, .5));
    overflow: hidden;
    padding: 80px 0;
    position: relative
  }

  .mobile-main .recruit-apply-section:before {
    animation: float-simple 20s infinite;
    background: radial-gradient(circle, rgba(255, 212, 0, .05) 0, transparent 70%);
    content: "";
    height: 200%;
    position: absolute;
    right: -50%;
    top: -50%;
    width: 200%
  }

  .mobile-main .recruit-apply-section .container {
    position: relative;
    z-index: 1
  }

  .mobile-main .recruit-apply-section .recruit-apply-title {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 60px;
    text-align: center
  }

  .mobile-main .recruit-apply-section .title-text {
    color: var(--brand);
    font-size: max(2rem, min(5vw, 3rem));
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5)
  }

  .mobile-main .recruit-apply-section .recruit-steps-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    gap: 30px;
    margin: 0 auto 60px;
    max-width: 1200px;
    padding: 0 20px
  }

  .mobile-main .recruit-apply-section .recruit-step {
    align-items: center;
    background: linear-gradient(145deg, rgba(0, 0, 0, .8), hsla(0, 0%, 8%, .9));
    border: 2px solid rgba(255, 212, 0, .2);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
  }

  .mobile-main .recruit-apply-section .recruit-step:after {
    align-items: center;
    background: var(--brand);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(255, 212, 0, .5);
    color: #000;
    content: attr(data-step);
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px
  }

  .mobile-main .recruit-apply-section .recruit-step.highlight {
    background: linear-gradient(145deg, rgba(255, 212, 0, .1), hsla(0, 0%, 8%, .9));
    border-color: var(--brand);
    transform: scale(1.02)
  }

  .mobile-main .recruit-apply-section .recruit-step:hover {
    background: linear-gradient(145deg, rgba(255, 212, 0, .15), rgba(30, 30, 30, .9));
    border-color: var(--brand);
    box-shadow: 0 15px 40px rgba(255, 212, 0, .4);
    transform: translateY(-10px) scale(1.02)
  }

  .mobile-main .recruit-apply-section .step-icon {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .5));
    font-size: 3rem;
    margin-bottom: 20px
  }

  .mobile-main .recruit-apply-section .recruit-step-header {
    background: linear-gradient(135deg, var(--brand), #ffb800);
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(255, 212, 0, .4);
    color: #000;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 8px 24px
  }

  .mobile-main .recruit-apply-section .step-number {
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: 1px
  }

  .mobile-main .recruit-apply-section .recruit-step-title {
    color: #fff;
    font-size: max(1.1rem, min(2vw, 1.4rem));
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px
  }

  .mobile-main .recruit-apply-section .recruit-step-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%
  }

  .mobile-main .recruit-apply-section .recruit-step-list li {
    color: var(--sub);
    font-size: max(.9rem, min(1.5vw, 1rem));
    line-height: 1.6;
    padding: 10px 0 10px 30px;
    position: relative
  }

  .mobile-main .recruit-apply-section .recruit-step-list li:before {
    color: var(--brand);
    content: "✓";
    font-size: 1.2rem;
    font-weight: 700;
    left: 0;
    position: absolute
  }

  .mobile-main .recruit-apply-section .optional,
  .mobile-main .recruit-apply-section .timeline {
    color: #888;
    font-size: .85em;
    margin-left: 5px
  }

  .mobile-main .recruit-apply-section .recruit-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
    width: 100%
  }

  .mobile-main .recruit-apply-section .recruit-btn-primary,
  .mobile-main .recruit-apply-section .recruit-btn-secondary {
    align-items: center;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
  }

  .mobile-main .recruit-apply-section .recruit-btn-primary {
    background: linear-gradient(135deg, var(--brand), #ffb800);
    box-shadow: 0 4px 15px rgba(255, 212, 0, .4);
    color: #000
  }

  .mobile-main .recruit-apply-section .recruit-btn-primary:before {
    background: hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: width .6s, height .6s;
    width: 0
  }

  .mobile-main .recruit-apply-section .recruit-btn-primary:hover:before {
    height: 300px;
    width: 300px
  }

  .mobile-main .recruit-apply-section .recruit-btn-secondary {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .5);
    border: 2px solid var(--brand);
    color: var(--brand)
  }

  .mobile-main .recruit-apply-section .recruit-btn-primary:hover,
  .mobile-main .recruit-apply-section .recruit-btn-secondary:hover {
    box-shadow: 0 8px 25px rgba(255, 212, 0, .5);
    transform: translateY(-3px) scale(1.02)
  }

  .mobile-main .recruit-apply-section .btn-icon {
    font-size: 1.4rem;
    margin-bottom: 4px
  }

  .mobile-main .recruit-apply-section .btn-text {
    font-size: 1rem;
    position: relative;
    z-index: 1
  }

  .mobile-main .recruit-apply-section .btn-number {
    font-size: .85rem;
    margin-top: 2px;
    opacity: .9
  }

  .mobile-main .recruit-apply-section .recruit-note {
    background: rgba(255, 212, 0, .05);
    border: 1px solid rgba(255, 212, 0, .1);
    border-radius: 8px;
    color: #aaa;
    font-size: .85rem;
    margin: 10px 0 0;
    padding: 8px;
    text-align: center
  }

  .mobile-main .recruit-apply-section .recruit-bottom-cta {
    border-top: 1px solid rgba(255, 212, 0, .2);
    margin-top: 40px;
    padding: 40px 20px 0;
    text-align: center
  }

  .mobile-main .recruit-apply-section .cta-message {
    color: var(--sub);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px
  }

  .mobile-main .recruit-apply-section .cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
  }

  .mobile-main .recruit-apply-section .cta-btn-primary,
  .mobile-main .recruit-apply-section .cta-btn-secondary {
    border-radius: 50px;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 15px 40px;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all .3s ease
  }

  .mobile-main .recruit-apply-section .cta-btn-primary {
    background: var(--brand);
    box-shadow: 0 6px 20px rgba(255, 212, 0, .4);
    color: #000
  }

  .mobile-main .recruit-apply-section .cta-btn-secondary {
    background: transparent;
    border: 2px solid var(--brand);
    color: var(--brand)
  }

  .mobile-main .recruit-apply-section .cta-btn-primary:hover,
  .mobile-main .recruit-apply-section .cta-btn-secondary:hover {
    box-shadow: 0 10px 30px rgba(255, 212, 0, .5);
    transform: translateY(-3px)
  }
}

@media (max-width:1024px) and (min-width:769px) {
  .mobile-main .recruit-apply-section {
    padding: 60px 30px
  }

  .mobile-main .recruit-apply-section .title-text {
    font-size: 2.2rem
  }

  .mobile-main .recruit-apply-section .recruit-steps-container {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px
  }

  .mobile-main .recruit-apply-section .recruit-step {
    padding: 35px 25px
  }

  .mobile-main .recruit-apply-section .recruit-step:nth-child(3) {
    grid-column: 1/-1;
    margin: 0 auto;
    max-width: 400px;
    width: 100%
  }

  .mobile-main .recruit-apply-section .step-icon {
    font-size: 2.5rem
  }

  .mobile-main .recruit-apply-section .recruit-step-title {
    font-size: 1.25rem
  }

  .mobile-main .recruit-apply-section .recruit-step-list li {
    font-size: .95rem
  }

  .mobile-main .recruit-apply-section .cta-btn-primary,
  .mobile-main .recruit-apply-section .cta-btn-secondary {
    font-size: 1rem;
    padding: 14px 35px
  }
}

@media (max-width:768px) {
  .mobile-main .recruit-apply-section {
    padding: 50px 15px
  }

  .mobile-main .recruit-apply-section .title-text {
    font-size: 1.8rem;
    margin-bottom: 40px
  }

  .mobile-main .recruit-apply-section .recruit-steps-container {
    gap: 20px;
    grid-template-columns: 1fr;
    max-width: 400px
  }

  .mobile-main .recruit-apply-section .recruit-step {
    padding: 30px 25px
  }

  .mobile-main .recruit-apply-section .recruit-step:after {
    right: 15px;
    top: 15px
  }

  .mobile-main .recruit-apply-section .recruit-step.highlight {
    box-shadow: 0 10px 30px rgba(255, 212, 0, .5);
    transform: none
  }

  .mobile-main .recruit-apply-section .step-icon {
    font-size: 2.2rem;
    margin-bottom: 15px
  }

  .mobile-main .recruit-apply-section .recruit-step-header {
    padding: 8px 20px
  }

  .mobile-main .recruit-apply-section .step-number {
    font-size: .85rem
  }

  .mobile-main .recruit-apply-section .recruit-step-title {
    font-size: 1.15rem;
    margin-bottom: 20px
  }

  .mobile-main .recruit-apply-section .recruit-step-list li {
    font-size: .9rem;
    padding: 8px 0 8px 28px
  }

  .mobile-main .recruit-apply-section .recruit-contact-buttons {
    flex-direction: row;
    gap: 10px
  }

  .mobile-main .recruit-apply-section .recruit-btn-primary,
  .mobile-main .recruit-apply-section .recruit-btn-secondary {
    flex: 1;
    padding: 12px 10px
  }

  .mobile-main .recruit-apply-section .btn-icon {
    font-size: 1.2rem
  }

  .mobile-main .recruit-apply-section .btn-text {
    font-size: .85rem
  }

  .mobile-main .recruit-apply-section .btn-number {
    font-size: .75rem
  }

  .mobile-main .recruit-apply-section .recruit-note {
    font-size: .8rem
  }

  .mobile-main .recruit-apply-section .recruit-bottom-cta {
    padding: 30px 15px 0
  }

  .mobile-main .recruit-apply-section .cta-message {
    font-size: 1rem;
    margin-bottom: 25px
  }

  .mobile-main .recruit-apply-section .cta-buttons {
    flex-direction: column;
    gap: 12px
  }

  .mobile-main .recruit-apply-section .cta-btn-primary,
  .mobile-main .recruit-apply-section .cta-btn-secondary {
    font-size: 1rem;
    padding: 14px 30px;
    width: 100%
  }
}

@media (max-width:400px) {
  .mobile-main .recruit-apply-section {
    padding: 40px 10px
  }

  .mobile-main .recruit-apply-section .title-text {
    font-size: 1.5rem
  }

  .mobile-main .recruit-apply-section .recruit-step {
    padding: 25px 20px
  }

  .mobile-main .recruit-apply-section .step-icon {
    font-size: 2rem
  }

  .mobile-main .recruit-apply-section .recruit-step-title {
    font-size: 1rem
  }

  .mobile-main .recruit-apply-section .recruit-step-list li {
    font-size: .85rem
  }

  .mobile-main .recruit-apply-section .recruit-contact-buttons {
    flex-direction: column
  }

  .mobile-main .recruit-apply-section .btn-text {
    font-size: .8rem
  }

  .mobile-main .recruit-apply-section .cta-btn-primary,
  .mobile-main .recruit-apply-section .cta-btn-secondary {
    font-size: .95rem;
    padding: 12px 25px
  }
}

.contact-btn {
  font-size: 1rem;
  padding: 14px
}

.required-docs {
  grid-column: 1/-1;
  margin-top: 20px
}

.fixed-apply {
  display: none
}

.back-mobile {
  margin: 20px 0 15px
}

.back-btn {
  font-size: 1rem;
  padding: 10px 20px
}

.privacy-container {
  margin: 0 auto;
  max-width: 900px;
  padding: 60px 20px
}

.privacy-header {
  border-bottom: 2px solid rgba(255, 212, 0, .2);
  margin-bottom: 60px;
  padding-bottom: 30px;
  text-align: center
}

.privacy-title {
  color: var(--brand);
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 15px
}

.privacy-subtitle {
  color: var(--sub);
  font-size: 1.1rem
}

.privacy-content {
  background: rgba(0, 0, 0, .2);
  border: 1px solid rgba(255, 212, 0, .1);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 40px
}

.policy-section {
  margin-bottom: 35px
}

.policy-section:last-child {
  margin-bottom: 0
}

.policy-title {
  border-left: 4px solid var(--brand);
  color: var(--brand);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 15px
}

.policy-text {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 19px
}

.policy-list {
  list-style: none;
  margin: 15px 0;
  padding: 0
}

.policy-list li {
  color: var(--ink);
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative
}

.policy-list li:before {
  color: var(--brand);
  content: "▸";
  left: 10px;
  position: absolute
}

.policy-meta {
  background: rgba(255, 212, 0, .05);
  border: 1px solid rgba(255, 212, 0, .2);
  border-radius: 15px;
  margin-top: 40px;
  padding: 25px
}

.policy-meta-item {
  color: var(--sub);
  font-size: .95rem;
  margin-bottom: 10px
}

.policy-meta-item:last-child {
  margin-bottom: 0
}

.policy-meta-item strong {
  color: var(--ink);
  margin-right: 10px
}

@media (max-width:768px) {
  .privacy-title {
    font-size: 1.8rem
  }

  .privacy-content {
    padding: 25px 20px
  }

  .policy-title {
    font-size: 1.1rem
  }

  .policy-list li,
  .policy-text {
    font-size: .95rem
  }

  .privacy-container {
    padding: 40px 15px
  }
}

.sitemap-container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 60px 20px
}

.sitemap-header {
  border-bottom: 2px solid rgba(255, 212, 0, .2);
  margin-bottom: 60px;
  padding-bottom: 30px;
  text-align: center
}

.sitemap-title {
  color: var(--brand);
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 15px
}

.sitemap-subtitle {
  color: var(--sub);
  font-size: 1.1rem
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 60px
}

.sitemap-section {
  border: 1px solid rgba(255, 212, 0, .1);
  border-radius: 15px;
  padding: 25px;
  transition: all .3s ease
}

.sitemap-section:hover {
  background: rgba(0, 0, 0, .4);
  border-color: rgba(255, 212, 0, .3);
  transform: translateY(-3px)
}

.sitemap-section-title {
  font-weight: 700
}

.sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.sitemap-list li {
  margin-bottom: 12px
}

.sitemap-list a {
  align-items: center;
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: .95rem;
  gap: 8px;
  padding: 8px 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .2s ease
}

.sitemap-list a:hover {
  background: rgba(255, 212, 0, .1);
  color: var(--brand);
  transform: translateX(5px)
}

.sitemap-arrow {
  font-size: .8rem;
  opacity: .5
}

.sitemap-badge {
  background: var(--brand);
  border-radius: 4px;
  color: #000;
  font-size: .7rem;
  font-weight: 600;
  margin-left: 8px;
  padding: 2px 6px
}

.sitemap-footer {
  border-top: 1px solid rgba(255, 212, 0, .1);
  color: var(--sub);
  font-size: .9rem;
  padding-top: 40px;
  text-align: center
}

@media (max-width:768px) {
  .sitemap-title {
    font-size: 1.8rem
  }

  .sitemap-grid {
    gap: 25px;
    grid-template-columns: 1fr
  }

  .sitemap-container {
    padding: 40px 15px
  }
}

.sitemap-hero {
  background: linear-gradient(135deg, rgba(255, 212, 0, .1), rgba(0, 0, 0, .9) 50%, rgba(255, 212, 0, .1));
  padding: 60px 20px
}

.sitemap-hero .page-title {
  color: var(--brand);
  text-shadow: 0 0 20px rgba(255, 212, 0, .5)
}

.sitemap-main {
  padding: 40px 20px 0
}

.sitemap-content {
  margin: 0 auto;
  max-width: 900px
}

.sitemap-sections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 30px;
  gap: 30px
}

.sitemap-section {
  background: rgba(0, 0, 0, .3);
  border: 2px solid rgba(255, 212, 0, .2);
  border-radius: 20px;
  padding: 30px
}

.sitemap-section-title {
  align-items: center;
  color: var(--brand);
  display: flex;
  font-size: 1.3rem;
  gap: 10px;
  margin-bottom: 20px
}

.sitemap-links {
  list-style: none;
  margin: 0;
  padding: 0
}

.sitemap-link-item {
  margin-bottom: 15px
}

.sitemap-page-link {
  align-items: center;
  border-radius: 10px;
  color: var(--ink);
  display: flex;
  gap: 10px;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.sitemap-page-link:hover {
  background: rgba(255, 212, 0, .1);
  transform: translateX(5px)
}

.sitemap-page-link-arrow {
  color: var(--brand)
}

.sitemap-page-link.program-link:hover {
  background: rgba(255, 255, 0, .1)
}

.sitemap-page-link.program-link .sitemap-page-link-arrow {
  color: var(--seisaku-yellow)
}

.sitemap-page-link.superbee-link:hover {
  background: rgba(0, 255, 0, .1)
}

.sitemap-page-link.superbee-link .sitemap-page-link-arrow {
  color: var(--gijutsu-green)
}

.sitemap-page-link.plan-link:hover {
  background: rgba(255, 20, 147, .1)
}

.sitemap-page-link.plan-link .sitemap-page-link-arrow {
  color: var(--accent-pink)
}

.sitemap-footer-info {
  background: rgba(255, 212, 0, .05);
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px;
  text-align: center
}

.sitemap-update-date {
  color: var(--sub);
  font-size: .95rem
}

.thanks-hero {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 212, 0, .2), rgba(0, 0, 0, .9) 50%, rgba(255, 212, 0, .15));
  border-bottom: 3px solid var(--brand);
  display: flex;
  min-height: 400px
}

.thanks-container {
  text-align: center
}

.thanks-icon {
  animation: float-simple 3s ease-in-out infinite;
  font-size: 5rem;
  margin-bottom: 30px
}

.thanks-page-title {
  color: var(--brand);
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-shadow: 0 0 30px rgba(255, 212, 0, .5)
}

.thanks-page-subtitle {
  color: var(--ink);
  font-size: 1.3rem;
  margin-bottom: 10px
}

.thanks-main {
  min-height: 400px;
  padding: 60px 20px
}

.thanks-content {
  margin: 0 auto;
  max-width: 700px;
  text-align: center
}

.thanks-message {
  background: rgba(255, 212, 0, .1);
  border: 2px solid rgba(255, 212, 0, .3);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 40px
}

.thanks-message-title {
  color: var(--brand);
  font-size: 1.8rem;
  margin-bottom: 20px
}

.thanks-message-text {
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px
}

.thanks-message-info {
  color: var(--sub);
  font-size: 1rem;
  line-height: 1.6
}

.thanks-message-strong {
  color: var(--brand)
}

.email-notice {
  background: rgba(0, 0, 0, .3);
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 30px
}

.email-notice-title {
  color: var(--brand);
  font-size: 1.3rem;
  margin-bottom: 15px
}

.email-notice-text {
  color: var(--sub);
  font-size: .95rem;
  line-height: 1.6
}

.email-notice-list {
  color: var(--sub);
  display: inline-block;
  font-size: .9rem;
  line-height: 1.8;
  margin-top: 15px;
  text-align: left
}

.button-container {
  margin-top: 50px
}

.btn-primary-hover {
  background: linear-gradient(45deg, var(--brand), var(--brand-weak));
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(255, 212, 0, .3);
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 18px 50px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.btn-primary-hover:hover {
  box-shadow: 0 10px 30px rgba(255, 212, 0, .5);
  transform: translateY(-3px)
}

.urgent-contact {
  border-top: 1px solid rgba(255, 212, 0, .2);
  margin-top: 60px;
  padding-top: 40px
}

.urgent-contact-text {
  color: var(--sub);
  font-size: .95rem;
  margin-bottom: 15px
}

.urgent-contact-phone {
  color: var(--brand);
  font-size: 1.5rem;
  font-weight: 700
}

.urgent-contact-hours {
  color: var(--sub);
  font-size: .85rem;
  margin-top: 10px
}

.footer-copyright {
  margin-top: 8px
}

.contact-hero {
  background: linear-gradient(135deg, rgba(255, 212, 0, .15), rgba(0, 0, 0, .9) 50%, rgba(255, 212, 0, .1));
  border-bottom: 3px solid var(--brand)
}

.contact-page-title {
  color: var(--brand);
  text-shadow: 0 0 20px rgba(255, 212, 0, .5)
}

.contact-main {
  padding: 40px 20px
}

.contact-form-wrapper {
  margin: 0 auto;
  max-width: 700px
}

.contact-form {
  background: rgba(0, 0, 0, .3);
  border: 2px solid rgba(255, 212, 0, .2);
  border-radius: 20px;
  padding: 40px
}

.form-group {
  margin-bottom: 30px
}

.form-label {
  color: var(--brand);
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px
}

.form-required {
  color: #ff1493;
  font-size: .9rem;
  margin-left: 5px
}

.form-input,
.form-select,
.form-textarea {
  background: rgba(0, 0, 0, .5);
  border: 2px solid rgba(255, 212, 0, .3);
  border-radius: 10px;
  color: var(--ink);
  font-size: 16px;
  padding: 0;
  overflow: hidden;
  width: 100%
}

.form-select {
  cursor: pointer
}

.form-textarea {
  line-height: 1.6;
  resize: vertical
}

.char-count-container {
  color: var(--sub);
  font-size: .9rem;
  margin-top: 5px;
  text-align: right
}

.email-match-message {
  font-size: .9rem;
  margin-top: 8px;
  font-weight: 600;
  transition: all .3s ease
}

.email-match-message.match {
  color: #00ff00;
  text-shadow: 0 0 10px rgba(0, 255, 0, .3)
}

.email-match-message.mismatch {
  color: #ff1493;
  text-shadow: 0 0 10px rgba(255, 20, 147, .3)
}

.honeypot {
  height: 0;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 0
}

.privacy-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px
}

.privacy-checkbox {
  cursor: pointer;
  height: 20px;
  width: 20px
}

.privacy-text {
  color: var(--ink);
  font-size: 1rem
}

.privacy-link {
  color: var(--brand);
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.form-submit-container {
  margin-top: 40px;
  text-align: center
}

.form-submit-btn {
  background: linear-gradient(45deg, var(--brand), var(--brand-weak));
  border: none;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(255, 212, 0, .3);
  color: #000;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 18px 50px;
  transition: all .3s ease
}

.form-submit-btn:hover {
  box-shadow: 0 10px 30px rgba(255, 212, 0, .5);
  transform: translateY(-3px)
}

.contact-notes {
  background: rgba(255, 212, 0, .1);
  border: 1px solid rgba(255, 212, 0, .3);
  border-radius: 15px;
  margin-top: 40px;
  padding: 25px
}

.contact-notes-title {
  color: var(--brand);
  font-size: 1.2rem;
  margin-bottom: 15px
}

.contact-notes-list {
  color: var(--sub);
  line-height: 1.8;
  padding-left: 20px
}

.contact-phone-info {
  background: rgba(0, 0, 0, .3);
  border-radius: 15px;
  margin-top: 30px;
  padding: 30px;
  text-align: center
}

.contact-phone-title {
  color: var(--brand);
  margin-bottom: 20px
}

.contact-phone-number {
  color: var(--ink);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px
}

.contact-phone-hours {
  color: var(--sub);
  font-size: .95rem
}

.error-hero {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 0, 0, .1), rgba(0, 0, 0, .9) 50%, rgba(255, 212, 0, .1));
  display: flex;
  min-height: 500px
}

.error-hero .container {
  text-align: center
}

.error-404-container {
  margin-bottom: 30px;
  position: relative
}

.error-404-title {
  animation: glitch 2s infinite;
  color: var(--brand);
  font-size: max(5rem, min(15vw, 10rem));
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-shadow: 0 0 50px rgba(255, 212, 0, .5)
}

.error-bee-float {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.error-bee-icon {
  animation: float-centered 3s ease-in-out infinite;
  filter: blur(3px);
  font-size: 8rem;
  opacity: .3
}

.error-page-title {
  color: var(--ink);
  font-size: 1.8rem;
  margin-bottom: 20px
}

.error-page-subtitle {
  color: var(--sub);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 10px
}

.error-main {
  min-height: 300px;
  padding: 60px 20px 0
}

.error-content {
  margin: 0 auto;
  max-width: 700px;
  text-align: center
}

.error-message-box {
  background: rgba(255, 212, 0, .1);
  border: 2px solid rgba(255, 212, 0, .3);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px
}

.error-message-primary {
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px
}

.error-message-secondary {
  color: var(--sub);
  font-size: 1rem;
  line-height: 1.6
}

.sitemap-link-wrapper {
  margin-bottom: 20px
}

.sitemap-link-button {
  background: rgba(0, 0, 0, .3);
  border: 2px solid rgba(255, 212, 0, .3);
  border-radius: 20px;
  display: inline-block;
  padding: 25px 40px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s ease
}

.sitemap-link-button:hover {
  border-color: var(--brand);
  box-shadow: 0 10px 30px rgba(255, 212, 0, .3);
  transform: translateY(-3px)
}

.sitemap-link-icon {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 15px
}

.sitemap-link-text {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 700
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(0, 255, 0, .35);
  background: rgba(0, 0, 0, .65);
  color: var(--gijutsu-green);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
  z-index: 12;
  backdrop-filter: blur(2px)
}

.slider-arrow:hover,
.slider-arrow:focus-visible {
  background: rgba(0, 255, 0, .2);
  border-color: rgba(0, 255, 0, .55);
  transform: translateY(-50%) scale(1.05);
  outline: none
}

.slider-arrow:active {
  transform: translateY(-50%) scale(.95)
}

.slider-arrow--prev {
  left: 18px
}

.slider-arrow--next {
  right: 18px
}

.slider-arrow-icon {
  width: 22px;
  height: 22px;
  fill: currentColor
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .65);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
  z-index: 2;
  appearance: none
}

.modal-nav:hover {
  background: rgba(255, 255, 255, .2)
}

.modal-nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .6);
  outline-offset: 2px;
  transform: translateY(-50%) scale(1.05)
}

.modal-nav__icon {
  width: 22px;
  height: 22px;
  fill: currentColor
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(0, 0, 0, .65);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
  z-index: 3;
  padding: 0;
  appearance: none
}

.modal-close:hover {
  background: rgba(255, 255, 255, .3);
  color: #fff
}

@media (max-width:768px) {
  .slider-arrow {
    width: 44px;
    height: 44px
  }

  .slider-arrow--prev {
    left: 10px
  }

  .slider-arrow--next {
    right: 10px
  }

  .slider-arrow-icon {
    width: 18px;
    height: 18px
  }

  .modal-nav--prev {
    left: 10px
  }

  .modal-nav--next {
    right: 10px
  }

  .photo-modal__inner {
    gap: 12px
  }
}

.benefit-content,
.event-logos-grid,
.event-photos-grid,
.event-photos-grid-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .event-photos-grid-2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .event-logos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-photos-grid {
    grid-template-columns: 1fr;
  }

  .event-photos-grid-2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.benefit-subitem {
  margin-bottom: 20px;
}

.benefit-subheader {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}

.benefit-subitem:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .benefits-grid>.benefit-section {
    grid-column: 1 / -1;
  }
}


















.benefits-page .benefit-section {
  margin-bottom: 20px;
}

.benefits-page .back-section {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 20px auto 0;
}

.event-page .photo-modal {
  background-color: rgba(0, 40, 45, 0.92);
}

.event-page .modal-photo {
  border: 2px solid var(--kikaku-cyan);
  box-shadow: 0 0 40px rgba(0, 255, 255, 0.35);
}

.event-page .modal-close {
  color: var(--kikaku-cyan);
}

.event-page .modal-close:hover {
  background: rgba(0, 255, 255, 0.25);
  color: #000;
}

.event-page .modal-nav {
  border-color: rgba(0, 255, 255, 0.45);
  color: var(--kikaku-cyan);
}

.event-page .modal-nav:hover {
  background: rgba(0, 255, 255, 0.25);
  color: #000;
}

.event-page .event-photos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 24px;
  justify-items: center;
}

.event-page .event-photos-grid .event-photo-item,
.event-page .event-photos-grid-2col .event-photo-item {
  max-width: 270px;
  width: 100%;
}

.event-page .event-photos-grid .event-photo-item img,
.event-page .event-photos-grid-2col .event-photo-item img {
  width: 100%;
  height: auto;
}

.event-page .event-photos-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 24px;
  justify-items: center;
  margin: 24px auto;
  max-width: 1080px;
}

@media (max-width: 768px) {

  .event-page .event-photos-grid,
  .event-page .event-photos-grid-2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 100%;
  }

  .event-page .event-photos-grid .event-photo-item,
  .event-page .event-photos-grid-2col .event-photo-item {
    max-width: 100%;
  }
}

@media (max-width: 528px) {
  .stream-logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 395px) {
  .drone-section {
    margin: 40px auto;
    padding: 15px 10px;
  }

  .drone-specs {
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
  }

  .drone-item {
    padding: 8px 5px;
  }

  .drone-item .drone-image {
    height: 80px;
    width: 80px;
  }
}