:root {
    --page-bg: #f5f3fb;
    --surface: #ffffff;
    --surface-soft: #f8f6ff;
    --text: #17151f;
    --muted: #706a81;
    --line: #e9e3f7;
    --purple: #6c3cf0;
    --purple-dark: #261148;
    --pink: #ff8bd8;
    --pink-deep: #d958ae;
    --yellow: #ffc72c;
    --yellow-deep: #f4b700;
    --orange: #ffb24c;
    --shadow: 0 22px 60px rgba(45, 27, 94, 0.12);
    --shadow-soft: 0 14px 34px rgba(45, 27, 94, 0.08);
    --radius-lg: 30px;
    --radius-md: 22px;
    --container: 1000px;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--text);
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    background: var(--page-bg);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(245, 243, 251, 0.46), rgba(245, 243, 251, 0.62)),
        url("assets/shared/background.png") center center / cover no-repeat;
    opacity: 0.96;
    pointer-events: none;
    z-index: -1;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 38%, rgba(255, 178, 76, 0.06) 72%, rgba(255, 139, 216, 0.08) 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 140px),
        repeating-linear-gradient(0deg, rgba(108, 60, 240, 0.03) 0 1px, transparent 1px 120px),
        radial-gradient(circle at 18% 12%, rgba(108, 60, 240, 0.08), transparent 22%),
        radial-gradient(circle at 82% 18%, rgba(255, 199, 44, 0.12), transparent 18%),
        radial-gradient(circle at 84% 82%, rgba(255, 139, 216, 0.08), transparent 16%);
    background-size:
        auto,
        140px 140px,
        120px 120px,
        auto,
        auto,
        auto;
    pointer-events: none;
    z-index: -1;
}

body.page-home {
    background:
        radial-gradient(circle at 14% 16%, rgba(108, 60, 240, 0.06), transparent 18%),
        radial-gradient(circle at 88% 10%, rgba(255, 199, 44, 0.14), transparent 16%),
        linear-gradient(180deg, rgba(249, 247, 253, 0.18), rgba(244, 241, 251, 0.34), rgba(246, 243, 251, 0.54));
}

body.page-home::before {
    background:
        linear-gradient(110deg, rgba(249, 247, 253, 0.28) 12%, rgba(249, 247, 253, 0.2) 42%, rgba(249, 247, 253, 0.14) 66%, rgba(249, 247, 253, 0.28) 100%),
        url("assets/shared/background.png") center center / cover no-repeat;
    opacity: 1;
}

body.page-home::after {
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.1), transparent 32%, rgba(255, 178, 76, 0.08) 68%, rgba(255, 139, 216, 0.08) 100%),
        repeating-linear-gradient(120deg, rgba(108, 60, 240, 0.045) 0 1px, transparent 1px 170px),
        repeating-linear-gradient(30deg, rgba(255, 178, 76, 0.045) 0 1px, transparent 1px 190px),
        radial-gradient(circle at 10% 14%, rgba(108, 60, 240, 0.1), transparent 20%),
        radial-gradient(circle at 78% 26%, rgba(255, 199, 44, 0.18), transparent 18%),
        radial-gradient(circle at 52% 82%, rgba(108, 60, 240, 0.05), transparent 24%),
        radial-gradient(circle at 88% 72%, rgba(255, 139, 216, 0.12), transparent 18%),
        radial-gradient(circle at 26% 74%, rgba(255, 178, 76, 0.1), transparent 16%);
    background-size:
        auto,
        170px 170px,
        190px 190px,
        auto,
        auto,
        auto,
        auto,
        auto;
}

img {
    max-width: 100%;
}

.page-shell {
    position: relative;
    width: min(calc(100% - 32px), calc(var(--container) + 32px));
    margin: 0 auto;
    padding: 14px 0 0;
}

.page-shell::before,
.page-shell::after {
    content: "";
    position: fixed;
    pointer-events: none;
    z-index: -1;
}

.page-shell::before {
    top: 14%;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 139, 216, 0.16) 0%, rgba(255, 139, 216, 0.04) 38%, transparent 68%);
}

.page-shell::after {
    left: -90px;
    bottom: 8%;
    width: 320px;
    height: 320px;
    border-radius: 42% 58% 60% 40% / 42% 42% 58% 58%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 178, 76, 0.18), rgba(255, 178, 76, 0.05) 40%, transparent 72%);
}

.site-header {
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 10px 14px;
    border: 1px solid rgba(233, 227, 247, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-soft);
    position: sticky;
    top: 16px;
    z-index: 20;
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent),
        linear-gradient(135deg, rgba(255, 139, 216, 0.08), transparent 28%, rgba(255, 178, 76, 0.08) 72%, transparent);
    pointer-events: none;
}

.site-header::after {
    content: "";
    position: absolute;
    inset: auto 22px 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 139, 216, 0), rgba(255, 139, 216, 0.6), rgba(255, 178, 76, 0.65), rgba(255, 178, 76, 0));
    pointer-events: none;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--text);
    text-decoration: none;
    font-weight: 700;
}

.brand__mark {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

.brand__mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand__text {
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.nav__link {
    padding: 9px 12px;
    border-radius: 999px;
    color: #8b849d;
    text-decoration: none;
    font-size: 0.94rem;
    border: 1px solid transparent;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav__link:hover,
.nav__link:focus-visible {
    background: linear-gradient(135deg, rgba(255, 139, 216, 0.08), rgba(108, 60, 240, 0.08), rgba(255, 178, 76, 0.08));
    border-color: rgba(255, 139, 216, 0.16);
    color: var(--text);
    transform: translateY(-1px);
}

.nav__link--active {
    background: #111111;
    color: #ffffff;
}

.header-cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--pink), #7f55ff 38%, var(--purple) 68%, var(--orange) 100%);
    color: #ffffff;
    text-decoration: none;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 18px 30px rgba(108, 60, 240, 0.26), 0 0 26px rgba(255, 139, 216, 0.18);
}

.header-cta::before,
.button::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.header-cta::after,
.button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.34) 50%, transparent 72%);
    transform: translateX(-140%);
    transition: transform 380ms ease;
    pointer-events: none;
}

.header-cta:hover::after,
.header-cta:focus-visible::after,
.button:hover::after,
.button:focus-visible::after {
    transform: translateX(140%);
}

[data-auth-guest-only][hidden],
[data-auth-only][hidden],
[data-auth-store-link][hidden] {
    display: none !important;
}

.site-auth-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.site-user-pill {
    margin: 0;
    padding: 10px 14px;
    border: 1px solid rgba(233, 227, 247, 0.95);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 255, 0.9));
    color: var(--muted);
    font-size: 0.93rem;
    line-height: 1.2;
    white-space: nowrap;
}

.site-user-pill strong {
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.site-auth-overlay {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(17, 12, 31, 0.6), rgba(17, 12, 31, 0.72)),
        radial-gradient(circle at top right, rgba(255, 139, 216, 0.22), transparent 30%),
        radial-gradient(circle at bottom left, rgba(255, 178, 76, 0.16), transparent 26%);
    backdrop-filter: blur(18px);
    z-index: 100;
}

.site-auth-overlay[hidden] {
    display: none;
}

.site-auth-dialog {
    position: relative;
    width: min(100%, 520px);
    padding: 30px;
    border: 1px solid rgba(233, 227, 247, 0.95);
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 244, 255, 0.94)),
        radial-gradient(circle at top right, rgba(255, 139, 216, 0.14), transparent 26%);
    box-shadow: 0 28px 90px rgba(20, 12, 40, 0.36);
    overflow: hidden;
}

.site-auth-dialog::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 24px;
    pointer-events: none;
}

.site-auth-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(243, 239, 255, 0.9);
    color: var(--purple-dark);
    font-size: 1.25rem;
    cursor: pointer;
}

.site-auth-badge {
    margin-bottom: 16px;
}

.site-auth-dialog h2 {
    margin: 0 0 10px;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.site-auth-copy {
    margin: 0 0 22px;
    color: var(--muted);
    line-height: 1.75;
}

.site-auth-form {
    display: grid;
    gap: 14px;
}

.site-auth-remember {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5d556f;
    font-size: 0.95rem;
}

.site-auth-status {
    margin: 0;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 700;
}

.site-auth-status[data-state="loading"] {
    background: rgba(108, 60, 240, 0.12);
    color: var(--purple);
}

.site-auth-status[data-state="error"] {
    background: rgba(255, 139, 216, 0.14);
    color: #a03d79;
}

.site-auth-status[data-state="success"] {
    background: rgba(255, 178, 76, 0.18);
    color: #8c5615;
}

.store-page-status {
    margin: 0 0 4px;
}

.page-main {
    display: grid;
    gap: 26px;
    padding: 30px 0 42px;
}

.hero-home {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: 24px;
    align-items: center;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(233, 227, 247, 0.95);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(250, 247, 255, 0.84)),
        radial-gradient(circle at top right, rgba(255, 199, 44, 0.14), transparent 24%);
    box-shadow: var(--shadow);
}

.hero-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(108, 60, 240, 0.04) 0 1px, transparent 1px 120px),
        repeating-linear-gradient(0deg, rgba(255, 178, 76, 0.035) 0 1px, transparent 1px 110px),
        radial-gradient(circle at 88% 18%, rgba(108, 60, 240, 0.08), transparent 18%),
        radial-gradient(circle at 16% 78%, rgba(255, 199, 44, 0.12), transparent 18%),
        radial-gradient(circle at 84% 84%, rgba(255, 139, 216, 0.12), transparent 16%);
    pointer-events: none;
}

.hero-home::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: inset 0 0 0 1px rgba(255, 139, 216, 0.06);
    pointer-events: none;
}

.hero-home > * {
    position: relative;
    z-index: 1;
}

.hero-copy h1,
.page-hero h1,
.section-head h1,
.about-showcase__content h2,
.cta-banner h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.03em;
}

.hero-copy h1 {
    font-size: clamp(2.2rem, 4.1vw, 3.7rem);
    line-height: 0.98;
    max-width: 12ch;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-weight: 800;
}

.hero-copy__lead,
.page-hero p,
.about-showcase__content p,
.step-card p,
.mini-card span,
.info-card p,
.forum-card p,
.contact-card p,
.package-card p,
.summary-card p,
.bonus-card p,
.floating-panel p {
    color: var(--muted);
    line-height: 1.75;
}

.hero-copy__lead {
    margin: 16px 0 0;
    max-width: 58ch;
    font-size: 0.96rem;
}

.hero-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.hero-topline__item,
.floating-panel__badge,
.step-card__badge,
.stat-pill__label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-topline__item {
    border: 1px solid rgba(108, 60, 240, 0.14);
    background: rgba(255, 255, 255, 0.72);
    color: var(--purple-dark);
    box-shadow: var(--shadow-soft);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--purple);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--purple), #9d7cff);
}

.eyebrow--dark {
    color: var(--text);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    border: 0;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 16px 24px rgba(35, 26, 66, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
}

.button--purple {
    background: linear-gradient(135deg, var(--pink) 0%, #7f55ff 36%, var(--purple) 72%, var(--purple-dark) 100%);
    color: #ffffff;
    box-shadow: 0 18px 28px rgba(108, 60, 240, 0.24), 0 0 24px rgba(255, 139, 216, 0.18);
}

.button--yellow {
    background: linear-gradient(135deg, #ffe07f, var(--yellow) 44%, var(--orange) 100%);
    color: #111111;
    box-shadow: 0 18px 28px rgba(255, 178, 76, 0.22), 0 0 22px rgba(255, 178, 76, 0.14);
}

.button--ghost {
    background: #f3efff;
    color: var(--purple-dark);
}

.button--small {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.86rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.stat-pill {
    position: relative;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.stat-pill::after {
    content: "";
    position: absolute;
    inset: auto -18px -18px auto;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 60, 240, 0.1), transparent 65%);
}

.stat-pill strong,
.mini-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

.stat-pill__label {
    margin-bottom: 10px;
    background: #f4efff;
    color: var(--purple);
}

.stat-pill span {
    color: var(--muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

.hero-marquee {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero-marquee span {
    padding: 10px 14px;
    border: 1px solid rgba(233, 227, 247, 0.94);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: #534d63;
    font-size: 0.9rem;
    box-shadow: var(--shadow-soft);
}

.hero-visual {
    position: relative;
    min-height: 500px;
}

.hero-shot {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(233, 227, 247, 0.9);
    border-radius: 28px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.hero-shot::after,
.floating-panel::after,
.feature-band__card::before,
.step-card::before,
.about-showcase::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 20px;
    pointer-events: none;
}

.hero-shot img,
.step-card--media img,
.about-showcase__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-shot--main {
    top: 12px;
    right: 0;
    width: min(100%, 390px);
    height: 245px;
}

.hero-shot--tilt {
    left: 0;
    bottom: 64px;
    width: min(62%, 260px);
    height: 168px;
    transform: rotate(-7deg);
}

.floating-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 14px 20px rgba(19, 14, 39, 0.16);
}

.floating-tag--yellow {
    background: var(--yellow);
    color: #111111;
}

.floating-panel__badge {
    margin-top: 14px;
    background: #f4efff;
    color: var(--purple);
}

.floating-panel {
    position: absolute;
    right: 28px;
    bottom: 0;
    width: min(100%, 270px);
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow);
}

.floating-panel__step,
.step-card__number {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8a68ff, var(--purple));
    color: #ffffff;
    font-weight: 700;
}

.floating-panel h2,
.step-card h3,
.section-head h2,
.package-card h3,
.info-card h2,
.forum-card h2,
.contact-card h2,
.summary-card strong,
.bonus-card h2 {
    margin: 14px 0 10px;
}

.section-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.section-head__line {
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--purple), #a286ff);
}

.section-head h1,
.section-head h2 {
    font-size: clamp(1.65rem, 2.3vw, 2.15rem);
}

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

.feature-band__card {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(233, 227, 247, 0.95);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 246, 255, 0.86)),
        radial-gradient(circle at top right, rgba(255, 199, 44, 0.14), transparent 30%);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.feature-band__card::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -28px;
    width: 110px;
    height: 110px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(108, 60, 240, 0.12), rgba(255, 199, 44, 0.2));
    transform: rotate(24deg);
}

.feature-band__tag {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.feature-band__card h3,
.feature-band__card p {
    position: relative;
    z-index: 1;
}

.feature-band__card h3 {
    margin: 0 0 10px;
}

.feature-band__card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.steps-grid,
.info-grid,
.contact-grid,
.forum-grid,
.package-grid {
    display: grid;
    gap: 16px;
}

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

.step-card,
.info-card,
.contact-card,
.forum-card,
.package-card,
.store-form-card,
.summary-card,
.bonus-card,
.about-showcase,
.page-hero {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}

.step-card {
    position: relative;
    padding: 20px;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.step-card:hover,
.step-card:focus-within {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: rgba(108, 60, 240, 0.18);
}

.step-card--download {
    background: linear-gradient(180deg, #ffffff, #f8f6ff);
}

.step-card--ragemp {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 44%, rgba(255, 255, 255, 0.52) 72%, rgba(255, 255, 255, 0.82) 100%),
        url("assets/home/ragemp.webp") right center / contain no-repeat;
}

.step-card--ragemp::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 46%, rgba(108, 60, 240, 0.08), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.42) 58%, rgba(255, 255, 255, 0.1) 100%);
    pointer-events: none;
}

.step-card--ragemp > * {
    position: relative;
    z-index: 1;
}

.step-card--launch {
    background:
        linear-gradient(180deg, #ffffff, #faf7ff),
        radial-gradient(circle at top right, rgba(108, 60, 240, 0.12), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 178, 76, 0.12), transparent 24%);
    padding-top: 24px;
    padding-bottom: 120px;
}

.step-card__logo {
    display: grid;
    place-items: center;
    min-height: 88px;
    margin: 6px 0 12px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fbf9ff;
}

.step-card__logo img {
    display: block;
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
}

.step-card__logo--transparent {
    background:
        radial-gradient(circle at center, rgba(255, 199, 44, 0.18), transparent 58%),
        linear-gradient(180deg, #ffffff, #fcfbff);
    border-color: rgba(233, 227, 247, 0.75);
}

.step-card__logo--transparent img {
    max-height: 66px;
    filter: drop-shadow(0 12px 18px rgba(27, 22, 49, 0.12));
}

.step-card__badge {
    margin: 0 0 14px 44px;
    background: rgba(244, 239, 255, 0.92);
    color: var(--purple);
}

.step-card__meta {
    margin: 10px 0 14px;
    color: #5d556f;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.step-card__cutout {
    position: absolute;
    right: -6px;
    bottom: -14px;
    width: 150px;
    pointer-events: none;
    z-index: 2;
}

.step-card__cutout img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 26px rgba(33, 18, 66, 0.24)) drop-shadow(0 0 20px rgba(255, 139, 216, 0.14));
}

.step-card--media {
    overflow: hidden;
    padding: 0;
    min-height: 360px;
}

.about-showcase {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
    gap: 20px;
    padding: 20px;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.86) 48%, rgba(255, 255, 255, 0.74) 100%),
        url("assets/home/bijelasekcija.jpg") center center / cover no-repeat;
}

.about-showcase--wide {
    align-items: center;
}

.about-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 22%, rgba(108, 60, 240, 0.08), transparent 22%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.24));
    pointer-events: none;
}

.about-showcase__media {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 24px;
    min-height: 100%;
}

.about-showcase__media img {
    min-height: 100%;
}

.about-showcase__content {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    gap: 12px;
}

.about-showcase__content h2 {
    font-size: clamp(1.6rem, 3vw, 2.45rem);
    line-height: 1.02;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-weight: 800;
}

.about-points,
.info-grid--three {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.about-note {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 8px;
    margin: 8px 0 6px;
    padding: 16px 16px 14px;
    border: 1px solid rgba(233, 227, 247, 0.92);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 244, 255, 0.92)),
        radial-gradient(circle at top right, rgba(108, 60, 240, 0.16), transparent 30%);
    box-shadow: 0 18px 42px rgba(45, 27, 94, 0.1);
}

.about-note::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #ff8bd8, #ffb24c);
}

.about-note::after {
    content: "";
    position: absolute;
    top: -26px;
    right: -18px;
    width: 112px;
    height: 112px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 139, 216, 0.18), rgba(255, 178, 76, 0.24));
    transform: rotate(24deg);
    pointer-events: none;
}

.about-note__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 139, 216, 0.18), rgba(255, 178, 76, 0.18));
    color: #9d4a86;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-note strong {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    color: #241b35;
}

.about-note span {
    position: relative;
    z-index: 1;
    color: var(--muted);
    line-height: 1.7;
}

.mini-card,
.info-card,
.contact-card,
.forum-card,
.package-card {
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #fcfbff);
}

.mini-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(233, 227, 247, 0.88);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 251, 255, 0.94));
    box-shadow: 0 16px 34px rgba(45, 27, 94, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mini-card:hover,
.mini-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(45, 27, 94, 0.14);
}

.mini-card::after {
    content: "";
    position: absolute;
    top: -28px;
    right: -22px;
    width: 104px;
    height: 104px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(108, 60, 240, 0.1), rgba(255, 199, 44, 0.18));
    transform: rotate(22deg);
}

.mini-card::before {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, rgba(255, 139, 216, 0.95), rgba(255, 178, 76, 0.95));
}

.mini-card__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mini-card strong,
.mini-card span {
    position: relative;
    z-index: 1;
}

.mini-card strong {
    color: #251d37;
    font-size: 1.02rem;
}

.mini-card span {
    color: #615a73;
}

.mini-card--identity {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 251, 0.92));
}

.mini-card--identity .mini-card__eyebrow {
    background: linear-gradient(135deg, rgba(255, 139, 216, 0.18), rgba(255, 139, 216, 0.08));
    color: #b34d8a;
}

.mini-card--content {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 255, 0.94));
}

.mini-card--content .mini-card__eyebrow {
    background: linear-gradient(135deg, rgba(108, 60, 240, 0.16), rgba(108, 60, 240, 0.08));
    color: var(--purple);
}

.mini-card--guide {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 238, 0.94));
}

.mini-card--guide .mini-card__eyebrow {
    background: linear-gradient(135deg, rgba(255, 178, 76, 0.2), rgba(255, 199, 44, 0.12));
    color: #b96920;
}

.mini-card--premium {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 242, 249, 0.92));
}

.mini-card--premium .mini-card__eyebrow {
    background: linear-gradient(135deg, rgba(255, 139, 216, 0.2), rgba(255, 178, 76, 0.16));
    color: #a54d86;
}

.page-hero {
    padding: 24px;
}

.page-hero h1 {
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.04;
    max-width: 12ch;
}

.page-hero p {
    max-width: 64ch;
    margin: 18px 0 0;
}

.info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
}

.contact-card--primary {
    background: linear-gradient(180deg, #ffffff, #f6f2ff);
}

.forum-grid,
.package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cta-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 22px;
    border-radius: 30px;
    background: #111111;
    color: #ffffff;
    box-shadow: var(--shadow);
}

.cta-banner .eyebrow {
    color: var(--yellow);
}

.cta-banner .eyebrow::before {
    background: linear-gradient(135deg, var(--yellow), #ffe58f);
}

.store-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 320px;
    gap: 22px;
    align-items: start;
}

.store-form-card {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.field-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #7c748d;
}

.field-input {
    width: 100%;
    min-height: 58px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #f8f6ff;
    color: var(--text);
    font: inherit;
}

.store-side {
    display: grid;
    gap: 18px;
}

.summary-card,
.bonus-card {
    padding: 18px;
}

.summary-card {
    display: grid;
    gap: 12px;
}

.package-card {
    position: relative;
    overflow: hidden;
}

.package-card::after {
    content: "";
    position: absolute;
    top: -34px;
    right: -34px;
    width: 130px;
    height: 130px;
    border-radius: 40px;
    background: linear-gradient(135deg, rgba(108, 60, 240, 0.18), rgba(255, 199, 44, 0.28));
    transform: rotate(28deg);
}

.package-card--featured {
    border-color: rgba(108, 60, 240, 0.22);
    background: linear-gradient(180deg, #ffffff, #f8f4ff);
    transform: translateY(-10px);
}

.package-card__badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f4efff;
    color: var(--purple);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.package-card__price {
    margin: 0 0 14px;
    font-size: 1.65rem;
    font-weight: 700;
    color: #111111;
}

.site-footer {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 18px 16px 22px;
    border-radius: 26px 26px 0 0;
    background: #090909;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.95rem;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #ffffff;
}

@media (max-width: 1120px) {
    .site-header {
        grid-template-columns: 1fr;
        border-radius: 28px;
    }

    .nav {
        justify-content: flex-start;
    }

    .header-cta {
        width: fit-content;
    }

    .site-auth-tools {
        justify-content: flex-start;
    }

    .hero-home,
    .store-layout,
    .about-showcase,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 460px;
    }

    .steps-grid,
    .feature-band,
    .forum-grid,
    .package-grid,
    .info-grid--three {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 780px) {
    .page-shell {
        width: min(calc(100% - 20px), calc(var(--container) + 20px));
        padding-top: 12px;
    }

    .site-header {
        padding: 16px;
    }

    body.page-home::before {
        background:
            linear-gradient(180deg, rgba(249, 247, 253, 0.3), rgba(249, 247, 253, 0.22)),
            url("assets/shared/background.png") center center / cover no-repeat;
    }

    .nav__link,
    .header-cta {
        width: 100%;
        justify-content: center;
    }

    .site-auth-tools {
        width: 100%;
    }

    .site-user-pill {
        width: 100%;
        text-align: center;
    }

    .hero-copy h1,
    .page-hero h1,
    .about-showcase__content h2 {
        max-width: none;
    }

    .hero-stats,
    .feature-band,
    .steps-grid,
    .about-points,
    .info-grid,
    .info-grid--three,
    .forum-grid,
    .package-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 400px;
    }

    .hero-shot--main {
        position: relative;
        width: 100%;
        height: 240px;
    }

    .hero-shot--tilt {
        left: 16px;
        bottom: 92px;
        width: 58%;
        height: 150px;
    }

    .floating-panel {
        right: 16px;
        width: calc(100% - 32px);
        padding: 20px;
    }

    .step-card,
    .page-hero,
    .about-showcase,
    .hero-home,
    .store-form-card,
    .summary-card,
    .bonus-card,
    .contact-card,
    .forum-card,
    .package-card,
    .info-card {
        padding: 20px;
    }

    .cta-banner,
    .site-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer {
        gap: 12px;
    }

    .site-auth-overlay {
        padding: 14px;
    }

    .site-auth-dialog {
        padding: 20px;
        border-radius: 24px;
    }
}

.site-announcement {
    display: grid;
    gap: 10px;
    padding: 16px 18px;
    border: 1px solid rgba(129, 223, 255, 0.5);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(206, 244, 255, 0.96), rgba(164, 226, 255, 0.88));
    box-shadow: 0 18px 34px rgba(84, 188, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.site-announcement[hidden] {
    display: none !important;
}

.site-announcement__badge {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #1790c9;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-announcement__message {
    margin: 0;
    color: #0f3f59;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.6;
}

