@layer utilities {

  .vwc-Icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
  }

  .vwc-Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    font-weight: 700;
    font-size: var(--text-base);
    text-decoration: none;
    border-radius: var(--radius);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
  }

  .vwc-Button--primary {
    background: var(--vwc-accent-primary);
    color: var(--vwc-navy-deep);
    border-color: var(--vwc-accent-primary);
  }

  .vwc-Button--primary:hover {
    background: var(--vwc-accent-hover);
    border-color: var(--vwc-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 255, 100, 0.3);
  }

  .vwc-Button--primary:active {
    transform: translateY(0);
  }

  .vwc-Button--outline {
    background: transparent;
    color: var(--vwc-accent-primary);
    border-color: var(--vwc-accent-primary);
  }

  .vwc-Button--outline:hover {
    background: var(--vwc-accent-primary);
    color: var(--vwc-navy-deep);
  }

  .vwc-Button--large {
    padding: 1.25rem 3rem;
    font-size: var(--text-lg);
  }

  .vwc-Button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }

  .vwc-FormGroup {
    margin-block-end: 1.5rem;
  }

  .vwc-Label {
    display: block;
    font-weight: 600;
    margin-block-end: 0.5rem;
    color: var(--vwc-text-primary);
  }

  .vwc-Input,
  .vwc-Textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    background: var(--vwc-bg-elevated);
    border: 2px solid var(--vwc-border-default);
    border-radius: var(--radius);
    color: var(--vwc-text-primary);
    font-family: inherit;
    font-size: var(--text-base);
    transition: border-color 0.2s ease;
  }

  .vwc-Input:focus,
  .vwc-Textarea:focus {
    outline: none;
    border-color: var(--vwc-accent-primary);
    box-shadow: 0 0 0 3px rgba(0, 255, 100, 0.1);
  }

  .vwc-Input::placeholder,
  .vwc-Textarea::placeholder {
    color: var(--vwc-text-muted);
  }

  .vwc-Textarea {
    min-height: 150px;
    resize: vertical;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
    /* Hero custom styles for lite123 page */
    .vwc-CloverHero {
      position: relative;
      overflow: hidden;
    }

    .vwc-CloverHero-bg picture,
    .vwc-CloverHero-bg img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 56vh;
      object-fit: cover;
    }

    .vwc-CloverHero-content {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #145a12; /* deep green */
      border: 4px solid #ffffff; /* white frame */
      padding: 2.25rem 3rem;
      color: #ffffff;
      text-align: center;
      box-shadow: 0 8px 28px rgba(0,0,0,0.45);
      width: min(88%, 880px);
      max-width: 1100px;
    }

    .vwc-CloverHero-title {
      font-family: 'Londrina Solid', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
      font-size: clamp(1.75rem, 5vw, 3.5rem);
      margin: 0 0 0.75rem 0;
      letter-spacing: 0.02em;
      line-height: 1;
    }

    .vwc-CloverHero-subtitle {
      margin: 0 0 1.25rem 0;
      font-size: clamp(0.95rem, 2.2vw, 1.1rem);
      opacity: 0.95;
    }

    .vwc-CloverHero-badge img {
      display: inline-block;
      vertical-align: middle;
      max-width: 220px;
      height: auto;
      margin-top: .25rem;
    }

    @media (max-width: 640px) {
      .vwc-CloverHero-bg img { max-height: 48vh; }
      .vwc-CloverHero-content { padding: 1.25rem 1rem; width: calc(100% - 2rem); }
      .vwc-CloverHero-title { font-size: clamp(1.25rem, 7vw, 2rem); }
    }
    /* ReelStack banner & focus box styles */
    .vwc-ReelStack-banner {
      text-align: center;
      margin-top: 2rem;
    }

    .vwc-ReelStack-img {
      max-width: 920px;
      width: 100%;
      height: auto;
      display: inline-block;
    }

    .vwc-FocusBox {
      display: flex;
      justify-content: center;
      margin: 2.25rem 0 3rem 0;
    }

    .vwc-FocusBox-panel {
      background: #0f2130;
      border: 4px solid #ffffff;
      padding: 1.25rem 2rem;
      color: #ffffff;
      max-width: 760px;
      width: 100%;
      text-align: center;
      box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    }

    .vwc-FocusBox-title {
      font-family: 'Londrina Solid', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
      font-size: 1.75rem;
    }

    .vwc-FocusBox-sub {
      margin: 0.5rem 0 0 0;
      font-size: 0.95rem;
      opacity: 0.9;
    }

    @media (max-width: 640px) {
      .vwc-ReelStack-img { max-width: 100%; }
      .vwc-FocusBox-panel { padding: 1rem; }
      .vwc-FocusBox-title { font-size: 1.25rem; }
    }
    /* Footer styles matching screenshot layout */
    .vwc-Footer {
      background: #145a12;
      color: #ffffff;
      padding: 3rem 2rem 2rem 2rem;
    }

    .vwc-Footer-container {
      max-width: 1400px;
      margin: 0 auto;
    }

    .tac {
      text-align: right;
    }

    .vwc-Footer-top {
      display: grid;
      grid-template-columns: 200px 1fr 400px;
      gap: 3rem;
      margin-bottom: 2rem;
    }

    .vwc-Footer-brand {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .vwc-Footer-brand img { 
      max-width: 140px; 
      display: block; 
    }

    .vwc-Footer-brand p {
      font-size: 0.95rem;
      line-height: 1.5;
      margin: 0;
      opacity: 0.95;
    }

    .vwc-Footer-middle {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .vwc-Footer-contact {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }

    .vwc-ContactItem { 
      display: flex; 
      gap: 1rem; 
      align-items: flex-start;
    }

    .vwc-ContactItem svg { 
      flex-shrink: 0;
      width: 48px; 
      height: 48px; 
      stroke: #fff; 
      fill: none;
      stroke-width: 2;
    }

    .vwc-ContactItem strong { 
      display: block; 
      font-weight: 700; 
      margin-bottom: 0.25rem;
      font-size: 1rem;
    }

    .vwc-ContactItem a, 
    .vwc-ContactItem address { 
      color: #fff; 
      text-decoration: none; 
      font-weight: 600;
      font-style: normal;
      line-height: 1.4;
    }

    .vwc-Footer-responsibleBlock {
      margin-top: 1rem;
    }

    .vwc-Footer-responsibleBlock strong {
      display: block;
      margin-bottom: 0.5rem;
      font-size: 1.05rem;
    }

    .vwc-Footer-disclaimer {
      margin-top: 1.5rem;
    }

    .vwc-Footer-disclaimer strong {
      display: block;
      margin-bottom: 0.75rem;
      font-size: 1rem;
    }

    .vwc-Footer-disclaimer p {
      margin: 0 0 0.75rem 0;
      line-height: 1.6;
      opacity: 0.95;
      font-size: 0.95rem;
    }

    .vwc-Footer-right {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      align-items: flex-end;
    }

    .vwc-Footer-actions { 
      display: flex; 
      gap: 1rem; 
      align-items: center;
    }

    .vwc-Footer-actions .vwc-Button { 
      background: #1a2e42; 
      color: #fff; 
      border: 3px solid #ffffff; 
      padding: 0.75rem 1.5rem; 
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 0.85rem;
      letter-spacing: 0.02em;
      white-space: nowrap;
    }

    .vwc-AgeBadge { 
      background: #fff; 
      color: #145a12; 
      padding: 0.6rem 1rem; 
      border-radius: 50%; 
      font-weight: 700;
      font-size: 1.25rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 60px;
      min-height: 60px;
    }

    .vwc-Footer-nav { 
      text-align: right;
    }

    .vwc-Footer-links { 
      list-style: none; 
      padding: 0; 
      margin: 0; 
      display: flex; 
      flex-direction: column; 
      gap: 0.85rem;
    }

    .vwc-Footer-links a { 
      color: #fff; 
      text-decoration: none; 
      font-weight: 700;
      font-size: 1rem;
    }

    .vwc-Footer-links a:hover {
      opacity: 0.8;
    }

    .vwc-Footer-legal { 
      text-align: center;
      padding-top: 2rem;
      border-top: 1px solid rgba(255,255,255,0.2);
      font-size: 0.9rem; 
      opacity: 0.9;
    }

    .vwc-Footer-legal p {
      margin: 0;
    }

    @media (max-width: 1024px) {
      .vwc-Footer-top { 
        grid-template-columns: 1fr; 
        gap: 2rem;
      }
      .vwc-Footer-contact {
        grid-template-columns: 1fr;
      }
      .vwc-Footer-right {
        align-items: flex-start;
      }
      .vwc-Footer-nav {
        text-align: left;
      }
    }
  