/******************************************************
	Custom CSS
	**************************************************/

    :root {
      --wcfcc-black: #070707;
      --wcfcc-dark: #111111;
      --wcfcc-panel: #1d1d1d;
      --wcfcc-gray: #f1f3f6;
      --wcfcc-muted: #7b7f86;
      --wcfcc-lime: #e8ff00;
      --wcfcc-white: #ffffff;
      --wcfcc-border: rgba(232, 255, 0, 0.55);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: 'Inter', sans-serif;
      background: var(--wcfcc-black);
      color: var(--wcfcc-white);
      font-size: 15px;
      line-height: 1.65;
    }

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

    a {
      transition: all 0.2s ease;
    }

	em {
		color: #333;
	}

    .wcfcc-container {
      max-width: 1180px;
    }

    .wcfcc-heading,
    h1,
    h2,
    h3,
    .uk-navbar-nav > li > a,
    .uk-button {
      font-family: 'Bebas Neue', sans-serif;
      line-height: 0.90;
    }

    h1,
    h2,
    h3,
    h4,
    p {
      margin-top: 0;
    }

    .lime {
      color: var(--wcfcc-lime);
      text-shadow: 2px 2px 0 #0b0b0b;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 0.9rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--wcfcc-black);
      background: var(--wcfcc-lime);
      border-radius: 999px;
      padding: 5px 10px 3px;
    }

    .eyebrow.dark {
      color: var(--wcfcc-lime);
      background: transparent;
      padding: 0;
      border-radius: 0;
    }

    .eyebrow.dark:before {
      content: '';
      width: 22px;
      height: 2px;
      background: var(--wcfcc-lime);
      display: inline-block;
    }

    .section-title {
      font-size: clamp(3rem, 7vw, 5.8rem);
      color: var(--wcfcc-white);
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    .section-title.dark-text {
      color: var(--wcfcc-black);
    }

    .section-intro {
      color: #5d626b;
      max-width: 530px;
      font-size: 0.95rem;
    }

    .section-intro.light {
      color: #aeb2b7;
    }

    .uk-button {
      border-radius: 5px;
      padding: 0 23px;
      min-height: 42px;
      line-height: 42px;
      font-size: 0.95rem;
      letter-spacing: 0.08em;
    }

    .uk-button-primary,
    .uk-button-primary:focus {
      background: var(--wcfcc-black);
      color: var(--wcfcc-lime);
      border: 1px solid var(--wcfcc-black);
	  margin-right:10px;
    }

    .uk-button-primary:hover {
      background: var(--wcfcc-lime);
      color: var(--wcfcc-black);
      border-color: var(--wcfcc-black);
    }

    .uk-button-default {
      background: var(--wcfcc-white);
      color: var(--wcfcc-black);
      border-color: rgba(0, 0, 0, 0.12);
    }

    .uk-button-default:hover {
      background: var(--wcfcc-black);
      color: var(--wcfcc-lime);
      border-color: var(--wcfcc-black);
    }

    /* Header */
    .site-header {
      background: var(--wcfcc-black);
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .site-header .uk-navbar-container {
      background: transparent;
	  padding: 8px 0;
    }

    .site-logo {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.35rem;
      color: var(--wcfcc-white);
      letter-spacing: 0.08em;
      text-decoration: none;
    }

    .site-logo span {
      background: var(--wcfcc-lime);
      color: var(--wcfcc-black);
      padding: 2px 4px 0;
      line-height: 1;
    }

    .uk-navbar-nav > li > a {
      min-height: 64px;
      color: var(--wcfcc-white);
      font-size: 0.85rem;
      letter-spacing: 0.09em;
    }

    .uk-navbar-nav > li > a:hover,
    .uk-navbar-nav > li.uk-active > a {
      color: var(--wcfcc-lime);
    }

    .header-actions .uk-button {
      min-height: 34px;
      line-height: 34px;
      font-size: 0.78rem;
      padding: 0 16px;
    }

    /* Hero */
    .hero {
      position: relative;
	  background: url("/images/noisy.png") repeat;
      /*background: linear-gradient(90deg, #f3f5f9 0%, #f3f5f9 62%, #eef0f4 62%, #eef0f4 100%);*/
      color: var(--wcfcc-black);
      overflow: hidden;
      padding: 70px 0 58px;
    }

    .hero:after {
      content: 'WCFCC';
      position: absolute;
      right: 16%;
      top: 18%;
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(8rem, 18vw, 18rem);
      line-height: 1;
      color: rgba(0,0,0,0.035);
      pointer-events: none;
    }

    .hero-title {
      position: relative;
      z-index: 1;
      font-size: clamp(4.8rem, 11vw, 9rem);
      text-transform: uppercase;
      color: var(--wcfcc-black);
	  margin-bottom: 0;
    }

    .hero-title .lime {
      display: block;
      font-size: 1.14em;
	  -webkit-text-stroke: 4px #0A0A0A;
      paint-order: stroke fill;
    }

    .hero-subtitle {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(1.6rem, 4vw, 3.5rem);
      letter-spacing: 0.08em;
      color: #666b72;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .hero-copy {
      max-width: 460px;
      color: #555b63;
      margin-bottom: 28px;
    }

    .hero-media {
		min-height: 450px;
		background: #e9e9e5;
		border-radius: 12px;
		border: 1px solid rgba(0,0,0,0.08);
		position: relative;
		overflow: hidden;
	}

	.hero-logo {
		width: 100%;
		height: 100%;
		min-height: 450px;
		object-fit: cover;
		object-position: center;
		display: block;
	}

    .hero-media .status {
      position: absolute;
      right: 24px;
      top: 20px;
      color: #1d1d1d;
      background: var(--wcfcc-white);
      border-radius: 999px;
      padding: 8px 13px;
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .hero-stats {
      margin-top: 28px;
      max-width: 420px;
      border: 1px solid rgba(0,0,0,0.15);
      border-radius: 7px;
      overflow: hidden;
      background: var(--wcfcc-white);
    }

    .hero-stat {
      padding: 14px 18px 12px;
      border-right: 1px solid rgba(0,0,0,0.11);
      text-align: center;
    }

    .hero-stat:last-child {
      border-right: 0;
    }

    .hero-stat strong {
      display: block;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.6rem;
      line-height: 1;
      letter-spacing: 0.05em;
    }

    .hero-stat span {
      display: block;
      margin-top: 3px;
      font-size: 0.62rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #7a7f87;
    }

    .ticker {
      background: var(--wcfcc-black);
      color: var(--wcfcc-white);
      border-top: 2px solid var(--wcfcc-lime);
      border-bottom: 2px solid var(--wcfcc-lime);
      overflow: hidden;
      white-space: nowrap;
    }

    .ticker-track {
      display: inline-flex;
      gap: 30px;
      padding: 10px 0 8px;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 0.94rem;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      animation: ticker 28s linear infinite;
    }

    .ticker-track span:after {
      content: '•';
      color: var(--wcfcc-lime);
      margin-left: 30px;
    }

    @keyframes ticker {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    /* Program Accordion */
    .programs {
	  background: url("/images/micro_carbon.webp") repeat;
      /*background: var(--wcfcc-black);*/
      padding: 90px 0;
    }

	.programs .uk-margin-large-top {
		margin-top: 20px !important;
	}

    .program-card {
      background: var(--wcfcc-panel);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 10px;
      padding: 24px;
      color: var(--wcfcc-white);
    }

    .program-card.is-active {
      border-color: var(--wcfcc-border);
      box-shadow: 0 0 0 1px rgba(232,255,0,0.12);
    }

    .program-title {
      color: var(--wcfcc-lime);
      font-family: 'Bebas Neue', sans-serif;
      letter-spacing: 0.06em;
      font-size: 1.7rem;
      margin-bottom: 4px;
      text-transform: uppercase;
    }

    .program-subtitle {
      color: #8b8f96;
      font-size: 0.7rem;
      letter-spacing: 0.12em;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    .program-card p,
    .program-card li {
      color: #c4c7cc;
      font-size: 0.9rem;
    }

    .circle-icon {
      width: 32px;
      height: 32px;
      min-width: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--wcfcc-lime);
      color: var(--wcfcc-black);
      border-radius: 50%;
      font-weight: 900;
    }

    /* Light sections */
    .light-section {
	  background: url("/images/noisy.png") repeat;
      /*background: var(--wcfcc-gray);*/
      color: var(--wcfcc-black);
      padding: 100px 0;
    }

	.light-section span.eyebrow.dark {
		color: var(--wcfcc-black);
	}

	.light-section .lime {
		-webkit-text-stroke: 4px #0A0A0A;
      paint-order: stroke fill;
	}

	.light-section .eyebrow.dark:before {
      content: '';
      width: 22px;
      height: 2px;
      background: var(--wcfcc-black);
      display: inline-block;
    }

    .value-card,
    .testimonial-card {
      background: var(--wcfcc-white);
      border-radius: 8px;
      padding: 30px;
      min-height: 210px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.035);
    }

    .value-card h3,
    .testimonial-card h4 {
      color: var(--wcfcc-black);
      font-family: 'Bebas Neue', sans-serif;
      letter-spacing: 0.04em;
      font-size: 1.55rem;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .value-card p,
    .testimonial-card p {
      color: #626871;
      font-size: 0.88rem;
    }

    .value-icon {
      width: 34px;
      height: 34px;
      border-radius: 7px;
      background: var(--wcfcc-lime);
      color: var(--wcfcc-black);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 22px;
    }

    .slider-arrows {
      margin-top: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 13px;
    }

    .slider-arrows a {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--wcfcc-white);
      color: var(--wcfcc-black);
      border: 1px solid rgba(0,0,0,0.08);
    }

    .slider-arrows a.next {
      background: var(--wcfcc-black);
      color: var(--wcfcc-lime);
    }

    /* Season */
    .season {
      position: relative;
      background: url("/images/micro_carbon.webp") repeat;
      padding: 100px 0;
      overflow: hidden;
    }

    .season:before {
      content: 'GAME DAY';
      position: absolute;
      left: 32%;
      top: 34%;
      color: rgba(255,255,255,0.035);
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(6rem, 15vw, 15rem);
      line-height: 1;
    }

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

    .event-card {
      background: var(--wcfcc-panel);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 9px;
      padding: 22px 24px;
      margin-bottom: 14px;
    }

    .event-card.is-active {
      border-color: var(--wcfcc-border);
    }

    .event-card h3 {
      color: var(--wcfcc-lime);
      font-size: 1.55rem;
      margin-bottom: 5px;
      text-transform: uppercase;
    }

    .event-card p,
    .event-card li {
      color: #c8cbd1;
      font-size: 0.88rem;
    }

    .event-date {
      color: #858a92;
      font-size: 0.68rem;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    /* Testimonials */
    .quote-mark {
      color: var(--wcfcc-lime);
      font-size: 2rem;
      line-height: 1;
      font-weight: 900;
      margin-bottom: 18px;
    }

    .person {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 22px;
    }

    .avatar {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: var(--wcfcc-black);
      color: var(--wcfcc-lime);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.7rem;
      font-weight: 900;
    }

    .person strong {
      display: block;
      font-size: 0.78rem;
      color: var(--wcfcc-black);
    }

    .person span {
      display: block;
      font-size: 0.7rem;
      color: #7a8088;
    }

    /* CTA */
    .cta {
      background: var(--wcfcc-lime);
      color: var(--wcfcc-black);
      padding: 95px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .cta:before {
      content: 'WCFCC';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -45%);
      color: rgba(0,0,0,0.05);
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(7rem, 18vw, 18rem);
      line-height: 1;
    }

    .cta-inner {
      position: relative;
      z-index: 1;
    }

    .cta h2 {
      color: var(--wcfcc-black);
      font-size: clamp(4rem, 9vw, 7.5rem);
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .cta p {
      color: rgba(0,0,0,0.62);
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .cta .uk-button-primary {
      background: var(--wcfcc-black);
      color: var(--wcfcc-lime);
    }

    .cta .uk-button-default {
      background: transparent;
      color: var(--wcfcc-black);
      border-color: rgba(0,0,0,0.28);
    }

    .cta .uk-button-default:hover {
      background: var(--wcfcc-black);
      color: var(--wcfcc-lime);
    }

    /* Footer */
    .site-footer {
      background: #121212;
      padding: 70px 0 35px;
      color: #8e939a;
    }

    .site-footer h4 {
      color: #5f646b;
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-weight: 900;
      margin-bottom: 18px;
    }

    .site-footer a {
      color: #9da2a9;
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      font-size: 0.82rem;
    }

    .site-footer a:hover {
      color: var(--wcfcc-lime);
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.08);
      margin-top: 45px;
      padding-top: 25px;
      font-size: 0.75rem;
      color: #696e75;
    }

	/******** Adjustments ************/

    @media (max-width: 959px) {
      .hero {
        padding-top: 45px;
      }

      .hero-media {
        min-height: 320px;
      }

      .uk-navbar-nav > li > a {
        min-height: auto;
      }

      .programs,
      .light-section,
      .season,
      .cta {
        padding: 70px 0;
      }
    }