:root {
    --bg: #0b0c10;
    --panel: #0f1117;
    --text: #f4f6ff;
    --muted: rgba(244, 246, 255, .68);
    --logo-bg: #c7c2bf;
    --line: rgba(255, 255, 255, .10);
    --bg-nav: rgba(11, 12, 16, .75);
    --shadow: 0 30px 80px rgba(0, 0, 0, .55);
    --r: 22px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: var(--bg);
    color: var(--text);
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial
}

a {
    color: inherit;
    text-decoration: none;
}


.lp-page img {
    max-width: 100%;
    display: block;
}

.nav {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: saturate(160%) blur(10px);
    background-color: var(--bg-nav);
    border-bottom: 1px solid var(--line);
    padding: 0 50px;
}


.nav-logo {
    font-weight: 700;
    letter-spacing: .22em;
    font-size: 14px;
    align-items: center;
    display: flex;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    width: min(1120px, 92vw);
    margin: 0 auto;
}


.wk-icon {
    fill: var(--text);
    width: 15px;
    height: 15px;
    background: none;
    cursor: pointer;
}

.nav-inner img {
    width: 45px;
    height: 45px;
    background-color: var(--logo-bg);
    border-radius: 50%;
    align-items: center;
    margin-right: 15px;
}

.nav-links {
    display: flex;
    gap: 18px;
    align-items: center;
    column-rule: var(--muted);
    font-size: 14px;
}

.nav-links a:hover {
    color: var(--text);
    transform: translateY(-1px);
}

.nav-pill {
    color: var(--text);
    padding: .75rem;
    border: 1px solid var(--text);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .04);
}

/* 
------------------------------------------------
---------------HERO-SECTION---------------------
------------------------------------------------ 
*/
.lp-wrap,
.lp-banner-swiper,
#lp-banner-wrapper,.faq-cta-wrap {
    width: min(1120px, 92vw);
    margin: 0 auto;
}

.lp-hero {
    padding: 64px 0 28px;
}

.lp-hero a {
    text-decoration: none;
}

.lp-hero h1 {
    margin: 14px 0 10px;
    font-size: 56px;
    line-height: 1.3;
    max-width: 46ch;
}

.lp-hero-inner {
    width: min(1120px, 92vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    align-items: center;
}

.lp-kicker {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--muted);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lp-kicker::before {
    content: "";
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, .25);
    display: inline-block;
}


.lp-sub {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.6;
    max-width: 46ch;
}

.lp-cta {
    display: flex;
    gap: 12px;
    margin: 22px 0 14px;
    flex-wrap: wrap;
}

.lp-btn-ghost,
.lp-btn-primary {
    padding: 12px 16px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    background-color: rgba(255, 255, 255, .04);
    border: 1px solid var(--line);
}

.lp-btn-primary {
    color: var(--bg);
    background-color: var(--text);
}

.lp-btn-ghost {
    color: var(--muted);
    background-color: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06));
}

.lp-btn-ghost:hover,
.lp-btn-primary:hover {
    transform: translateY(-1px);
}

.lp-trust-section {
    display: flex;
    gap: 12px;
    color: var(--muted);
    font-size: 13px;
    flex-wrap: wrap;
}

.lp-trust-section span {
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .03);
}

.lp-hero-media {
    position: relative;
}

.lp-frame {
    border-radius: var(--r);
    background: radial-gradient(1200px 500px at 20% 0%, rgba(255, 255, 255, .10), transparent 60%),
        rgba(255, 255, 255, .03);
    border: 1px solid var(--line);
    padding: 22px;
    box-shadow: var(--shadow);
}

.lp-frame img {
    border-radius: 18px;
    background: #fff
}

.lp-mini {
    position: absolute;
    right: 16px;
    bottom: -16px;
    border-radius: 18px;
    padding: 14px 14px 12px;
    background: rgba(15, 17, 23, .85);
    border: 1px solid var(--line);
    backdrop-filter: blur(10px);
    width: min(320px, 84%);
    display: grid;
}

.lp-mini-label {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lp-mini-title {
    margin-top: 6px;
    font-weight: 650;
}

.lp-mini-meta {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
}


/* 
------------------------------------------------
---------------FEATURED-SECTION-----------------
------------------------------------------------ 
*/

.lp-featured {
    padding: 46px 0 70px;
}

.lp-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 14px;
}

.lp-head h2 {
    margin: 0;
    font-size: 20px;
    letter-spacing: .02em;
}

.lp-link {
    color: var(--muted);
    font-size: 14px;
}

.lp-link:hover {
    color: var(--text);
}

.lp-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-card {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03);
    transition: transform .18s ease, border-color .18s ease;
}

.lp-card-img {
    background: #fff;
    padding: 18px;
}

.lp-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, .18);
}


.lp-card-img img {
    aspect-ratio: 1/1;
    object-fit: contain;
}

.lp-card-body {
    padding: 12px 12px 14px;
}

.lp-card-title {
    font-weight: 600;
    /* color: var(--muted); */
}

.lp-card-meta {
    color: var(--muted);
    font-size: 13px;
    margin-top: 4px;
}




/* 
------------------------------------------------
---------------Strip-SECTION--------------------
------------------------------------------------ 
*/

.lp-strip {
    margin-top: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .03);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.lp-strip-item+.lp-strip-item {
    border-left: 1px solid var(--line);
}

.lp-strip-item {
    display: grid;
    padding: 16px 16px 18px;
}

.lp-strip-k {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lp-strip-v {
    margin-top: 8px;
    font-weight: 600;
}


/* 
------------------------------------------------
---------------BANNER-SECTION-------------------
------------------------------------------------ 
*/

.lp-banner-products {
    display: grid;
    gap: 50px;
}

#lp-banner-wrapper {
    display: flex;
    overflow-x: hidden;
}

#lp-banner-swiper {
    display: flex ;

}

.swiper-wrapper {
    display: flex ;
}


#lp-banner-swiper img {
    border-radius: 18px;
}

/* 
------------------------------------------------
---------------FAQ-CTA-SECTION------------------
------------------------------------------------ 
*/

.faq-cta {
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding: 48px 0;
}

.faq-cta-wrap {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
}


.faq-cta-item {
    display: block;
    text-decoration: none;
    color: var(--muted);
    transition: transform 0.2s ease, opacity 0.2s ease;
    padding: 16px 16px 18px;
}


.faq-cta-item+.faq-cta-item {
    border-left: 1px solid var(--line);
}


.faq-cta-title {
    display: block;
    font-size: 12px;
    letter-spacing: .12em;
    margin-bottom: 6px;
    font-weight: 200;
    text-transform: uppercase;
}

.faq-cta-desc {
    display: block;
    font-size: 14px;
    color: var(--text);
    font-weight: 600;
}


    .drawer {
        display: none;
    }


    .lp-page {
        background-color: black;
    }

