@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
    --w4px-vio: #9610FF;
    --w4px-ink: #11042B;
    --w4px-deep: #0A0321;
    --w4px-panel: #3E0873;
    --w4px-mist: #F5E7FF;
    --w4px-mut: #9BA2AC;
    --w4px-rad: 18px;
    --w4px-glow: 0 10px 40px rgba(150, 16, 255, 0.35);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Urbanist', sans-serif;
    background: var(--w4px-ink);
    color: var(--w4px-mist);
    line-height: 1.6;
}

.w4px-page { display: flex; flex-direction: column; min-height: 100vh; }

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

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

/* ---------- topbar ---------- */
.w4px-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 22px;
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(10, 3, 33, 0.82);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(150, 16, 255, 0.18);
    transition: background 0.3s ease;
}

.w4px-topbar.w4px-solid { background: rgba(10, 3, 33, 0.97); }

.w4px-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: 0.2px;
    color: #fff;
}

.w4px-brand em { font-style: normal; color: var(--w4px-vio); }

.w4px-mark { width: 34px; height: 34px; border-radius: 9px; }

.w4px-menu { display: flex; align-items: center; gap: 22px; }

.w4px-menu a:not(.w4px-go) {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--w4px-mist);
    opacity: 0.85;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.w4px-menu a:not(.w4px-go):hover { opacity: 1; color: #fff; }

/* ---------- buttons ---------- */
.w4px-go {
    display: inline-block;
    background: #fff;
    color: var(--w4px-vio);
    font-weight: 800;
    border-radius: 999px;
    padding: 12px 30px;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: var(--w4px-glow);
}

.w4px-go:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 14px 48px rgba(150, 16, 255, 0.55); }

.w4px-go-sm { padding: 9px 20px; font-size: 0.92rem; }

.w4px-go-lg { padding: 15px 42px; font-size: 1.12rem; }

.w4px-go-ghost {
    background: transparent;
    color: #fff;
    border: 2px solid var(--w4px-vio);
    box-shadow: none;
}

.w4px-go-ghost:hover { background: rgba(150, 16, 255, 0.15); }

/* ---------- hero ---------- */
.w4px-stage {
    position: relative;
    text-align: center;
    padding: 84px 20px 72px;
    background:
        linear-gradient(180deg, rgba(150, 16, 255, 0.55) 0%, rgba(62, 8, 115, 0.72) 45%, rgba(17, 4, 43, 0.96) 100%),
        url('images/gallery/hero-bg.webp') center/cover no-repeat;
}

.w4px-stage-in { max-width: 860px; margin: 0 auto; }

.w4px-score {
    display: inline-block;
    background: rgba(10, 3, 33, 0.6);
    border: 1px solid rgba(150, 16, 255, 0.5);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 7px 18px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.w4px-stage h1 {
    font-size: clamp(2rem, 5.4vw, 3.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.14;
    margin-bottom: 18px;
    text-shadow: 0 4px 30px rgba(10, 3, 33, 0.7);
}

.w4px-sub {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    color: var(--w4px-mist);
    max-width: 640px;
    margin: 0 auto 28px;
}

.w4px-note { margin-top: 16px; font-size: 0.88rem; color: rgba(245, 231, 255, 0.75); font-weight: 600; }

/* ---------- bands ---------- */
.w4px-band { padding: 72px 20px; max-width: 1240px; margin: 0 auto; width: 100%; }

.w4px-band-alt {
    max-width: none;
    background: linear-gradient(180deg, rgba(62, 8, 115, 0.28), rgba(10, 3, 33, 0));
}

.w4px-band-alt > * { max-width: 1240px; margin-left: auto; margin-right: auto; }

.w4px-h {
    text-align: center;
    font-size: clamp(1.6rem, 3.6vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}

.w4px-lead {
    text-align: center;
    color: var(--w4px-mut);
    max-width: 680px;
    margin: 0 auto 44px;
    font-size: 1.05rem;
}

.w4px-h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--w4px-mist);
    margin: 40px 0 20px;
    padding-left: 14px;
    border-left: 4px solid var(--w4px-vio);
}

/* ---------- character grid ---------- */
.w4px-grid { display: grid; gap: 18px; }

.w4px-grid-4 { grid-template-columns: repeat(4, 1fr); }

.w4px-grid-3 { grid-template-columns: repeat(3, 1fr); }

.w4px-unit {
    background: var(--w4px-panel);
    border: 1px solid rgba(150, 16, 255, 0.25);
    border-radius: var(--w4px-rad);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.w4px-unit:hover {
    transform: translateY(-6px);
    border-color: var(--w4px-vio);
    box-shadow: var(--w4px-glow);
}

.w4px-frame {
    display: block;
    position: relative;
    aspect-ratio: 9/16;
    background: var(--w4px-deep);
    overflow: hidden;
}

.w4px-fill {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(22px) brightness(0.45) saturate(1.2);
    transform: scale(1.25);
}

.w4px-frame img:not(.w4px-fill) {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.w4px-unit:hover .w4px-frame img { transform: scale(1.05); }

.w4px-id { display: block; padding: 14px 16px 16px; }

.w4px-id strong { display: block; color: #fff; font-size: 1.05rem; font-weight: 700; }

.w4px-id em { display: block; font-style: normal; color: var(--w4px-mut); font-size: 0.85rem; margin-top: 4px; line-height: 1.45; }

/* ---------- features ---------- */
.w4px-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.w4px-tile {
    background: var(--w4px-panel);
    border: 1px solid rgba(150, 16, 255, 0.22);
    border-radius: var(--w4px-rad);
    padding: 30px 26px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.w4px-tile:hover { transform: translateY(-5px); box-shadow: var(--w4px-glow); }

.w4px-ico { font-size: 2rem; display: block; margin-bottom: 14px; }

.w4px-tile h3 { color: #fff; font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }

.w4px-tile p { color: var(--w4px-mut); font-size: 0.95rem; }

.w4px-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 26px;
}

.w4px-trust-item {
    text-align: center;
    padding: 22px 18px;
    border-radius: var(--w4px-rad);
    background: rgba(150, 16, 255, 0.1);
    border: 1px dashed rgba(150, 16, 255, 0.4);
}

.w4px-trust-item strong { display: block; color: #fff; font-size: 1.05rem; margin-bottom: 6px; }

.w4px-trust-item span { color: var(--w4px-mut); font-size: 0.9rem; }

/* ---------- gallery ---------- */
.w4px-shots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.w4px-shot {
    position: relative;
    border-radius: var(--w4px-rad);
    overflow: hidden;
    border: 1px solid rgba(150, 16, 255, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.w4px-shot:hover { transform: translateY(-5px); box-shadow: var(--w4px-glow); }

.w4px-shot img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; }

.w4px-shot span {
    display: block;
    padding: 12px 16px;
    background: rgba(10, 3, 33, 0.9);
    color: var(--w4px-mist);
    font-size: 0.88rem;
    font-weight: 600;
}

/* ---------- pricing ---------- */
.w4px-plans {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
}

.w4px-plan {
    position: relative;
    background: var(--w4px-panel);
    border: 1px solid rgba(150, 16, 255, 0.25);
    border-radius: var(--w4px-rad);
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.w4px-plan:hover { transform: translateY(-5px); box-shadow: var(--w4px-glow); }

.w4px-plan-star {
    border: 2px solid var(--w4px-vio);
    background: linear-gradient(180deg, #4A0A8C, var(--w4px-panel));
}

.w4px-flag {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--w4px-vio);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 16px;
    border-radius: 999px;
    white-space: nowrap;
}

.w4px-plan h3 { color: #fff; font-size: 1.25rem; font-weight: 800; margin-bottom: 8px; }

.w4px-price { color: #fff; font-size: 2rem; font-weight: 800; margin-bottom: 18px; }

.w4px-price span { font-size: 0.9rem; font-weight: 600; color: var(--w4px-mut); }

.w4px-plan ul { list-style: none; margin-bottom: 24px; flex: 1; }

.w4px-plan li {
    color: var(--w4px-mist);
    font-size: 0.92rem;
    padding: 6px 0 6px 24px;
    position: relative;
}

.w4px-plan li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--w4px-vio);
    font-weight: 800;
}

.w4px-plan .w4px-go { text-align: center; }

/* ---------- final cta ---------- */
.w4px-final { text-align: center; padding-bottom: 90px; }

.w4px-final .w4px-lead { margin-bottom: 30px; }

/* ---------- seo text block (DOM top, visual bottom) ---------- */
.w4px-ztext {
    order: 98;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px 40px;
}

.w4px-ztext h2 {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 34px 0 12px;
}

.w4px-ztext h2:first-child { margin-top: 0; }

.w4px-ztext p { color: var(--w4px-mut); font-size: 0.97rem; margin-bottom: 10px; }

/* ---------- footer ---------- */
.w4px-base {
    order: 99;
    background: var(--w4px-deep);
    border-top: 1px solid rgba(150, 16, 255, 0.2);
    padding: 44px 20px 34px;
}

.w4px-base-in { max-width: 900px; margin: 0 auto; text-align: center; }

.w4px-base .w4px-brand { justify-content: center; margin-bottom: 18px; }

.w4px-base-links, .w4px-base-langs {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.w4px-base-links a { color: var(--w4px-mist); font-weight: 600; font-size: 0.95rem; }

.w4px-base-links a:hover { color: #fff; }

.w4px-base-langs a { color: var(--w4px-mut); font-size: 0.85rem; }

.w4px-base-langs a:hover { color: var(--w4px-mist); }

.w4px-legal { color: rgba(155, 162, 172, 0.75); font-size: 0.8rem; max-width: 620px; margin: 16px auto 8px; }

.w4px-copy { color: var(--w4px-mut); font-size: 0.85rem; }

/* ---------- scroll reveal ---------- */
.w4px-band, .w4px-tile, .w4px-unit, .w4px-shot, .w4px-plan {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.w4px-on { opacity: 1; transform: translateY(0); }

.w4px-tile.w4px-on, .w4px-unit.w4px-on, .w4px-shot.w4px-on, .w4px-plan.w4px-on {
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
    .w4px-grid-4 { grid-template-columns: repeat(3, 1fr); }
    .w4px-plans { grid-template-columns: repeat(2, 1fr); }
    .w4px-plan-star { order: -1; }
}

@media (max-width: 760px) {
    .w4px-menu a:not(.w4px-go) { display: none; }
    .w4px-stage { padding: 52px 18px 46px; }
    .w4px-stage h1 { font-size: 1.85rem; }
    .w4px-sub { font-size: 0.98rem; margin-bottom: 22px; }
    .w4px-grid-4, .w4px-grid-3 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .w4px-tiles, .w4px-trust { grid-template-columns: 1fr; }
    .w4px-shots { grid-template-columns: 1fr; }
    .w4px-plans { grid-template-columns: 1fr; }
    .w4px-band { padding: 52px 16px; }
    .w4px-id em { display: none; }
}
