/********** IKON Home Theme **********/

/*** Navbar ***/
.nav-bar {
    position: relative;
    padding: 0 3rem;
    transition: 0.5s;
    z-index: 9999;
    background: linear-gradient(180deg, #4aa7cd, #1c6e8f) !important; /* Smooth gradient */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

/* ===========================
   IKON Top Strip
   =========================== */
.ikon-topstrip {
    background: linear-gradient(90deg, #0a1520 0%, #0d1b2a 50%, #0a1520 100%);
    height: 44px;
    font-size: 13px;
    border-bottom: 1px solid rgba(212, 175, 55, .22);
}

.ikon-topstrip a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    transition: color .2s;
}

.ikon-topstrip a:hover {
    color: #d4af37;
}

.ikon-topstrip-contact a {
    font-weight: 500;
}

.ikon-topstrip-contact i {
    color: #d4af37;
}

.ikon-topstrip-actions {
    gap: 1.1rem;
}

.ikon-topstrip-divider {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, .14);
}

.ikon-topstrip-apps-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
    margin-right: .15rem;
}

.ikon-topstrip-app-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .85) !important;
    transition: background .2s, border-color .2s, color .2s, transform .15s;
}

.ikon-topstrip-app-link i {
    font-size: 13px;
    color: #d4af37;
    transition: color .2s;
}

.ikon-topstrip-app-link:hover {
    background: #d4af37;
    border-color: #d4af37;
    color: #0d1b2a !important;
    transform: translateY(-1px);
}

.ikon-topstrip-app-link:hover i {
    color: #0d1b2a;
}

.ikon-social-pill {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .75) !important;
    font-size: 12px;
    transition: background .2s, color .2s, transform .15s;
}

.ikon-social-pill:hover {
    background: #d4af37;
    color: #0d1b2a !important;
    transform: translateY(-1px);
}

/* ===========================
   IKON Nav Links & CTA
   =========================== */
.ikon-nav-link {
    color: rgba(255, 255, 255, .85) !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 28px 16px !important;
    margin: 0 !important;
    transition: color .2s;
}

.ikon-nav-link:hover,
.ikon-nav-link.active {
    color: #d4af37 !important;
}

.btn-ikon-gold {
    display: inline-flex;
    align-items: center;
    background: #d4af37;
    color: #0d1b2a;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(212, 175, 55, .30);
    transition: background .2s, box-shadow .2s, transform .15s;
}

.btn-ikon-gold:hover {
    background: #a8790a;
    color: #0d1b2a;
    box-shadow: 0 6px 20px rgba(212, 175, 55, .45);
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .ikon-nav-link {
        padding: 12px 4px !important;
    }
}

/* ===========================
   IKON Slogan Banner
   =========================== */
.ikon-slogan-strip {
    background: linear-gradient(90deg, #a8790a 0%, #d4af37 30%, #f2ce6b 50%, #d4af37 70%, #a8790a 100%);
    padding: 11px 0;
    box-shadow: 0 2px 10px rgba(13, 27, 42, .18);
    position: relative;
    z-index: 999;
}

.ikon-slogan-text {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    color: #0d1b2a;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ikon-slogan-text i {
    font-size: 15px;
}

.ikon-slogan-dot {
    font-size: 8px;
    color: rgba(13, 27, 42, .45);
}

@media (max-width: 575.98px) {
    .ikon-slogan-strip { padding: 9px 0; }

    .ikon-slogan-text {
        font-size: 11px;
        letter-spacing: 1.2px;
        gap: 7px;
    }
}

/* ===========================
   IKON Footer
   =========================== */
.ikon-footer {
    background: #0d1b2a;
    color: rgba(255, 255, 255, .65);
}

.ikon-footer-logo {
    height: 58px;
    width: 58px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .35), 0 0 0 1px rgba(255, 255, 255, .10);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ikon-footer-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .45), 0 0 0 1px rgba(212, 175, 55, .45);
}

.ikon-footer-desc {
    font-size: 13.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .55);
}

.ikon-footer-tagline {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .4px;
    color: #d4af37;
}

.ikon-footer-col-heading {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.25rem;
}

.ikon-footer-link {
    display: block;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .60);
    text-decoration: none;
    margin-bottom: .7rem;
    transition: color .2s;
}

.ikon-footer-link i {
    font-size: 11px;
    margin-right: 8px;
    color: #d4af37;
}

.ikon-footer-link:hover {
    color: #d4af37;
}

.ikon-footer-contact {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1rem;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .65);
}

.ikon-footer-contact a {
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
}

.ikon-footer-contact a:hover {
    color: #d4af37;
}

.ikon-footer-contact-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(212, 175, 55, .10);
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.ikon-footer-rule {
    border-color: rgba(255, 255, 255, .08);
    margin: 0;
}

.ikon-footer-socials {
    display: flex;
    gap: 10px;
}

.ikon-footer-social {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .75);
    transition: background .2s, color .2s;
}

.ikon-footer-social:hover {
    background: #d4af37;
    color: #0d1b2a;
}

.ikon-footer-copy {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .45);
}

/* ===========================
   Home Page — Hero Slides
   =========================== */
.ikon-slide {
    position: relative;
    overflow: hidden;
}

.ikon-slide-img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    display: block;
}

.ikon-slide-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        108deg,
        rgba(13, 27, 42, 0.93) 0%,
        rgba(13, 27, 42, 0.76) 38%,
        rgba(13, 27, 42, 0.22) 68%,
        transparent 100%
    );
}

.ikon-slide-body {
    position: relative;
    z-index: 2;
    max-width: 560px;
    padding: 2rem 0;
}

.ikon-slide-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.16);
    border: 1px solid rgba(212, 175, 55, 0.55);
    color: #d4af37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 6px 16px;
    margin-bottom: 1.4rem;
}

.ikon-slide-badge i {
    display: inline-block;
    animation: ikonPulse 2.2s ease-in-out infinite;
}

.ikon-slide-headline {
    font-size: clamp(2.4rem, 5.5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.12;
    color: #ffffff;
    margin-bottom: 1.25rem;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, .28);
}

.ikon-slide-headline em {
    font-style: normal;
    color: #d4af37;
}

.ikon-slide-sub {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.7;
    margin-bottom: 2.2rem;
    max-width: 440px;
}

.ikon-slide-ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.1rem;
}

.ikon-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #d4af37;
    color: #0d1b2a;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 5px 18px rgba(212, 175, 55, 0.40);
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}

.ikon-cta-primary:hover {
    background: #a8790a;
    box-shadow: 0 7px 24px rgba(212, 175, 55, 0.55);
    transform: translateY(-1px);
    color: #0d1b2a;
}

.ikon-cta-ghost {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 4px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.30);
    transition: color 0.2s, border-color 0.2s;
}

.ikon-cta-ghost:hover {
    color: #d4af37;
    border-bottom-color: #d4af37;
}

.ikon-cta-ghost i {
    display: inline-block;
    transition: transform .2s ease;
}

.ikon-cta-ghost:hover i {
    transform: translateX(4px);
}

/* ── MBS 2026 Slide ── */
.ikon-slide-mbs-bg {
    width: 100%;
    height: 640px;
    position: relative;
    background: linear-gradient(135deg, #12304e 0%, #1c6e8f 100%);
    overflow: hidden;
}

.ikon-slide-mbs-bg::before {
    content: '';
    position: absolute;
    top: -120px; right: -80px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: rgba(212,175,55,.10);
    pointer-events: none;
}

.ikon-slide-mbs-bg::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -60px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    pointer-events: none;
}

.ikon-slide-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-bottom: 2.2rem;
}

.ikon-slide-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.85);
    font-size: 13.5px;
    font-weight: 600;
}

.ikon-slide-meta-item i { color: #d4af37; }

/* ── Hero Carousel: Motion ── */
@keyframes ikonFadeUp {
    from { opacity: 0; transform: translateY(26px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes ikonPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: .55; transform: scale(.85); }
}

.owl-item .ikon-slide-badge,
.owl-item .ikon-slide-headline,
.owl-item .ikon-slide-sub,
.owl-item .ikon-slide-meta,
.owl-item .ikon-slide-ctas {
    opacity: 0;
}

.owl-item.active .ikon-slide-badge    { animation: ikonFadeUp .7s ease forwards; }
.owl-item.active .ikon-slide-headline { animation: ikonFadeUp .7s .10s ease forwards; }
.owl-item.active .ikon-slide-sub      { animation: ikonFadeUp .7s .20s ease forwards; }
.owl-item.active .ikon-slide-meta     { animation: ikonFadeUp .7s .28s ease forwards; }
.owl-item.active .ikon-slide-ctas     { animation: ikonFadeUp .7s .36s ease forwards; }

@media (prefers-reduced-motion: reduce) {
    .owl-item .ikon-slide-badge,
    .owl-item .ikon-slide-headline,
    .owl-item .ikon-slide-sub,
    .owl-item .ikon-slide-meta,
    .owl-item .ikon-slide-ctas {
        opacity: 1;
        animation: none;
    }

    .ikon-slide-badge i { animation: none; }
}

/* ── Hero Carousel: Navigation & Dots ── */
.header-carousel {
    position: relative;
}

.header-carousel .owl-nav {
    position: absolute;
    right: 40px;
    bottom: 34px;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 5;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 50%;
    font-size: 18px;
    transition: background .25s, border-color .25s, color .25s, transform .2s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #d4af37;
    border-color: #d4af37;
    color: #0d1b2a;
    transform: translateY(-2px);
}

.header-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 5;
}

.header-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    border-radius: 50px;
    background: rgba(255, 255, 255, .45);
    transition: width .3s ease, background .3s ease;
}

.header-carousel .owl-dot:hover span {
    background: rgba(255, 255, 255, .75);
}

.header-carousel .owl-dot.active span {
    width: 28px;
    background: #d4af37;
}

@media (max-width: 767.98px) {
    .header-carousel .owl-nav { display: none; }
    .header-carousel .owl-dots { bottom: 18px; }
}

/* ── Shared ── */
.section-subtitle { max-width: 720px; margin: 0 auto; }
.section-soft { background: #f4f8fc; }

.ikon-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #4aa7cd;
    margin-bottom: .55rem;
}

.ikon-heading {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #0d1b2a;
    letter-spacing: -.3px;
    margin-bottom: 1rem;
}

/* ── Stats Bar ── */
.ikon-stats-bar { border-bottom: 1px solid #eef2f7; }

.ikon-stat-col { border-right: 1px solid #eef2f7; }
.ikon-stat-col:last-child { border-right: none; }

.ikon-stat-item { padding: 2rem 1rem; }

.ikon-stat-num {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    color: #0d1b2a;
    line-height: 1;
    margin-bottom: .35rem;
}

.ikon-stat-num::after {
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    background: #d4af37;
    border-radius: 3px;
    margin: .5rem auto 0;
}

.ikon-stat-plus { color: #d4af37; font-size: 70%; }

.ikon-stat-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    letter-spacing: .2px;
}

/* ── Founding Card ── */
.ikon-founding-card {
    background: linear-gradient(135deg, #12304e 0%, #1c6e8f 100%);
    border-radius: 1.25rem;
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ikon-founding-card::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: rgba(212,175,55,.07);
    pointer-events: none;
}

.ikon-founding-year {
    font-size: 4.5rem;
    font-weight: 900;
    color: #d4af37;
    line-height: 1;
    letter-spacing: -3px;
}

.ikon-founding-tag {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    margin-top: .2rem;
}

.ikon-founding-date {
    font-size: 1rem;
    color: rgba(255,255,255,.82);
    font-weight: 500;
    margin-top: .3rem;
}

.ikon-founding-rule {
    width: 40px; height: 2px;
    background: rgba(212,175,55,.45);
    margin: 1.25rem auto;
}

.ikon-founding-by {
    font-size: 12.5px;
    color: rgba(255,255,255,.65);
    line-height: 1.7;
    margin: 0;
}

.ikon-founding-by strong { color: rgba(255,255,255,.88); }

/* ── Inline Buttons ── */
.ikon-btn-outline {
    display: inline-flex; align-items: center;
    padding: 10px 24px;
    border: 2px solid #4aa7cd;
    border-radius: 50px;
    color: #4aa7cd;
    font-weight: 600; font-size: 14px;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.ikon-btn-outline:hover { background: #4aa7cd; color: #fff; }

.ikon-btn-primary {
    display: inline-flex; align-items: center;
    padding: 10px 24px;
    background: #d4af37;
    border-radius: 50px;
    color: #0d1b2a;
    font-weight: 700; font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(212,175,55,.30);
    transition: background .2s, box-shadow .2s;
}

.ikon-btn-primary:hover {
    background: #a8790a; color: #0d1b2a;
    box-shadow: 0 6px 20px rgba(212,175,55,.45);
}

/* ── Value Cards ── */
.ikon-value-card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #eef2f7;
    border-top: 4px solid #d4af37;
    padding: 2rem 1.5rem;
    height: 100%;
    text-align: center;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 14px rgba(15,23,42,.04);
}

.ikon-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15,23,42,.08);
}

.ikon-value-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(212,175,55,.10);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.75rem;
    color: #4aa7cd;
    margin-bottom: 1.1rem;
}

.ikon-value-title { font-weight: 700; color: #0d1b2a; font-size: 1.05rem; margin-bottom: .4rem; }
.ikon-value-text  { font-size: 13.5px; color: #64748b; line-height: 1.65; margin: 0; }

/* ── Platform Feature Items ── */
.ikon-feature {
    display: flex; align-items: flex-start; gap: 1rem;
    padding: 1rem 1.1rem;
    background: #fff;
    border-radius: .875rem;
    border: 1px solid #eef2f7;
    height: 100%;
    transition: box-shadow .2s, transform .2s;
}

.ikon-feature:hover {
    box-shadow: 0 8px 22px rgba(15,23,42,.07);
    transform: translateY(-2px);
}

.ikon-feature-icon {
    width: 46px; height: 46px; flex-shrink: 0;
    border-radius: 12px;
    background: rgba(74,167,205,.10);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem;
    color: #4aa7cd;
}

.ikon-feature h6  { font-size: 14px; font-weight: 700; color: #0d1b2a; margin-bottom: .2rem; }
.ikon-feature small { font-size: 12.5px; color: #64748b; line-height: 1.5; }

/* ── App Dark Card ── */
.ikon-app-card {
    background: linear-gradient(135deg, #12304e 0%, #1c6e8f 100%);
    border-radius: 1.25rem;
    padding: 2.25rem;
}

.ikon-app-card-label {
    font-size: 10.5px; font-weight: 700; letter-spacing: 1.4px;
    text-transform: uppercase; color: #d4af37; margin-bottom: .4rem;
}

.ikon-app-card-title {
    font-size: 1.25rem; font-weight: 800; color: #fff;
    margin-bottom: .5rem;
}

.ikon-app-card-sub {
    font-size: 13px; color: rgba(255,255,255,.60);
    line-height: 1.65; margin-bottom: 1.4rem;
}

.ikon-store-btns {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.ikon-store-btns > a { flex: 1 1 150px; }

.ikon-store-btn-eyebrow {
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    opacity: .75;
}

.ikon-playstore-btn,
.ikon-appstore-btn {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    font-weight: 700; font-size: 14px;
    padding: 13px 18px; border-radius: 50px;
    text-decoration: none; width: 100%;
    transition: background .2s, border-color .2s, box-shadow .2s, transform .15s;
}

.ikon-playstore-btn {
    background: #d4af37; color: #0d1b2a;
    box-shadow: 0 6px 20px rgba(212,175,55,.40);
}

.ikon-playstore-btn:hover {
    background: #a8790a; color: #0d1b2a;
    box-shadow: 0 8px 28px rgba(212,175,55,.55);
    transform: translateY(-1px);
}

.ikon-appstore-btn {
    background: rgba(255,255,255,.08);
    border: 1.5px solid rgba(255,255,255,.25);
    color: #fff;
}

.ikon-appstore-btn:hover {
    background: rgba(255,255,255,.16);
    border-color: rgba(255,255,255,.45);
    color: #fff;
    transform: translateY(-1px);
}

.ikon-playstore-btn i,
.ikon-appstore-btn i { font-size: 1.3rem; }

.ikon-app-rule { height: 1px; background: rgba(255,255,255,.10); margin: 1.5rem 0; }

.ikon-mv-label {
    font-size: 10.5px; font-weight: 700; letter-spacing: 1.2px;
    text-transform: uppercase; color: #d4af37;
    display: flex; align-items: center; gap: 6px;
    margin-bottom: .5rem;
}

.ikon-mv-text {
    font-size: 13px; color: rgba(255,255,255,.68); line-height: 1.65; margin: 0;
}

/* ── Event Cards ── */
.ikon-event-card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #eef2f7;
    border-left: 4px solid #d4af37;
    padding: 1.75rem 1.75rem 1.75rem 1.5rem;
    height: 100%;
    position: relative; overflow: hidden;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 14px rgba(15,23,42,.04);
}

.ikon-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(15,23,42,.08);
}

.ikon-event-num {
    font-size: 3.5rem; font-weight: 900;
    color: rgba(212,175,55,.13);
    line-height: 1;
    position: absolute; top: .75rem; right: 1rem;
    letter-spacing: -2px;
    pointer-events: none;
}

.ikon-event-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: rgba(74,167,205,.10);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; color: #4aa7cd;
    margin-bottom: 1rem;
}

.ikon-event-title { font-size: 1.05rem; font-weight: 700; color: #0d1b2a; margin-bottom: .5rem; }
.ikon-event-text  { font-size: 13.5px; color: #64748b; line-height: 1.65; margin: 0; }

/* ── Phone Mockup (shared) ── */
.dlapp-phone-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
}

.dlapp-phone {
    width: 250px;
    height: 500px;
    background: #0d1b2a;
    border-radius: 40px;
    padding: 12px;
    box-shadow:
        0 30px 60px rgba(13, 27, 42, .25),
        0 0 0 8px rgba(13, 27, 42, .05);
    position: relative;
    z-index: 2;
}

.dlapp-phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(165deg, #12304e 0%, #1c6e8f 55%, #4aa7cd 100%);
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 2rem 1.5rem;
}

.dlapp-phone-screen::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: rgba(212, 175, 55, .12);
    pointer-events: none;
}

.dlapp-phone-screen::after {
    content: '';
    position: absolute;
    bottom: -70px; left: -50px;
    width: 160px; height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    pointer-events: none;
}

.dlapp-phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 88px;
    height: 20px;
    background: #0d1b2a;
    border-radius: 0 0 14px 14px;
}

.dlapp-phone-logo {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25), 0 0 0 1px rgba(255, 255, 255, .25);
    position: relative;
    z-index: 1;
}

.dlapp-phone-brand {
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.dlapp-phone-tagline {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .75);
    max-width: 170px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.dlapp-float-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
    padding: 10px 16px;
    font-size: 12.5px;
    font-weight: 700;
    color: #0d1b2a;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
    white-space: nowrap;
}

.dlapp-float-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(212, 175, 55, .16);
    color: #a8790a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.dlapp-float-1 { top: 6%; left: -4%; }
.dlapp-float-2 { top: 46%; right: -8%; }
.dlapp-float-3 { bottom: 8%; left: 0; }

@media (max-width: 991.98px) {
    .dlapp-phone-wrap { min-height: 420px; margin-top: 2.5rem; }
    .dlapp-phone { width: 220px; height: 440px; }
    .dlapp-float-1 { left: 2%; }
    .dlapp-float-2 { right: 2%; }
    .dlapp-float-3 { left: 6%; }
}

@media (max-width: 575.98px) {
    .dlapp-phone-wrap { min-height: 380px; }
    .dlapp-phone { width: 190px; height: 380px; border-radius: 32px; }
    .dlapp-phone-screen { border-radius: 22px; padding: 1.5rem 1rem; }
    .dlapp-float-card { padding: 8px 12px; font-size: 11px; gap: 8px; }
    .dlapp-float-icon { width: 22px; height: 22px; font-size: 11px; }
}

/* ── Full-width App CTA ── */
.ikon-download-section {
    background: linear-gradient(135deg, #12304e 0%, #1c6e8f 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.ikon-download-section::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 450px; height: 450px;
    border-radius: 50%;
    background: rgba(212,175,55,.06);
    pointer-events: none;
}

.ikon-download-section::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -60px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: rgba(74,167,205,.06);
    pointer-events: none;
}

.ikon-download-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
}

.ikon-download-badge {
    display: inline-flex; align-items: center; gap: 14px;
    background: #d4af37; color: #0d1b2a;
    font-weight: 700; font-size: 15px;
    padding: 15px 34px; border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(212,175,55,.42);
    transition: background .2s, border-color .2s, box-shadow .2s, transform .15s;
}

.ikon-download-badge:hover {
    background: #a8790a; color: #0d1b2a;
    box-shadow: 0 10px 34px rgba(212,175,55,.58);
    transform: translateY(-2px);
}

.ikon-download-badge-outline {
    background: rgba(255,255,255,.06);
    color: #fff;
    border: 1.5px solid rgba(255,255,255,.35);
    box-shadow: none;
}

.ikon-download-badge-outline:hover {
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.6);
    color: #fff;
    box-shadow: none;
    transform: translateY(-2px);
}

.ikon-download-badge i { font-size: 1.5rem; }

.ikon-download-note {
    font-size: 12px; color: rgba(255,255,255,.38);
    margin-top: .65rem; display: block;
}

@media (max-width: 991.98px) {
    .ikon-slide-img,
    .ikon-slide-mbs-bg { height: 500px; }
}

@media (max-width: 575.98px) {
    .ikon-slide-img,
    .ikon-slide-mbs-bg { height: 430px; }
    .ikon-slide-body { max-width: 100%; }
}
