:root {
  --ntn-red: #c1121f;
  --ntn-dark: #0d1117;
  --ntn-charcoal: #1d2228;
  --ntn-light: #f3f6f8;
  --ntn-accent: #f7d24b;
}

body {
  font-family: "Lexend", "Segoe UI", sans-serif;
  color: #1a1f24;
  background: radial-gradient(circle at 15% 0%, #f8fbfd 0%, #eef2f5 45%, #e8edf1 100%);
}

h1, h2, h3, h4 {
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

h5, h6 {
  font-family: "Lexend", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.main-nav {
  background: linear-gradient(135deg, rgba(6, 8, 12, .97), rgba(18, 24, 34, .95));
  backdrop-filter: blur(8px);
}

.mobile-drop-menu {
  position: sticky;
  top: 72px;
  z-index: 1025;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(9, 12, 16, .98), rgba(17, 24, 34, .98));
  box-shadow: 0 12px 24px rgba(3, 5, 8, .24);
  transition: max-height .3s ease, opacity .25s ease, border-color .25s ease;
}

.mobile-drop-menu.open {
  max-height: 78vh;
  opacity: 1;
  pointer-events: auto;
  border-bottom-color: rgba(247, 210, 75, .28);
}

.mobile-nav-links {
  display: grid;
  gap: 10px;
}

.mobile-nav-link {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  color: #eef3f8;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
}

.mobile-nav-link.active {
  border-color: rgba(247, 210, 75, .5);
  color: #f7d24b;
}

.page-shell-wrap {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
}

.page-shell {
  background: linear-gradient(180deg, #f7fafc 0%, #edf2f6 100%);
  border: 1px solid #dfe6ee;
  border-radius: 18px;
  padding: 1.8rem;
}

.mobile-nav-link-cta {
  border-color: rgba(193, 18, 31, .78);
  color: #ffccd1;
}

.mobile-nav-link-cta.active {
  border-color: rgba(193, 18, 31, .95);
  color: #ffccd1;
}

.nav-cta-link {
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  padding: .35rem .95rem !important;
  margin-top: .15rem;
  color: #fff !important;
}

.nav-cta-link:hover,
.nav-cta-link.active {
  border-color: rgba(247, 210, 75, .9);
  color: #f7d24b !important;
}

.header-socials {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
}

.lang-btn {
  min-width: 42px;
  text-align: center;
  text-decoration: none;
  color: #e7edf5;
  font-weight: 700;
  font-size: .78rem;
  padding: .34rem .52rem;
}

.lang-btn + .lang-btn {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.lang-btn.active {
  background: rgba(247, 210, 75, .22);
  color: #f7d24b;
}

.header-social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .95);
  background: #fff;
  color: #0f141b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .2s ease;
}

.header-social:hover {
  color: #8b111b;
  border-color: #fff;
  background: #fff;
  transform: translateY(-1px);
}

.mobile-header-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-lang-switch {
  width: 100%;
  justify-content: center;
}

.lang-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .45);
  text-decoration: none;
  color: #f7d24b;
  background: rgba(255, 255, 255, .04);
  font-weight: 800;
  font-size: .9rem;
  letter-spacing: .01em;
  padding: .2rem .7rem;
  transition: all .2s ease;
}

.lang-toggle-btn:hover {
  color: #fff;
  border-color: rgba(247, 210, 75, .9);
  background: rgba(247, 210, 75, .12);
}

.mobile-lang-link {
  border-color: rgba(247, 210, 75, .55);
  color: #f7d24b;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.hero {
  position: relative;
  min-height: 68vh;
  color: #fff;
  background: linear-gradient(125deg, rgba(7, 9, 12, .94), rgba(193, 18, 31, .78)), url('/images/no-to-nato.jpg') center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, .05) 0,
    rgba(255, 255, 255, .05) 2px,
    transparent 2px,
    transparent 8px
  );
}

.hero .overlay-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero .overlay-content h1 {
  font-weight: 700;
  line-height: 1.05;
}

.section-title {
  border-left: 6px solid var(--ntn-red);
  padding-left: 12px;
  margin-bottom: 18px;
}

.kicker {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #8f98a1;
  font-size: .78rem;
}

.badge-urgent {
  background: var(--ntn-red);
  font-weight: 600;
}

.manifesto-strip {
  border-left: 8px solid var(--ntn-red);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(8, 11, 14, .08);
}

.manifesto-section {
  padding-top: 3.5rem !important;
  padding-bottom: 2.8rem !important;
}

.manifesto-strip-wide {
  padding: clamp(1.8rem, 3.2vw, 3rem) !important;
}

.manifesto-strip-wide h2 {
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.05;
}

.manifesto-logo-layout {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.manifesto-logo-col {
  display: flex;
  justify-content: center;
}

.manifesto-logo {
  width: min(100%, 200px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(10, 13, 18, .2));
}

.manifesto-wide-copy {
  border-top: 1px solid #dfe6ee;
  font-size: 1.04rem;
  line-height: 1.7;
}

.brochure-slider-shell {
  background: linear-gradient(145deg, #ffffff, #f3f7fb);
  border: 1px solid #d8e3ee;
  border-radius: 14px;
  padding: .9rem;
}

.brochure-slider-controls {
  display: inline-flex;
  gap: .45rem;
}

.brochure-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 1.5rem) / 3);
  gap: .75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: .25rem;
  cursor: grab;
  touch-action: pan-x;
}

.brochure-slider-track::-webkit-scrollbar {
  height: 8px;
}

.brochure-slider-track::-webkit-scrollbar-thumb {
  background: #c0cedd;
  border-radius: 999px;
}

.brochure-card {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  overflow: hidden;
  min-height: 100%;
}

.brochure-card__image {
  width: 100%;
  aspect-ratio: 3 / 4.2;
  object-fit: contain;
  background: #e8eef5;
  display: block;
}

.brochure-card__preview-btn {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.brochure-slider-track.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.brochure-slider-footer {
  margin-top: .7rem;
  display: flex;
  justify-content: flex-end;
}

.brochure-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(6, 10, 16, .84);
  padding: .8rem;
}

.brochure-preview-modal.is-open {
  display: flex;
}

.brochure-preview-modal__dialog {
  position: relative;
  width: min(1200px, 98vw);
  height: 94vh;
  background: #101820;
  border: 1px solid #34465a;
  border-radius: 12px;
  overflow: hidden;
}

.brochure-preview-modal__close {
  position: absolute;
  top: .4rem;
  right: .45rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  font-size: 1.5rem;
  line-height: 1;
  background: rgba(255, 255, 255, .92);
  color: #152130;
  z-index: 2;
}

.brochure-preview-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, .9);
  color: #152130;
  z-index: 2;
}

.brochure-preview-modal__nav--prev {
  left: .55rem;
}

.brochure-preview-modal__nav--next {
  right: .55rem;
}

.brochure-preview-modal__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0f1720;
}

.campaign-cta-btn {
  border: 1px solid #9e101a;
  background: linear-gradient(145deg, #c1121f, #8f0d17);
  color: #fff;
  font-weight: 800;
  font-size: 1.04rem;
  padding: .9rem 1.5rem;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(139, 17, 27, .28);
}

.campaign-cta-btn:hover {
  color: #fff;
  background: linear-gradient(145deg, #d51524, #9e101a);
  transform: translateY(-1px);
}

.press-section-shell {
  background: linear-gradient(180deg, #f7fafc 0%, #edf2f6 100%);
  border: 1px solid #dfe6ee;
  border-radius: 18px;
  padding: 1.8rem !important;
  margin-bottom: 2.2rem;
}

.events-section-shell {
  background: linear-gradient(145deg, #0f141b 0%, #202833 100%);
  border-radius: 18px;
  padding: 1.8rem !important;
}

.events-section-shell .section-title {
  color: #fff;
  border-left-color: #f7d24b;
}

.section-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1rem;
}

.section-head-link {
  text-decoration: none;
  font-weight: 700;
  color: #8b111b;
}

.section-head-link-outline {
  border: 1px solid rgba(139, 17, 27, .45);
  border-radius: 999px;
  padding: .42rem .86rem;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 6px 14px rgba(12, 16, 20, .08);
}

.section-head-link:hover {
  color: #5f0b12;
}

.section-head-row-dark .section-head-link-dark {
  color: #f7d24b;
}

.section-head-link-outline-dark {
  border: 1px solid rgba(247, 210, 75, .62);
  border-radius: 999px;
  padding: .42rem .86rem;
  background: rgba(247, 210, 75, .08);
  box-shadow: 0 8px 16px rgba(3, 5, 8, .2);
}

.section-head-row-dark .section-head-link-dark:hover {
  color: #ffd962;
}

.press-card {
  border: 1px solid #e5ebf1;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 19, 24, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.press-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(15, 19, 24, .12);
}

.press-card-modern {
  overflow: hidden;
  position: relative;
}

.press-card-modern::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--ntn-red), #8b0f18);
}

.press-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  font-size: .85rem;
}

.press-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5a6773;
  font-weight: 600;
}

.press-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8b111b;
  text-decoration: none;
  font-weight: 700;
}

.press-readmore i {
  transition: transform .2s ease;
}

.press-readmore:hover {
  color: #5f0b12;
}

.press-readmore:hover i {
  transform: translateX(4px);
}

.press-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid #e7edf4;
}

.press-card h2,
.press-card h3 {
  letter-spacing: 0;
  font-weight: 700;
}

.timeline-item {
  background: #fff;
  border-radius: 12px;
  border-left: 4px solid var(--ntn-red);
  padding: 14px 16px;
  box-shadow: 0 6px 18px rgba(15, 19, 24, .06);
}

.timeline-item-modern {
  border-left: 0;
  border-top: 4px solid #f7d24b;
  background: rgba(255, 255, 255, .95);
}

.timeline-item-modern .kicker {
  color: #556273;
}

.timeline-item-modern i {
  color: #c1121f;
  margin-right: 6px;
}

.events-section-shell .timeline-item-modern {
  display: flex;
  flex-direction: column;
}

.events-section-shell .event-poster-portrait {
  max-width: 100%;
  width: 100%;
}

.events-timeline {
  position: relative;
  padding-left: 1.3rem;
}

.events-timeline::before {
  content: "";
  position: absolute;
  left: .55rem;
  top: .25rem;
  bottom: .25rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(193, 18, 31, .75), rgba(193, 18, 31, .1));
}

.event-line-item {
  position: relative;
  margin-bottom: 1rem;
}

.event-line-dot {
  position: absolute;
  left: -1.05rem;
  top: .95rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--ntn-red);
  box-shadow: 0 0 0 3px rgba(193, 18, 31, .2);
}

.event-line-card {
  background: #fff;
  border: 1px solid #dfe6ee;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(10, 13, 17, .07);
  padding: 16px;
  position: relative;
}

.event-poster-portrait {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #dbe3ec;
  box-shadow: 0 10px 26px rgba(13, 17, 23, .12);
}

.timeline-mini-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.timeline-mini-countdown span {
  border: 1px solid #e3e9ef;
  border-radius: 10px;
  background: #f8fbfe;
  text-align: center;
  font-size: .78rem;
  color: #657487;
  padding: 6px 4px;
}

.timeline-mini-countdown strong {
  display: block;
  color: #1a1f24;
  font-size: .98rem;
  line-height: 1.1;
}

.event-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(193, 18, 31, .35);
  color: #8b111b;
  position: absolute;
  right: 16px;
  bottom: 14px;
  pointer-events: none;
}

.event-card-arrow:hover {
  color: #5f0b12;
  border-color: rgba(193, 18, 31, .7);
}

.event-card-overlay {
  z-index: 2;
}

.featured-event-modal .modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(8, 12, 18, .28);
}

.featured-event-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  background: #f3f6f8;
}

.featured-event-copy {
  padding: 1.4rem;
}

.featured-event-meta {
  color: #4e5967;
}

.featured-event-close {
  position: absolute;
  top: .7rem;
  right: .7rem;
  z-index: 3;
  background-color: rgba(255, 255, 255, .85);
  border-radius: 50%;
}

.simple-featured-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(6, 10, 16, .68);
}

.simple-featured-modal.is-open {
  display: flex;
}

.simple-featured-modal__dialog {
  position: relative;
  width: min(680px, 96vw);
  max-height: 94vh;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbe4ee;
  box-shadow: 0 24px 48px rgba(9, 14, 22, .35);
}

.simple-featured-modal__close {
  position: absolute;
  top: .55rem;
  right: .55rem;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  font-size: 1.5rem;
  line-height: 1;
  color: #1b2430;
}

.simple-featured-modal__image {
  width: 100%;
  max-height: 44vh;
  object-fit: cover;
  display: block;
}

.simple-featured-modal__body {
  padding: .9rem .9rem 1rem;
  max-height: 94vh;
  overflow-y: auto;
}

.featured-press-modal {
  color: #17202d;
  font-size: .95rem;
  line-height: 1.5;
}

.featured-press-modal__kicker {
  margin: 0 0 .45rem;
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #6b7d92;
  text-transform: uppercase;
}

.featured-press-modal__title {
  margin: 0 0 .5rem;
  font-size: 1.24rem;
  line-height: 1.25;
  color: #101a29;
}

.featured-press-modal__summary {
  margin: 0 0 .8rem;
  color: #2f3e4f;
}

.featured-press-modal__content {
  border: 1px solid #dee7f1;
  border-radius: 12px;
  background: #f8fbff;
  padding: .8rem .85rem;
}

.featured-press-modal__content > *:last-child {
  margin-bottom: 0;
}

.featured-program {
  color: #17202d;
  font-size: .95rem;
  line-height: 1.45;
  padding-right: 6px;
}

.featured-program__title {
  margin: 0 38px 6px 0;
  font-size: 1.24rem;
  line-height: 1.2;
}

.featured-program__subtitle {
  margin: 0 0 .7rem;
  font-size: .95rem;
  font-weight: 600;
  color: #5a6a7e;
}

.featured-program__notice {
  margin: 0 0 .9rem;
  padding: .7rem .8rem;
  border-radius: 10px;
  border: 1px solid #f3d6a8;
  background: linear-gradient(180deg, #fff9ef 0%, #fff5e3 100%);
  color: #7a4f13;
  font-size: .9rem;
}

.featured-program__block {
  background: #f7fafc;
  border: 1px solid #dfE7f0;
  border-radius: 12px;
  padding: .75rem .75rem .7rem;
}

.featured-program__block-title {
  margin: 0 0 .55rem;
  color: #0f1d2d;
  font-weight: 700;
}

.featured-program__range {
  color: #67788d;
  font-weight: 500;
}

.featured-program__slot {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: .65rem;
  align-items: start;
  padding: .38rem 0;
  border-top: 1px dashed #d6e0ea;
}

.featured-program__slot:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.featured-program__time {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: #8b111b;
}

.featured-program__text {
  color: #1c2a39;
}

.featured-program__divider {
  height: 1px;
  margin: .78rem 0;
  background: linear-gradient(90deg, rgba(139, 17, 27, 0), rgba(139, 17, 27, .55), rgba(139, 17, 27, 0));
}

.featured-program__speakers {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: .18rem;
}

.featured-program__speakers li {
  color: #1e2c3a;
}

.featured-program__note {
  margin: .55rem 0 0;
  color: #64768a;
  font-size: .84rem;
  font-style: italic;
}

@media (max-width: 575.98px) {
  .brochure-slider-shell {
    padding: .7rem;
  }

  .brochure-slider-track {
    grid-auto-columns: minmax(220px, 80vw);
  }

  .brochure-card__image {
    aspect-ratio: 3 / 4.4;
  }

  .brochure-preview-modal {
    padding: .35rem;
  }

  .brochure-preview-modal__dialog {
    width: 100%;
    height: 96vh;
    border-radius: 10px;
  }

  .brochure-preview-modal__nav {
    width: 36px;
    height: 36px;
  }

  .simple-featured-modal {
    padding: .45rem;
  }

  .simple-featured-modal__dialog {
    width: 100%;
    max-height: 96vh;
    border-radius: 12px;
  }

  .simple-featured-modal__close {
    top: .45rem;
    right: .45rem;
    width: 34px;
    height: 34px;
  }

  .simple-featured-modal__image {
    max-height: 30vh;
  }

  .simple-featured-modal__body {
    padding: .72rem .72rem .85rem;
    max-height: 96vh;
  }

  .featured-press-modal__title {
    font-size: 1.08rem;
  }

  .featured-press-modal__summary,
  .featured-press-modal__content {
    font-size: .9rem;
  }

  .featured-program {
    font-size: .9rem;
  }

  .featured-program__slot {
    grid-template-columns: 1fr;
    gap: .16rem;
  }

  .featured-program__time {
    font-size: .9rem;
  }
}

.empty-state-card {
  background: linear-gradient(145deg, #ffffff, #f5f8fc);
  border: 1px solid #dfe6ee;
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(10, 13, 17, .06);
}

.empty-state-card i {
  font-size: 1.6rem;
  color: #8b111b;
  margin-bottom: 10px;
}

.empty-state-card-dark {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
}

.empty-state-card-dark i,
.empty-state-card-dark h3 {
  color: #fff;
}

.empty-state-card-dark .text-muted {
  color: rgba(255, 255, 255, .84) !important;
}

.event-detail-shell {
  background: #fff;
  border: 1px solid #e3e9ef;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(10, 13, 17, .08);
  padding: 26px;
}

.event-detail-hero {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.event-detail-media {
  width: 100%;
}

.event-detail-poster {
  max-width: 100%;
  margin-bottom: 0;
}

.event-detail-main .kicker {
  font-size: .88rem;
}

.countdown-box {
  border: 1px solid #d8e1ea;
  background: linear-gradient(180deg, #f9fcff 0%, #eff4f8 100%);
  border-radius: 14px;
  padding: 16px;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.count-unit {
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 12px;
  text-align: center;
  padding: 10px 8px;
}

.count-unit strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.1;
}

.count-unit span {
  font-size: .82rem;
  color: #647286;
}

.about-page-shell {
  padding: 0;
}

.about-hero-card {
  background: #fff;
  color: #1a1f24;
  border: 1px solid #e3e9f0;
  border-radius: 16px;
  padding: clamp(1.1rem, 2.6vw, 1.8rem);
  box-shadow: 0 10px 24px rgba(10, 13, 17, .08);
}

.about-hero-layout {
  display: grid;
  grid-template-columns: minmax(120px, 190px) 1fr;
  gap: clamp(1rem, 2.4vw, 1.8rem);
  align-items: center;
}

.about-hero-text-col h1 {
  font-size: clamp(1.3rem, 2.1vw, 2.2rem);
  line-height: 1.2;
}

.about-hero-logo-col {
  display: flex;
  justify-content: center;
}

.about-hero-logo {
  width: min(100%, 170px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(10, 13, 18, .18));
}

.about-info-card {
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(10, 13, 17, .06);
}

.about-principle-card {
  background: linear-gradient(180deg, #ffffff, #f4f8fb);
  border: 1px solid #e1e8ef;
  border-radius: 14px;
  padding: 16px;
}

.about-principle-card i {
  font-size: 1.1rem;
  color: var(--ntn-red);
}

.join-hero {
  background: linear-gradient(145deg, #ffffff 0%, #f4f8fc 100%);
  color: #1a1f24;
  border-radius: 16px;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid #dfe6ee;
  border-left: 5px solid var(--ntn-red);
  box-shadow: 0 10px 24px rgba(10, 13, 17, .08);
}

.join-hero .kicker {
  color: #8a97a6;
}

.join-hero h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.join-form-shell {
  background: #fff;
  border: 1px solid #e4e9ef;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 26px rgba(10, 13, 17, .08);
}

.google-form-wrap {
  border: 1px solid #dfe6ee;
  border-radius: 12px;
  overflow: auto;
  background: #f7fafc;
  text-align: center;
  padding: 10px;
}

.google-form-wrap iframe {
  display: block;
  width: 100%;
  min-height: 1380px;
  height: 1380px;
  margin: 0 auto;
  border: 0;
}

.join-side-card {
  background: linear-gradient(150deg, #ffffff 0%, #f6f9fc 100%);
  border: 1px solid #dfe6ee;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(10, 13, 17, .07);
}

.join-side-card h2 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: .85rem;
}

.join-side-card ul {
  padding-left: 1.2rem;
}

.join-side-card li + li {
  margin-top: .3rem;
}

.press-detail {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(10, 13, 17, .08);
  padding: 28px;
  overflow: hidden;
}

.press-detail .press-cover {
  width: 100%;
  max-height: 420px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.press-detail img {
  max-width: 100%;
  height: auto;
}

.press-detail iframe {
  width: 100%;
  max-width: 100%;
  min-height: 315px;
  border: 0;
  border-radius: 10px;
  margin: .8rem 0 1rem;
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .92rem;
}

.page-breadcrumb a {
  text-decoration: none;
  color: #6a7683;
  font-weight: 600;
}

.page-breadcrumb a:hover {
  color: #8b111b;
}

.page-breadcrumb .current {
  color: #202833;
  font-weight: 700;
}

.contact-form-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e4e9ef;
  box-shadow: 0 14px 30px rgba(12, 16, 20, .08);
  padding: 22px;
}

.social-stack {
  background: linear-gradient(165deg, #0f141b, #1a212b);
  border-radius: 16px;
  padding: 20px;
  color: #fff;
}

.social-link-card {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  transition: border-color .2s ease, transform .2s ease;
}

.social-link-card:hover {
  color: #fff;
  border-color: rgba(247, 210, 75, .8);
  transform: translateY(-2px);
}

.social-link-card small {
  display: block;
  color: #c6ced8;
}

.icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(193, 18, 31, .2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-wrap svg {
  width: 20px;
  height: 20px;
  fill: #f7d24b;
}

.icon-wrap i {
  font-size: 18px;
  color: #f7d24b;
}

.social-link-card-mail {
  background: linear-gradient(135deg, rgba(15, 22, 32, .88), rgba(13, 34, 64, .88));
  border-color: rgba(255, 255, 255, .24);
}

.admin-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #e1e8ef;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: #fff;
}

.admin-shell .nav-pills .nav-link {
  font-weight: 700;
}

.admin-shell .nav-pills .nav-link.active {
  background: var(--ntn-red);
}

.admin-stat-card {
  background: linear-gradient(160deg, #ffffff, #f2f6fb);
  border: 1px solid #dfe6ee;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 8px 18px rgba(10, 13, 17, .06);
}

.admin-stat-card strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1.05;
}

.admin-editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-editor-mode {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}

.admin-html-textarea {
  font-family: "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: .9rem;
  min-height: 260px;
}

.admin-wysiwyg {
  min-height: 260px;
  font-size: 1rem;
  line-height: 1.5;
  background: #fff;
  overflow-y: auto;
}

.admin-wysiwyg:focus {
  border-color: #c1121f;
  box-shadow: 0 0 0 .2rem rgba(193, 18, 31, .16);
}

.admin-wysiwyg h2,
.admin-wysiwyg h3,
.admin-wysiwyg h4 {
  margin-top: .7rem;
}

.admin-wysiwyg p:last-child {
  margin-bottom: 0;
}

.admin-editor-note {
  margin-top: 6px;
}

.footer-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: border-color .2s ease, transform .2s ease;
}

.footer-social:hover {
  color: #fff;
  border-color: rgba(247, 210, 75, .9);
  transform: translateY(-1px);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

footer {
  background: #090c10;
}

@media (max-width: 768px) {
  .hero {
    min-height: 58vh;
  }

  .press-section-shell,
  .events-section-shell {
    padding: 1.1rem !important;
    border-radius: 14px;
  }

  .section-head-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-shell {
    padding: 1.1rem;
    border-radius: 14px;
  }

  .about-page-shell {
    padding: 0;
  }

  .about-hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-hero-logo {
    width: min(150px, 52vw);
  }

  .manifesto-logo-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .manifesto-logo {
    width: min(180px, 55vw);
  }

  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .google-form-wrap iframe {
    width: 100%;
    min-height: 1220px;
    height: 1220px;
  }

  .events-timeline {
    padding-left: 1rem;
  }

  .events-timeline::before {
    left: .42rem;
  }

  .event-line-dot {
    left: -.9rem;
  }

  .timeline-mini-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-poster-portrait {
    max-width: 100%;
  }

  .event-detail-hero {
    grid-template-columns: 1fr;
  }

  .featured-event-image {
    min-height: 290px;
    max-height: 48vh;
  }
}

.events-section-shell .timeline-item-modern > .d-flex {
  margin-top: auto;
}
