.elementor-3177 .elementor-element.elementor-element-9f49eb7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:80px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-3177 .elementor-element.elementor-element-9f49eb7:not(.elementor-motion-effects-element-type-background), .elementor-3177 .elementor-element.elementor-element-9f49eb7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3177 .elementor-element.elementor-element-3ca8ba5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3177 .elementor-element.elementor-element-cb02f09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3177 .elementor-element.elementor-element-09c4169{transition:all 400ms;}.elementor-3177 .elementor-element.elementor-element-d40c8c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-3177 .elementor-element.elementor-element-3ca8ba5{--width:15%;}.elementor-3177 .elementor-element.elementor-element-cb02f09{--width:70%;}.elementor-3177 .elementor-element.elementor-element-d40c8c8{--width:15%;}}/* Start custom CSS for html, class: .elementor-element-09c4169 */.e-fab-linkedin{
    height: 18px;
    fill:#5f021f;
}

  .orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
  }
  .orb--burgundy {
    top: -5%; right: -8%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(107,29,58,0.1) 0%, transparent 65%);
  }
  .orb--green {
    bottom: -8%; left: -5%;
    width: 450px; height: 450px;
    background: radial-gradient(circle, rgba(0,150,57,0.07) 0%, transparent 65%);
    filter: blur(70px);
  }
  .orb--gold {
    top: 40%; left: 50%;
    transform: translate(-50%, -50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(212,168,67,0.04) 0%, transparent 60%);
    filter: blur(60px);
  }

  /* ── Particle canvas ── */
  #particles {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }

  /* ── Main card ── */
  .card {
    position: relative;
    z-index: 2;
    background:linear-gradient(160deg, rgb(95 2 31) 0%, rgb(95 3 32) 100%);
    border: 1px solid rgba(255,255,255,0.065);
    border-radius: 0;
    padding: 28px 28px 32px;
    width: 100%;
    backdrop-filter: blur(24px) saturate(130%);
    -webkit-backdrop-filter: blur(24px) saturate(130%);
    box-shadow:
      0 40px 100px rgba(0,0,0,0.5),
      inset 0 0 0 0.5px rgba(255,255,255,0.04),
      0 0 120px rgba(212,168,67,0.02);
  }

  /* ── Staggered entrance ── */
  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .reveal.show { opacity: 1; transform: translateY(0); }
  .reveal[data-d="1"] { transition-delay: 0.08s; }
  .reveal[data-d="2"] { transition-delay: 0.16s; }
  .reveal[data-d="3"] { transition-delay: 0.26s; }
  .reveal[data-d="4"] { transition-delay: 0.34s; }
  .reveal[data-d="5"] { transition-delay: 0.42s; }
  .reveal[data-d="6"] { transition-delay: 0.50s; }
  .reveal[data-d="7"] { transition-delay: 0.58s; }

  /* ── Badge ── */
  .badge-wrap { display: flex; justify-content: center; margin-bottom: 20px; }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    padding: 5px 18px;
  }
  .badge-dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #fff;
    animation: pulse 2s ease-in-out infinite;
  }
  .badge-text {
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #fff;
  }

  /* ── Poster ── */
  .poster-wrap {
    position: relative;
    border-radius:0;
    overflow: hidden;
    margin-bottom: 28px;
    cursor: default;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .poster-wrap:hover { transform: scale(1.012); }

  .poster-glow {
    position: absolute;
    inset: -3px;
    background: conic-gradient(from 0deg, rgba(212,168,67,0.2), rgba(0,150,57,0.15), rgba(107,29,58,0.2), rgba(212,168,67,0.2));
    border-radius: 19px;
    filter: blur(8px);
    opacity: 0.35;
    transition: opacity 0.6s;
    animation: rotateBorder 8s linear infinite;
    z-index: 0;
  }
  .poster-wrap:hover .poster-glow { opacity: 0.9; }

  .poster-img {
    width: 100%;
    display: block;
    border-radius: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 12px 40px rgba(0,0,0,0.35);
  }

  .poster-shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.06) 45%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 55%, transparent 60%);
    border-radius: 16px;
    transform: translateX(-120%);
    transition: transform 0.8s ease;
  }
  .poster-wrap:hover .poster-shine { transform: translateX(120%); }

  /* ── Countdown ── */
  .cd-label {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 86%);
    text-align: center;
    margin-bottom: 14px;
  }
  .cd-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
  .cd-block { display: flex; flex-direction: column; align-items: center; gap: 7px; }
  .cd-box {
    background: linear-gradient(180deg, rgb(255 255 255 / 95%) 0%, rgb(255 255 255 / 98%) 100%);
    border: 1px solid rgba(212,168,67,0.12);
    border-radius: 14px;
    padding: 16px 0;
    height: 100px;
    line-height: 79px;
    width: 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.04);
    transition: transform 0.28s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .cd-box.wide { width: 100px; }
  .cd-box.flip { transform: scaleY(0.92); }
  .cd-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 48%;
    background: rgba(255,255,255,0.02);
    pointer-events: none;
  }
  .cd-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: #5f0320;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
  }
  .cd-box.wide .cd-num { font-size: 42px; }
  .cd-unit {
    font-family: 'Outfit', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 61%);
  }
  .cd-sep {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: rgba(212,168,67,0.2);
    padding-bottom: 22px;
    animation: blink 1.4s ease-in-out infinite;
  }

  /* ── Divider ── */
  .divider {
    height: 1px;
    margin: 26px 32px;
    background: linear-gradient(90deg, transparent, rgba(212,168,67,0.1), transparent);
  }

  /* ── CTA Button ── */
  .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 0;
    background: linear-gradient(135deg, #ffffff, #e9e9e9);
    color: #5f0220!important;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 24px rgba(107,29,58,0.25);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
  }
  .cta:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(107,29,58,0.45), 0 0 20px rgba(107,29,58,0.15);
  }
  .cta-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.08) 50%, transparent 100%);
    animation: shimmer 3s ease-in-out infinite;
    pointer-events: none;
  }
  .cta svg, .cta span { position: relative; z-index: 1; }

  /* ── Secondary link ── */
  .secondary {
    text-align: center;
    margin-top: 14px;
  }
  .secondary a {
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .secondary a:hover { color: rgba(255,255,255,0.6); }

  /* ── Footer ── */
  .foot {
    text-align: center;
    margin-top: 20px;
    font-size: 10.5px;
    color: rgba(255,255,255,0.14);
  }
  .foot strong {
    color: rgba(255,255,255,0.35);
    font-weight: 600;
  }

  /* ── Keyframes ── */
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(0.5); }
  }
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.1; }
  }
  @keyframes rotateBorder {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  @keyframes shimmer {
    0% { transform: translateX(-100%); }
    50%, 100% { transform: translateX(100%); }
  }

  /* ── Responsive ── */
  @media (max-width: 480px) {
    .card { padding: 20px 18px 26px;   }
    .cd-box { width: 54px; padding: 12px 0; border-radius: 11px; }
    .cd-box.wide { width: 68px; }
    .cd-num { font-size: 30px; }
    .cd-box.wide .cd-num { font-size: 36px; }
    .cd-sep { font-size: 22px; padding-bottom: 18px; }
    .cd-row { gap: 5px; }
  }/* End custom CSS *//* End custom CSS */