/*
Theme Name: E-commerce Conference 2026
Theme URI: https://ecommerceconference.mk
Author: Webpigment
Author URI: https://webpigment.com
Description: Official theme for the 9th Regional E-commerce Conference, Skopje 2026.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.1
License: Proprietary
Text Domain: ecomconf2026
*/

/* ================================================================
   SKIP LINK (accessibility)
   ================================================================ */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
}
.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 0.75rem 1.5rem;
  background: #59CCC7;
  color: #020606;
  font-weight: 900;
  font-size: 1rem;
  text-decoration: none;
  z-index: 9999;
  outline: 3px solid #fff;
}

/* ================================================================
   ROOT GAP ZERO (block themes add blockGap; suppress it globally)
   ================================================================ */
.wp-block-group,
.wp-block-columns,
.wp-block-column,
.wp-block-post-content {
  row-gap: 0;
}

/* ================================================================
   NAVIGATION LINK COLOUR OVERRIDE
   ================================================================ */
.wp-block-navigation a,
.wp-block-navigation a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* ================================================================
   ARCHIVE / BLOG QUERY-LOOP BRIDGE
   Map core dynamic blocks (post-template / post-title / post-excerpt /
   post-terms / post-featured-image) onto the mockup's .article-card grid.
   ================================================================ */
/* The post-template <ul> carries the .articles-grid class; dissolve the
   per-post <li> so each .article-card becomes a direct grid item. */
ul.wp-block-post-template.articles-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.wp-block-post-template.articles-grid > li {
  display: contents;
}
/* kill flow-layout margin between the card's image row and body row */
.article-card > * {
  margin-top: 0;
  margin-bottom: 0;
}
/* featured image fills the .article-image aspect box */
.article-image .wp-block-post-featured-image,
.article-image .wp-block-post-featured-image a {
  display: block;
  height: 100%;
  margin: 0;
}
.article-image .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* core blocks inherit the mockup typography on the .article-* wrappers */
.article-type a,
.article-title a {
  color: inherit;
  text-decoration: none;
}
.article-title a:hover {
  color: var(--cyan);
}
.article-excerpt p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.article-excerpt .wp-block-post-excerpt__more-text {
  display: none;
}

/* ================================================================
   SCOPED SINGLE-POST READABILITY
   (Rule M — never emit unscoped wp-block-post-content max-width)
   ================================================================ */
body.single .wp-block-post-content > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* ================================================================
   VIDEO MODAL INTERACTIVITY
   ================================================================ */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}
.video-modal.active {
  display: grid;
}

/* === ported from index.html  scope=body.home === */

      @import url("https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800;900&display=swap");

      :root {
        --page-bg: #010404;
        --panel-bg: rgba(2, 18, 20, 0.78);
        --cyan: #59CCC7;
        --cyan-soft: rgba(89, 204, 199, 0.22);
        --cyan-line: rgba(89, 204, 199, 0.64);
        --yellow: #F3DE36;
        --violet: #D33CFF;
        --text: #ffffff;
        --muted: rgba(255, 255, 255, 0.78);
        --edge: rgba(255, 255, 255, 0.09);
        --font-main: "Onest", "Arial", "Helvetica Neue", sans-serif;
      }

      * {
        box-sizing: border-box;
      }

      body {
        margin: 0;
        background:
          radial-gradient(circle at 88% 7%, rgba(12, 182, 194, 0.16), transparent 24rem),
          radial-gradient(circle at 18% 45%, rgba(6, 160, 170, 0.12), transparent 20rem),
          var(--page-bg);
        color: var(--text);
        font-family: var(--font-main);
      }

      body.home .site-shell {
        min-height: 100vh;
        overflow: hidden;
      }

      body.home .hero-section {
        position: relative;
        isolation: isolate;
        min-height: 100vh;
        overflow: hidden;
        padding: 1.05rem clamp(1rem, 4vw, 4.5rem) clamp(2rem, 4vw, 4rem);
        background:
          linear-gradient(rgba(89, 204, 199, 0.055) 1px, transparent 1px),
          linear-gradient(90deg, rgba(89, 204, 199, 0.055) 1px, transparent 1px),
          radial-gradient(circle at 82% 34%, rgba(89, 204, 199, 0.3), transparent 24rem),
          radial-gradient(circle at 72% 21%, rgba(211, 60, 255, 0.28), transparent 21rem),
          radial-gradient(circle at 78% 55%, rgba(243, 222, 54, 0.12), transparent 17rem),
          linear-gradient(90deg, #020505 0 36%, rgba(3, 12, 16, 0.94) 52%, rgba(3, 9, 12, 0.82) 100%),
          #020505;
        background-size: 6.5rem 6.5rem, 6.5rem 6.5rem, auto, auto, auto, auto, auto;
      }

      body.home .hero-section::before {
        content: none;
      }

      body.home .hero-section::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 10rem;
        z-index: -1;
        background: linear-gradient(0deg, #020505, transparent);
      }

      body.home .hero-header,
      body.home .hero-inner,
      body.home .brand-strip,
      body.home .attendees-section,
      body.home .speakers-section,
      body.home .reviews-section,
      body.home .program-section,
      body.home .tickets-section,
      body.home .insights-section {
        width: min(100%, 1420px);
        margin: 0 auto;
      }

      body.home .hero-header {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: clamp(1.2rem, 2.8vw, 3rem);
        min-height: 4.5rem;
        position: relative;
        z-index: 10;
      }

      body.home .conference-logo {
        display: block;
        width: clamp(11rem, 16vw, 16.5rem);
        height: auto;
        transition: transform 220ms ease, filter 220ms ease;
      }

      body.home .conference-logo:hover {
        transform: translateY(-2px);
        filter: drop-shadow(0 0 13px rgba(89, 204, 199, 0.36));
      }

      body.home .main-nav {
        justify-self: center;
        display: flex;
        gap: clamp(1.2rem, 2.1vw, 2.35rem);
        align-items: center;
      }

      body.home .main-nav a {
        position: relative;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 850;
        text-decoration: none;
        text-transform: uppercase;
        transition: color 180ms ease, transform 180ms ease;
      }

      body.home .main-nav a:hover {
        color: var(--cyan);
        transform: translateY(-2px);
      }

      body.home .main-nav a.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -0.9rem;
        height: 3px;
        background: linear-gradient(90deg, #59CCC7, #f2d429);
      }

      .menu-toggle {
        display: none;
        justify-self: end;
        width: 3.1rem;
        height: 3.1rem;
        border: 1px solid rgba(89, 204, 199, 0.42);
        border-radius: 0.35rem;
        background: rgba(0, 0, 0, 0.42);
        color: #fff;
        cursor: pointer;
      }

      .menu-toggle span,
      .menu-toggle::before,
      .menu-toggle::after {
        content: "";
        display: block;
        width: 1.55rem;
        height: 2px;
        margin: 0.33rem auto;
        border-radius: 999px;
        background: currentColor;
        transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
      }

      .menu-toggle:hover {
        color: var(--cyan);
      }

      .hero-header.menu-open .menu-toggle::before {
        transform: translateY(0.43rem) rotate(45deg);
      }

      .hero-header.menu-open .menu-toggle span {
        opacity: 0;
      }

      .hero-header.menu-open .menu-toggle::after {
        transform: translateY(-0.43rem) rotate(-45deg);
      }

      body.home .ticket-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 3.6rem;
        padding: 0 2.05rem;
        border: 1px solid rgba(7, 243, 247, 0.55);
        border-radius: 0.35rem;
        background: var(--cyan);
        color: #020606;
        font-size: 0.88rem;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-decoration: none;
        text-transform: uppercase;
        box-shadow: 0 0 18px rgba(89, 204, 199, 0.28);
        transition: transform 190ms ease, background 190ms ease, box-shadow 190ms ease;
      }

      body.home .ticket-button:hover,
      body.home .primary-action:hover {
        transform: translateY(-3px);
        background: #72ddd8;
        box-shadow: 0 0 24px rgba(89, 204, 199, 0.42);
      }

      body.home .hero-inner {
        position: relative;
        display: grid;
        grid-template-columns: minmax(20rem, 0.82fr) minmax(28rem, 1.18fr);
        align-items: center;
        gap: clamp(1rem, 2vw, 2.6rem);
        min-height: clamp(36rem, 68vh, 45rem);
        padding-top: clamp(0.9rem, 2.3vw, 2.2rem);
        padding-bottom: clamp(1.6rem, 3vw, 3rem);
      }

      body.home .hero-inner::before {
        content: none;
      }

      body.home .hero-copy {
        position: relative;
        z-index: 5;
        max-width: 42rem;
      }

      body.home .hero-kicker {
        margin: 0 0 1.05rem;
        color: var(--cyan);
        font-size: clamp(0.78rem, 1vw, 1.02rem);
        font-weight: 850;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      body.home .hero-eyebrow {
        margin: 0 0 0.25rem;
        font-size: clamp(1.42rem, 2.15vw, 2.25rem);
        font-weight: 900;
        line-height: 1.05;
      }

      body.home .hero-title {
        margin: 0 0 0.75rem;
        color: var(--cyan);
        font-size: clamp(3.85rem, 6.25vw, 6.65rem);
        font-weight: 900;
        line-height: 0.8;
        text-transform: uppercase;
        text-shadow:
          0 3px 0 rgba(255, 255, 255, 0.22),
          0 0 24px rgba(89, 204, 199, 0.35);
      }

      body.home .hero-subtitle {
        max-width: 32rem;
        margin: 0 0 1.25rem;
        font-size: clamp(1rem, 1.32vw, 1.34rem);
        font-weight: 850;
        line-height: 1.18;
      }

      body.home .event-meta {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
        gap: 1.1rem;
        margin: 0 0 1.1rem;
      }

      body.home .hero-meta-item {
        display: grid;
        grid-template-columns: 2.15rem 1fr;
        align-items: center;
        gap: 0.7rem;
        min-width: 0;
      }

      body.home .hero-meta-item + .hero-meta-item {
        padding-left: 1.5rem;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
      }

      body.home .hero-meta-title {
        margin: 0;
        font-weight: 850;
        line-height: 1.1;
        text-transform: uppercase;
      }

      body.home .hero-meta-text {
        margin: 0.15rem 0 0;
        color: rgba(255, 255, 255, 0.86);
        font-weight: 700;
      }

      body.home .hero-stats {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.75rem;
        margin: 0 0 1.25rem;
      }

      body.home .hero-stat {
        display: grid;
        grid-template-columns: 1.95rem 1fr;
        align-items: center;
        gap: 0.55rem;
        min-width: 0;
      }

      body.home .hero-stat strong {
        display: block;
        font-size: 1rem;
        line-height: 1;
      }

      body.home .hero-stat span {
        display: block;
        margin-top: 0.18rem;
        font-size: 0.62rem;
        font-weight: 850;
        line-height: 1.05;
        text-transform: uppercase;
      }

      body.home .gold-icon {
        color: var(--yellow);
      }

      body.home .purple-icon {
        color: var(--violet);
      }

      body.home .white-icon {
        color: var(--cyan);
      }

      body.home .gray-icon {
        color: rgba(232, 238, 240, 0.84);
      }

      body.home .hero-actions {
        display: grid;
        grid-template-columns: minmax(12.75rem, 15rem) minmax(14.5rem, 18.5rem);
        gap: 1rem;
        align-items: center;
      }

      body.home .primary-action,
      body.home .video-action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 3.45rem;
        border-radius: 0.35rem;
        font-weight: 900;
        letter-spacing: 0.05em;
        text-decoration: none;
        text-transform: uppercase;
        transition: transform 190ms ease, border-color 190ms ease, background 190ms ease, box-shadow 190ms ease, color 190ms ease;
      }

      body.home .primary-action {
        min-width: 15rem;
        border: 1px solid rgba(7, 243, 247, 0.55);
        background: var(--cyan);
        color: #020606;
        box-shadow: 0 0 19px rgba(89, 204, 199, 0.28);
      }

      body.home .video-action {
        gap: 0.85rem;
        min-width: 18.5rem;
        border: 1px solid rgba(89, 204, 199, 0.28);
        background: rgba(0, 0, 0, 0.55);
        color: #fff;
        cursor: pointer;
        font-family: var(--font-main);
      }

      body.home .video-action:hover {
        transform: translateY(-3px);
        border-color: rgba(89, 204, 199, 0.7);
        background: rgba(89, 204, 199, 0.1);
        box-shadow: 0 0 20px rgba(89, 204, 199, 0.18);
      }

      body.home .hero-visual {
        position: relative;
        align-self: stretch;
        min-height: clamp(34rem, 68vh, 47rem);
        z-index: 3;
      }

      body.home .hero-visual::before {
        content: "";
        position: absolute;
        inset: 3% 0 0 8%;
        z-index: 1;
        background:
          radial-gradient(circle at 48% 33%, rgba(211, 60, 255, 0.44), transparent 23rem),
          radial-gradient(circle at 70% 46%, rgba(243, 222, 54, 0.26), transparent 18rem),
          radial-gradient(circle at 66% 66%, rgba(89, 204, 199, 0.45), transparent 25rem);
        filter: blur(18px);
        opacity: 0.72;
      }

      body.home .hero-visual::after {
        content: none;
      }

      body.home .traffic-visual {
        position: absolute;
        right: clamp(-5rem, -4vw, -1.2rem);
        top: clamp(-2rem, -3vw, -0.5rem);
        z-index: 2;
        width: min(66vw, 58rem);
        height: min(68vh, 48rem);
        object-fit: contain;
        object-position: center right;
        filter:
          drop-shadow(0 0 42px rgba(89, 204, 199, 0.34))
          drop-shadow(-18px 0 44px rgba(211, 60, 255, 0.18));
        -webkit-mask-image: linear-gradient(180deg, #000 0 78%, rgba(0, 0, 0, 0.92) 88%, transparent 100%);
        mask-image: linear-gradient(180deg, #000 0 78%, rgba(0, 0, 0, 0.92) 88%, transparent 100%);
      }

      body.home .hero-rating {
        position: absolute;
        right: clamp(1rem, 4vw, 4.2rem);
        bottom: clamp(2rem, 6vw, 5rem);
        z-index: 4;
        display: grid;
        grid-template-columns: 3.25rem auto auto;
        align-items: center;
        gap: 0.9rem;
        min-width: min(100%, 22rem);
        padding: 1rem 1.1rem;
        border: 1px solid rgba(89, 204, 199, 0.34);
        border-radius: 0.55rem;
        background: rgba(2, 15, 17, 0.78);
        box-shadow: 0 14px 35px rgba(0, 0, 0, 0.42), inset 0 0 18px rgba(89, 204, 199, 0.07);
        backdrop-filter: blur(10px);
      }

      body.home .rating-star {
        display: grid;
        place-items: center;
        width: 3.1rem;
        height: 3.1rem;
        border: 2px solid var(--yellow);
        border-radius: 50%;
        color: var(--yellow);
      }

      body.home .rating-star svg {
        width: 1.75rem;
        height: 1.75rem;
      }

      body.home .rating-score {
        display: grid;
        gap: 0.18rem;
      }

      body.home .rating-score strong {
        font-size: 1.45rem;
        line-height: 1;
      }

      body.home .rating-score span {
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.82rem;
        font-weight: 650;
      }

      body.home .rating-avatars {
        display: flex;
        margin-left: 0.4rem;
      }

      body.home .rating-avatars span {
        width: 1.7rem;
        height: 1.7rem;
        margin-left: -0.42rem;
        border: 1px solid rgba(255, 255, 255, 0.85);
        border-radius: 50%;
        background:
          linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
          url("https://i0.wp.com/ecommerceconference.mk/wp-content/uploads/2026/02/24.png?fit=200%2C200&ssl=1") center / cover;
        box-shadow: 0 0 0 1px rgba(2, 15, 17, 0.85);
      }

      body.home .rating-avatars span:nth-child(2) {
        background:
          linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
          url("https://i0.wp.com/ecommerceconference.mk/wp-content/uploads/2026/02/23.png?fit=200%2C200&ssl=1") center / cover;
      }

      body.home .rating-avatars span:nth-child(3) {
        background:
          linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
          url("https://i0.wp.com/ecommerceconference.mk/wp-content/uploads/2026/02/26.png?fit=200%2C200&ssl=1") center / cover;
      }

      body.home .rating-avatars span:nth-child(4) {
        background:
          linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
          url("https://i0.wp.com/ecommerceconference.mk/wp-content/uploads/2026/02/35.png?fit=200%2C200&ssl=1") center / cover;
      }

      body.home .video-modal {
        position: fixed;
        inset: 0;
        z-index: 100;
        display: none;
        place-items: center;
        padding: clamp(1rem, 4vw, 3rem);
        background: rgba(0, 0, 0, 0.78);
        backdrop-filter: blur(10px);
      }

      body.home .video-modal.active {
        display: grid;
      }

      body.home .video-modal-panel {
        position: relative;
        width: min(100%, 960px);
        border: 1px solid rgba(89, 204, 199, 0.48);
        border-radius: 0.65rem;
        background: #030909;
        box-shadow: 0 0 46px rgba(89, 204, 199, 0.18);
      }

      body.home .video-modal-close {
        position: absolute;
        top: -3.2rem;
        right: 0;
        width: 2.7rem;
        height: 2.7rem;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.72);
        color: #fff;
        font-size: 1.5rem;
        cursor: pointer;
        transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
      }

      body.home .video-modal-close:hover {
        transform: rotate(90deg) scale(1.05);
        border-color: var(--cyan);
        color: var(--cyan);
      }

      body.home .video-frame {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        border: 0;
        border-radius: 0.65rem;
      }

      body.home .play-icon {
        display: grid;
        place-items: center;
        width: 2.15rem;
        height: 2.15rem;
        border: 2px solid rgba(255, 255, 255, 0.82);
        border-radius: 50%;
      }

      body.home .play-icon::before {
        content: "";
        width: 0;
        height: 0;
        margin-left: 0.18rem;
        border-top: 0.42rem solid transparent;
        border-bottom: 0.42rem solid transparent;
        border-left: 0.65rem solid #fff;
      }

      body.home .brand-strip {
        position: relative;
        z-index: 4;
        padding: 1rem 0 1.65rem;
        border-top: 1px solid rgba(89, 204, 199, 0.14);
        background: rgba(1, 10, 14, 0.42);
      }

      body.home .brand-label {
        margin: 0 0 1.25rem;
        color: var(--cyan);
        text-align: center;
        font-size: 0.82rem;
        font-weight: 950;
        letter-spacing: 0.06em;
        text-transform: uppercase;
      }

      body.home .brand-list {
        overflow: hidden;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
        mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
      }

      body.home .brand-track {
        display: flex;
        width: max-content;
        gap: clamp(1.1rem, 2vw, 2.25rem);
        align-items: center;
        animation: brandRotate 72s linear infinite;
      }

      body.home .brand-list:hover .brand-track {
        animation-play-state: paused;
      }

      body.home .brand-logo {
        display: grid;
        place-items: center;
        flex: 0 0 clamp(8rem, 10vw, 11.5rem);
        height: 4.25rem;
        padding: 0.5rem 0.8rem;
        border: 1px solid rgba(89, 204, 199, 0.12);
        border-radius: 0.35rem;
        background: rgba(255, 255, 255, 0.025);
        transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, filter 180ms ease;
      }

      body.home .brand-logo:hover {
        transform: translateY(-2px);
        border-color: rgba(89, 204, 199, 0.42);
        background: rgba(89, 204, 199, 0.055);
        filter: drop-shadow(0 0 10px rgba(89, 204, 199, 0.18));
      }

      body.home .brand-logo img {
        display: block;
        width: 100%;
        max-width: 9.75rem;
        height: 2.9rem;
        object-fit: contain;
      }

      @keyframes brandRotate {
        from {
          transform: translateX(0);
        }

        to {
          transform: translateX(calc(-50% - clamp(0.55rem, 1vw, 1.125rem)));
        }
      }

      body.home .attendees-section {
        position: relative;
        z-index: 4;
        padding: clamp(2rem, 4vw, 3.4rem) 0 clamp(2.6rem, 5vw, 4.4rem);
        background:
          radial-gradient(circle at 8% 20%, rgba(89, 204, 199, 0.07), transparent 20rem),
          radial-gradient(circle at 93% 8%, rgba(89, 204, 199, 0.05), transparent 18rem);
      }

      body.home .attendees-kicker {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.1rem;
        margin: 0 0 0.85rem;
        color: var(--cyan);
        font-size: 0.9rem;
        font-weight: 900;
        letter-spacing: 0.05em;
        text-align: center;
        text-transform: uppercase;
      }

      body.home .attendees-kicker::before,
      body.home .attendees-kicker::after {
        content: "";
        width: min(8vw, 5.7rem);
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(89, 204, 199, 0.55));
      }

      body.home .attendees-kicker::after {
        background: linear-gradient(90deg, rgba(89, 204, 199, 0.55), transparent);
      }

      body.home .attendees-title {
        margin: 0 0 clamp(1.8rem, 3vw, 2.8rem);
        text-align: center;
        font-size: clamp(1.55rem, 2.2vw, 2.25rem);
        font-weight: 900;
        line-height: 1.15;
      }

      body.home .attendees-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: clamp(1rem, 2vw, 1.65rem);
      }

      body.home .attendee-card {
        min-height: 17rem;
        padding: clamp(1.35rem, 2vw, 1.7rem) 1.25rem;
        border: 1px solid rgba(89, 204, 199, 0.22);
        border-radius: 0.55rem;
        background: linear-gradient(180deg, rgba(8, 28, 31, 0.72), rgba(3, 12, 14, 0.68));
        box-shadow:
          inset 0 0 0 1px rgba(255, 255, 255, 0.025),
          0 0 22px rgba(89, 204, 199, 0.06);
        text-align: center;
        transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease, background 190ms ease;
      }

      body.home .attendee-card:hover {
        transform: translateY(-5px);
        border-color: rgba(89, 204, 199, 0.58);
        background: linear-gradient(180deg, rgba(10, 39, 43, 0.86), rgba(3, 12, 14, 0.76));
        box-shadow:
          inset 0 0 0 1px rgba(255, 255, 255, 0.035),
          0 0 30px rgba(89, 204, 199, 0.16);
      }

      body.home .attendee-icon-wrap {
        display: grid;
        place-items: center;
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 auto 1.55rem;
        border: 1px solid rgba(89, 204, 199, 0.16);
        border-radius: 50%;
        background: radial-gradient(circle, rgba(89, 204, 199, 0.14), rgba(7, 10, 18, 0.78) 68%);
        color: var(--cyan);
        box-shadow: 0 0 22px rgba(89, 204, 199, 0.16);
        transition: transform 190ms ease, box-shadow 190ms ease;
      }

      body.home .attendee-card:hover .attendee-icon-wrap {
        transform: scale(1.06);
        box-shadow: 0 0 28px rgba(89, 204, 199, 0.26);
      }

      body.home .attendee-icon {
        width: 2.85rem;
        height: 2.85rem;
      }

      body.home .attendee-card.magenta .attendee-icon-wrap {
        color: #f27bff;
        background: radial-gradient(circle, rgba(242, 123, 255, 0.15), rgba(7, 10, 18, 0.78) 68%);
        box-shadow: 0 0 22px rgba(242, 123, 255, 0.15);
      }

      body.home .attendee-card.gold .attendee-icon-wrap {
        color: #f0cf2d;
        background: radial-gradient(circle, rgba(240, 207, 45, 0.16), rgba(7, 10, 18, 0.78) 68%);
        box-shadow: 0 0 22px rgba(240, 207, 45, 0.14);
      }

      body.home .attendee-card h2 {
        margin: 0 0 1.1rem;
        font-size: clamp(1.05rem, 1.35vw, 1.45rem);
        font-weight: 900;
        line-height: 1.12;
      }

      body.home .attendee-card p {
        margin: 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: clamp(0.86rem, 1vw, 1rem);
        font-weight: 600;
        line-height: 1.45;
      }

      body.home .speakers-section {
        position: relative;
        z-index: 4;
        padding: clamp(1.6rem, 3.5vw, 3rem) 0 clamp(2.5rem, 5vw, 4.2rem);
        overflow: hidden;
        background:
          radial-gradient(circle at 12% 28%, rgba(89, 204, 199, 0.08), transparent 18rem),
          radial-gradient(circle at 92% 12%, rgba(89, 204, 199, 0.06), transparent 16rem);
      }

      body.home .speakers-header {
        display: flex;
        align-items: start;
        justify-content: space-between;
        gap: 1.5rem;
        margin-bottom: 1.35rem;
      }

      body.home .speakers-kicker {
        margin: 0 0 0.25rem;
        color: var(--cyan);
        font-size: 1rem;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
      }

      body.home .speakers-title {
        margin: 0;
        font-size: clamp(1.45rem, 2vw, 2.1rem);
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
      }

      body.home .speakers-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 3rem;
        padding: 0 1.4rem;
        border: 1px solid rgba(89, 204, 199, 0.38);
        border-radius: 0.35rem;
        color: var(--cyan);
        background: rgba(0, 0, 0, 0.34);
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.04em;
        text-decoration: none;
        text-transform: uppercase;
        transition: transform 190ms ease, background 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
      }

      body.home .speakers-button:hover {
        transform: translateY(-2px);
        border-color: rgba(89, 204, 199, 0.74);
        background: rgba(89, 204, 199, 0.09);
        box-shadow: 0 0 18px rgba(89, 204, 199, 0.13);
      }

      body.home .speakers-carousel {
        position: relative;
        overflow: hidden;
        padding-right: 3.2rem;
      }

      body.home .speakers-carousel::before,
      body.home .speakers-carousel::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 3;
        width: 5rem;
        pointer-events: none;
      }

      body.home .speakers-carousel::before {
        left: 0;
        background: linear-gradient(90deg, #020505, transparent);
      }

      body.home .speakers-carousel::after {
        right: 0;
        background: linear-gradient(90deg, transparent, #020505);
      }

      body.home .speaker-track {
        display: flex;
        gap: 1.15rem;
        width: max-content;
        animation: speaker-scroll 58s linear infinite;
      }

      body.home .speakers-carousel:hover .speaker-track {
        animation-play-state: paused;
      }

      @keyframes speaker-scroll {
        from {
          transform: translateX(0);
        }

        to {
          transform: translateX(calc(-50% - 0.575rem));
        }
      }

      body.home .speaker-card {
        flex: 0 0 clamp(9rem, 13vw, 13.2rem);
        overflow: hidden;
        border: 1px solid rgba(89, 204, 199, 0.22);
        border-radius: 0.45rem;
        background: rgba(8, 25, 28, 0.8);
        box-shadow: 0 0 22px rgba(89, 204, 199, 0.06);
        transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
      }

      body.home .speaker-card:hover {
        transform: translateY(-4px);
        border-color: rgba(89, 204, 199, 0.62);
        box-shadow: 0 0 26px rgba(89, 204, 199, 0.16);
      }

      body.home .speaker-photo {
        display: grid;
        place-items: center;
        height: clamp(7.4rem, 11vw, 10.5rem);
        overflow: hidden;
        color: rgba(255, 255, 255, 0.88);
        font-size: clamp(3rem, 5vw, 5rem);
        font-weight: 900;
        background:
          radial-gradient(circle at 50% 31%, rgba(255, 255, 255, 0.7) 0 1.45rem, transparent 1.5rem),
          linear-gradient(145deg, rgba(255, 255, 255, 0.35), rgba(10, 24, 27, 0.8) 58%),
          #d8d8d8;
      }

      body.home .speaker-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
      }

      body.home .speaker-card:nth-child(2n) .speaker-photo {
        background:
          radial-gradient(circle at 50% 31%, rgba(255, 255, 255, 0.76) 0 1.45rem, transparent 1.5rem),
          linear-gradient(145deg, #d8d0c8, #071b20 70%);
      }

      body.home .speaker-card:nth-child(3n) .speaker-photo {
        background:
          radial-gradient(circle at 50% 31%, rgba(255, 255, 255, 0.72) 0 1.45rem, transparent 1.5rem),
          linear-gradient(145deg, #9fc4cd, #05151a 68%);
      }

      body.home .speaker-info {
        min-height: 7rem;
        padding: 0.85rem 0.95rem 1rem;
        background: linear-gradient(135deg, #7edfd9, var(--cyan));
        color: #001113;
      }

      body.home .speaker-name {
        margin: 0 0 0.38rem;
        font-size: 0.88rem;
        font-weight: 900;
        line-height: 1.05;
        text-transform: uppercase;
      }

      body.home .speaker-role {
        margin: 0 0 0.55rem;
        font-size: 0.68rem;
        font-weight: 650;
        line-height: 1.15;
      }

      body.home .speaker-company {
        margin: 0;
        font-size: clamp(0.9rem, 1.25vw, 1.2rem);
        font-weight: 900;
        line-height: 1;
      }

      body.home .speaker-dots {
        display: flex;
        justify-content: center;
        gap: 0.45rem;
        margin-top: 0.95rem;
      }

      body.home .speaker-dot {
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.35);
      }

      body.home .speaker-dot.active {
        background: var(--cyan);
        box-shadow: 0 0 10px rgba(89, 204, 199, 0.65);
      }

      body.home .reviews-section {
        position: relative;
        z-index: 4;
        padding: clamp(1rem, 2.2vw, 1.7rem) 0 clamp(2.1rem, 4vw, 3.4rem);
      }

      body.home .reviews-grid {
        display: grid;
        grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
        align-items: stretch;
        gap: 0.9rem;
      }

      body.home .quote-panel,
      body.home .review-media-panel {
        overflow: hidden;
        border: 1px solid rgba(89, 204, 199, 0.2);
        border-radius: 0.6rem;
        background: rgba(5, 20, 22, 0.74);
        box-shadow:
          inset 0 0 0 1px rgba(255, 255, 255, 0.025),
          0 0 28px rgba(89, 204, 199, 0.06);
      }

      body.home .quote-panel {
        position: relative;
        min-height: clamp(15.5rem, 20vw, 19.5rem);
        padding: clamp(1.5rem, 2.5vw, 2.35rem);
        background:
          linear-gradient(90deg, rgba(4, 8, 12, 0.9), rgba(4, 8, 12, 0.52)),
          radial-gradient(circle at 60% 28%, rgba(255, 206, 166, 0.38) 0 0.75rem, transparent 0.8rem),
          radial-gradient(circle at 76% 44%, rgba(255, 206, 166, 0.32) 0 0.7rem, transparent 0.75rem),
          radial-gradient(circle at 86% 64%, rgba(255, 206, 166, 0.3) 0 0.72rem, transparent 0.78rem),
          linear-gradient(135deg, rgba(44, 30, 68, 0.9), rgba(3, 8, 10, 0.94));
      }

      body.home .about-label {
        position: relative;
        z-index: 1;
        margin: 0 0 0.7rem;
        color: var(--cyan);
        font-size: 0.9rem;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      body.home .quote-panel::after {
        content: "";
        position: absolute;
        inset: 0;
        opacity: 0.18;
        background:
          linear-gradient(110deg, transparent 0 55%, rgba(255, 255, 255, 0.18) 56%, transparent 58%),
          repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 3.2rem);
        pointer-events: none;
      }

      body.home .quote-text {
        position: relative;
        z-index: 1;
        margin: 0 0 1rem;
        max-width: 28rem;
        font-size: clamp(1rem, 1.28vw, 1.38rem);
        font-weight: 850;
        line-height: 1.32;
      }

      body.home .quote-person {
        position: relative;
        z-index: 1;
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: clamp(0.9rem, 1vw, 1.08rem);
        font-weight: 800;
      }

      body.home .review-media-panel {
        display: grid;
        grid-template-rows: auto 1fr;
        gap: 0.95rem;
        padding: clamp(0.95rem, 1.45vw, 1.35rem);
        background: linear-gradient(135deg, rgba(3, 42, 43, 0.78), rgba(4, 17, 18, 0.88));
      }

      body.home .review-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
        padding: clamp(0.9rem, 1.35vw, 1.2rem);
        border: 1px solid rgba(89, 204, 199, 0.12);
        border-radius: 0.45rem;
        background: rgba(89, 204, 199, 0.055);
      }

      body.home .review-stat {
        display: grid;
        grid-template-columns: 3rem 1fr;
        align-items: center;
        gap: 0.8rem;
        min-width: 0;
      }

      body.home .review-stat-icon {
        display: grid;
        place-items: center;
        width: 2.85rem;
        height: 2.85rem;
        color: var(--cyan);
        border: 1px solid rgba(89, 204, 199, 0.18);
        border-radius: 50%;
        background: radial-gradient(circle, rgba(89, 204, 199, 0.12), rgba(3, 10, 12, 0.55) 70%);
      }

      body.home .review-stat:nth-child(1) .review-stat-icon {
        color: var(--violet);
        border-color: rgba(211, 60, 255, 0.28);
        background: radial-gradient(circle, rgba(211, 60, 255, 0.18), rgba(3, 10, 12, 0.55) 70%);
      }

      body.home .review-stat:nth-child(2) .review-stat-icon {
        color: var(--yellow);
        border-color: rgba(255, 227, 77, 0.32);
        background: radial-gradient(circle, rgba(255, 227, 77, 0.17), rgba(3, 10, 12, 0.55) 70%);
      }

      body.home .review-stat:nth-child(3) .review-stat-icon {
        color: var(--cyan);
      }

      body.home .review-stat-icon svg {
        width: 1.9rem;
        height: 1.9rem;
      }

      body.home .review-stat strong {
        display: block;
        margin-bottom: 0.15rem;
        font-size: clamp(1.25rem, 1.55vw, 1.75rem);
        font-weight: 900;
        line-height: 1;
      }

      body.home .review-stat span {
        display: block;
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.78rem;
        font-weight: 700;
      }

      body.home .review-gallery {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        align-items: stretch;
      }

      body.home .review-photo {
        display: block;
        overflow: hidden;
        aspect-ratio: 1.7 / 1;
        min-height: 0;
        border-radius: 0.4rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background:
          radial-gradient(circle at 22% 62%, rgba(255, 218, 186, 0.75) 0 0.75rem, transparent 0.8rem),
          radial-gradient(circle at 42% 50%, rgba(255, 218, 186, 0.78) 0 0.7rem, transparent 0.75rem),
          radial-gradient(circle at 64% 64%, rgba(255, 218, 186, 0.72) 0 0.82rem, transparent 0.88rem),
          linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(6, 18, 21, 0.8)),
          #142429;
        box-shadow: inset 0 -4rem 4rem rgba(0, 0, 0, 0.38);
        transition: transform 190ms ease, border-color 190ms ease, filter 190ms ease;
      }

      body.home .review-photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }

      body.home .review-photo:nth-child(1) img {
        object-position: center 42%;
      }

      body.home .review-photo:nth-child(2) img {
        object-position: center 38%;
      }

      body.home .review-photo:hover {
        transform: translateY(-3px);
        border-color: rgba(89, 204, 199, 0.38);
        filter: brightness(1.08);
      }

      body.home .review-photo:nth-child(2) {
        background:
          radial-gradient(circle at 26% 38%, rgba(255, 218, 186, 0.78) 0 0.68rem, transparent 0.73rem),
          radial-gradient(circle at 54% 52%, rgba(255, 218, 186, 0.72) 0 0.76rem, transparent 0.81rem),
          radial-gradient(circle at 76% 45%, rgba(255, 218, 186, 0.76) 0 0.72rem, transparent 0.77rem),
          linear-gradient(135deg, rgba(82, 194, 209, 0.22), rgba(13, 17, 19, 0.86)),
          #17292e;
      }

      body.home .review-photo:nth-child(3) {
        background:
          radial-gradient(circle at 45% 39%, rgba(255, 218, 186, 0.74) 0 0.7rem, transparent 0.75rem),
          linear-gradient(135deg, rgba(124, 74, 184, 0.3), rgba(8, 13, 16, 0.88)),
          #111820;
      }

      body.home .review-photo:nth-child(4) {
        background:
          radial-gradient(circle at 30% 40%, rgba(255, 218, 186, 0.75) 0 0.76rem, transparent 0.82rem),
          radial-gradient(circle at 54% 54%, rgba(255, 218, 186, 0.7) 0 0.66rem, transparent 0.72rem),
          radial-gradient(circle at 78% 38%, rgba(255, 218, 186, 0.75) 0 0.74rem, transparent 0.8rem),
          linear-gradient(135deg, rgba(232, 172, 104, 0.24), rgba(7, 14, 16, 0.86)),
          #221a14;
      }

      body.home .program-section {
        position: relative;
        z-index: 4;
        padding: clamp(1.2rem, 3vw, 2.4rem) 0 clamp(2.2rem, 5vw, 4.2rem);
        background:
          linear-gradient(rgba(89, 204, 199, 0.035) 1px, transparent 1px),
          linear-gradient(90deg, rgba(89, 204, 199, 0.035) 1px, transparent 1px);
        background-size: 5rem 5rem;
      }

      body.home .program-grid {
        display: grid;
        grid-template-columns: minmax(20rem, 0.9fr) minmax(31rem, 1.65fr);
        gap: clamp(1.4rem, 2.4vw, 2rem);
        align-items: start;
      }

      body.home .expect-kicker {
        margin: 0 0 1rem;
        color: var(--cyan);
        font-size: 1rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.home .expect-list {
        display: grid;
        gap: 1rem;
      }

      body.home .expect-card {
        display: grid;
        grid-template-columns: 4.4rem 1fr 2.6rem;
        align-items: center;
        gap: 1.25rem;
        min-height: 7.8rem;
        padding: 1.25rem 1.45rem;
        border: 1px solid rgba(89, 204, 199, 0.32);
        border-radius: 0.6rem;
        background:
          linear-gradient(180deg, rgba(89, 204, 199, 0.1), rgba(4, 15, 17, 0.72)),
          rgba(5, 20, 22, 0.82);
        transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
      }

      body.home .expect-card:hover {
        transform: translateY(-3px);
        border-color: rgba(89, 204, 199, 0.72);
        box-shadow: 0 0 24px rgba(89, 204, 199, 0.15);
      }

      body.home .expect-number {
        color: var(--cyan);
        font-size: clamp(1.55rem, 2vw, 2rem);
        font-weight: 900;
      }

      body.home .expect-card h2 {
        margin: 0 0 0.35rem;
        font-size: clamp(1.2rem, 1.6vw, 1.65rem);
        font-weight: 900;
        line-height: 1.16;
        text-transform: uppercase;
      }

      body.home .expect-card p {
        margin: 0;
        color: rgba(255, 255, 255, 0.66);
        font-size: 0.95rem;
        font-weight: 650;
      }

      body.home .expect-icon {
        width: 2.1rem;
        height: 2.1rem;
        color: var(--cyan);
        justify-self: end;
      }

      body.home .agenda-card {
        display: grid;
        grid-template-columns: minmax(20rem, 0.95fr) minmax(18rem, 1.05fr);
        overflow: hidden;
        min-height: 31rem;
        border: 1px solid rgba(89, 204, 199, 0.36);
        border-radius: 0.6rem;
        background: rgba(3, 15, 17, 0.86);
      }

      body.home .agenda-content {
        padding: clamp(1.5rem, 2.6vw, 2.35rem);
      }

      body.home .agenda-kicker {
        margin: 0 0 1.1rem;
        color: rgba(255, 255, 255, 0.9);
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
      }

      body.home .agenda-title {
        margin: 0 0 1.3rem;
        font-size: clamp(1.45rem, 2vw, 2.05rem);
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
      }

      body.home .agenda-tabs {
        display: inline-grid;
        grid-template-columns: 1fr 1.35fr;
        overflow: hidden;
        margin-bottom: 1.35rem;
        border: 1px solid rgba(89, 204, 199, 0.26);
        border-radius: 0.35rem;
        box-shadow: 0 0 18px rgba(89, 204, 199, 0.08);
      }

      body.home .agenda-tab {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        min-height: 3.2rem;
        padding: 0 1.3rem;
        border: 0;
        color: #051113;
        background: var(--cyan);
        font-family: inherit;
        font-size: 0.9rem;
        font-weight: 900;
        text-transform: uppercase;
        white-space: nowrap;
        cursor: pointer;
        transition: background 180ms ease, color 180ms ease, filter 180ms ease, box-shadow 180ms ease;
      }

      body.home .agenda-tab::after {
        content: "›";
        display: inline-block;
        font-size: 1.15rem;
        line-height: 1;
        transform: translateY(-0.02rem);
        transition: transform 180ms ease;
      }

      body.home .agenda-tab:not(.active) {
        color: #fff;
        background: #451274;
      }

      body.home .agenda-tab:hover,
      body.home .agenda-tab:focus-visible {
        filter: brightness(1.12);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
        outline: none;
      }

      body.home .agenda-tab:hover::after,
      body.home .agenda-tab:focus-visible::after {
        transform: translate(0.16rem, -0.02rem);
      }

      body.home .agenda-tab.active::after {
        content: "✓";
        font-size: 0.95rem;
        transform: none;
      }

      body.home .agenda-panel {
        display: none;
        min-height: 13.5rem;
        padding: clamp(1.2rem, 2vw, 1.65rem);
        border: 1px solid rgba(89, 204, 199, 0.18);
        border-radius: 0.45rem;
        background: rgba(89, 204, 199, 0.055);
      }

      body.home .agenda-panel.active {
        display: grid;
        align-content: center;
      }

      body.home .agenda-status {
        margin: 0 0 0.75rem;
        color: #fff;
        font-size: clamp(1.2rem, 1.8vw, 1.65rem);
        font-weight: 900;
        line-height: 1.2;
      }

      body.home .agenda-status-text {
        margin: 0;
        max-width: 28rem;
        color: rgba(255, 255, 255, 0.72);
        font-size: 1rem;
        font-weight: 650;
        line-height: 1.45;
      }

      body.home .agenda-visual {
        position: relative;
        min-height: 100%;
        overflow: hidden;
        background: #030607;
      }

      body.home .agenda-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background:
          linear-gradient(90deg, rgba(3, 7, 10, 0.78), rgba(3, 7, 10, 0.1) 48%, rgba(3, 7, 10, 0.4)),
          radial-gradient(circle at 92% 8%, rgba(211, 60, 255, 0.28), transparent 14rem),
          radial-gradient(circle at 18% 90%, rgba(89, 204, 199, 0.18), transparent 13rem);
        pointer-events: none;
      }

      body.home .agenda-visual::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        border: 1px solid rgba(89, 204, 199, 0.16);
        box-shadow: inset 0 0 44px rgba(3, 7, 10, 0.58);
        pointer-events: none;
      }

      body.home .agenda-photo {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0;
        transform: scale(1.035);
        transition: opacity 240ms ease, transform 750ms ease;
      }

      body.home .agenda-photo.active {
        opacity: 1;
        transform: scale(1);
      }

      body.home .agenda-photo[data-stage-image="main"] {
        object-position: center 42%;
      }

      body.home .agenda-photo[data-stage-image="hands"] {
        object-position: center 48%;
      }

      body.home .tickets-section {
        position: relative;
        z-index: 4;
        padding: 0 0 clamp(2.5rem, 5vw, 4.5rem);
      }

      body.home .tickets-panel {
        position: relative;
        overflow: hidden;
        display: grid;
        grid-template-columns: minmax(18rem, 0.46fr) minmax(32rem, 1fr);
        gap: clamp(1.4rem, 3vw, 3.2rem);
        padding: clamp(1.8rem, 3vw, 3.1rem);
        border: 1px solid rgba(89, 204, 199, 0.72);
        border-radius: 0.7rem;
        background:
          radial-gradient(circle at 8% 14%, rgba(89, 204, 199, 0.18), transparent 30%),
          radial-gradient(circle at 72% 80%, rgba(89, 204, 199, 0.12), transparent 34%),
          linear-gradient(120deg, rgba(5, 32, 34, 0.9), rgba(3, 13, 16, 0.94) 42%, rgba(1, 8, 11, 0.98));
        box-shadow: 0 0 38px rgba(89, 204, 199, 0.18), inset 0 0 50px rgba(89, 204, 199, 0.04);
      }

      body.home .tickets-panel::before {
        content: "";
        position: absolute;
        left: -1.5rem;
        bottom: -1rem;
        width: 18rem;
        height: 10rem;
        opacity: 0.55;
        background-image: radial-gradient(circle, rgba(89, 204, 199, 0.7) 0 1px, transparent 1.5px);
        background-size: 1.18rem 1.18rem;
        mask-image: linear-gradient(35deg, #000, transparent 78%);
        pointer-events: none;
      }

      body.home .ticket-hero,
      body.home .ticket-main {
        position: relative;
        z-index: 1;
      }

      body.home .ticket-hero {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: clamp(1.4rem, 3vw, 2.4rem);
      }

      body.home .ticket-pill {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
        width: fit-content;
        padding: 0.75rem 1.25rem;
        border: 1px solid rgba(89, 204, 199, 0.18);
        border-radius: 999px;
        background: rgba(89, 204, 199, 0.07);
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.95rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.home .ticket-pill svg,
      body.home .ticket-remaining-inline svg,
      body.home .ticket-metric-icon,
      body.home .ticket-benefit-icon {
        width: 2rem;
        height: 2rem;
        color: var(--cyan);
      }

      body.home .tickets-title {
        margin: 1.4rem 0 1.35rem;
        color: #fff;
        font-size: clamp(3.2rem, 5.8vw, 5.6rem);
        font-weight: 900;
        line-height: 0.94;
        text-transform: uppercase;
        text-shadow: 0 6px 0 rgba(255, 255, 255, 0.12);
      }

      body.home .tickets-title span {
        display: block;
        color: var(--cyan);
        text-shadow: 0 6px 0 rgba(89, 204, 199, 0.14);
      }

      body.home .tickets-subtitle {
        margin: 0;
        color: #fff;
        font-size: clamp(1.35rem, 2vw, 2rem);
        font-weight: 800;
        line-height: 1.45;
      }

      body.home .tickets-subtitle strong {
        color: var(--cyan);
        font-weight: 900;
      }

      body.home .ticket-left-line {
        width: 4rem;
        height: 2px;
        margin: 0 0 1.1rem;
        background: var(--cyan);
      }

      body.home .ticket-details {
        display: grid;
        gap: 1.45rem;
      }

      body.home .ticket-remaining-inline {
        display: flex;
        align-items: center;
        gap: 1rem;
      }

      body.home .ticket-remaining-inline .ticket-number {
        color: var(--cyan);
        font-size: clamp(2.4rem, 4vw, 4rem);
        font-weight: 900;
        line-height: 1;
      }

      body.home .ticket-remaining-inline p {
        margin: 0;
        color: #fff;
        font-size: clamp(1.05rem, 1.5vw, 1.45rem);
        font-weight: 800;
      }

      body.home .ticket-remaining-inline small {
        display: block;
        margin-top: 0.25rem;
        color: rgba(255, 255, 255, 0.62);
        font-size: 1rem;
        font-weight: 700;
      }

      body.home .ticket-metrics {
        display: grid;
        grid-template-columns: 0.95fr 1.08fr 0.98fr;
        gap: 1rem;
      }

      body.home .ticket-metric {
        display: grid;
        align-content: center;
        min-height: 11.5rem;
        padding: 1.45rem;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 0.65rem;
        background: rgba(3, 16, 19, 0.72);
        text-align: center;
        box-shadow: inset 0 0 35px rgba(89, 204, 199, 0.04);
        transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
      }

      body.home .ticket-metric:hover {
        transform: translateY(-3px);
        border-color: rgba(89, 204, 199, 0.44);
        box-shadow: 0 0 24px rgba(89, 204, 199, 0.12), inset 0 0 35px rgba(89, 204, 199, 0.06);
      }

      body.home .ticket-metric-label,
      body.home .ticket-metric-foot {
        margin: 0;
        color: var(--cyan);
        font-size: 0.95rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.home .ticket-metric-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.7rem;
      }

      body.home .ticket-metric-value {
        margin: 1.1rem 0 0.9rem;
        color: #fff;
        font-size: clamp(2.8rem, 4.4vw, 4.4rem);
        font-weight: 900;
        line-height: 1;
      }

      body.home .ticket-price-vat {
        color: rgba(255, 255, 255, 0.7);
        font-size: clamp(1.2rem, 1.7vw, 1.7rem);
        font-weight: 700;
      }

      body.home .ticket-metric-divider {
        width: 100%;
        height: 1px;
        margin: 0.75rem 0 1rem;
        background: rgba(255, 255, 255, 0.13);
      }

      body.home .ticket-metric-foot strong {
        color: var(--cyan);
      }

      body.home .ticket-countdown {
        display: flex;
        justify-content: center;
        gap: 0.7rem;
        margin: 1.25rem 0;
        color: #fff;
        font-size: clamp(2.2rem, 3vw, 3.05rem);
        font-weight: 900;
        line-height: 1;
        font-variant-numeric: tabular-nums;
      }

      body.home .ticket-countdown span {
        display: inline-flex;
        justify-content: center;
        min-width: 2.15ch;
      }

      body.home .ticket-countdown span:nth-child(even) {
        min-width: 0.35ch;
      }

      body.home .ticket-countdown-labels {
        display: flex;
        justify-content: center;
        gap: clamp(1.15rem, 2.2vw, 2rem);
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.9rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.home .ticket-left-word {
        margin: -0.4rem 0 0.45rem;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.home .ticket-progress {
        overflow: hidden;
        height: 0.55rem;
        border-radius: 999px;
        background: rgba(89, 204, 199, 0.15);
      }

      body.home .ticket-progress-fill {
        display: block;
        width: 78%;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, var(--cyan), rgba(89, 204, 199, 0.72));
        box-shadow: 0 0 14px rgba(89, 204, 199, 0.32);
      }

      body.home .ticket-includes-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin: 0.2rem 0 0;
        color: var(--cyan);
        font-size: clamp(1rem, 1.4vw, 1.35rem);
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
      }

      body.home .ticket-includes-title::before,
      body.home .ticket-includes-title::after {
        content: "";
        flex: 1;
        height: 1px;
        background: rgba(89, 204, 199, 0.35);
      }

      body.home .ticket-price-strip {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem 1.2rem;
        border: 1px solid rgba(255, 227, 77, 0.86);
        border-radius: 0.55rem;
        background:
          radial-gradient(circle at 12% 50%, rgba(255, 227, 77, 0.14), transparent 45%),
          rgba(3, 16, 19, 0.76);
        box-shadow:
          0 0 26px rgba(255, 227, 77, 0.24),
          inset 0 0 28px rgba(255, 227, 77, 0.08);
      }

      body.home .ticket-price-strip p {
        margin: 0;
      }

      body.home .ticket-price-label {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        color: var(--cyan);
        font-size: 0.95rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.home .ticket-price-label svg {
        width: 1.55rem;
        height: 1.55rem;
      }

      body.home .ticket-price-main {
        color: #fff;
        font-size: clamp(2.1rem, 3.2vw, 3.25rem);
        font-weight: 900;
        line-height: 1;
        white-space: nowrap;
      }

      body.home .ticket-price-main span {
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.15rem;
        font-weight: 800;
      }

      body.home .ticket-price-next {
        color: rgba(255, 255, 255, 0.64);
        font-size: 0.9rem;
        font-weight: 900;
        text-align: right;
        text-transform: uppercase;
      }

      body.home .ticket-price-next strong {
        color: var(--cyan);
      }

      body.home .ticket-benefits {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 0;
        padding: 1.25rem 0.7rem;
        border: 1px solid rgba(89, 204, 199, 0.2);
        border-radius: 0.55rem;
        background: rgba(2, 20, 22, 0.72);
      }

      body.home .ticket-benefit {
        display: grid;
        justify-items: center;
        align-content: start;
        gap: 0.58rem;
        min-height: 9.85rem;
        padding: 0 0.72rem;
        color: rgba(255, 255, 255, 0.84);
        text-align: center;
        overflow-wrap: anywhere;
      }

      body.home .ticket-benefit + .ticket-benefit {
        border-left: 1px solid rgba(255, 255, 255, 0.14);
      }

      body.home .ticket-benefit strong {
        display: block;
        color: #fff;
        min-height: 2.65em;
        font-size: clamp(0.82rem, 1vw, 1.04rem);
        font-weight: 900;
        line-height: 1.08;
      }

      body.home .ticket-benefit span {
        display: block;
        color: rgba(255, 255, 255, 0.68);
        font-size: clamp(0.68rem, 0.78vw, 0.82rem);
        font-weight: 700;
        line-height: 1.24;
      }

      body.home .ticket-benefit:nth-child(3n + 1) .ticket-benefit-icon {
        color: var(--violet);
      }

      body.home .ticket-benefit:nth-child(3n + 2) .ticket-benefit-icon {
        color: var(--cyan);
      }

      body.home .ticket-benefit:nth-child(3n) .ticket-benefit-icon {
        color: var(--yellow);
      }

      body.home .ticket-secure-note {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.7rem;
        margin: 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: 1.08rem;
        font-weight: 700;
      }

      body.home .ticket-secure-note svg {
        width: 1.45rem;
        height: 1.45rem;
        color: rgba(255, 255, 255, 0.82);
      }

      body.home .ticket-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 3.6rem;
        border-radius: 0.35rem;
        background: #ffe34d;
        color: #060606;
        font-size: clamp(0.95rem, 1.35vw, 1.25rem);
        font-weight: 900;
        letter-spacing: 0;
        text-decoration: none;
        text-transform: uppercase;
        transition: transform 190ms ease, box-shadow 190ms ease, background 190ms ease;
      }

      body.home .ticket-cta:hover {
        transform: translateY(-3px);
        background: #fff06e;
        box-shadow: 0 0 24px rgba(255, 227, 77, 0.32);
      }

      body.home .insights-section {
        position: relative;
        z-index: 4;
        padding: clamp(1rem, 2.8vw, 2rem) 0 clamp(2.4rem, 5vw, 4.2rem);
        border-top: 1px solid rgba(89, 204, 199, 0.12);
      }

      body.home .insights-grid {
        display: grid;
        grid-template-columns: minmax(16rem, 0.52fr) minmax(38rem, 1.48fr);
        gap: clamp(1.4rem, 3vw, 3rem);
        align-items: start;
      }

      body.home .insights-kicker {
        margin: 0 0 1rem;
        color: var(--cyan);
        font-size: 0.95rem;
        font-weight: 900;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      body.home .insights-title {
        margin: 0 0 2rem;
        max-width: 18rem;
        color: #fff;
        font-size: clamp(1.6rem, 2.25vw, 2.35rem);
        font-weight: 850;
        line-height: 1.25;
      }

      body.home .social-row {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
      }

      body.home .social-link {
        display: grid;
        place-items: center;
        width: 3rem;
        height: 3rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.86);
        background: rgba(0, 0, 0, 0.28);
        text-decoration: none;
        transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
      }

      body.home .social-link:hover {
        transform: translateY(-3px);
        border-color: rgba(89, 204, 199, 0.58);
        color: var(--cyan);
        box-shadow: 0 0 18px rgba(89, 204, 199, 0.14);
      }

      body.home .social-link svg {
        width: 1.35rem;
        height: 1.35rem;
      }

      body.home .articles-area {
        display: grid;
        gap: 1.15rem;
      }

      body.home .articles-top {
        display: flex;
        justify-content: flex-end;
      }

      body.home .articles-link {
        color: var(--cyan);
        font-size: 0.95rem;
        font-weight: 900;
        text-decoration: none;
        text-transform: uppercase;
        transition: opacity 180ms ease, transform 180ms ease;
      }

      body.home .articles-link:hover {
        opacity: 0.82;
        transform: translateY(-2px);
      }

      body.home .article-list {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: clamp(1rem, 1.8vw, 1.45rem);
      }

      body.home .article-card {
        overflow: hidden;
        border: 1px solid rgba(89, 204, 199, 0.12);
        border-radius: 0.45rem;
        background: linear-gradient(180deg, rgba(8, 33, 37, 0.82), rgba(5, 17, 20, 0.92));
        transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
      }

      body.home .article-card:hover {
        transform: translateY(-5px);
        border-color: rgba(89, 204, 199, 0.44);
        box-shadow: 0 0 24px rgba(89, 204, 199, 0.13);
      }

      body.home .article-image {
        overflow: hidden;
        aspect-ratio: 16 / 9;
        background:
          radial-gradient(circle at 50% 30%, rgba(255, 224, 207, 0.75) 0 1.25rem, transparent 1.32rem),
          linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(8, 25, 28, 0.74)),
          #b8b8b8;
      }

      body.home .article-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      body.home .article-card:nth-child(2) .article-image {
        background:
          radial-gradient(circle at 50% 48%, rgba(89, 204, 199, 0.52) 0 2.2rem, transparent 2.28rem),
          radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.75) 0 0.7rem, transparent 0.78rem),
          linear-gradient(135deg, rgba(89, 204, 199, 0.48), rgba(10, 35, 39, 0.9)),
          #0f2c32;
      }

      body.home .article-card:nth-child(3) .article-image {
        background:
          radial-gradient(circle at 50% 32%, rgba(255, 224, 207, 0.76) 0 1.25rem, transparent 1.32rem),
          linear-gradient(145deg, rgba(125, 76, 50, 0.65), rgba(7, 18, 20, 0.84)),
          #4d372d;
      }

      body.home .article-card:nth-child(4) .article-image {
        background:
          radial-gradient(circle at 22% 62%, rgba(255, 218, 186, 0.72) 0 0.68rem, transparent 0.74rem),
          radial-gradient(circle at 58% 42%, rgba(255, 218, 186, 0.64) 0 0.66rem, transparent 0.72rem),
          linear-gradient(135deg, rgba(144, 42, 145, 0.48), rgba(8, 18, 22, 0.86)),
          #182a35;
      }

      body.home .article-body {
        padding: 0.95rem 1rem 1.15rem;
      }

      body.home .article-type {
        margin: 0 0 0.65rem;
        color: var(--cyan);
        font-size: 0.72rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.home .article-title {
        margin: 0 0 1rem;
        color: #fff;
        font-size: clamp(0.98rem, 1.15vw, 1.18rem);
        font-weight: 800;
        line-height: 1.25;
      }

      body.home .article-time {
        margin: 0;
        color: rgba(89, 204, 199, 0.72);
        font-size: 0.82rem;
        font-weight: 750;
      }

      body.home .partners-section {
        position: relative;
        z-index: 4;
        width: min(100%, 1420px);
        margin: 0 auto;
        padding: clamp(3rem, 6vw, 5.6rem) 0 clamp(3rem, 6vw, 5.4rem);
        border-top: 1px solid rgba(89, 204, 199, 0.12);
        background:
          radial-gradient(circle at 50% 8%, rgba(89, 204, 199, 0.12), transparent 22rem),
          radial-gradient(circle at 14% 48%, rgba(89, 204, 199, 0.07), transparent 18rem),
          radial-gradient(circle at 85% 55%, rgba(211, 60, 255, 0.09), transparent 20rem);
      }

      body.home .partners-head {
        width: min(100%, 900px);
        margin: 0 auto clamp(1.6rem, 3vw, 2.6rem);
        text-align: center;
      }

      body.home .partners-kicker,
      body.home .partners-group-title {
        margin: 0;
        color: var(--cyan);
        font-size: 0.98rem;
        font-weight: 900;
        letter-spacing: 0.1em;
        text-transform: uppercase;
      }

      body.home .partners-title {
        margin: 0.85rem 0 0.85rem;
        font-size: clamp(2.2rem, 4.2vw, 4.35rem);
        font-weight: 900;
        line-height: 1.05;
      }

      body.home .partners-title span {
        display: block;
        color: var(--cyan);
      }

      body.home .partners-copy {
        width: min(100%, 720px);
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.82);
        font-size: clamp(0.98rem, 1.1vw, 1.08rem);
        font-weight: 600;
        line-height: 1.55;
      }

      body.home .partners-stats {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.85rem;
        margin: 0 auto clamp(2.1rem, 4vw, 3.4rem);
        width: min(100%, 1160px);
      }

      body.home .partner-stat {
        display: grid;
        grid-template-columns: 2.6rem 1fr;
        align-items: center;
        gap: 1rem;
        min-height: 6.1rem;
        padding: 1rem 1.25rem;
        border: 1px solid rgba(89, 204, 199, 0.2);
        border-radius: 0.45rem;
        background: rgba(3, 11, 14, 0.72);
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }

      body.home .partner-stat:hover {
        transform: translateY(-3px);
        border-color: rgba(89, 204, 199, 0.56);
        box-shadow: 0 0 24px rgba(89, 204, 199, 0.12);
      }

      body.home .partner-stat .icon {
        width: 2.55rem;
        height: 2.55rem;
      }

      body.home .partner-stat strong {
        display: block;
        font-size: 1.45rem;
        line-height: 1;
      }

      body.home .partner-stat span {
        display: block;
        margin-top: 0.18rem;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.78rem;
        font-weight: 700;
      }

      body.home .partners-group {
        margin-top: clamp(1.8rem, 3vw, 2.8rem);
      }

      body.home .partners-group-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.25rem;
        margin-bottom: 1.35rem;
        text-align: center;
      }

      body.home .partners-group-title small {
        font-size: 0.72em;
        letter-spacing: 0.04em;
      }

      body.home .partners-group-title::before,
      body.home .partners-group-title::after {
        content: "";
        width: min(18vw, 18rem);
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(89, 204, 199, 0.52));
      }

      body.home .partners-group-title::after {
        background: linear-gradient(90deg, rgba(89, 204, 199, 0.52), transparent);
      }

      body.home .partners-group-title.gold {
        color: var(--yellow);
      }

      body.home .partners-group-title.gold::before,
      body.home .partners-group-title.gold::after {
        background: linear-gradient(90deg, transparent, rgba(243, 222, 54, 0.52));
      }

      body.home .partners-group-title.gold::after {
        background: linear-gradient(90deg, rgba(243, 222, 54, 0.52), transparent);
      }

      body.home .partners-group-title.violet {
        color: var(--violet);
      }

      body.home .featured-partners,
      body.home .gold-partners,
      body.home .silver-partners,
      body.home .bronze-partners,
      body.home .ecosystem-partners {
        display: grid;
        gap: clamp(0.85rem, 1.5vw, 1.2rem);
      }

      body.home .featured-partners {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      body.home .gold-partners {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      body.home .gold-partners .partner-card {
        display: grid;
        place-items: center;
        min-height: 9.4rem;
        border-color: rgba(243, 222, 54, 0.46);
        background:
          radial-gradient(circle at 50% 42%, rgba(243, 222, 54, 0.13), transparent 62%),
          linear-gradient(180deg, rgba(18, 16, 7, 0.86), rgba(8, 8, 7, 0.9));
        box-shadow:
          0 0 24px rgba(243, 222, 54, 0.12),
          inset 0 0 0 1px rgba(255, 240, 130, 0.04);
      }

      body.home .gold-partners .partner-card:hover {
        border-color: rgba(243, 222, 54, 0.82);
        box-shadow:
          0 0 34px rgba(243, 222, 54, 0.2),
          inset 0 0 26px rgba(255, 240, 130, 0.05);
      }

      body.home .bronze-partners {
        grid-template-columns: repeat(6, minmax(0, 1fr));
      }

      body.home .silver-partners {
        grid-template-columns: repeat(5, minmax(0, 1fr));
      }

      body.home .ecosystem-partners {
        grid-template-columns: repeat(8, minmax(0, 1fr));
      }

      body.home .partner-card,
      body.home .partner-mini-card,
      body.home .partner-ecosystem-card {
        border: 1px solid rgba(89, 204, 199, 0.2);
        border-radius: 0.45rem;
        background: linear-gradient(180deg, rgba(4, 16, 19, 0.8), rgba(3, 8, 12, 0.82));
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
        text-align: center;
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }

      body.home .partner-card:hover,
      body.home .partner-mini-card:hover,
      body.home .partner-ecosystem-card:hover {
        transform: translateY(-4px);
        border-color: rgba(89, 204, 199, 0.72);
        box-shadow: 0 0 28px rgba(89, 204, 199, 0.14);
      }

      body.home .partner-card {
        min-height: 11.8rem;
        padding: 1.45rem 1.4rem;
      }

      body.home .partner-card.violet-border {
        border-color: rgba(211, 60, 255, 0.45);
        box-shadow: 0 0 20px rgba(211, 60, 255, 0.08);
      }

      body.home .partner-card.gold-border,
      body.home .gold-partners .partner-card {
        border-color: rgba(243, 222, 54, 0.38);
        box-shadow: 0 0 20px rgba(243, 222, 54, 0.08);
      }

      body.home .partner-tier {
        margin: 0 0 2rem;
        color: rgba(255, 255, 255, 0.74);
        font-size: 0.72rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.home .partner-logo-placeholder {
        display: grid;
        place-items: center;
        min-height: 4.8rem;
        margin: 0 auto;
        color: #fff;
        font-size: clamp(1.55rem, 2.4vw, 2.9rem);
        font-weight: 900;
        letter-spacing: 0.01em;
        line-height: 1;
      }

      body.home .partner-logo-placeholder.small-logo {
        min-height: 3.8rem;
        font-size: clamp(1rem, 1.45vw, 1.55rem);
      }

      body.home .partner-logo-image {
        display: block;
        max-width: min(100%, 13rem);
        max-height: 4.8rem;
        object-fit: contain;
        margin: 0 auto;
      }

      body.home .partner-logo-placeholder.small-logo .partner-logo-image {
        max-width: min(100%, 10rem);
        max-height: 3.9rem;
      }

      body.home .gold-partners .partner-logo-placeholder.small-logo .partner-logo-image {
        max-width: min(100%, 15rem);
        max-height: 6.1rem;
      }

      body.home .partner-mini-card .partner-logo-image {
        max-width: min(100%, 8.8rem);
        max-height: 3.5rem;
      }

      body.home .silver-partners .partner-mini-card {
        min-height: 7.8rem;
        border-color: rgba(210, 218, 222, 0.34);
        background:
          radial-gradient(circle at 50% 35%, rgba(230, 235, 238, 0.12), transparent 62%),
          linear-gradient(180deg, rgba(9, 16, 19, 0.86), rgba(3, 8, 12, 0.9));
        box-shadow:
          0 0 24px rgba(218, 225, 228, 0.1),
          inset 0 0 0 1px rgba(255, 255, 255, 0.035);
      }

      body.home .silver-partners .partner-mini-card:hover {
        border-color: rgba(235, 240, 242, 0.68);
        box-shadow:
          0 0 30px rgba(218, 225, 228, 0.18),
          inset 0 0 24px rgba(255, 255, 255, 0.035);
      }

      body.home .silver-partners .partner-mini-card .partner-logo-image {
        max-width: min(100%, 11.4rem);
        max-height: 5rem;
      }

      body.home .partner-ecosystem-card .partner-logo-image {
        max-width: min(100%, 8.6rem);
        max-height: 3.6rem;
      }

      body.home .ecosystem-partners .partner-logo-placeholder {
        min-height: 3.2rem;
        margin: 0;
      }

      body.home .ecosystem-partners .partner-logo-image {
        width: 100%;
        max-width: 7.4rem;
        height: 2.7rem;
        object-fit: contain;
      }

      body.home .partner-card-divider {
        width: min(72%, 10rem);
        height: 1px;
        margin: 0 auto 1rem;
        background: linear-gradient(90deg, transparent, rgba(89, 204, 199, 0.48), transparent);
      }

      body.home .partner-card p:last-child,
      body.home .partner-ecosystem-card p {
        margin: 0;
        color: rgba(255, 255, 255, 0.82);
        font-size: 0.92rem;
        font-weight: 600;
        line-height: 1.35;
      }

      body.home .partner-mini-card {
        display: grid;
        place-items: center;
        min-height: 6.4rem;
        padding: 1rem;
      }

      body.home .partner-mini-card .partner-logo-placeholder {
        min-height: 0;
        margin: 0;
      }

      body.home .partner-ecosystem-card {
        display: grid;
        align-content: center;
        min-height: 8.8rem;
        padding: 1rem 0.8rem;
      }

      body.home .partner-ecosystem-card .icon {
        display: none;
      }

      body.home .ecosystem-label {
        margin: 0 0 0.7rem;
        color: #fff;
        font-size: clamp(0.58rem, 0.68vw, 0.72rem);
        font-weight: 900;
        text-transform: uppercase;
      }

      body.home .partner-logo-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: clamp(0.9rem, 2vw, 2rem);
        padding: 1.3rem;
        border: 1px solid rgba(211, 60, 255, 0.24);
        border-radius: 0.5rem;
        background:
          radial-gradient(circle at 8% 40%, rgba(211, 60, 255, 0.12), transparent 12rem),
          rgba(7, 6, 18, 0.72);
      }

      body.home .partner-wordmark {
        display: inline-grid;
        place-items: center;
        min-width: 5.7rem;
        min-height: 2.2rem;
        color: rgba(255, 255, 255, 0.9);
        font-size: clamp(0.8rem, 1vw, 1.08rem);
        font-weight: 850;
      }

      body.home .partner-wordmark .partner-logo-image {
        display: block;
        width: auto;
        max-width: 8rem;
        height: 2.35rem;
        object-fit: contain;
      }

      body.home .partners-cta {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: clamp(1rem, 2vw, 1.6rem);
        margin: clamp(2rem, 3.5vw, 3rem) 0 0;
        padding: clamp(1.2rem, 2vw, 1.6rem);
        border: 1px solid rgba(89, 204, 199, 0.34);
        border-radius: 0.55rem;
        background:
          radial-gradient(circle at 8% 50%, rgba(89, 204, 199, 0.18), transparent 12rem),
          radial-gradient(circle at 86% 50%, rgba(211, 60, 255, 0.16), transparent 15rem),
          rgba(3, 12, 16, 0.82);
        box-shadow: 0 0 30px rgba(89, 204, 199, 0.1);
      }

      body.home .partners-cta .icon {
        width: clamp(2.8rem, 4vw, 4.2rem);
        height: clamp(2.8rem, 4vw, 4.2rem);
        color: var(--cyan);
      }

      body.home .partners-cta h3 {
        margin: 0;
        color: #fff;
        font-size: clamp(1.2rem, 2vw, 2rem);
        line-height: 1.08;
        text-transform: uppercase;
      }

      body.home .partners-cta h3 span {
        display: block;
        color: var(--cyan);
      }

      body.home .partners-cta p {
        margin: 0.45rem 0 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.95rem;
        font-weight: 650;
        line-height: 1.4;
      }

      body.home .partners-cta-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 3.35rem;
        padding: 0 1.25rem;
        border: 1px solid rgba(89, 204, 199, 0.58);
        border-radius: 0.35rem;
        background: var(--cyan);
        color: #020606;
        font-size: 0.82rem;
        font-weight: 950;
        text-decoration: none;
        text-transform: uppercase;
        transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
      }

      body.home .partners-cta-button:hover {
        transform: translateY(-2px);
        background: #72ddd8;
        box-shadow: 0 0 20px rgba(89, 204, 199, 0.26);
      }

      body.home .partners-thanks {
        display: flex;
        justify-content: center;
        gap: 0.7rem;
        margin: 1.8rem 0 0;
        color: rgba(255, 255, 255, 0.84);
        font-weight: 650;
        text-align: center;
      }

      body.home .partners-thanks span {
        color: var(--cyan);
      }

      .site-footer {
        position: relative;
        z-index: 4;
        padding: clamp(2.4rem, 5vw, 4rem) clamp(1rem, 4vw, 4.5rem) 2rem;
        border-top: 1px solid rgba(89, 204, 199, 0.14);
        background:
          radial-gradient(circle at 14% 18%, rgba(89, 204, 199, 0.12), transparent 20rem),
          radial-gradient(circle at 88% 20%, rgba(211, 60, 255, 0.14), transparent 22rem),
          linear-gradient(180deg, rgba(2, 10, 14, 0.92), #020507 76%);
      }

      body.home .footer-inner {
        width: min(100%, 1420px);
        margin: 0 auto;
      }

      body.home .footer-newsletter {
        display: grid;
        grid-template-columns: 9rem minmax(18rem, 1fr) minmax(22rem, 0.95fr) 10rem;
        align-items: center;
        gap: clamp(1.2rem, 3vw, 2.6rem);
        padding: clamp(1.15rem, 2.2vw, 2rem);
        border: 1px solid rgba(89, 204, 199, 0.48);
        border-radius: 0.55rem;
        background:
          radial-gradient(circle at 7% 50%, rgba(89, 204, 199, 0.14), transparent 12rem),
          radial-gradient(circle at 94% 46%, rgba(211, 60, 255, 0.16), transparent 12rem),
          rgba(2, 11, 17, 0.78);
        box-shadow: 0 0 34px rgba(89, 204, 199, 0.08);
      }

      body.home .footer-glow-icon {
        display: grid;
        place-items: center;
        color: var(--cyan);
      }

      body.home .footer-glow-icon svg {
        width: min(100%, 4.7rem);
        height: auto;
        filter: drop-shadow(0 0 14px rgba(89, 204, 199, 0.52)) drop-shadow(0 0 18px rgba(211, 60, 255, 0.28));
      }

      body.home .newsletter-title {
        margin: 0 0 0.7rem;
        color: #fff;
        font-size: 1.7rem;
        font-weight: 900;
        line-height: 1.08;
        text-transform: uppercase;
      }

      body.home .newsletter-title span {
        display: block;
        color: var(--cyan);
      }

      body.home .newsletter-copy {
        margin: 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: clamp(0.9rem, 1.03vw, 1.05rem);
        font-weight: 600;
        line-height: 1.38;
      }

      body.home .newsletter-form {
        display: grid;
        grid-template-columns: 1fr auto;
        overflow: hidden;
        min-height: 3.6rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 0.5rem;
        background: rgba(1, 8, 12, 0.72);
      }

      body.home .newsletter-input-wrap {
        display: grid;
        grid-template-columns: 2.4rem 1fr;
        align-items: center;
        padding: 0 1.2rem;
        color: rgba(255, 255, 255, 0.82);
      }

      body.home .newsletter-input-wrap svg {
        width: 1.35rem;
        height: 1.35rem;
      }

      body.home .newsletter-input {
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: #fff;
        font: 700 1rem var(--font-main);
      }

      body.home .newsletter-input::placeholder {
        color: rgba(255, 255, 255, 0.56);
      }

      body.home .newsletter-submit {
        min-width: 12rem;
        border: 0;
        background: var(--cyan);
        color: #020606;
        font: 900 0.95rem var(--font-main);
        text-transform: uppercase;
        cursor: pointer;
        transition: background 180ms ease, box-shadow 180ms ease;
      }

      body.home .newsletter-submit:hover {
        background: #72ddd8;
        box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.05);
      }

      body.home .newsletter-note,
      body.home .newsletter-community {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin: 0.65rem 0 0;
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.9rem;
        font-weight: 650;
      }

      body.home .newsletter-note svg,
      body.home .newsletter-community svg {
        flex: 0 0 auto;
        width: 1.1rem;
        height: 1.1rem;
        color: var(--cyan);
      }

      body.home .footer-plane {
        color: var(--cyan);
      }

      body.home .footer-plane svg {
        width: min(100%, 6.2rem);
        height: auto;
        filter: drop-shadow(0 0 13px rgba(89, 204, 199, 0.45)) drop-shadow(0 0 16px rgba(211, 60, 255, 0.34));
      }

      body.home .footer-main {
        display: grid;
        grid-template-columns: minmax(18rem, 1.15fr) minmax(12rem, 0.72fr) minmax(18rem, 1.05fr) minmax(20rem, 1.15fr);
        gap: clamp(1.4rem, 3vw, 3rem);
        margin-top: clamp(2.4rem, 5vw, 4rem);
        padding-top: clamp(2rem, 4vw, 3.2rem);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
      }

      body.home .footer-column + .footer-column {
        border-left: 1px solid rgba(255, 255, 255, 0.12);
        padding-left: clamp(1.4rem, 3vw, 2.8rem);
      }

      body.home .footer-logo {
        display: block;
        width: min(100%, 15rem);
        margin-bottom: 1.8rem;
      }

      body.home .footer-description,
      body.home .association-copy {
        margin: 0;
        color: rgba(255, 255, 255, 0.74);
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
      }

      body.home .footer-socials {
        display: flex;
        flex-wrap: wrap;
        gap: 0.9rem;
        margin: 1.6rem 0;
      }

      body.home .footer-social {
        display: grid;
        place-items: center;
        width: 2.75rem;
        height: 2.75rem;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 50%;
        color: #fff;
        text-decoration: none;
        transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
      }

      body.home .footer-social:hover {
        transform: translateY(-3px);
        border-color: var(--cyan);
        color: var(--cyan);
      }

      body.home .footer-social svg {
        width: 1.2rem;
        height: 1.2rem;
      }

      body.home .footer-mini-cta {
        display: grid;
        grid-template-columns: 3.25rem 1fr 1.4rem;
        align-items: center;
        gap: 1rem;
        max-width: 23rem;
        padding: 1rem;
        border: 1px solid rgba(211, 60, 255, 0.44);
        border-radius: 0.45rem;
        background: rgba(1, 16, 18, 0.62);
        color: #fff;
        text-decoration: none;
        transition: transform 180ms ease, border-color 180ms ease;
      }

      body.home .footer-mini-cta:hover {
        transform: translateY(-3px);
        border-color: var(--cyan);
      }

      body.home .footer-mini-cta svg {
        color: var(--cyan);
      }

      body.home .footer-mini-cta strong {
        display: block;
        color: var(--cyan);
        font-size: 0.86rem;
        text-transform: uppercase;
      }

      body.home .footer-mini-cta span {
        display: block;
        margin-top: 0.35rem;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.82rem;
        line-height: 1.35;
      }

      body.home .footer-heading {
        margin: 0 0 1.45rem;
        color: var(--cyan);
        font-size: 1rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.home .footer-links,
      body.home .footer-info-list {
        display: grid;
        gap: 1rem;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body.home .footer-links a,
      body.home .footer-info-list a,
      body.home .association-link {
        color: rgba(255, 255, 255, 0.86);
        text-decoration: none;
        transition: color 180ms ease, transform 180ms ease;
      }

      body.home .footer-links a::before {
        content: "›";
        display: inline-block;
        margin-right: 0.7rem;
        color: var(--cyan);
        font-weight: 900;
      }

      body.home .footer-links a:hover,
      body.home .footer-info-list a:hover,
      body.home .association-link:hover {
        color: var(--cyan);
      }

      body.home .footer-info-list li {
        display: grid;
        grid-template-columns: 2rem 1fr;
        gap: 0.9rem;
        align-items: start;
        color: rgba(255, 255, 255, 0.84);
        line-height: 1.35;
      }

      body.home .footer-info-list svg {
        width: 1.55rem;
        height: 1.55rem;
        color: #fff;
      }

      body.home .association-logo {
        display: flex;
        align-items: center;
        margin-bottom: 1.6rem;
      }

      body.home .association-logo svg {
        width: min(100%, 18rem);
        height: auto;
      }

      body.home .association-logo img {
        display: block;
        width: min(100%, 18rem);
        height: auto;
      }

      body.home .association-link {
        display: inline-flex;
        margin-top: 1.8rem;
        color: var(--cyan);
        font-weight: 800;
      }

      .footer-bottom {
        display: grid;
        grid-template-columns: minmax(14rem, 1fr) auto minmax(14rem, 1fr);
        align-items: center;
        gap: 1rem;
        margin-top: clamp(2rem, 4vw, 3rem);
        padding-top: 1.6rem;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        color: rgba(255, 255, 255, 0.6);
      }

      body.home .footer-legal {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.9rem 1.3rem;
      }

      body.home .footer-legal a {
        color: rgba(255, 255, 255, 0.72);
        text-decoration: none;
      }

      body.home .footer-legal a:hover {
        color: var(--cyan);
      }

      body.home .footer-trust-wrap {
        justify-self: end;
        display: flex;
        align-items: center;
        gap: 0.75rem;
      }

      body.home .footer-trust {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.65rem;
        padding: 0.75rem 1rem;
        border: 1px solid rgba(89, 204, 199, 0.26);
        border-radius: 0.45rem;
        color: var(--cyan);
        background: rgba(89, 204, 199, 0.06);
        font-weight: 800;
        text-decoration: none;
      }

      body.home .footer-badge {
        display: inline-flex;
        align-items: center;
      }

      body.home .footer-badge img {
        display: block;
        width: auto;
        height: 4rem;
        border-radius: 0.25rem;
      }

      body.home .skopje-section {
        position: relative;
        isolation: isolate;
        padding: clamp(2.5rem, 4.5vw, 5rem) clamp(1rem, 4vw, 4.5rem) clamp(2.5rem, 5vw, 5rem);
        overflow: hidden;
      }

      body.home .skopje-section::before,
      body.home .skopje-section::after {
        content: "";
        position: absolute;
        inset-block: 3rem auto;
        width: min(18vw, 17rem);
        aspect-ratio: 1 / 1.9;
        border: 1px solid rgba(89, 204, 199, 0.32);
        opacity: 0.58;
        z-index: -1;
        mask-image: linear-gradient(to bottom, #000 20%, transparent 100%);
      }

      body.home .skopje-section::before {
        left: -6rem;
        border-radius: 48% 48% 0 0;
        transform: rotate(-8deg);
      }

      body.home .skopje-section::after {
        right: -5.5rem;
        width: min(22vw, 21rem);
        border-radius: 0.5rem;
        transform: rotate(-13deg);
      }

      body.home .section-inner {
        width: min(100%, 1510px);
        margin: 0 auto;
      }

      body.home .section-kicker {
        display: grid;
        gap: 0.95rem;
        place-items: center;
        margin: 0 0 1rem;
        color: var(--cyan);
        font-size: clamp(0.95rem, 1.3vw, 1.32rem);
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      body.home .section-kicker::after {
        content: "";
        width: 3.7rem;
        height: 2px;
        background: var(--cyan);
      }

      body.home .section-title {
        margin: 0 auto clamp(2rem, 3.3vw, 3rem);
        max-width: 1160px;
        text-align: center;
        font-size: clamp(2.7rem, 5.85vw, 6rem);
        line-height: 0.91;
        font-weight: 950;
        text-transform: uppercase;
        text-shadow: 0 4px 22px rgba(255, 255, 255, 0.18);
      }

      body.home .section-title span {
        display: block;
        color: var(--cyan);
      }

      body.home .event-card {
        position: relative;
        min-height: clamp(27rem, 35.4vw, 40rem);
        overflow: hidden;
        border: 1px solid rgba(89, 204, 199, 0.72);
        border-radius: 1.05rem;
        background: linear-gradient(135deg, #103036, #020607 62%);
        box-shadow:
          0 0 0 1px rgba(89, 204, 199, 0.05),
          0 0 42px rgba(89, 204, 199, 0.24),
          inset 0 0 42px rgba(89, 204, 199, 0.08),
          0 18px 58px rgba(0, 0, 0, 0.58);
        transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
      }

      body.home .event-card:hover {
        transform: translateY(-4px);
        border-color: rgba(89, 204, 199, 0.9);
        box-shadow:
          0 0 0 1px rgba(89, 204, 199, 0.08),
          0 0 42px rgba(89, 204, 199, 0.22);
      }

      body.home .event-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        filter: saturate(1.18) contrast(1.08) brightness(0.92);
      }

      body.home .event-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background:
          radial-gradient(circle at 42% 56%, rgba(89, 204, 199, 0.12), transparent 34%),
          linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 7, 9, 0.22) 22%, rgba(0, 7, 9, 0.08) 51%, rgba(0, 0, 0, 0.82) 100%),
          linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 34%, rgba(0, 0, 0, 0.32));
      }

      body.home .event-card .city-light {
        position: absolute;
        inset: auto 12% -18% 12%;
        height: 42%;
        z-index: 2;
        pointer-events: none;
        background: radial-gradient(ellipse at center, rgba(89, 204, 199, 0.24), transparent 68%);
        filter: blur(22px);
        opacity: 0.55;
      }

      body.home .event-card::after {
        content: "";
        position: absolute;
        top: 1.25rem;
        width: 6.35rem;
        height: 6.35rem;
        z-index: 2;
        opacity: 0.75;
        background-image: radial-gradient(var(--cyan) 1px, transparent 1px);
        background-size: 0.74rem 0.74rem;
      }

      body.home .event-card .dot-field-left {
        position: absolute;
        top: 1.25rem;
        left: 1.25rem;
        z-index: 2;
        width: 6.35rem;
        height: 6.35rem;
        opacity: 0.75;
        background-image: radial-gradient(var(--cyan) 1px, transparent 1px);
        background-size: 0.74rem 0.74rem;
      }

      body.home .event-card::after {
        right: 1.25rem;
      }

      body.home .event-content {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(15.5rem, 19.5rem);
        align-items: center;
        gap: clamp(1rem, 4vw, 4.7rem);
        min-height: inherit;
        padding: clamp(1.7rem, 5vw, 5rem) clamp(1.5rem, 4vw, 4rem) clamp(1.4rem, 4vw, 3rem) clamp(2rem, 5.7vw, 6rem);
        z-index: 3;
      }

      body.home .event-copy {
        grid-column: 1;
        align-self: center;
        min-width: 0;
        padding-top: clamp(1rem, 3vw, 2.2rem);
      }

      body.home .event-label {
        margin: 0 0 clamp(0.3rem, 0.8vw, 0.6rem);
        color: #fff;
        font-size: clamp(1.12rem, 2.15vw, 2.65rem);
        font-weight: 950;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
        text-shadow: 0 3px 12px rgba(0, 0, 0, 0.95), 0 0 12px rgba(255, 255, 255, 0.12);
      }

      body.home .event-city {
        margin: 0;
        color: #fff;
        font-size: clamp(4.9rem, 9.7vw, 11.4rem);
        font-weight: 950;
        letter-spacing: -0.035em;
        line-height: 0.78;
        text-transform: uppercase;
        text-shadow: 0 6px 20px rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.28);
      }

      body.home .event-details {
        grid-column: 2;
        align-self: center;
        border: 1px solid rgba(89, 204, 199, 0.5);
        border-radius: 0.9rem;
        background: rgba(1, 15, 16, 0.84);
        box-shadow: inset 0 0 24px rgba(89, 204, 199, 0.06), 0 18px 34px rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(8px);
      }

      body.home .detail-item {
        display: grid;
        grid-template-columns: 2.75rem 1fr;
        gap: 1rem;
        align-items: center;
        padding: 1.42rem 1.48rem;
        transition: background 180ms ease;
      }

      body.home .detail-item:hover {
        background: rgba(89, 204, 199, 0.045);
      }

      body.home .detail-item + .detail-item {
        border-top: 1px solid var(--edge);
      }

      body.home .icon {
        width: 2.75rem;
        height: 2.75rem;
        color: var(--cyan);
      }

      body.home .hero-meta-item .icon,
      body.home .hero-stat .icon {
        color: var(--cyan);
      }

      body.home .hero-stat .purple-icon {
        color: var(--violet);
      }

      body.home .hero-stat .gold-icon {
        color: var(--yellow);
      }

      body.home .hero-stat .gray-icon {
        color: rgba(232, 238, 240, 0.84);
      }

      body.home .detail-title,
      body.home .benefit-title {
        margin: 0;
        font-weight: 900;
        line-height: 1.35;
      }

      body.home .detail-title {
        color: #fff;
        font-size: clamp(1.05rem, 1.3vw, 1.28rem);
      }

      body.home .detail-text,
      body.home .benefit-text {
        margin: 0.22rem 0 0;
        color: var(--muted);
        line-height: 1.45;
      }

      body.home .intro-copy {
        width: min(100%, 980px);
        margin: clamp(1.8rem, 3vw, 2.45rem) auto 0;
        text-align: center;
        color: rgba(255, 255, 255, 0.9);
        font-size: clamp(1.08rem, 1.35vw, 1.38rem);
        line-height: 1.42;
      }

      body.home .divider-heart {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin: 0.8rem auto 1.15rem;
        color: var(--cyan);
        font-size: 1.1rem;
      }

      body.home .divider-heart::before,
      body.home .divider-heart::after {
        content: "";
        width: 4rem;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--cyan));
      }

      body.home .divider-heart::after {
        background: linear-gradient(90deg, var(--cyan), transparent);
      }

      body.home .benefits {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0;
        margin-top: clamp(1.3rem, 2.5vw, 1.9rem);
        border: 1px solid rgba(89, 204, 199, 0.2);
        border-radius: 0.85rem;
        background: rgba(1, 16, 17, 0.58);
        box-shadow: 0 0 28px rgba(89, 204, 199, 0.08);
      }

      body.home .benefit {
        display: grid;
        grid-template-columns: 4rem 1fr;
        gap: 1.25rem;
        align-items: start;
        min-width: 0;
        padding: 2rem clamp(1.15rem, 2vw, 1.75rem);
        transition: background 180ms ease, transform 180ms ease;
      }

      body.home .benefit:hover {
        background: rgba(89, 204, 199, 0.045);
        transform: translateY(-2px);
      }

      body.home .benefit + .benefit {
        border-left: 1px solid var(--edge);
      }

      body.home .benefit-title {
        font-size: clamp(0.9rem, 0.95vw, 1.05rem);
        text-transform: uppercase;
      }

      body.home .benefit-text {
        font-size: clamp(0.82rem, 0.86vw, 0.95rem);
      }

      body.home .skopje-section {
        padding: clamp(1.5rem, 3vw, 2.75rem) clamp(1rem, 3vw, 2.5rem);
      }

      body.home .skopje-section::before,
      body.home .skopje-section::after,
      body.home .section-kicker,
      body.home .divider-heart {
        display: none;
      }

      body.home .event-card {
        display: grid;
        grid-template-columns: minmax(20rem, 0.82fr) minmax(28rem, 1.18fr);
        min-height: 0;
        border-radius: 0.45rem;
        background:
          radial-gradient(circle at 18% 28%, rgba(89, 204, 199, 0.12), transparent 18rem),
          linear-gradient(180deg, rgba(4, 17, 21, 0.9), rgba(2, 8, 11, 0.96));
        box-shadow:
          0 0 0 1px rgba(89, 204, 199, 0.05),
          0 0 26px rgba(89, 204, 199, 0.12),
          inset 0 0 28px rgba(89, 204, 199, 0.045);
      }

      body.home .event-card::before,
      body.home .event-card::after {
        content: none;
      }

      body.home .skopje-intro-panel,
      body.home .skopje-visual-panel {
        min-height: clamp(11.5rem, 16vw, 15.4rem);
      }

      body.home .skopje-intro-panel {
        position: relative;
        z-index: 2;
        display: grid;
        align-content: center;
        padding: clamp(1.1rem, 2vw, 1.8rem);
      }

      body.home .section-title {
        margin: 0 0 0.95rem;
        max-width: 32rem;
        text-align: left;
        font-size: clamp(1.65rem, 2.85vw, 3.25rem);
        line-height: 0.98;
        text-shadow: 0 0 18px rgba(255, 255, 255, 0.12);
      }

      body.home .intro-copy {
        width: auto;
        margin: 0;
        text-align: left;
        color: rgba(255, 255, 255, 0.8);
        font-size: clamp(0.82rem, 0.92vw, 0.98rem);
        font-weight: 620;
        line-height: 1.42;
      }

      body.home .intro-copy p {
        margin: 0;
      }

      body.home .skopje-support {
        display: grid;
        grid-template-columns: 5.1rem 1fr;
        gap: 0.85rem;
        align-items: center;
        margin-top: 1rem;
        padding: 0.85rem 0.95rem;
        border: 1px solid rgba(89, 204, 199, 0.2);
        border-radius: 0.4rem;
        background: rgba(3, 18, 22, 0.7);
      }

      body.home .skopje-logo-card {
        display: grid;
        place-items: center;
        min-height: 3.7rem;
        padding: 0.45rem;
        border-right: 1px solid rgba(89, 204, 199, 0.16);
      }

      body.home .skopje-logo-card img {
        display: block;
        max-width: 4.2rem;
        max-height: 3rem;
        object-fit: contain;
      }

      body.home .skopje-support p {
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: clamp(0.66rem, 0.72vw, 0.8rem);
        font-weight: 720;
        line-height: 1.32;
      }

      body.home .skopje-support p + p {
        margin-top: 0.35rem;
        color: var(--cyan);
      }

      body.home .skopje-visual-panel {
        position: relative;
        z-index: 2;
        overflow: hidden;
        margin: -1px -1px 0 0;
      }

      body.home .skopje-visual-panel::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background:
          radial-gradient(circle at 50% 58%, rgba(89, 204, 199, 0.12), transparent 35%),
          linear-gradient(90deg, rgba(2, 8, 11, 1), rgba(2, 8, 11, 0.9) 8%, rgba(2, 8, 11, 0.34) 26%, rgba(2, 8, 11, 0.08) 58%, rgba(2, 8, 11, 0.64)),
          linear-gradient(180deg, rgba(2, 8, 11, 0.4), transparent 38%, rgba(2, 8, 11, 0.4));
        pointer-events: none;
      }

      body.home .event-image {
        object-position: center 47%;
        filter: saturate(1.12) contrast(1.04) brightness(0.86);
      }

      body.home .event-card .dot-field-left,
      body.home .event-card .city-light {
        display: none;
      }

      body.home .event-content {
        position: absolute;
        inset: 0;
        display: grid;
        grid-template-columns: 1fr;
        place-items: center;
        min-height: 0;
        padding: clamp(1rem, 1.8vw, 1.5rem);
        z-index: 3;
      }

      body.home .event-copy {
        align-self: center;
        padding-top: 0;
        text-align: center;
      }

      body.home .event-label {
        margin-bottom: 0.25rem;
        font-size: clamp(1.1rem, 1.55vw, 1.85rem);
      }

      body.home .event-city {
        font-size: clamp(4rem, 5.8vw, 7rem);
        line-height: 0.78;
      }

      body.home .event-card > .event-details {
        position: relative;
        z-index: 2;
        display: grid;
        align-content: center;
        grid-column: auto;
        align-self: stretch;
        border: 0;
        border-radius: 0;
        background: rgba(2, 12, 15, 0.72);
        box-shadow: none;
        backdrop-filter: none;
      }

      body.home .detail-item {
        grid-template-columns: 2rem 1fr;
        gap: 0.75rem;
        padding: 0.65rem clamp(0.9rem, 1.3vw, 1.25rem);
      }

      body.home .detail-item + .detail-item {
        border-top: 0;
      }

      body.home .event-card > .event-details .icon {
        width: 2rem;
        height: 2rem;
      }

      body.home .detail-title {
        font-size: clamp(0.78rem, 0.82vw, 0.92rem);
      }

      body.home .detail-text {
        margin-top: 0.08rem;
        font-size: clamp(0.72rem, 0.78vw, 0.86rem);
        line-height: 1.25;
      }

      body.home .benefits {
        grid-column: 1 / -1;
        margin-top: 0;
        border-width: 1px 0 0;
        border-radius: 0;
        background: rgba(2, 12, 15, 0.54);
        box-shadow: none;
      }

      body.home .benefit {
        grid-template-columns: 3.2rem 1fr;
        gap: 0.85rem;
        padding: clamp(0.95rem, 1.25vw, 1.25rem) clamp(0.9rem, 1.4vw, 1.25rem);
      }

      body.home .benefit .icon {
        width: 3rem;
        height: 3rem;
      }

      body.home .benefit-title {
        font-size: clamp(0.72rem, 0.78vw, 0.9rem);
      }

      body.home .benefit-text {
        font-size: clamp(0.68rem, 0.74vw, 0.82rem);
        line-height: 1.35;
      }

      @media (max-width: 1020px) {
        body.home .hero-header {
          grid-template-columns: auto 1fr auto;
        }

        body.home .main-nav {
          display: none;
          position: absolute;
          top: calc(100% + 0.75rem);
          left: 0;
          right: 0;
          z-index: 20;
          justify-self: stretch;
          grid-column: 1 / -1;
          grid-template-columns: 1fr;
          gap: 0;
          padding: 0.6rem;
          border: 1px solid rgba(89, 204, 199, 0.24);
          border-radius: 0.5rem;
          background: rgba(2, 12, 15, 0.96);
          box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42);
          backdrop-filter: blur(14px);
        }

        body.home .hero-header.menu-open .main-nav {
          display: grid;
        }

        body.home .main-nav a {
          padding: 0.95rem 1rem;
          border-radius: 0.32rem;
        }

        body.home .main-nav a:hover {
          background: rgba(89, 204, 199, 0.08);
        }

        body.home .main-nav a.active::after {
          left: 1rem;
          right: auto;
          bottom: 0.5rem;
          width: 3.2rem;
        }

        .menu-toggle {
          display: block;
        }

        body.home .ticket-button {
          justify-self: end;
        }

        body.home .brand-list {
          grid-template-columns: repeat(5, minmax(0, 1fr));
        }

        body.home .attendees-grid {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        body.home .speakers-carousel {
          padding-right: 0;
        }

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

        body.home .footer-newsletter,
        body.home .footer-main {
          grid-template-columns: 1fr 1fr;
        }

        body.home .footer-glow-icon,
        body.home .footer-plane {
          display: none;
        }

        body.home .footer-column + .footer-column {
          border-left: 0;
          padding-left: 0;
        }

        .footer-bottom {
          grid-template-columns: 1fr;
          text-align: center;
        }

        body.home .footer-trust-wrap {
          justify-self: center;
        }

        body.home .benefit + .benefit {
          border-left: 0;
        }

        body.home .benefit:nth-child(even) {
          border-left: 1px solid var(--edge);
        }

        body.home .benefit:nth-child(n + 3) {
          border-top: 1px solid var(--edge);
        }
      }

      @media (min-width: 821px) {
        body.home .hero-rating {
          bottom: clamp(0.25rem, 1vw, 0.9rem);
        }
      }

      @media (max-width: 820px) {
        body.home .hero-section {
          padding-inline: 1rem;
        }

        body.home .conference-logo {
          width: 11rem;
        }

        body.home .ticket-button {
          display: none;
        }

        body.home .hero-header {
          display: grid;
        }

        body.home .event-meta,
        body.home .hero-stats {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.home .hero-meta-item + .hero-meta-item {
          padding-left: 0;
          border-left: 0;
        }

        body.home .hero-actions {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 0.75rem;
        }

        body.home .primary-action,
        body.home .video-action {
          min-width: 0;
          width: 100%;
          min-height: 3.45rem;
          padding-inline: 0.85rem;
          font-size: 0.78rem;
        }

        body.home .hero-inner {
          grid-template-columns: 1fr;
          min-height: auto;
          gap: 0;
          padding-top: 2rem;
          padding-bottom: 2rem;
        }

        body.home .hero-copy {
          position: relative;
          max-width: none;
          z-index: 5;
        }

        body.home .hero-visual {
          position: absolute;
          inset: 0 -1rem 0 12%;
          min-height: auto;
          margin-top: 0;
          opacity: 0.66;
          pointer-events: none;
          z-index: 1;
        }

        body.home .hero-visual::before {
          inset: 8% -18% 4% 8%;
          opacity: 0.85;
        }

        body.home .hero-visual::after {
          content: "";
          position: absolute;
          inset: 0;
          z-index: 3;
          height: auto;
          box-shadow: none;
          pointer-events: none;
          background:
            linear-gradient(90deg, rgba(2, 5, 5, 0.9), rgba(2, 5, 5, 0.68) 28%, rgba(2, 5, 5, 0.22) 62%, rgba(2, 5, 5, 0.5)),
            linear-gradient(180deg, rgba(2, 5, 5, 0.58), rgba(2, 5, 5, 0.1) 44%, rgba(2, 5, 5, 0.68));
        }

        body.home .traffic-visual {
          right: -42%;
          top: 14%;
          width: min(132vw, 46rem);
          height: 86%;
          transform: none;
          object-position: center right;
        }

        body.home .hero-rating {
          display: none;
        }

        body.home .brand-list {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

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

        body.home .speakers-header {
          display: grid;
        }

        body.home .speakers-button {
          width: max-content;
        }

        body.home .speakers-carousel::before {
          width: 1.2rem;
        }

        body.home .speakers-carousel::after {
          width: 2.2rem;
        }

        body.home .review-stats {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        body.home .agenda-card {
          grid-template-columns: 1fr;
        }

        body.home .agenda-visual {
          min-height: 16rem;
        }

        body.home .ticket-metrics {
          grid-template-columns: 1fr;
        }

        body.home .ticket-benefits {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          padding: 1rem;
        }

        body.home .ticket-benefit {
          min-height: 9.2rem;
          padding: 1rem;
          border-left: 0;
          border-top: 1px solid rgba(255, 255, 255, 0.12);
        }

        body.home .ticket-benefit + .ticket-benefit {
          border-left: 0;
        }

        body.home .ticket-benefit:nth-child(-n + 2) {
          border-top: 0;
        }

        body.home .program-grid,
        body.home .tickets-panel {
          grid-template-columns: 1fr;
        }

        body.home .insights-grid {
          grid-template-columns: 1fr;
        }

        body.home .article-list {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.home .partners-stats {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.home .featured-partners,
        body.home .gold-partners,
        body.home .silver-partners,
        body.home .bronze-partners {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.home .ecosystem-partners {
          grid-template-columns: repeat(4, minmax(0, 1fr));
        }

        body.home .event-content {
          grid-template-columns: 1fr;
          align-content: space-between;
          gap: 1.4rem;
        }

        body.home .event-copy {
          align-self: end;
          padding-top: 0;
        }

        body.home .event-city {
          font-size: clamp(4.6rem, 17vw, 8.5rem);
        }

        body.home .event-details {
          grid-column: 1;
          width: min(100%, 25rem);
          justify-self: end;
        }
      }

      @media (min-width: 821px) and (max-width: 1100px) {
        body.home .hero-inner {
          grid-template-columns: minmax(22rem, 0.85fr) minmax(24rem, 1.15fr);
          min-height: 42rem;
        }

        body.home .hero-title {
          font-size: clamp(3.7rem, 6.2vw, 5.6rem);
        }

        body.home .hero-actions {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 0.8rem;
        }

        body.home .primary-action,
        body.home .video-action {
          min-width: 0;
          padding-inline: 1rem;
        }

        body.home .traffic-visual {
          right: -8rem;
          width: min(76vw, 46rem);
        }

        body.home .hero-stats {
          gap: 0.55rem;
        }

        body.home .hero-stat {
          grid-template-columns: 1.65rem 1fr;
          gap: 0.42rem;
        }

        body.home .hero-stat .icon {
          width: 1.65rem;
          height: 1.65rem;
        }

        body.home .hero-stat strong {
          font-size: 0.96rem;
        }

        body.home .hero-stat span {
          font-size: 0.58rem;
        }

        body.home .program-grid {
          grid-template-columns: minmax(17rem, 0.82fr) minmax(25rem, 1.18fr);
        }

        body.home .agenda-card {
          grid-template-columns: minmax(18rem, 1fr) minmax(14rem, 0.82fr);
        }

        body.home .tickets-panel {
          grid-template-columns: 1fr;
        }

        body.home .ticket-metrics {
          grid-template-columns: 0.9fr 1.25fr 0.72fr;
        }

        body.home .ticket-benefits {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        body.home .ticket-benefit {
          border-left: 0;
          border-top: 1px solid rgba(255, 255, 255, 0.12);
        }

        body.home .ticket-benefit + .ticket-benefit {
          border-left: 0;
        }

        body.home .ticket-benefit:nth-child(-n + 3) {
          border-top: 0;
        }
      }

      @media (max-width: 620px) {
        body.home .hero-section {
          min-height: auto;
          padding-top: 0.8rem;
        }

        body.home .tickets-panel {
          padding: 1.2rem;
        }

        body.home .tickets-title {
          font-size: clamp(2.7rem, 16vw, 4.2rem);
        }

        body.home .ticket-price-strip {
          align-items: center;
          flex-direction: column;
          text-align: center;
        }

        body.home .ticket-price-next {
          text-align: center;
        }

        body.home .ticket-benefits {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          padding: 0.8rem;
        }

        body.home .ticket-benefit {
          min-height: 8.4rem;
          padding: 0.75rem 0.55rem;
        }

        body.home .ticket-benefit:nth-child(-n + 2) {
          border-top: 0;
        }

        body.home .hero-title {
          font-size: clamp(3.45rem, 15.5vw, 5rem);
        }

        body.home .hero-eyebrow {
          font-size: clamp(1.35rem, 7vw, 2rem);
        }

        body.home .hero-subtitle {
          font-size: clamp(1rem, 5vw, 1.25rem);
        }

        body.home .event-meta,
        body.home .hero-stats {
          gap: 0.9rem;
        }

        body.home .hero-meta-item,
        body.home .hero-stat {
          grid-template-columns: 2rem 1fr;
          gap: 0.55rem;
        }

        body.home .hero-meta-title {
          font-size: 0.82rem;
        }

        body.home .hero-meta-text {
          font-size: 0.68rem;
        }

        body.home .hero-actions {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.home .primary-action,
        body.home .video-action {
          min-height: 3.2rem;
          font-size: clamp(0.58rem, 2.9vw, 0.72rem);
          letter-spacing: 0.02em;
        }

        body.home .play-icon {
          width: 1.65rem;
          height: 1.65rem;
          border-width: 1.5px;
        }

        body.home .hero-rating {
          transform: scale(0.86);
          transform-origin: right bottom;
        }

        body.home .rating-avatars {
          display: none;
        }

        body.home .brand-list {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.home .attendees-grid {
          grid-template-columns: 1fr;
        }

        body.home .speaker-card {
          flex-basis: 10.2rem;
        }

        body.home .review-gallery {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.home .reviews-grid {
          grid-template-columns: 1fr;
        }

        body.home .review-stats {
          grid-template-columns: 1fr;
        }

        body.home .article-list {
          grid-template-columns: 1fr;
        }

        body.home .partners-title {
          font-size: clamp(2rem, 10vw, 3.2rem);
        }

        body.home .partners-stats,
        body.home .featured-partners,
        body.home .gold-partners,
        body.home .silver-partners,
        body.home .bronze-partners {
          grid-template-columns: 1fr;
        }

        body.home .ecosystem-partners {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.home .partners-group-title {
          gap: 0.75rem;
          font-size: 0.82rem;
        }

        body.home .partners-group-title::before,
        body.home .partners-group-title::after {
          width: 2.4rem;
        }

        body.home .partners-cta {
          grid-template-columns: 1fr;
          text-align: center;
        }

        body.home .partners-cta .icon,
        body.home .partners-cta-button {
          justify-self: center;
        }

        body.home .partner-card,
        body.home .partner-ecosystem-card {
          min-height: auto;
        }

        body.home .attendee-card {
          min-height: auto;
        }

        body.home .skopje-section {
          padding-inline: 0.8rem;
        }

        body.home .event-card {
          min-height: 36rem;
        }

        body.home .event-content {
          padding: 1.2rem;
        }

        body.home .event-image {
          object-position: 43% center;
        }

        body.home .event-label {
          font-size: clamp(1.25rem, 6vw, 1.8rem);
        }

        body.home .event-city {
          font-size: clamp(4.2rem, 20vw, 6.2rem);
          letter-spacing: -0.04em;
        }

        body.home .detail-item,
        body.home .benefit {
          grid-template-columns: 2.4rem 1fr;
          padding: 1.1rem;
        }

        body.home .benefits {
          grid-template-columns: 1fr;
        }

        body.home .footer-newsletter,
        body.home .footer-main {
          grid-template-columns: 1fr;
        }

        body.home .newsletter-form {
          grid-template-columns: 1fr;
          gap: 0.75rem;
          overflow: visible;
          min-height: 0;
          border: 0;
          border-radius: 0;
          background: transparent;
        }

        body.home .newsletter-input-wrap {
          min-height: 3.75rem;
          padding: 0 1rem;
          border: 1px solid rgba(255, 255, 255, 0.2);
          border-radius: 0.45rem;
          background: rgba(1, 8, 12, 0.82);
        }

        body.home .newsletter-input {
          font-size: 0.98rem;
        }

        body.home .newsletter-submit {
          min-height: 3.4rem;
          min-width: 0;
          border-radius: 0.45rem;
        }

        body.home .newsletter-note,
        body.home .newsletter-community {
          align-items: flex-start;
          font-size: 0.86rem;
          line-height: 1.35;
        }

        body.home .footer-socials {
          justify-content: center;
        }

        body.home .footer-logo {
          margin-inline: auto;
        }

        body.home .footer-description,
        body.home .footer-heading,
        body.home .association-copy,
        body.home .association-logo {
          text-align: center;
          justify-content: center;
        }

        body.home .footer-mini-cta {
          margin-inline: auto;
        }

        body.home .footer-info-list li {
          grid-template-columns: 1.7rem 1fr;
        }

        body.home .benefit:nth-child(even) {
          border-left: 0;
        }

        body.home .benefit:nth-child(n + 2) {
          border-top: 1px solid var(--edge);
        }
      }

      @media (max-width: 980px) {
        body.home .event-card {
          grid-template-columns: 1fr;
          min-height: 0;
        }

        body.home .skopje-intro-panel,
        body.home .skopje-visual-panel {
          min-height: auto;
        }

        body.home .skopje-intro-panel,
        body.home .skopje-visual-panel {
          border-right: 0;
          border-bottom: 1px solid rgba(89, 204, 199, 0.2);
        }

        body.home .skopje-visual-panel {
          margin: 0;
          min-height: 15rem;
        }

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

      @media (max-width: 620px) {
        body.home .event-card {
          min-height: 0;
        }

        body.home .skopje-visual-panel {
          min-height: 13rem;
        }

        body.home .benefits {
          grid-template-columns: 1fr;
        }

        body.home .skopje-support {
          grid-template-columns: 1fr;
        }

        body.home .skopje-logo-card {
          justify-content: start;
          border-right: 0;
          border-bottom: 1px solid rgba(89, 204, 199, 0.16);
        }
      }
    

/* === ported from articles.html  scope=body.archive === */

      @import url("https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800;900&display=swap");

      :root {
        --page-bg: #010404;
        --cyan: #59CCC7;
        --yellow: #F3DE36;
        --violet: #D33CFF;
        --text: #ffffff;
        --muted: rgba(255, 255, 255, 0.76);
        --edge: rgba(255, 255, 255, 0.1);
        --font-main: "Onest", "Arial", "Helvetica Neue", sans-serif;
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        background:
          linear-gradient(rgba(89, 204, 199, 0.055) 1px, transparent 1px),
          linear-gradient(90deg, rgba(89, 204, 199, 0.055) 1px, transparent 1px),
          radial-gradient(circle at 84% 14%, rgba(211, 60, 255, 0.16), transparent 24rem),
          radial-gradient(circle at 12% 38%, rgba(89, 204, 199, 0.14), transparent 23rem),
          linear-gradient(180deg, #020606, #020507 72%);
        background-size: 6.5rem 6.5rem, 6.5rem 6.5rem, auto, auto, auto;
        color: var(--text);
        font-family: var(--font-main);
      }

      body.archive a {
        color: inherit;
      }

      body.archive .site-shell {
        min-height: 100vh;
        overflow: hidden;
      }

      .site-header,
      body.archive .articles-hero,
      body.archive .articles-layout,
      body.archive .site-footer-inner {
        width: min(100% - 2rem, 1420px);
        margin: 0 auto;
      }

      .site-header {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: clamp(1.2rem, 2.8vw, 3rem);
        min-height: 5.6rem;
        padding: 1rem 0;
        position: relative;
        z-index: 10;
      }

      body.archive .conference-logo {
        display: block;
        width: clamp(11rem, 16vw, 16.5rem);
        height: auto;
        transition: transform 220ms ease, filter 220ms ease;
      }

      body.archive .conference-logo:hover {
        transform: translateY(-2px);
        filter: drop-shadow(0 0 13px rgba(89, 204, 199, 0.36));
      }

      body.archive .main-nav {
        justify-self: center;
        display: flex;
        gap: clamp(1rem, 2vw, 2.2rem);
        align-items: center;
      }

      body.archive .main-nav a {
        position: relative;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 850;
        text-decoration: none;
        text-transform: uppercase;
        transition: color 180ms ease, transform 180ms ease;
      }

      body.archive .main-nav a:hover,
      body.archive .main-nav a.active {
        color: var(--cyan);
        transform: translateY(-2px);
      }

      body.archive .main-nav a.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -0.9rem;
        height: 3px;
        background: linear-gradient(90deg, var(--cyan), var(--yellow));
      }

      body.archive .ticket-button,
      body.archive .ticket-cta,
      body.archive .newsletter-submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 0.35rem;
        background: var(--cyan);
        color: #020606;
        font-weight: 950;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
      }

      body.archive .ticket-button {
        min-height: 3.4rem;
        padding: 0 1.8rem;
        font-size: 0.86rem;
      }

      body.archive .ticket-button:hover,
      body.archive .ticket-cta:hover,
      body.archive .newsletter-submit:hover {
        transform: translateY(-2px);
        background: #72ddd8;
        box-shadow: 0 0 22px rgba(89, 204, 199, 0.28);
      }

      .menu-toggle {
        display: none;
        width: 3rem;
        height: 3rem;
        border: 1px solid rgba(89, 204, 199, 0.35);
        border-radius: 0.35rem;
        background: rgba(4, 20, 22, 0.78);
        color: #fff;
        cursor: pointer;
      }

      .menu-toggle span,
      .menu-toggle::before,
      .menu-toggle::after {
        content: "";
        display: block;
        width: 1.45rem;
        height: 2px;
        margin: 0.28rem auto;
        background: currentColor;
        transition: transform 180ms ease, opacity 180ms ease;
      }

      .site-header.menu-open .menu-toggle::before {
        transform: translateY(0.58rem) rotate(45deg);
      }

      .site-header.menu-open .menu-toggle span {
        opacity: 0;
      }

      .site-header.menu-open .menu-toggle::after {
        transform: translateY(-0.58rem) rotate(-45deg);
      }

      body.archive .articles-hero {
        padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(1.35rem, 2.8vw, 2.2rem);
      }

      body.archive .page-kicker {
        margin: 0 0 0.85rem;
        color: var(--cyan);
        font-size: 0.95rem;
        font-weight: 950;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      body.archive .page-title {
        max-width: 58rem;
        margin: 0;
        color: #fff;
        font-size: clamp(2.55rem, 5.2vw, 4.8rem);
        font-weight: 950;
        line-height: 0.96;
        text-transform: uppercase;
        text-shadow: 0 6px 0 rgba(255, 255, 255, 0.12);
      }

      body.archive .page-title span {
        display: block;
        color: var(--cyan);
        text-shadow: 0 6px 0 rgba(89, 204, 199, 0.14);
      }

      body.archive .page-copy {
        max-width: 42rem;
        margin: 0.9rem 0 0;
        color: var(--muted);
        font-size: clamp(0.95rem, 1.25vw, 1.1rem);
        font-weight: 650;
        line-height: 1.48;
      }

      body.archive .articles-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.34fr);
        gap: clamp(1.2rem, 3vw, 2.2rem);
        align-items: start;
        padding-bottom: clamp(3rem, 6vw, 5rem);
      }

      body.archive .articles-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(0.9rem, 1.6vw, 1.2rem);
      }

      body.archive .article-card {
        overflow: hidden;
        display: grid;
        grid-template-rows: auto 1fr;
        min-height: 100%;
        border: 1px solid rgba(89, 204, 199, 0.18);
        border-radius: 0.55rem;
        background:
          radial-gradient(circle at 16% 0%, rgba(89, 204, 199, 0.1), transparent 9rem),
          rgba(4, 17, 21, 0.78);
        text-decoration: none;
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }

      body.archive .article-card:hover {
        transform: translateY(-4px);
        border-color: rgba(89, 204, 199, 0.52);
        box-shadow: 0 0 26px rgba(89, 204, 199, 0.13);
      }

      body.archive .article-image {
        position: relative;
        aspect-ratio: 1.48 / 1;
        min-height: 0;
        background:
          linear-gradient(135deg, rgba(89, 204, 199, 0.18), rgba(211, 60, 255, 0.12)),
          #071014;
      }

      body.archive .article-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      body.archive .article-body {
        display: flex;
        flex-direction: column;
        padding: 1.05rem;
      }

      body.archive .article-type {
        margin: 0 0 0.48rem;
        color: var(--cyan);
        font-size: 0.72rem;
        font-weight: 950;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      body.archive .article-title {
        margin: 0;
        color: #fff;
        font-size: clamp(1rem, 1.2vw, 1.18rem);
        font-weight: 900;
        line-height: 1.18;
        min-height: 3.55em;
      }

      body.archive .article-excerpt {
        margin: 0.75rem 0 0;
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.9rem;
        font-weight: 600;
        line-height: 1.42;
      }

      body.archive .article-time {
        margin: auto 0 0;
        padding-top: 0.95rem;
        color: rgba(89, 204, 199, 0.86);
        font-size: 0.82rem;
        font-weight: 850;
      }

      body.archive .articles-sidebar {
        position: sticky;
        top: 1rem;
        display: grid;
        gap: 1rem;
      }

      body.archive .sidebar-card {
        overflow: hidden;
        border: 1px solid rgba(89, 204, 199, 0.32);
        border-radius: 0.6rem;
        background:
          radial-gradient(circle at 18% 18%, rgba(89, 204, 199, 0.13), transparent 12rem),
          linear-gradient(180deg, rgba(5, 22, 26, 0.88), rgba(2, 8, 12, 0.92));
        box-shadow: 0 0 28px rgba(89, 204, 199, 0.08);
      }

      body.archive .ticket-sidebar {
        padding: 1.35rem;
      }

      body.archive .ticket-sidebar h2,
      body.archive .partners-sidebar h2 {
        margin: 0;
        color: #fff;
        font-size: 1.45rem;
        font-weight: 950;
        line-height: 1.08;
        text-transform: uppercase;
      }

      body.archive .ticket-sidebar h2 span,
      body.archive .partners-sidebar h2 span {
        display: block;
        color: var(--cyan);
      }

      body.archive .ticket-price {
        margin: 1rem 0;
        padding: 1rem;
        border: 1px solid rgba(255, 227, 77, 0.72);
        border-radius: 0.45rem;
        background: rgba(255, 227, 77, 0.07);
        box-shadow: 0 0 20px rgba(255, 227, 77, 0.12);
      }

      body.archive .ticket-price strong {
        display: block;
        color: #fff;
        font-size: 2.2rem;
        font-weight: 950;
        line-height: 1;
      }

      body.archive .ticket-price span {
        display: block;
        margin-top: 0.25rem;
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.86rem;
        font-weight: 850;
        text-transform: uppercase;
      }

      body.archive .ticket-sidebar p {
        margin: 0 0 1rem;
        color: rgba(255, 255, 255, 0.74);
        font-size: 0.94rem;
        font-weight: 650;
        line-height: 1.45;
      }

      body.archive .ticket-cta {
        width: 100%;
        min-height: 3.6rem;
        background: var(--yellow);
        font-size: 0.96rem;
      }

      body.archive .ticket-cta:hover {
        background: #fff06e;
        box-shadow: 0 0 24px rgba(255, 227, 77, 0.28);
      }

      body.archive .partners-sidebar {
        padding: 1.25rem;
      }

      body.archive .partner-rotator {
        overflow: hidden;
        height: 17rem;
        margin-top: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 0.45rem;
        background: rgba(1, 8, 12, 0.62);
      }

      body.archive .partner-track {
        display: grid;
        gap: 0.8rem;
        padding: 0.9rem;
        animation: partnerRotate 36s linear infinite;
      }

      body.archive .partner-rotator:hover .partner-track {
        animation-play-state: paused;
      }

      body.archive .partner-logo {
        display: grid;
        place-items: center;
        min-height: 6.2rem;
        border: 1px solid rgba(89, 204, 199, 0.16);
        border-radius: 0.45rem;
        background: rgba(255, 255, 255, 0.025);
      }

      body.archive .partner-logo img {
        display: block;
        max-width: min(85%, 12rem);
        max-height: 4.5rem;
        object-fit: contain;
      }

      @keyframes partnerRotate {
        from {
          transform: translateY(0);
        }
        to {
          transform: translateY(calc(-50% - 0.4rem));
        }
      }

      .site-footer {
        padding: clamp(2.4rem, 5vw, 4rem) 0 2rem;
        border-top: 1px solid rgba(89, 204, 199, 0.14);
        background:
          radial-gradient(circle at 14% 18%, rgba(89, 204, 199, 0.12), transparent 20rem),
          radial-gradient(circle at 88% 20%, rgba(211, 60, 255, 0.14), transparent 22rem),
          linear-gradient(180deg, rgba(2, 10, 14, 0.92), #020507 76%);
      }

      body.archive .footer-newsletter {
        display: grid;
        grid-template-columns: 9rem minmax(18rem, 1fr) minmax(22rem, 0.95fr) 10rem;
        align-items: center;
        gap: clamp(1.2rem, 3vw, 2.6rem);
        padding: clamp(1.15rem, 2.2vw, 2rem);
        border: 1px solid rgba(89, 204, 199, 0.48);
        border-radius: 0.55rem;
        background:
          radial-gradient(circle at 7% 50%, rgba(89, 204, 199, 0.14), transparent 12rem),
          radial-gradient(circle at 94% 46%, rgba(211, 60, 255, 0.16), transparent 12rem),
          rgba(2, 11, 17, 0.78);
        box-shadow: 0 0 34px rgba(89, 204, 199, 0.08);
      }

      body.archive .footer-glow-icon {
        display: grid;
        place-items: center;
        color: var(--cyan);
      }

      body.archive .footer-glow-icon svg {
        width: min(100%, 4.7rem);
        height: auto;
        filter: drop-shadow(0 0 14px rgba(89, 204, 199, 0.52)) drop-shadow(0 0 18px rgba(211, 60, 255, 0.28));
      }

      body.archive .newsletter-title {
        margin: 0 0 0.7rem;
        color: #fff;
        font-size: 1.7rem;
        font-weight: 900;
        line-height: 1.08;
        text-transform: uppercase;
      }

      body.archive .newsletter-title span {
        display: block;
        color: var(--cyan);
      }

      body.archive .newsletter-copy {
        margin: 0;
        color: var(--muted);
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.4;
      }

      body.archive .newsletter-form {
        display: grid;
        grid-template-columns: 1fr auto;
        overflow: hidden;
        min-height: 3.6rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 0.5rem;
        background: rgba(1, 8, 12, 0.72);
      }

      body.archive .newsletter-input-wrap {
        display: grid;
        grid-template-columns: 2.4rem 1fr;
        align-items: center;
        padding: 0 1.2rem;
        color: rgba(255, 255, 255, 0.82);
      }

      body.archive .newsletter-input-wrap svg {
        width: 1.35rem;
        height: 1.35rem;
      }

      body.archive .newsletter-input {
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: #fff;
        font: 700 1rem var(--font-main);
      }

      body.archive .newsletter-input::placeholder {
        color: rgba(255, 255, 255, 0.56);
      }

      body.archive .newsletter-submit {
        min-width: 12rem;
        border: 0;
        background: var(--cyan);
        color: #020606;
        font: 900 0.95rem var(--font-main);
        text-transform: uppercase;
        cursor: pointer;
        transition: background 180ms ease, box-shadow 180ms ease;
      }

      body.archive .newsletter-submit:hover {
        background: #72ddd8;
        box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.05);
      }

      body.archive .newsletter-note,
      body.archive .newsletter-community {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin: 0.65rem 0 0;
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.9rem;
        font-weight: 650;
      }

      body.archive .newsletter-note svg,
      body.archive .newsletter-community svg {
        flex: 0 0 auto;
        width: 1.1rem;
        height: 1.1rem;
        color: var(--cyan);
      }

      body.archive .footer-plane {
        color: var(--cyan);
      }

      body.archive .footer-plane svg {
        width: min(100%, 6.2rem);
        height: auto;
        filter: drop-shadow(0 0 13px rgba(89, 204, 199, 0.45)) drop-shadow(0 0 16px rgba(211, 60, 255, 0.34));
      }

      body.archive .footer-main {
        display: grid;
        grid-template-columns: 1.25fr 0.8fr 1.1fr 1.1fr;
        gap: clamp(1.4rem, 4vw, 3.8rem);
        margin-top: clamp(2rem, 4vw, 3.8rem);
        padding-top: clamp(2rem, 4vw, 3.4rem);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
      }

      body.archive .footer-logo {
        display: block;
        width: 13.5rem;
        height: auto;
        margin-bottom: 1.4rem;
      }

      body.archive .footer-description,
      body.archive .association-copy {
        margin: 0;
        color: var(--muted);
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.48;
      }

      body.archive .footer-socials {
        display: flex;
        flex-wrap: wrap;
        gap: 0.8rem;
        margin: 1.55rem 0;
      }

      body.archive .footer-social {
        display: grid;
        place-items: center;
        width: 2.65rem;
        height: 2.65rem;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 50%;
        color: #fff;
        transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
      }

      body.archive .footer-social:hover {
        color: var(--cyan);
        border-color: rgba(89, 204, 199, 0.72);
        transform: translateY(-2px);
      }

      body.archive .footer-social svg {
        width: 1.15rem;
        height: 1.15rem;
      }

      body.archive .footer-mini-cta {
        display: grid;
        grid-template-columns: 2.7rem 1fr auto;
        align-items: center;
        gap: 0.8rem;
        max-width: 24rem;
        padding: 1rem;
        border: 1px solid rgba(89, 204, 199, 0.38);
        border-radius: 0.45rem;
        color: #fff;
        text-decoration: none;
        background: rgba(89, 204, 199, 0.045);
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }

      body.archive .footer-mini-cta:hover {
        transform: translateY(-2px);
        border-color: rgba(211, 60, 255, 0.55);
        box-shadow: 0 0 20px rgba(211, 60, 255, 0.12);
      }

      body.archive .footer-mini-cta svg {
        width: 2.35rem;
        height: 2.35rem;
        color: var(--cyan);
      }

      body.archive .footer-mini-cta strong {
        display: block;
        margin-bottom: 0.2rem;
        color: var(--cyan);
        font-size: 0.78rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.archive .footer-mini-cta span {
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.82rem;
        font-weight: 650;
        line-height: 1.35;
      }

      body.archive .footer-heading {
        margin: 0 0 1rem;
        color: var(--cyan);
        font-size: 0.95rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.archive .footer-links,
      body.archive .footer-info-list {
        display: grid;
        gap: 0.75rem;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body.archive .footer-links a,
      body.archive .footer-info-list a {
        color: rgba(255, 255, 255, 0.82);
        font-weight: 650;
        text-decoration: none;
      }

      body.archive .footer-links a:hover,
      body.archive .footer-info-list a:hover {
        color: var(--cyan);
      }

      body.archive .footer-info-list li {
        color: rgba(255, 255, 255, 0.82);
        font-weight: 650;
        line-height: 1.38;
      }

      body.archive .association-logo {
        display: block;
        width: 13.5rem;
        max-width: 100%;
        margin-bottom: 1.4rem;
      }

      body.archive .association-link {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        margin-top: 1.25rem;
        color: var(--cyan);
        font-weight: 700;
        text-decoration: none;
      }

      body.archive .association-link:hover {
        color: #fff;
      }

      .footer-bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-top: 2rem;
        padding-top: 1.4rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.9rem;
        font-weight: 600;
      }

      body.archive .footer-legal {
        display: flex;
        flex-wrap: wrap;
        gap: 0.9rem;
      }

      body.archive .footer-legal a {
        color: rgba(255, 255, 255, 0.72);
        text-decoration: none;
      }

      body.archive .footer-legal a:hover {
        color: var(--cyan);
      }

      body.archive .footer-trust-wrap {
        display: flex;
        align-items: center;
        gap: 0.75rem;
      }

      body.archive .footer-trust {
        display: inline-flex;
        align-items: center;
        min-height: 2.8rem;
        padding: 0 1rem;
        border: 1px solid rgba(89, 204, 199, 0.28);
        border-radius: 0.4rem;
        color: var(--cyan);
        font-size: 0.84rem;
        font-weight: 800;
      }

      body.archive .footer-badge {
        display: inline-flex;
        align-items: center;
      }

      body.archive .footer-badge img {
        display: block;
        height: 4rem;
        width: auto;
      }

      @media (max-width: 1100px) {
        body.archive .articles-layout {
          grid-template-columns: 1fr;
        }

        body.archive .articles-sidebar {
          position: static;
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.archive .footer-newsletter,
        body.archive .footer-main {
          grid-template-columns: 1fr;
        }

        body.archive .footer-glow-icon,
        body.archive .footer-plane {
          display: none;
        }
      }

      @media (max-width: 900px) {
        .site-header {
          grid-template-columns: auto auto;
          justify-content: space-between;
        }

        .menu-toggle {
          display: block;
        }

        body.archive .ticket-button {
          display: none;
        }

        body.archive .main-nav {
          position: absolute;
          left: 0;
          right: 0;
          top: calc(100% + 0.6rem);
          display: none;
          grid-column: 1 / -1;
          padding: 1rem;
          border: 1px solid rgba(89, 204, 199, 0.24);
          border-radius: 0.5rem;
          background: rgba(2, 10, 14, 0.96);
        }

        .site-header.menu-open .main-nav {
          display: grid;
          gap: 0.85rem;
        }

        body.archive .main-nav a.active::after {
          display: none;
        }

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

      @media (max-width: 680px) {
        .site-header,
        body.archive .articles-hero,
        body.archive .articles-layout,
        body.archive .site-footer-inner {
          width: min(100% - 1.3rem, 1420px);
        }

        body.archive .page-title {
          font-size: clamp(2.55rem, 13vw, 4rem);
        }

        body.archive .articles-grid,
        body.archive .articles-sidebar,
        body.archive .footer-newsletter,
        body.archive .footer-main {
          grid-template-columns: 1fr;
        }

        body.archive .newsletter-form {
          grid-template-columns: 1fr;
          gap: 0.75rem;
          overflow: visible;
          min-height: 0;
          border: 0;
          background: transparent;
        }

        body.archive .newsletter-input-wrap {
          min-height: 3.75rem;
          border: 1px solid rgba(255, 255, 255, 0.2);
          border-radius: 0.45rem;
          background: rgba(1, 8, 12, 0.82);
        }

        body.archive .newsletter-submit {
          min-height: 3.4rem;
          min-width: 0;
          border-radius: 0.45rem;
        }

        .footer-bottom {
          align-items: flex-start;
          flex-direction: column;
        }

        body.archive .footer-trust-wrap {
          align-items: flex-start;
          flex-direction: column;
        }
      }
    

/* === ported from single-post.html  scope=body.single === */

      @import url("https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800;900&display=swap");

      :root {
        --page-bg: #010404;
        --cyan: #59CCC7;
        --yellow: #F3DE36;
        --violet: #D33CFF;
        --text: #ffffff;
        --muted: rgba(255, 255, 255, 0.76);
        --edge: rgba(255, 255, 255, 0.1);
        --font-main: "Onest", "Arial", "Helvetica Neue", sans-serif;
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        background:
          linear-gradient(rgba(89, 204, 199, 0.055) 1px, transparent 1px),
          linear-gradient(90deg, rgba(89, 204, 199, 0.055) 1px, transparent 1px),
          radial-gradient(circle at 84% 14%, rgba(211, 60, 255, 0.16), transparent 24rem),
          radial-gradient(circle at 12% 38%, rgba(89, 204, 199, 0.14), transparent 23rem),
          linear-gradient(180deg, #020606, #020507 72%);
        background-size: 6.5rem 6.5rem, 6.5rem 6.5rem, auto, auto, auto;
        color: var(--text);
        font-family: var(--font-main);
      }

      body.single a {
        color: inherit;
      }

      body.single .site-shell {
        min-height: 100vh;
        overflow: hidden;
      }

      .site-header,
      body.single .articles-hero,
      body.single .articles-layout,
      body.single .site-footer-inner {
        width: min(100% - 2rem, 1420px);
        margin: 0 auto;
      }

      .site-header {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: clamp(1.2rem, 2.8vw, 3rem);
        min-height: 5.6rem;
        padding: 1rem 0;
        position: relative;
        z-index: 10;
      }

      body.single .conference-logo {
        display: block;
        width: clamp(11rem, 16vw, 16.5rem);
        height: auto;
        transition: transform 220ms ease, filter 220ms ease;
      }

      body.single .conference-logo:hover {
        transform: translateY(-2px);
        filter: drop-shadow(0 0 13px rgba(89, 204, 199, 0.36));
      }

      body.single .main-nav {
        justify-self: center;
        display: flex;
        gap: clamp(1rem, 2vw, 2.2rem);
        align-items: center;
      }

      body.single .main-nav a {
        position: relative;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 850;
        text-decoration: none;
        text-transform: uppercase;
        transition: color 180ms ease, transform 180ms ease;
      }

      body.single .main-nav a:hover,
      body.single .main-nav a.active {
        color: var(--cyan);
        transform: translateY(-2px);
      }

      body.single .main-nav a.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -0.9rem;
        height: 3px;
        background: linear-gradient(90deg, var(--cyan), var(--yellow));
      }

      body.single .ticket-button,
      body.single .ticket-cta,
      body.single .newsletter-submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 0.35rem;
        background: var(--cyan);
        color: #020606;
        font-weight: 950;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
      }

      body.single .ticket-button {
        min-height: 3.4rem;
        padding: 0 1.8rem;
        font-size: 0.86rem;
      }

      body.single .ticket-button:hover,
      body.single .ticket-cta:hover,
      body.single .newsletter-submit:hover {
        transform: translateY(-2px);
        background: #72ddd8;
        box-shadow: 0 0 22px rgba(89, 204, 199, 0.28);
      }

      .menu-toggle {
        display: none;
        width: 3rem;
        height: 3rem;
        border: 1px solid rgba(89, 204, 199, 0.35);
        border-radius: 0.35rem;
        background: rgba(4, 20, 22, 0.78);
        color: #fff;
        cursor: pointer;
      }

      .menu-toggle span,
      .menu-toggle::before,
      .menu-toggle::after {
        content: "";
        display: block;
        width: 1.45rem;
        height: 2px;
        margin: 0.28rem auto;
        background: currentColor;
        transition: transform 180ms ease, opacity 180ms ease;
      }

      .site-header.menu-open .menu-toggle::before {
        transform: translateY(0.58rem) rotate(45deg);
      }

      .site-header.menu-open .menu-toggle span {
        opacity: 0;
      }

      .site-header.menu-open .menu-toggle::after {
        transform: translateY(-0.58rem) rotate(-45deg);
      }

      body.single .articles-hero {
        padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(1.35rem, 2.8vw, 2.2rem);
      }

      body.single .page-kicker {
        margin: 0 0 0.85rem;
        color: var(--cyan);
        font-size: 0.95rem;
        font-weight: 950;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      body.single .page-title {
        max-width: 58rem;
        margin: 0;
        color: #fff;
        font-size: clamp(2.55rem, 5.2vw, 4.8rem);
        font-weight: 950;
        line-height: 0.96;
        text-transform: uppercase;
        text-shadow: 0 6px 0 rgba(255, 255, 255, 0.12);
      }

      body.single .page-title span {
        display: block;
        color: var(--cyan);
        text-shadow: 0 6px 0 rgba(89, 204, 199, 0.14);
      }

      body.single .page-copy {
        max-width: 42rem;
        margin: 0.9rem 0 0;
        color: var(--muted);
        font-size: clamp(0.95rem, 1.25vw, 1.1rem);
        font-weight: 650;
        line-height: 1.48;
      }

      body.single .articles-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.34fr);
        gap: clamp(1.2rem, 3vw, 2.2rem);
        align-items: start;
        padding-bottom: clamp(3rem, 6vw, 5rem);
      }

      body.single .articles-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(0.9rem, 1.6vw, 1.2rem);
      }

      body.single .article-card {
        overflow: hidden;
        display: grid;
        grid-template-rows: auto 1fr;
        min-height: 100%;
        border: 1px solid rgba(89, 204, 199, 0.18);
        border-radius: 0.55rem;
        background:
          radial-gradient(circle at 16% 0%, rgba(89, 204, 199, 0.1), transparent 9rem),
          rgba(4, 17, 21, 0.78);
        text-decoration: none;
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }

      body.single .article-card:hover {
        transform: translateY(-4px);
        border-color: rgba(89, 204, 199, 0.52);
        box-shadow: 0 0 26px rgba(89, 204, 199, 0.13);
      }

      body.single .article-image {
        position: relative;
        aspect-ratio: 1.48 / 1;
        min-height: 0;
        background:
          linear-gradient(135deg, rgba(89, 204, 199, 0.18), rgba(211, 60, 255, 0.12)),
          #071014;
      }

      body.single .article-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      body.single .article-body {
        display: flex;
        flex-direction: column;
        padding: 1.05rem;
      }

      body.single .article-type {
        margin: 0 0 0.48rem;
        color: var(--cyan);
        font-size: 0.72rem;
        font-weight: 950;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      body.single .article-title {
        margin: 0;
        color: #fff;
        font-size: clamp(1rem, 1.2vw, 1.18rem);
        font-weight: 900;
        line-height: 1.18;
        min-height: 3.55em;
      }

      body.single .article-excerpt {
        margin: 0.75rem 0 0;
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.9rem;
        font-weight: 600;
        line-height: 1.42;
      }

      body.single .article-time {
        margin: auto 0 0;
        padding-top: 0.95rem;
        color: rgba(89, 204, 199, 0.86);
        font-size: 0.82rem;
        font-weight: 850;
      }

      body.single .single-post {
        overflow: hidden;
        border: 1px solid rgba(89, 204, 199, 0.18);
        border-radius: 0.65rem;
        background:
          radial-gradient(circle at 12% 0%, rgba(89, 204, 199, 0.1), transparent 16rem),
          rgba(4, 17, 21, 0.78);
        box-shadow: 0 0 28px rgba(89, 204, 199, 0.08);
      }

      body.single .single-post-layout {
        padding-top: clamp(1.2rem, 3vw, 2.2rem);
      }

      body.single .post-featured-image {
        aspect-ratio: 1.95 / 1;
        margin-top: clamp(1.25rem, 2.5vw, 2rem);
        overflow: hidden;
        border-radius: 0.5rem;
        background:
          linear-gradient(135deg, rgba(89, 204, 199, 0.18), rgba(211, 60, 255, 0.12)),
          #071014;
      }

      body.single .post-featured-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      body.single .post-content {
        padding: clamp(1.35rem, 3vw, 2.4rem);
      }

      body.single .post-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 0.7rem;
        margin: 0 0 1rem;
        color: var(--cyan);
        font-size: 0.82rem;
        font-weight: 900;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      body.single .post-title {
        max-width: 56rem;
        margin: 0;
        color: #fff;
        font-size: clamp(2rem, 4vw, 4.1rem);
        font-weight: 950;
        line-height: 0.98;
        text-transform: uppercase;
        text-shadow: 0 5px 0 rgba(255, 255, 255, 0.1);
      }

      body.single .post-lead {
        max-width: 52rem;
        margin: 1.25rem 0 0;
        color: rgba(255, 255, 255, 0.84);
        font-size: clamp(1.05rem, 1.5vw, 1.35rem);
        font-weight: 750;
        line-height: 1.48;
      }

      body.single .post-body {
        max-width: 54rem;
        margin-top: clamp(1.5rem, 3vw, 2.4rem);
      }

      body.single .post-body p {
        margin: 0 0 1.15rem;
        color: rgba(255, 255, 255, 0.76);
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.72;
      }

      body.single .post-body h2 {
        margin: 2rem 0 0.85rem;
        color: #fff;
        font-size: clamp(1.35rem, 2vw, 2rem);
        font-weight: 900;
        line-height: 1.15;
        text-transform: uppercase;
      }

      body.single .articles-sidebar {
        position: sticky;
        top: 1rem;
        display: grid;
        gap: 1rem;
      }

      body.single .sidebar-card {
        overflow: hidden;
        border: 1px solid rgba(89, 204, 199, 0.32);
        border-radius: 0.6rem;
        background:
          radial-gradient(circle at 18% 18%, rgba(89, 204, 199, 0.13), transparent 12rem),
          linear-gradient(180deg, rgba(5, 22, 26, 0.88), rgba(2, 8, 12, 0.92));
        box-shadow: 0 0 28px rgba(89, 204, 199, 0.08);
      }

      body.single .ticket-sidebar {
        padding: 1.35rem;
      }

      body.single .ticket-sidebar h2,
      body.single .partners-sidebar h2 {
        margin: 0;
        color: #fff;
        font-size: 1.45rem;
        font-weight: 950;
        line-height: 1.08;
        text-transform: uppercase;
      }

      body.single .ticket-sidebar h2 span,
      body.single .partners-sidebar h2 span {
        display: block;
        color: var(--cyan);
      }

      body.single .ticket-price {
        margin: 1rem 0;
        padding: 1rem;
        border: 1px solid rgba(255, 227, 77, 0.72);
        border-radius: 0.45rem;
        background: rgba(255, 227, 77, 0.07);
        box-shadow: 0 0 20px rgba(255, 227, 77, 0.12);
      }

      body.single .ticket-price strong {
        display: block;
        color: #fff;
        font-size: 2.2rem;
        font-weight: 950;
        line-height: 1;
      }

      body.single .ticket-price span {
        display: block;
        margin-top: 0.25rem;
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.86rem;
        font-weight: 850;
        text-transform: uppercase;
      }

      body.single .ticket-sidebar p {
        margin: 0 0 1rem;
        color: rgba(255, 255, 255, 0.74);
        font-size: 0.94rem;
        font-weight: 650;
        line-height: 1.45;
      }

      body.single .ticket-cta {
        width: 100%;
        min-height: 3.6rem;
        background: var(--yellow);
        font-size: 0.96rem;
      }

      body.single .ticket-cta:hover {
        background: #fff06e;
        box-shadow: 0 0 24px rgba(255, 227, 77, 0.28);
      }

      body.single .partners-sidebar {
        padding: 1.25rem;
      }

      body.single .partner-rotator {
        overflow: hidden;
        height: 17rem;
        margin-top: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 0.45rem;
        background: rgba(1, 8, 12, 0.62);
      }

      body.single .partner-track {
        display: grid;
        gap: 0.8rem;
        padding: 0.9rem;
        animation: partnerRotate 36s linear infinite;
      }

      body.single .partner-rotator:hover .partner-track {
        animation-play-state: paused;
      }

      body.single .partner-logo {
        display: grid;
        place-items: center;
        min-height: 6.2rem;
        border: 1px solid rgba(89, 204, 199, 0.16);
        border-radius: 0.45rem;
        background: rgba(255, 255, 255, 0.025);
      }

      body.single .partner-logo img {
        display: block;
        max-width: min(85%, 12rem);
        max-height: 4.5rem;
        object-fit: contain;
      }

      @keyframes partnerRotate {
        from {
          transform: translateY(0);
        }
        to {
          transform: translateY(calc(-50% - 0.4rem));
        }
      }

      .site-footer {
        padding: clamp(2.4rem, 5vw, 4rem) 0 2rem;
        border-top: 1px solid rgba(89, 204, 199, 0.14);
        background:
          radial-gradient(circle at 14% 18%, rgba(89, 204, 199, 0.12), transparent 20rem),
          radial-gradient(circle at 88% 20%, rgba(211, 60, 255, 0.14), transparent 22rem),
          linear-gradient(180deg, rgba(2, 10, 14, 0.92), #020507 76%);
      }

      body.single .footer-newsletter {
        display: grid;
        grid-template-columns: 9rem minmax(18rem, 1fr) minmax(22rem, 0.95fr) 10rem;
        align-items: center;
        gap: clamp(1.2rem, 3vw, 2.6rem);
        padding: clamp(1.15rem, 2.2vw, 2rem);
        border: 1px solid rgba(89, 204, 199, 0.48);
        border-radius: 0.55rem;
        background:
          radial-gradient(circle at 7% 50%, rgba(89, 204, 199, 0.14), transparent 12rem),
          radial-gradient(circle at 94% 46%, rgba(211, 60, 255, 0.16), transparent 12rem),
          rgba(2, 11, 17, 0.78);
        box-shadow: 0 0 34px rgba(89, 204, 199, 0.08);
      }

      body.single .footer-glow-icon {
        display: grid;
        place-items: center;
        color: var(--cyan);
      }

      body.single .footer-glow-icon svg {
        width: min(100%, 4.7rem);
        height: auto;
        filter: drop-shadow(0 0 14px rgba(89, 204, 199, 0.52)) drop-shadow(0 0 18px rgba(211, 60, 255, 0.28));
      }

      body.single .newsletter-title {
        margin: 0 0 0.7rem;
        color: #fff;
        font-size: 1.7rem;
        font-weight: 900;
        line-height: 1.08;
        text-transform: uppercase;
      }

      body.single .newsletter-title span {
        display: block;
        color: var(--cyan);
      }

      body.single .newsletter-copy {
        margin: 0;
        color: var(--muted);
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.4;
      }

      body.single .newsletter-form {
        display: grid;
        grid-template-columns: 1fr auto;
        overflow: hidden;
        min-height: 3.6rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 0.5rem;
        background: rgba(1, 8, 12, 0.72);
      }

      body.single .newsletter-input-wrap {
        display: grid;
        grid-template-columns: 2.4rem 1fr;
        align-items: center;
        padding: 0 1.2rem;
        color: rgba(255, 255, 255, 0.82);
      }

      body.single .newsletter-input-wrap svg {
        width: 1.35rem;
        height: 1.35rem;
      }

      body.single .newsletter-input {
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: #fff;
        font: 700 1rem var(--font-main);
      }

      body.single .newsletter-input::placeholder {
        color: rgba(255, 255, 255, 0.56);
      }

      body.single .newsletter-submit {
        min-width: 12rem;
        border: 0;
        background: var(--cyan);
        color: #020606;
        font: 900 0.95rem var(--font-main);
        text-transform: uppercase;
        cursor: pointer;
        transition: background 180ms ease, box-shadow 180ms ease;
      }

      body.single .newsletter-submit:hover {
        background: #72ddd8;
        box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.05);
      }

      body.single .newsletter-note,
      body.single .newsletter-community {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin: 0.65rem 0 0;
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.9rem;
        font-weight: 650;
      }

      body.single .newsletter-note svg,
      body.single .newsletter-community svg {
        flex: 0 0 auto;
        width: 1.1rem;
        height: 1.1rem;
        color: var(--cyan);
      }

      body.single .footer-plane {
        color: var(--cyan);
      }

      body.single .footer-plane svg {
        width: min(100%, 6.2rem);
        height: auto;
        filter: drop-shadow(0 0 13px rgba(89, 204, 199, 0.45)) drop-shadow(0 0 16px rgba(211, 60, 255, 0.34));
      }

      body.single .footer-main {
        display: grid;
        grid-template-columns: 1.25fr 0.8fr 1.1fr 1.1fr;
        gap: clamp(1.4rem, 4vw, 3.8rem);
        margin-top: clamp(2rem, 4vw, 3.8rem);
        padding-top: clamp(2rem, 4vw, 3.4rem);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
      }

      body.single .footer-logo {
        display: block;
        width: 13.5rem;
        height: auto;
        margin-bottom: 1.4rem;
      }

      body.single .footer-description,
      body.single .association-copy {
        margin: 0;
        color: var(--muted);
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.48;
      }

      body.single .footer-socials {
        display: flex;
        flex-wrap: wrap;
        gap: 0.8rem;
        margin: 1.55rem 0;
      }

      body.single .footer-social {
        display: grid;
        place-items: center;
        width: 2.65rem;
        height: 2.65rem;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 50%;
        color: #fff;
        transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
      }

      body.single .footer-social:hover {
        color: var(--cyan);
        border-color: rgba(89, 204, 199, 0.72);
        transform: translateY(-2px);
      }

      body.single .footer-social svg {
        width: 1.15rem;
        height: 1.15rem;
      }

      body.single .footer-mini-cta {
        display: grid;
        grid-template-columns: 2.7rem 1fr auto;
        align-items: center;
        gap: 0.8rem;
        max-width: 24rem;
        padding: 1rem;
        border: 1px solid rgba(89, 204, 199, 0.38);
        border-radius: 0.45rem;
        color: #fff;
        text-decoration: none;
        background: rgba(89, 204, 199, 0.045);
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }

      body.single .footer-mini-cta:hover {
        transform: translateY(-2px);
        border-color: rgba(211, 60, 255, 0.55);
        box-shadow: 0 0 20px rgba(211, 60, 255, 0.12);
      }

      body.single .footer-mini-cta svg {
        width: 2.35rem;
        height: 2.35rem;
        color: var(--cyan);
      }

      body.single .footer-mini-cta strong {
        display: block;
        margin-bottom: 0.2rem;
        color: var(--cyan);
        font-size: 0.78rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.single .footer-mini-cta span {
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.82rem;
        font-weight: 650;
        line-height: 1.35;
      }

      body.single .footer-heading {
        margin: 0 0 1rem;
        color: var(--cyan);
        font-size: 0.95rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      body.single .footer-links,
      body.single .footer-info-list {
        display: grid;
        gap: 0.75rem;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      body.single .footer-links a,
      body.single .footer-info-list a {
        color: rgba(255, 255, 255, 0.82);
        font-weight: 650;
        text-decoration: none;
      }

      body.single .footer-links a:hover,
      body.single .footer-info-list a:hover {
        color: var(--cyan);
      }

      body.single .footer-info-list li {
        color: rgba(255, 255, 255, 0.82);
        font-weight: 650;
        line-height: 1.38;
      }

      body.single .association-logo {
        display: block;
        width: 13.5rem;
        max-width: 100%;
        margin-bottom: 1.4rem;
      }

      body.single .association-link {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        margin-top: 1.25rem;
        color: var(--cyan);
        font-weight: 700;
        text-decoration: none;
      }

      body.single .association-link:hover {
        color: #fff;
      }

      .footer-bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-top: 2rem;
        padding-top: 1.4rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.9rem;
        font-weight: 600;
      }

      body.single .footer-legal {
        display: flex;
        flex-wrap: wrap;
        gap: 0.9rem;
      }

      body.single .footer-legal a {
        color: rgba(255, 255, 255, 0.72);
        text-decoration: none;
      }

      body.single .footer-legal a:hover {
        color: var(--cyan);
      }

      body.single .footer-trust-wrap {
        display: flex;
        align-items: center;
        gap: 0.75rem;
      }

      body.single .footer-trust {
        display: inline-flex;
        align-items: center;
        min-height: 2.8rem;
        padding: 0 1rem;
        border: 1px solid rgba(89, 204, 199, 0.28);
        border-radius: 0.4rem;
        color: var(--cyan);
        font-size: 0.84rem;
        font-weight: 800;
      }

      body.single .footer-badge {
        display: inline-flex;
        align-items: center;
      }

      body.single .footer-badge img {
        display: block;
        height: 4rem;
        width: auto;
      }

      @media (max-width: 1100px) {
        body.single .articles-layout {
          grid-template-columns: 1fr;
        }

        body.single .articles-sidebar {
          position: static;
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.single .footer-newsletter,
        body.single .footer-main {
          grid-template-columns: 1fr;
        }

        body.single .footer-glow-icon,
        body.single .footer-plane {
          display: none;
        }
      }

      @media (max-width: 900px) {
        .site-header {
          grid-template-columns: auto auto;
          justify-content: space-between;
        }

        .menu-toggle {
          display: block;
        }

        body.single .ticket-button {
          display: none;
        }

        body.single .main-nav {
          position: absolute;
          left: 0;
          right: 0;
          top: calc(100% + 0.6rem);
          display: none;
          grid-column: 1 / -1;
          padding: 1rem;
          border: 1px solid rgba(89, 204, 199, 0.24);
          border-radius: 0.5rem;
          background: rgba(2, 10, 14, 0.96);
        }

        .site-header.menu-open .main-nav {
          display: grid;
          gap: 0.85rem;
        }

        body.single .main-nav a.active::after {
          display: none;
        }

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

      @media (max-width: 680px) {
        .site-header,
        body.single .articles-hero,
        body.single .articles-layout,
        body.single .site-footer-inner {
          width: min(100% - 1.3rem, 1420px);
        }

        body.single .page-title {
          font-size: clamp(2.55rem, 13vw, 4rem);
        }

        body.single .articles-grid,
        body.single .articles-sidebar,
        body.single .footer-newsletter,
        body.single .footer-main {
          grid-template-columns: 1fr;
        }

        body.single .newsletter-form {
          grid-template-columns: 1fr;
          gap: 0.75rem;
          overflow: visible;
          min-height: 0;
          border: 0;
          background: transparent;
        }

        body.single .newsletter-input-wrap {
          min-height: 3.75rem;
          border: 1px solid rgba(255, 255, 255, 0.2);
          border-radius: 0.45rem;
          background: rgba(1, 8, 12, 0.82);
        }

        body.single .newsletter-submit {
          min-height: 3.4rem;
          min-width: 0;
          border-radius: 0.45rem;
        }

        .footer-bottom {
          align-items: flex-start;
          flex-direction: column;
        }

        body.single .footer-trust-wrap {
          align-items: flex-start;
          flex-direction: column;
        }
      }
    


/* === section-head wrapper (porter Pass I) ===
 * Custom blocks render eyebrow + h2 + sub inside <div class="section-head">.
 * Mirrors the mockup pattern: `<div style="text-align:center; max-width:720px; margin:0 auto">`.
 * Pairs with Rule L in wp-theme-assembler-html.md. */
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.section-head .eyebrow,
.section-head .section-title,
.section-head .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.section-head .section-title { margin-top: 0; margin-bottom: 16px; }
.section-head .section-sub   { margin-top: 0; margin-bottom: 0; }

/* ================================================================
   AUTHOR OVERRIDES (post-port adjustments requested by client)
   Appended last so they win source-order over the ported rules.
   ================================================================ */
/* Hero should not be forced to full viewport height on larger screens */
@media (min-width: 1024px) {
  body.home .hero-section { min-height: auto; }
}

/* ----------------------------------------------------------------
   Shared footer fix: the footer template part uses the home footer
   markup (.footer-inner wrapper, .footer-info-list svg icons, etc.),
   but a few of those rules were ported only under body.home. Re-apply
   them on archive + single so the shared footer matches on every page.
   ---------------------------------------------------------------- */
body.archive .footer-inner,
body.single .footer-inner {
  width: min(100%, 1420px);
  margin: 0 auto;
}
body.archive .footer-info-list svg,
body.single .footer-info-list svg {
  width: 1.55rem;
  height: 1.55rem;
  color: #fff;
}
body.archive .footer-column + .footer-column,
body.single .footer-column + .footer-column {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: clamp(1.4rem, 3vw, 2.8rem);
}
body.archive .footer-links a::before,
body.single .footer-links a::before {
  content: "›";
  display: inline-block;
  margin-right: 0.7rem;
  color: var(--cyan);
  font-weight: 900;
}
