/* ICP AiraAcademy campaign landings — accent + video hero only */

.icp-page {
    --icp-accent: #007aff;
}

.icp-hero.inspiro-slider {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 360px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(160deg, #111 0%, color-mix(in srgb, var(--icp-accent) 28%, #111) 100%);
}

.icp-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.icp-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.icp-hero__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: none;
    margin: 0;
    padding: 80px 24px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}

.icp-hero__content h1,
.icp-hero__content .lead,
.icp-hero__content .icp-hero__note {
    max-width: 920px;
}

@media (max-width: 768px) {
    .icp-hero__content {
        padding: 48px 16px;
    }
}

.icp-hero__note {
    margin-top: 0.75rem;
    font-size: 0.9rem;
}

.icp-cta,
.icp-cta:hover,
.icp-cta:focus {
    background-color: var(--icp-accent) !important;
    border-color: var(--icp-accent) !important;
    color: #fff !important;
}

.icp-hero__controls {
    position: absolute;
    right: 20px;
    bottom: 24px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.icp-hero__controls .btn {
    position: relative;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.88);
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    line-height: 0;
}

.icp-hero__controls .btn i {
    position: absolute;
    inset: 0;
    margin: 0;
    font-size: 22px;
    line-height: 0;
}

.icp-hero__controls .btn i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.icp-hero__controls [data-icp-video="expand"] i {
    font-size: 16px;
}

.icp-hero__controls .btn:hover,
.icp-hero__controls .btn:focus,
.icp-hero__controls .btn:focus-visible,
.icp-hero__controls .btn:active,
.icp-hero__controls .btn.active {
    color: #fff;
    background: transparent !important;
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: none;
    outline: none;
}

.icp-video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.icp-video-lightbox[hidden] {
    display: none;
}

.icp-video-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
}

.icp-video-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, 100%);
}

.icp-video-lightbox__video {
    display: block;
    width: 100%;
    max-height: calc(100vh - 80px);
    background: transparent;
    border-radius: 12px;
}

.icp-video-lightbox__controls {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 0;
}

.icp-video-lightbox__controls .btn,
.icp-video-lightbox__controls .btn:hover,
.icp-video-lightbox__controls .btn:focus,
.icp-video-lightbox__controls .btn:focus-visible,
.icp-video-lightbox__controls .btn:active {
    position: relative;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.88);
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    line-height: 0;
    outline: none;
}

.icp-video-lightbox__controls .btn:hover,
.icp-video-lightbox__controls .btn:focus,
.icp-video-lightbox__controls .btn:focus-visible,
.icp-video-lightbox__controls .btn:active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.icp-video-lightbox__controls .btn i {
    position: absolute;
    inset: 0;
    margin: 0;
    font-size: 22px;
    line-height: 0;
}

.icp-video-lightbox__controls .btn i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.icp-video-lightbox__controls [data-icp-lightbox="close"] i {
    font-size: 16px;
}

body.icp-lightbox-open {
    overflow: hidden;
}

.icp-page .free-product-card .lead {
    font-weight: 700;
}

.icp-step-badge {
    display: inline-block;
    width: fit-content;
    align-self: center;
    margin: 0 auto 0.5rem;
    padding: 4px 12px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
}

body.dark-mode .icp-step-badge {
    border-color: #fff;
}

.icp-page .feature-icon i {
    color: #000 !important;
}

body.dark-mode .icp-page .feature-icon i {
    color: #fff !important;
}

.icp-accent-bar {
    height: 4px;
    background: #8B5CF6;
    width: 64px;
    margin: 0 auto 1.25rem;
}

.icp-page .background-grey .icp-accent-bar {
    margin-bottom: calc(2rem + 5px);
}

.icp-page .background-grey .slide-title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.icp-page .background-grey .slide-text {
    font-size: 1.25rem !important;
}

@media (max-width: 768px) {
    .icp-page .background-grey .slide-text {
        font-size: 1.4rem !important;
    }
}

.icp-trust-stat {
    color: #8B5CF6;
    font-weight: 700;
}

.icp-vip-cta-section {
    padding: 72px 0 96px;
}

.icp-vip-cta {
    position: relative;
    overflow: hidden;
    background: #0B0F19;
    border-radius: 20px;
    padding: 64px 40px 56px 200px;
    text-align: center;
    color: #fff;
    box-shadow:
        0 0 80px rgba(139, 92, 246, 0.28),
        0 0 120px rgba(0, 122, 255, 0.18);
}

.icp-vip-cta::before {
    content: "";
    position: absolute;
    inset: -40% auto auto 10%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.icp-vip-cta::after {
    content: "";
    position: absolute;
    inset: auto 8% -35% auto;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 122, 255, 0.28) 0%, transparent 70%);
    pointer-events: none;
}

.icp-vip-cta__phone {
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 148px;
    height: 304px;
    padding: 8px 7px;
    border: 3px solid rgba(255, 255, 255, 0.38);
    border-radius: 28px;
    background: #1a1f2c;
    opacity: 0.7;
    overflow: hidden;
    pointer-events: none;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.icp-vip-cta__phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
    filter: brightness(1.18);
}

.icp-vip-cta__content {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 0 auto;
}

.icp-vip-cta__badge {
    display: inline-block;
    background: #8B5CF6;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 1.25rem;
}

.icp-vip-cta__title {
    color: #fff;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    font-size: 1.85rem;
    line-height: 1.3;
}

.icp-vip-cta__text {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.5rem;
}

.icp-vip-cta__note {
    margin-top: 1rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .icp-vip-cta {
        padding: 48px 20px 40px;
    }

    .icp-vip-cta__phone {
        display: none;
    }

    .icp-vip-cta__content,
    .icp-vip-cta__title {
        max-width: 100%;
    }

    .icp-vip-cta__title {
        font-size: 1.5rem;
    }
}

.airavisor-glow-btn {
  transition: all 0.3s ease;
  border-width: 2px;
  color: #000000 !important;
  background-color: #f8f9fa !important;
  border-color: #dee2e6 !important;
  filter: drop-shadow(0 0 3px rgba(0, 122, 255, 0.4))
          drop-shadow(0 0 6px rgba(0, 122, 255, 0.3))
          drop-shadow(0 0 9px rgba(0, 122, 255, 0.2));
  animation: assistantIconPulse 4s ease-in-out infinite,
             assistantIconColorShift 6s ease-in-out infinite;
}

.airavisor-glow-btn:hover {
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
  color: #000000 !important;
  animation: assistantIconPulse 1s ease-in-out infinite, assistantIconColorShift 2s ease-in-out infinite;
  transform: scale(1.05);
}

body.dark-mode .airavisor-glow-btn {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #495057 !important;
  filter: drop-shadow(0 0 4px rgba(0, 122, 255, 0.6))
          drop-shadow(0 0 8px rgba(0, 122, 255, 0.4))
          drop-shadow(0 0 12px rgba(0, 122, 255, 0.3));
  animation: assistantIconPulseDark 4s ease-in-out infinite,
             assistantIconColorShiftDark 6s ease-in-out infinite;
}

body.dark-mode .airavisor-glow-btn:hover {
  background-color: #495057 !important;
  border-color: #495057 !important;
  color: #ffffff !important;
}

@keyframes assistantIconPulse {
    0%, 100% {
        filter: drop-shadow(0 0 3px rgba(0, 122, 255, 0.4))
                drop-shadow(0 0 6px rgba(0, 122, 255, 0.3))
                drop-shadow(0 0 9px rgba(0, 122, 255, 0.2));
    }
    25% {
        filter: drop-shadow(0 0 5px rgba(0, 224, 255, 0.5))
                drop-shadow(0 0 10px rgba(0, 224, 255, 0.4))
                drop-shadow(0 0 15px rgba(0, 224, 255, 0.3));
    }
    50% {
        filter: drop-shadow(0 0 6px rgba(255, 159, 64, 0.5))
                drop-shadow(0 0 12px rgba(255, 159, 64, 0.4))
                drop-shadow(0 0 18px rgba(255, 159, 64, 0.3));
    }
    75% {
        filter: drop-shadow(0 0 5px rgba(0, 224, 255, 0.5))
                drop-shadow(0 0 10px rgba(0, 224, 255, 0.4))
                drop-shadow(0 0 15px rgba(0, 224, 255, 0.3));
    }
}

@keyframes assistantIconColorShift {
    0%, 100% {
        color: #007aff;
    }
    33% {
        color: #00e0ff;
    }
    66% {
        color: #ff9f40;
    }
}

@keyframes assistantIconPulseDark {
    0%, 100% {
        filter: drop-shadow(0 0 4px rgba(0, 122, 255, 0.6))
                drop-shadow(0 0 8px rgba(0, 122, 255, 0.4))
                drop-shadow(0 0 12px rgba(0, 122, 255, 0.3));
    }
    25% {
        filter: drop-shadow(0 0 6px rgba(0, 224, 255, 0.7))
                drop-shadow(0 0 12px rgba(0, 224, 255, 0.5))
                drop-shadow(0 0 18px rgba(0, 224, 255, 0.4));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(255, 159, 64, 0.7))
                drop-shadow(0 0 16px rgba(255, 159, 64, 0.5))
                drop-shadow(0 0 24px rgba(255, 159, 64, 0.4));
    }
    75% {
        filter: drop-shadow(0 0 6px rgba(0, 224, 255, 0.7))
                drop-shadow(0 0 12px rgba(0, 224, 255, 0.5))
                drop-shadow(0 0 18px rgba(0, 224, 255, 0.4));
    }
}

@keyframes assistantIconColorShiftDark {
    0%, 100% {
        color: #4da6ff;
    }
    33% {
        color: #66f0ff;
    }
    66% {
        color: #ffb366;
    }
}

.academy-video-atmos {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    background-color: #070709;
    background-image:
        radial-gradient(circle at 90% -5%, rgba(139, 92, 246, 0.28) 0%, rgba(124, 58, 237, 0.08) 34%, transparent 60%),
        radial-gradient(circle at 4% 108%, rgba(59, 130, 246, 0.20) 0%, rgba(37, 99, 235, 0.05) 40%, transparent 64%);
}
.academy-video-atmos::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.03;
    background-image:
        repeating-linear-gradient(0deg, #ffffff 0 1px, transparent 1px 24px),
        repeating-linear-gradient(90deg, #ffffff 0 1px, transparent 1px 24px);
}
.academy-video-atmos .container {
    position: relative;
    z-index: 1;
}
.academy-video-atmos h2 {
    color: #ffffff;
}
.academy-video-atmos .academy-video-eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}
.academy-video-atmos .lead {
    color: rgba(255, 255, 255, 0.78);
}
body.icp-retail .academy-video-atmos {
    background-image:
        radial-gradient(circle at 90% -5%, rgba(16, 185, 129, 0.18) 0%, rgba(16, 185, 129, 0.06) 34%, transparent 60%),
        radial-gradient(circle at 4% 108%, rgba(6, 182, 212, 0.12) 0%, rgba(6, 182, 212, 0.04) 40%, transparent 64%);
}
body.icp-consultants .academy-video-atmos {
    background-image:
        radial-gradient(circle at 90% -5%, rgba(245, 158, 11, 0.18) 0%, rgba(245, 158, 11, 0.06) 34%, transparent 60%),
        radial-gradient(circle at 4% 108%, rgba(251, 191, 36, 0.12) 0%, rgba(245, 158, 11, 0.04) 40%, transparent 64%);
}

.icp-demo-frame {
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 20px 50px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.icp-demo-stage {
    position: relative;
    overflow: hidden;
    width: 720px;
    max-width: 100%;
    border-radius: 16px;
    background: #070709;
}
.icp-demo-stage video {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.icp-demo-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 84px;
    height: 84px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.92);
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: translate(-50%, -50%);
    animation: icpDemoPlayGlow 5s ease-in-out infinite;
}
.icp-demo-play i {
    font-size: 42px;
    line-height: 1;
    margin-left: 4px;
}
.icp-demo-stage.is-playing .icp-demo-play {
    display: none;
}
.icp-demo-stage .icp-hero__controls {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 3;
}
@keyframes icpDemoPlayGlow {
    0%, 100% {
        filter: drop-shadow(0 0 6px rgba(139, 92, 246, 0.35));
    }
    50% {
        filter: drop-shadow(0 0 12px rgba(167, 139, 250, 0.5));
    }
}

/* ICP-only header: keep logo, language, theme. Hidden only when body.icp-page. */
body.icp-page #mainMenu nav > ul > li:has(#airaSuiteDropdown),
body.icp-page #mainMenu nav > ul > li:has(a[href="/pricing"]),
body.icp-page #mainMenu nav > ul > li:has([data-bs-target="#contactModal"]),
body.icp-page #mainMenu nav > ul > li:has(a[href="/login"]),
body.icp-page #mainMenu nav > ul > li:has(a[href*="/login?"]),
body.icp-page #mainMenu nav > ul > li:has(.user-toggle-btn),
body.icp-page #mainMenu nav > ul > li:has(#mainAssistantToggle),
body.icp-page .mobile-nav-menu .mobile-nav-accordion:has(#airaSuiteAccordion),
body.icp-page .mobile-nav-menu a[href="/pricing"],
body.icp-page .mobile-nav-menu [data-bs-target="#contactModal"],
body.icp-page .mobile-nav-menu [data-login-link],
body.icp-page .mobile-nav-menu .mobile-nav-accordion:has(#userAccordion),
body.icp-page .mobile-nav-menu .assistant-toggle-btn,
body.icp-page #installGuideFloating,
body.icp-page #iosInstallModal,
body.icp-page #androidInstallModal,
body.icp-page #macInstallModal,
body.icp-page #windowsInstallModal {
    display: none !important;
}

.modal-chat-empty-state .academy-modal-logo {
    max-width: 180px;
    max-height: 96px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.modal-chat-empty-state .academy-modal-logo--dark {
    display: none;
}
body.dark-mode .modal-chat-empty-state .academy-modal-logo,
body[data-theme="dark"] .modal-chat-empty-state .academy-modal-logo {
    content: none;
}
body.dark-mode .modal-chat-empty-state .academy-modal-logo--light,
body[data-theme="dark"] .modal-chat-empty-state .academy-modal-logo--light {
    display: none;
}
body.dark-mode .modal-chat-empty-state .academy-modal-logo--dark,
body[data-theme="dark"] .modal-chat-empty-state .academy-modal-logo--dark {
    display: inline-block;
}

