:root {
    --purple-950: #16033a;
    --purple-900: #27006f;
    --purple-700: #5627d8;
    --purple-500: #7a4cff;
    --orange-500: #ff8a00;
    --orange-400: #ffb21a;
    --white: #fff;
    --shadow: 0 24px 70px rgba(22, 3, 58, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--purple-950);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.site-shell { overflow: hidden; }
.loading-shell { min-height: 100vh; background: var(--purple-900); }
.cookie-consent {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    width: min(380px, calc(100vw - 32px));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: #fff7ef;
    box-shadow: 0 24px 70px rgba(22, 3, 58, .36);
}
.cookie-consent[hidden] { display: none; }
.cookie-consent__header {
    position: relative;
    min-height: 84px;
    overflow: hidden;
    background: radial-gradient(circle at 17% 34%, rgba(255, 178, 26, .34), transparent 4.8rem), radial-gradient(circle at 84% 12%, rgba(255, 138, 0, .24), transparent 5.8rem), linear-gradient(135deg, #16033a 0%, #27006f 58%, #3d0a91 100%);
}
.cookie-consent__header::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 38% 22%, rgba(255, 178, 26, .85) 0 .11rem, transparent .14rem), radial-gradient(circle at 45% 60%, rgba(122, 76, 255, .8) 0 .12rem, transparent .16rem), radial-gradient(circle at 72% 26%, rgba(255, 138, 0, .8) 0 .1rem, transparent .14rem);
    opacity: .8;
}
.cookie-consent__cookie { position: absolute; left: 30px; top: 20px; width: 46px; filter: drop-shadow(0 8px 16px rgba(255, 138, 0, .24)); }
.cookie-consent__fuse { position: absolute; right: 8px; top: 20px; width: 69px; filter: drop-shadow(0 5px 12px rgba(255, 138, 0, .34)); }
.cookie-consent__body { padding: 24px 28px 26px; }
.cookie-consent h2 { margin: 0 0 12px; color: var(--purple-950); font-size: 1.28rem; line-height: 1.15; font-weight: 950; }
.cookie-consent p { margin: 0; color: #2b184d; font-size: .98rem; line-height: 1.55; font-weight: 650; }
.cookie-consent__actions { display: grid; gap: 12px; margin: 24px 0 16px; }
.cookie-consent__button { min-height: 50px; width: 100%; padding: 12px 18px; border-radius: 999px; font: inherit; font-size: .96rem; font-weight: 950; cursor: pointer; }
.cookie-consent__button--primary { border: 0; color: var(--white); background: linear-gradient(90deg, var(--orange-500), var(--orange-400)); box-shadow: 0 12px 24px rgba(255, 138, 0, .24); }
.cookie-consent__button--secondary { color: var(--purple-700); border: 2px solid var(--purple-500); background: rgba(255, 255, 255, .72); }
.cookie-consent__button:focus-visible,
.cookie-consent__link:focus-visible { outline: 3px solid rgba(255, 178, 26, .72); outline-offset: 3px; }
.cookie-consent__link { display: inline-flex; color: var(--purple-700); font-size: .91rem; line-height: 1.3; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }

.hero-section {
    position: relative;
    min-height: 760px;
    color: var(--white);
    background: linear-gradient(90deg, rgba(13, 4, 24, .94) 0%, rgba(42, 8, 72, .82) 42%, rgba(19, 4, 28, .75) 100%), url("../assets/optimized/lifestyle-triptych-backview-1920.webp") center / cover;
    background-image: linear-gradient(90deg, rgba(13, 4, 24, .94) 0%, rgba(42, 8, 72, .82) 42%, rgba(19, 4, 28, .75) 100%), image-set(url("../assets/optimized/lifestyle-triptych-backview-1920.avif") type("image/avif"), url("../assets/optimized/lifestyle-triptych-backview-1920.webp") type("image/webp"));
    background-position: center;
    background-size: auto, cover;
}
.hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 18px;
    background: repeating-linear-gradient(135deg, var(--purple-700) 0 10px, var(--purple-500) 10px 20px);
}
.nav-bar {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 34px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    position: relative;
    z-index: 2;
}
.brand img { width: 267px; }
.nav-links { display: flex; gap: 30px; align-items: center; font-size: 15px; font-weight: 800; }
.nav-links a { color: rgba(255, 255, 255, .88); }
.nav-cta {
    padding: 16px 26px;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(180deg, var(--orange-400), var(--orange-500));
    box-shadow: 0 12px 30px rgba(255, 138, 0, .38);
    font-weight: 900;
    white-space: nowrap;
}
.hero-section__content {
    width: min(1180px, calc(100% - 40px));
    min-height: 620px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 36px;
    position: relative;
    z-index: 1;
}
.eyebrow { margin: 0 0 12px; color: var(--orange-400); font-weight: 950; text-transform: uppercase; }
.hero-section h1 {
    margin: 0;
    color: var(--white);
    font-size: clamp(64px, 8vw, 118px);
    line-height: .86;
    text-shadow: 0 7px 0 rgba(0, 0, 0, .6);
}
.hero-section h1 span { display: block; color: var(--orange-500); }
.hero-section__lead {
    max-width: 620px;
    margin: 30px 0;
    font-size: clamp(28px, 3.6vw, 54px);
    line-height: 1.05;
    font-weight: 950;
}
.hero-section__visual { min-height: 540px; position: relative; }
.phone {
    position: absolute;
    width: 260px;
    aspect-ratio: .484;
    padding: 12px;
    border-radius: 40px;
    background: #15101f;
    box-shadow: var(--shadow);
}
.phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 30px; }
.phone-front { right: 190px; top: 34px; z-index: 3; transform: rotate(-2deg); }
.phone-back { right: 14px; top: 96px; z-index: 2; transform: rotate(8deg); }
.bomby-explode-picture { position: absolute; right: 246px; bottom: -82px; width: 320px; z-index: 4; }
.bomby-explode {
    width: 100%;
    border-radius: 28px;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .5));
    mask-image: radial-gradient(circle at center, #000 58%, rgba(0, 0, 0, .82) 70%, transparent 82%);
    -webkit-mask-image: radial-gradient(circle at center, #000 58%, rgba(0, 0, 0, .82) 70%, transparent 82%);
}

@media (max-width: 980px) {
    .hero-section { min-height: 940px; }
    .nav-bar { align-items: flex-start; }
    .nav-links { display: none; }
    .hero-section__content { grid-template-columns: 1fr; padding-top: 28px; text-align: left; }
    .hero-section__visual { min-height: 430px; }
    .phone { width: 210px; }
    .phone-front { left: 22px; right: auto; top: 0; }
    .phone-back { left: 180px; right: auto; top: 44px; }
    .bomby-explode-picture { left: 140px; right: auto; bottom: -66px; width: 240px; }
}

@media (max-width: 620px) {
    .cookie-consent { right: 12px; bottom: 12px; width: calc(100vw - 24px); }
    .cookie-consent__header { min-height: 78px; }
    .cookie-consent__body { padding: 20px 20px 22px; }
    .cookie-consent__cookie { left: 22px; width: 46px; }
    .cookie-consent__fuse { width: 69px; }
    .hero-section {
        min-height: 900px;
        background-image: linear-gradient(90deg, rgba(13, 4, 24, .94) 0%, rgba(42, 8, 72, .82) 42%, rgba(19, 4, 28, .75) 100%), image-set(url("../assets/optimized/lifestyle-triptych-backview-960.avif") type("image/avif"), url("../assets/optimized/lifestyle-triptych-backview-960.webp") type("image/webp"));
    }
    .nav-bar { width: min(100% - 28px, 1180px); padding-top: 20px; }
    .brand img { width: 207px; }
    .nav-cta { padding: 12px 16px; font-size: 14px; }
    .hero-section__content { width: min(100% - 28px, 1180px); }
    .hero-section h1 { font-size: 56px; }
    .hero-section__lead { font-size: 30px; }
    .phone { width: 174px; padding: 8px; border-radius: 30px; }
    .phone img { border-radius: 22px; }
    .phone-front { left: 0; }
    .phone-back { left: 126px; top: 46px; }
    .bomby-explode-picture { left: 84px; bottom: -56px; width: 210px; }
}
