.elementor-1730 .elementor-element.elementor-element-ab0d5ea{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-41d524a */:root{
      --deep:#0A1E42;
      --light:#CFD0D1;
      --accent:#4da1b3;
      --card-radius:24px;
      --max-w:980px;
      --fs-big:clamp(28px,6vw,56px);
      --fs-medium:clamp(14px,2.5vw,20px);
    }
    *{box-sizing:border-box}
    html,body{height:100%;margin:0;overflow-x:hidden}
    
    body{
      font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
      background: linear-gradient(160deg, var(--deep), #071428 70%);
      color:var(--light);
      display:flex;
      align-items:center;
      justify-content:center;
      padding:40px 24px;
      position:relative;
    }

    .particles {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1;
    }

    .particles {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      pointer-events: none;
      z-index: 1;
    }

    .particle, .logoParticle {
      position: absolute;
      width: 4px; height: 4px;
      background: var(--accent);
      border-radius: 50%;
      opacity: 0;
      animation: floatUp 8s infinite linear;
    }

    .logoParticle {
      width: 40px;
      height: 40px;
      background: none;
      border-radius: 0;
      animation: floatUp 10s infinite linear;
    }
    .logoParticle img {
      width: 100%; height: 100%;
      opacity: 0.7;
    }

    @keyframes floatUp {
      0% {opacity: 0; transform: translateY(100vh) scale(0);}
      10% {opacity: 1; transform: translateY(90vh) scale(1);}
      90% {opacity: 1; transform: translateY(10vh) scale(1);}
      100% {opacity: 0; transform: translateY(0) scale(0);}
    }

    .container{
      max-width:var(--max-w);
      width:100%;
      backdrop-filter: blur(20px) saturate(120%);
      background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      border-radius:var(--card-radius);
      padding:36px;
      box-shadow:0 25px 50px rgba(2,8,24,0.4),0 0 0 1px rgba(255,255,255,0.05),inset 0 1px 0 rgba(255,255,255,0.1);
      position:relative;
      overflow:hidden;
      border:1px solid rgba(255,255,255,0.1);
      z-index: 10;
      animation: containerPulse 4s ease-in-out infinite;
    }

    @keyframes containerPulse {
      0%, 100% {box-shadow:0 25px 50px rgba(2,8,24,0.4),0 0 0 1px rgba(255,255,255,0.05),inset 0 1px 0 rgba(255,255,255,0.1);}
      50% {box-shadow:0 30px 60px rgba(2,8,24,0.5),0 0 0 1px rgba(77,161,179,0.2),inset 0 1px 0 rgba(255,255,255,0.15);}
    }

    .orb{position:absolute;border-radius:50%;filter:blur(50px);opacity:0.25;animation: orbFloat 6s ease-in-out infinite;}
    .orb.one{width:380px;height:380px;right:-120px;top:-120px;background:var(--accent);animation-delay: 0s;}
    .orb.two{width:260px;height:260px;left:-80px;bottom:-80px;background:var(--light);animation-delay: 3s;}

    @keyframes orbFloat {
      0%, 100% {transform: translate(0, 0) scale(1);opacity: 0.25;}
      50% {transform: translate(20px, -30px) scale(1.1);opacity: 0.4;}
    }

    header{display:flex;align-items:center;justify-content:space-between;gap:12px;opacity: 0;animation: slideInFromTop 1.5s ease forwards;}
    @keyframes slideInFromTop {from {opacity: 0;transform: translateY(-30px);}to {opacity: 1;transform: translateY(0);}}

    .logo {position: relative;overflow: hidden;border-radius: 12px;padding: 8px;background: rgba(255,255,255,0.05);transition: all 0.3s ease;}
    .logo:hover {background: rgba(77,161,179,0.1);transform: scale(1.05);box-shadow: 0 10px 25px rgba(77,161,179,0.2);}
    .logo img{height:56px;transition: all 0.3s ease;filter: brightness(1.1);}
    .logo:hover img {filter: brightness(1.3) drop-shadow(0 0 10px rgba(77,161,179,0.5));}

    h1{margin:20px 0 0 0;font-size:var(--fs-big);line-height:1.2;background: linear-gradient(135deg, var(--accent), var(--light));
      background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;opacity:0;animation: titleReveal 2s ease forwards;position: relative;}
    @keyframes titleReveal {0% {opacity: 0;transform: translateY(30px) scale(0.9);filter: blur(10px);}100% {opacity: 1;transform: translateY(0) scale(1);filter: blur(0);}}

    h1::after {content: '';position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);width: 60px;height: 3px;
      background: linear-gradient(90deg, transparent, var(--accent), transparent);border-radius: 2px;animation: underlineExpand 2s ease forwards;animation-delay: 1.5s;}
    @keyframes underlineExpand {from {width: 0;opacity: 0;}to {width: 120px;opacity: 1;}}

    p.lead{margin:20px 0 24px 0;color:rgba(255,255,255,0.85);font-size:var(--fs-medium);opacity:0;animation: fadeInSlide 2s ease forwards;animation-delay:1s;line-height: 1.7;text-shadow: 0 2px 4px rgba(0,0,0,0.3);}
    @keyframes fadeInSlide {from {opacity:0;transform: translateY(20px);}to {opacity:1;transform: translateY(0);}}

    .countdown{display:flex;gap:16px;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:30px;opacity: 0;animation: countdownAppear 1.5s ease forwards;animation-delay: 2s;}
    @keyframes countdownAppear {from {opacity: 0;transform: translateY(40px) scale(0.8);}to {opacity: 1;transform: translateY(0) scale(1);}}

    .unit{background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));backdrop-filter: blur(10px);
      padding:20px 18px;border-radius:16px;min-width:100px;text-align:center;box-shadow:0 10px 30px rgba(2,8,24,0.3),inset 0 1px 0 rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.1);position: relative;transition: all 0.3s ease;cursor: pointer;}
    .unit:hover {transform: translateY(-5px) scale(1.05);box-shadow:0 15px 35px rgba(2,8,24,0.4),0 0 20px rgba(77,161,179,0.2),inset 0 1px 0 rgba(255,255,255,0.15);}
    .unit::before {content: '';position: absolute;top: -1px;left: -1px;right: -1px;bottom: -1px;background: linear-gradient(45deg, var(--accent), transparent, var(--light), transparent);
      border-radius: 16px;z-index: -1;opacity: 0;transition: opacity 0.3s ease;}
    .unit:hover::before {opacity: 0.3;}
    
    .value{font-size:32px;font-weight:800;color:var(--light);text-shadow: 0 2px 8px rgba(0,0,0,0.5);transition: all 0.3s ease;position: relative;}
    .unit:hover .value {color: var(--accent);text-shadow: 0 0 15px rgba(77,161,179,0.5);}
    .label{font-size:13px;color:rgba(207,208,209,0.75);margin-top:8px;font-weight: 500;letter-spacing: 0.5px;}
    .value.changing {animation: numberPulse 0.6s ease;}
    @keyframes numberPulse {0% { transform: scale(1);}50% {transform: scale(1.2);color: var(--accent);text-shadow: 0 0 20px rgba(77,161,179,0.8);}100% { transform: scale(1);} }

    .progress-container {margin-top: 30px;padding: 0 20px;opacity: 0;animation: fadeIn 1s ease forwards;animation-delay: 2.5s;}
    .progress-bar {height: 6px;background: rgba(255,255,255,0.1);border-radius: 10px;overflow: hidden;position: relative;box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);}
    .progress-fill {height: 100%;background: linear-gradient(90deg, var(--accent), var(--light), var(--accent));background-size: 200% 100%;
      border-radius: 10px;width: 0%;transition: width 0.5s ease;animation: progressShimmer 2s linear infinite;}
    @keyframes progressShimmer {0% { background-position: -200% 0;}100% { background-position: 200% 0;}}

    footer{display:flex;align-items:center;justify-content:space-between;margin-top:40px;gap:12px;font-size:12px;color:rgba(207,208,209,0.7);
      opacity: 0;animation: fadeIn 1s ease forwards;animation-delay: 3s;border-top: 1px solid rgba(255,255,255,0.05);padding-top: 20px;}

    @media (max-width:600px){
      .unit{min-width:80px;padding:16px 12px;}
      .value{font-size:24px}
      h1{font-size:28px}
      footer{flex-direction:column;gap:8px;text-align:center;}
      .countdown {gap: 12px;}
    }

    .loading-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: var(--deep);z-index: 1000;display: flex;align-items: center;justify-content: center;
      animation: fadeOut 2s ease forwards;animation-delay: 0.5s;}
    .loading-spinner {width: 50px;height: 50px;border: 3px solid rgba(77,161,179,0.3);border-top: 3px solid var(--accent);border-radius: 50%;animation: spin 1s linear infinite;}
    @keyframes spin {0% { transform: rotate(0deg);}100% { transform: rotate(360deg);} }
    @keyframes fadeOut {to {opacity: 0;visibility: hidden;}}

    .secret-area {position: absolute;bottom: 20px;right: 20px;width: 40px;height: 40px;cursor: pointer;opacity: 0.2;transition: all 0.3s ease;}
    .secret-area:hover {opacity: 1;transform: scale(1.2);}
    .secret-area::before {content: '🎉';font-size: 20px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}/* End custom CSS */