/* ========================================================================== HERO SECTION ========================================================================== */
.event-hero-section { position: relative; width: 100%; min-height: 100vh; display: flex; align-items: center; background: #0b0e14; overflow: hidden; box-sizing: border-box; padding: 160px 0 100px 0; }
.event-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.event-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: right center; display: block; opacity: 1; }
.event-hero-container { position: relative; z-index: 10; width: 100%; max-width: 1520px; margin: 0 auto; padding: 0 60px; box-sizing: border-box; display: flex; justify-content: flex-start; }
.event-hero-content { max-width: 680px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.event-hero-sub { color: #FF6249; font-family: var(--font-main, 'Inter', sans-serif); font-size: 16px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 36px; display: block; }
.event-hero-content h1.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 92px; font-weight: 400; line-height: 0.95; letter-spacing: 1px; color: #ffffff; margin: 0 0 36px 0; text-transform: uppercase; }
.event-hero-content .text-orange { color: #FF6249; display: block; }
.event-hero-lead { font-family: var(--font-main, 'Inter', sans-serif); font-size: 16px; line-height: 1.65; color: #8a99ad; margin: 0 0 52px 0; max-width: 520px; }
.event-hero-actions { display: flex; align-items: center; gap: 32px; }
.btn-primary-orange { background: #FF6249; color: #ffffff; padding: 15px 34px; border-radius: 999px; font-family: var(--font-main, 'Inter', sans-serif); font-size: 15px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.2s ease; border: none; }
.btn-primary-orange:hover { background: #ff7761; transform: translateY(-2px); }
.btn-secondary-link { color: #ffffff; font-family: var(--font-main, 'Inter', sans-serif); font-size: 15px; font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.4); padding-bottom: 2px; transition: all 0.2s ease; }
.btn-secondary-link:hover { border-color: #ffffff; opacity: 0.9; }

/* ========================================================================== SECTION 2: FEATURES ========================================================================== */
.event-features-section { position: relative; width: 100%; padding: 120px 0 140px 0; background: #0b0e14; overflow: hidden; box-sizing: border-box; }
.features-header { position: relative; width: 100%; max-width: 1200px; margin: 0 auto 70px auto; text-align: center; padding: 0 20px; box-sizing: border-box; z-index: 5; display: flex; flex-direction: column; align-items: center; }
.bg-watermark.font-bebas { position: absolute; top: 88px; left: 50%; transform: translate(-50%, -50%); font-family: 'Bebas Neue', sans-serif; font-size: 180px; font-weight: 700; color: rgba(255, 255, 255, 0.025); letter-spacing: 6px; white-space: nowrap; pointer-events: none; z-index: 1; line-height: 1; }
.features-sub { color: #FF6249; font-family: var(--font-main, 'Inter', sans-serif); font-size: 15px; font-weight: 600; letter-spacing: 0.5px; display: block; margin-bottom: 18px; position: relative; z-index: 2; }
.features-title.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 68px; font-weight: 400; line-height: 0.98; letter-spacing: 1px; color: #ffffff; margin: 0 0 24px 0; text-transform: uppercase; position: relative; z-index: 2; }
.features-lead { font-family: var(--font-main, 'Inter', sans-serif); font-size: 15px; line-height: 1.6; color: #8a99ad; margin: 0 auto; width: 100%; max-width: none; position: relative; z-index: 2; }
.features-grid-container { position: relative; z-index: 10; width: 100%; max-width: 1540px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 16px; }
.feature-card { position: relative; width: 100%; max-width: 290px; min-height: 339px; background-image: url('../../img/sections/app/Card-BG-290-339.png'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; border-radius: 20px; padding: 0 20px 24px 20px; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; box-sizing: border-box; flex-shrink: 0; overflow: hidden; }
.feature-card::before { content: ""; position: absolute; inset: 0; width: 100%; height: 100%; background-image: url('../../img/sections/app/Card-Lines.svg'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; pointer-events: none; z-index: 2; }
.feature-icon-wrapper { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.feature-icon-wrapper img { width: 100%; height: 100%; object-fit: contain; display: block; }
.feature-card-title.font-bebas { position: relative; z-index: 3; font-family: 'Bebas Neue', sans-serif; font-size: 26px; font-weight: 400; letter-spacing: 0.8px; color: #ffffff; margin: 0 0 8px 0; line-height: 1.05; text-transform: uppercase; min-height: 56px; display: flex; align-items: center; justify-content: center; }
.feature-card-desc { position: relative; z-index: 3; font-family: var(--font-main, 'Inter', sans-serif); font-size: 13px; line-height: 1.4; color: #8a99ad; margin: 0; min-height: 55px; display: flex; align-items: flex-start; justify-content: center; }

/* ========================================================================== SECTION 3: CONTROL PANEL ========================================================================== */
.event-panel-section { position: relative; width: 100%; padding: 120px 0 140px 0; background: #0b0e14; overflow: hidden; box-sizing: border-box; }
.panel-layout-container { position: relative; z-index: 10; width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.panel-column { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: 414px; flex-shrink: 0; position: relative; z-index: 5; }
.panel-center-visual { flex: 1; display: flex; align-items: center; justify-content: center; position: relative; z-index: 4; }
.panel-orange-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 140%; max-width: 900px; height: auto; z-index: 1; pointer-events: none; opacity: 0.9; }
.panel-laptop-img { position: relative; z-index: 2; width: 100%; max-width: 680px; height: auto; display: block; filter: drop-shadow(0 20px 50px rgba(0,0,0,0.6)); }
.panel-card { position: relative; width: 100%; max-width: 414px; min-height: 140px; background-image: url('../../img/sections/app/Card-Bg-414-140.png'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; border-radius: 20px; box-sizing: border-box; flex-shrink: 0; overflow: hidden; display: flex; align-items: center; }
.panel-icon-overlay { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.panel-icon-overlay img { width: 100%; height: 100%; object-fit: fill; display: block; }
.panel-card-content { position: relative; z-index: 3; padding-left: 135px; padding-right: 20px; display: flex; flex-direction: column; justify-content: center; text-align: left; }
.panel-card-title.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0.8px; color: #ffffff; margin: 0 0 4px 0; line-height: 1.1; text-transform: uppercase; }
.panel-card-title .text-orange { color: #FF6249; margin-right: 6px; }
.panel-card-desc { font-family: var(--font-main, 'Inter', sans-serif); font-size: 14.5px; line-height: 1.45; color: #8a99ad; margin: 0; max-width: 250px; }

/* ========================================================================== SECTION 4: QUICK EVENT CREATION ========================================================================== */
.event-quick-section { position: relative; width: 100%; padding: 120px 0 140px 0; background: #0b0e14; overflow: hidden; box-sizing: border-box; }
.quick-layout-container { position: relative; z-index: 10; width: 100%; max-width: 1560px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; gap: 30px; }
.quick-left-card { flex-shrink: 0; position: relative; z-index: 5; }
.quick-left-card img { width: 100%; max-width: 394px; height: auto; display: block; filter: drop-shadow(0 20px 50px rgba(0,0,0,0.4)); }
.quick-step-container { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 4; width: 160px; flex-shrink: 0; }
.quick-step-visual { position: relative; display: flex; justify-content: center; align-items: center; width: 120px; height: 120px; margin-bottom: 24px; }
.quick-step-line-wrapper { position: absolute; top: 50%; transform: translateY(-50%); width: 105px; height: 70px; overflow: hidden; z-index: 1; pointer-events: none; }
.quick-step-line-wrapper.line-left { right: 100%; margin-right: -54px; display: flex; justify-content: flex-end; align-items: center; }
.quick-step-line-wrapper.line-right { left: 100%; margin-left: -54px; display: flex; justify-content: flex-start; align-items: center; }
.quick-step-line-wrapper img { height: 100%; width: auto; max-width: none; object-fit: contain; }
.quick-step-check { width: 100%; height: 100%; object-fit: contain; display: block; position: relative; z-index: 2; transform: scale(1.05); }
.quick-step-text.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: #ffffff; text-align: center; line-height: 1.05; letter-spacing: 0.8px; margin: 0; }
.quick-right-column { display: flex; flex-direction: column; flex-shrink: 0; position: relative; z-index: 5; width: 100%; max-width: 824px; }
.quick-right-header.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: #ffffff; letter-spacing: 1px; margin: 0 0 20px 0; text-transform: uppercase; width: 100%; text-align: center; }
.quick-cards-row { display: flex; align-items: center; gap: 16px; justify-content: space-between; }
.quick-card { position: relative; width: 100%; max-width: 264px; min-height: 339px; background-image: url('../../img/sections/app/sec_4/Card-Bg-264-339.png'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; border-radius: 20px; padding: 0 16px 24px 16px; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; box-sizing: border-box; flex-shrink: 0; overflow: hidden; }
.quick-card::before { content: ""; position: absolute; inset: 0; width: 100%; height: 100%; background-image: url('../../img/sections/app/sec_4/Card-Lines.svg'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; pointer-events: none; z-index: 2; }
.quick-icon-overlay { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.quick-icon-overlay img { width: 100%; height: 100%; object-fit: contain; display: block; }
.quick-card-content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; width: 100%; }
.quick-card-title.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 26px; font-weight: 400; letter-spacing: 0.8px; color: #ffffff; margin: 0 0 8px 0; line-height: 1.05; text-transform: uppercase; min-height: 56px; display: flex; align-items: center; justify-content: center; }
.quick-card-desc { font-family: var(--font-main, 'Inter', sans-serif); font-size: 13px; line-height: 1.4; color: #8a99ad; margin: 0; min-height: 55px; display: flex; align-items: flex-start; justify-content: center; }

/* ========================================================================== SECTION 5: CTA BANNER ========================================================================== */
.event-banner-section { position: relative; width: 100%; min-height: 708px; display: flex; align-items: center; justify-content: center; background: #0b0e14; overflow: hidden; box-sizing: border-box; padding: 100px 20px; }
.banner-bg-wrapper { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.banner-bg-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.banner-content-container { position: relative; z-index: 10; width: 100%; max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; box-sizing: border-box; }
.banner-sub { color: #FF6249; font-family: var(--font-main, 'Inter', sans-serif); font-size: 16px; font-weight: 600; letter-spacing: 0.8px; margin-bottom: 20px; text-transform: uppercase; display: block; }
.banner-title.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 76px; font-weight: 400; line-height: 0.98; letter-spacing: 1px; color: #ffffff; margin: 0 0 24px 0; text-transform: uppercase; }
.banner-lead { font-family: var(--font-main, 'Inter', sans-serif); font-size: 15px; line-height: 1.6; color: #8a99ad; margin: 0 0 36px 0; max-width: 800px; }
.banner-btn { padding: 16px 42px; font-size: 16px; border-radius: 999px; }

/* ========================================================================== SECTION 6: AUTOMATION GRID ========================================================================== */
.event-automation-section { position: relative; width: 100%; padding: 120px 0 140px 0; background: #0b0e14; overflow: hidden; box-sizing: border-box; }
.automation-grid-container { position: relative; z-index: 10; width: 100%; max-width: 1540px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; justify-content: center; }
.auto-card { position: relative; width: 100%; min-height: 423px; background-image: url('../../img/sections/app/sec_6/Box-Bg.png'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; border-radius: 20px; padding: 0 0 24px 0; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; flex-shrink: 0; overflow: hidden; }
.auto-card::before { content: ""; position: absolute; inset: 0; width: 100%; height: 100%; background-image: url('../../img/sections/app/sec_6/Box-Lines.svg'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; pointer-events: none; z-index: 5; }
.auto-card-media { position: relative; z-index: 1; width: 100%; height: 280px; border-radius: 20px 20px 0 0; overflow: hidden; flex-shrink: 0; }
.auto-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 20px 20px 0 0; }
.auto-card-content { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: flex-end; width: 100%; text-align: left; padding: 0 24px; box-sizing: border-box; }
.auto-card-title.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 26px; font-weight: 400; letter-spacing: 0.8px; color: #ffffff; margin: 0 0 6px 0; line-height: 1.1; text-transform: uppercase; }
.auto-card-desc { font-family: var(--font-main, 'Inter', sans-serif); font-size: 13.5px; line-height: 1.45; color: #8a99ad; margin: 0; }

/* ========================================================================== SECTION 7: PUBLIC EVENT PAGE ========================================================================== */
.event-public-section { position: relative; width: 100%; padding: 160px 0 180px 0; background: #0b0e14; overflow: hidden; box-sizing: border-box; }
.public-layout-container { position: relative; z-index: 10; width: 100%; max-width: 1520px; margin: 0 auto; padding: 0 60px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.public-content { max-width: 540px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.public-sub { color: #FF6249; font-family: var(--font-main, 'Inter', sans-serif); font-size: 15px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 24px; display: block; }
.public-title.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 68px; font-weight: 400; line-height: 0.98; letter-spacing: 1px; color: #ffffff; margin: 0 0 24px 0; text-transform: uppercase; }
.public-lead { font-family: var(--font-main, 'Inter', sans-serif); font-size: 15px; line-height: 1.6; color: #8a99ad; margin: 0 0 36px 0; width: 100%; }
.public-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.public-list li { display: flex; align-items: center; gap: 12px; font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 0.8px; color: #ffffff; text-transform: uppercase; }
.public-list .dot { width: 8px; height: 8px; background-color: #FF6249; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.public-visual { flex: 1; display: flex; align-items: center; justify-content: center; position: relative; z-index: 5; }
.public-orange-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 140%; max-width: 850px; height: auto; z-index: 1; pointer-events: none; opacity: 0.85; }
.public-photo-img { position: relative; z-index: 2; width: 100%; max-width: 820px; height: auto; display: block; filter: drop-shadow(0 20px 50px rgba(0,0,0,0.6)); }

/* ========================================================================== SECTION 8: ONE-PERSON EVENT ARMY ========================================================================== */
.event-army-section { position: relative; width: 100%; padding: 120px 0 140px 0; background: #0b0e14; overflow: hidden; box-sizing: border-box; }
.army-roles-container { position: relative; z-index: 10; width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; display: flex; align-items: flex-start; justify-content: center; gap: 32px; flex-wrap: wrap; }
.army-role-card { display: flex; flex-direction: column; align-items: center; text-align: center; width: 170px; flex-shrink: 0; }
.army-role-icon { width: 120px; height: 120px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; }
.army-role-icon img { width: 100%; height: 100%; object-fit: contain; display: block; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.4)); }
.army-role-title.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0.8px; color: #ffffff; margin: 0 0 6px 0; line-height: 1.1; text-transform: uppercase; }
.army-role-desc { font-family: var(--font-main, 'Inter', sans-serif); font-size: 13.5px; line-height: 1.4; color: #8a99ad; margin: 0; }

/* ========================================================================== SECTION 9: SEE IT IN ACTION ========================================================================== */
.event-video-section { position: relative; width: 100%; padding: 120px 0 160px 0; background: #0b0e14; overflow: hidden; box-sizing: border-box; }
.video-layout-container { position: relative; z-index: 10; width: 100%; max-width: 1520px; margin: 0 auto; padding: 0 60px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.video-content { max-width: 500px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.video-sub { color: #FF6249; font-family: var(--font-main, 'Inter', sans-serif); font-size: 15px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 24px; display: block; }
.video-title.font-bebas { font-family: 'Bebas Neue', sans-serif; font-size: 68px; font-weight: 400; line-height: 0.98; letter-spacing: 1px; color: #ffffff; margin: 0 0 24px 0; text-transform: uppercase; }
.video-lead { font-family: var(--font-main, 'Inter', sans-serif); font-size: 15px; line-height: 1.6; color: #8a99ad; margin: 0 0 36px 0; width: 100%; }
.video-btn { padding: 16px 36px; font-size: 16px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; }
.video-btn .arrow { font-size: 18px; line-height: 1; }
.video-placeholder-container { flex: 1; max-width: 800px; height: 450px; position: relative; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 20px 50px rgba(0,0,0,0.6); }
.video-poster-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #111722 0%, #07090d 100%); display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; }
.play-button-wrapper { width: 84px; height: 84px; border-radius: 50%; border: 3px solid #FF6249; background: rgba(11, 14, 20, 0.6); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease, background-color 0.25s ease; box-shadow: 0 0 30px rgba(255, 98, 73, 0.3); }
.video-poster-placeholder:hover .play-button-wrapper { transform: scale(1.1); background: rgba(255, 98, 73, 0.2); }
.play-icon { width: 0; height: 0; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 22px solid #FF6249; margin-left: 5px; }

/* ========================================================================== RESPONSIVE & MOBILE MEDIA QUERIES LANDINGPAGE ========================================================================== */
@media (max-width: 1580px) {
  .automation-grid-container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1480px) {
  .features-grid-container { flex-wrap: wrap; }
}

@media (max-width: 1440px) {
  .quick-layout-container { flex-direction: column; }
  .quick-step-line-wrapper { display: none; }
  .quick-step-container { margin: 40px 0; }
  .quick-right-column { width: 100%; }
  .quick-cards-row { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 1400px) {
  .panel-layout-container { flex-direction: column; }
  .panel-column { width: 100%; max-width: 100%; }
}

@media (max-width: 1280px) {
  .public-layout-container { flex-direction: column; text-align: center; }
  .public-content { align-items: center; text-align: center; max-width: 100%; }
  .public-list li { justify-content: center; }
  .video-layout-container { flex-direction: column; text-align: center; }
  .video-content { align-items: center; text-align: center; max-width: 100%; }
  .video-placeholder-container { width: 100%; height: 400px; }
}

@media (max-width: 1100px) {
  .army-roles-container { gap: 24px; }
  .army-role-card { width: 150px; }
}

@media (max-width: 1060px) {
  .automation-grid-container { grid-template-columns: 1fr; }
  .auto-card { width: 100%; max-width: 100%; }
}

@media (max-width: 840px) {
  .features-title.font-bebas { font-size: 48px; }
  .bg-watermark.font-bebas { font-size: 100px; top: 60px; }
  .quick-cards-row { flex-direction: column; }
  .banner-title.font-bebas { font-size: 52px; }
  .banner-lead { font-size: 14px; }
  .public-title.font-bebas { font-size: 48px; }
  .video-title.font-bebas { font-size: 48px; }
  .video-placeholder-container { height: 280px; }
}


/* ========================================================================== MOBILE ACCORDION (EXAKT WIE SOLL-BILD) ========================================================================== */
@media (max-width: 768px) {
  .event-features-section { padding: 50px 20px; background: #0b0e14; }
  .features-header { text-align: center; margin-bottom: 32px; padding: 0; }
  .features-sub { color: #FF6249; font-size: 15px; font-weight: 600; display: block; margin-bottom: 12px; }
  .features-title.font-bebas { font-size: 34px; line-height: 1.05; margin-bottom: 16px; text-transform: uppercase; color: #ffffff; }
  .features-lead { font-size: 14px; line-height: 1.5; color: #8a99ad; text-align: center; max-width: 100%; }
  .features-grid-container { display: flex; flex-direction: column; gap: 16px; width: 100%; padding: 0; }
  .feature-card { position: relative; width: 100%; padding: 18px 20px; background: #0f1622; background-image: none; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 20px; display: flex; flex-direction: column; box-sizing: border-box; }
  .feature-card::before { display: none; }
  .feature-card-header { display: flex; align-items: center; justify-content: space-between; width: 100%; }
  .feature-card-title-group { display: flex; align-items: center; gap: 16px; }
  .feature-icon-wrapper { position: relative; inset: auto; width: 56px; height: 56px; border-radius: 16px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .feature-icon-wrapper img { width: 30px; height: 32px; object-fit: contain; }
  .feature-card-title.font-bebas { font-size: 24px; line-height: 1.1; margin: 0; color: #ffffff; letter-spacing: 0.5px; }
  .feature-accordion-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; }
  .feature-accordion-arrow::after { content: ""; width: 10px; height: 10px; border-right: 2px solid #8a99ad; border-bottom: 2px solid #8a99ad; transform: rotate(45deg); margin-top: -3px; }
  .feature-card.active.theme-green { border-color: rgba(24, 217, 107, 0.3); background: #0b181b; }
  .feature-card.active.theme-green .feature-icon-wrapper { border-color: rgba(24, 217, 107, 0.5); background: rgba(24, 217, 107, 0.08); }
  .feature-card.active.theme-green .feature-accordion-arrow { border-color: #18D96B; }
  .feature-card.active.theme-green .feature-accordion-arrow::after { border-color: #18D96B; transform: rotate(-135deg); margin-top: 3px; }
  .feature-card-body { display: none; width: 100%; margin-top: 20px; flex-direction: column; gap: 16px; }
  .feature-card.active .feature-card-body { display: flex; }
  .feature-card-desc { font-size: 14px; line-height: 1.55; color: #8a99ad; margin: 0; text-align: left; }
  .feature-card-media { width: 100%; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); margin-top: 8px; }
  .feature-card-media img { width: 100%; height: auto; display: block; object-fit: cover; }
}
@media (max-width: 768px) {

  .event-hero-section { min-height: auto; padding: 100px 0 60px 0; }
  .event-hero-container { padding: 0 20px; justify-content: center; }
  .event-hero-content { align-items: center; text-align: center; }
  .event-hero-content h1.font-bebas { font-size: 46px; margin-bottom: 20px; }
  .event-hero-sub { margin-bottom: 16px; }
  .event-hero-lead { margin-bottom: 30px; }
  .event-hero-actions { flex-direction: column; width: 100%; gap: 16px; }
  .btn-primary-orange { width: 100%; justify-content: center; box-sizing: border-box; }
  .btn-secondary-link { width: 100%; text-align: center; }
  .event-features-section, .event-panel-section, .event-quick-section, .event-banner-section, .event-automation-section, .event-public-section, .event-army-section, .event-video-section { padding: 50px 20px; }
  .panel-layout-container { display: flex; flex-direction: column; gap: 16px; width: 100%; padding: 0; }
  .panel-column { width: 100%; max-width: 100%; display: flex; flex-direction: column; gap: 16px; }
  .panel-center-visual { display: none; }
  .panel-card { position: relative; width: 100%; max-width: 100%; height: auto; min-height: auto; padding: 16px 20px; background: rgba(15, 23, 36, 0.9); background-image: none; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 16px; box-sizing: border-box; }
  .panel-icon-overlay { position: relative; inset: auto; width: 48px; height: 48px; flex-shrink: 0; }
  .panel-icon-overlay img { width: 100%; height: 100%; object-fit: contain; }
  .panel-card-content { padding: 0; display: flex; flex-direction: column; text-align: left; }
  .panel-card-title.font-bebas { font-size: 20px; margin: 0 0 4px 0; line-height: 1.1; }
  .panel-card-desc { font-size: 13px; line-height: 1.4; color: #8a99ad; max-width: 100%; }
  
  .quick-left-card img { width: 100%; max-width: 100%; }
  .quick-card { width: 100%; max-width: 100%; height: auto; min-height: auto; padding: 20px; background-image: none; background: rgba(15, 23, 36, 0.9); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; }
  .quick-card-title.font-bebas, .quick-card-desc { min-height: auto; }
  .auto-card { width: 100%; max-width: 100%; height: auto; min-height: auto; background-image: none; background: rgba(15, 23, 36, 0.9); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; }
  .auto-card-media { height: 180px; }
  .public-photo-img { max-width: 100%; }
  .video-placeholder-container { height: auto; aspect-ratio: 16 / 9; }
}

@media (max-width: 600px) {
  .army-roles-container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 10px; }
  .army-role-card { width: 100%; }
}

@media (max-width: 560px) {
  .features-title.font-bebas { font-size: 32px; }
  .bg-watermark.font-bebas { display: none; }
  .banner-title.font-bebas { font-size: 32px; }
  .public-title.font-bebas { font-size: 32px; }
  .video-title.font-bebas { font-size: 32px; }
}