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

/* ===== BODY ===== */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at top, #1a0933, #0f172a 60%);
    color: white;
    font-family: Arial, sans-serif;
}

/* ===== CENTER EVERYTHING ===== */
.container {
    flex: 1;
    padding-left: 25px;
    transition: padding-left 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 32px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.sidebar-wrapper.open ~ .container {
    padding-left: 200px;
}

/* ===== LOGO ===== */
.logo-wrapper {
    position: relative;
    width: 360px;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ring.white {
    background: radial-gradient(circle, transparent 60%, white 70%, transparent 80%);
}

.ring.purple {
    background: radial-gradient(circle, transparent 55%, rgba(140,0,255,0.8) 68%, transparent 85%);
    filter: blur(6px);
}

.logo {
    width: 220px;
}

/* ===== TEXT CENTER ===== */
h1, h2, h3, p {
    text-align: center;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.hero h1 {
    margin: 0;
}

.hero .subtitle {
    margin-top: 10px;
    margin-bottom: 18px;
}

.hero-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 0;
    margin-bottom: 20px;
}

.hero-actions .newsletter-btn {
    min-width: 140px;
    text-align: center;
}

.features {
    width: min(980px, calc(100% - 36px));
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 8px;
}

.feature-card {
    background: rgba(20, 20, 30, 0.92);
    border: 1px solid rgba(124,58,237,0.2);
    border-radius: 14px;
    padding: 18px 16px;
    min-height: 120px;
}

.feature-card h3 {
    margin-bottom: 8px;
}

.content {
    width: min(980px, calc(100% - 36px));
    display: grid;
    gap: 16px;
    margin-top: 4px;
}

.content section {
    background: rgba(20, 20, 30, 0.9);
    border: 1px solid rgba(124,58,237,0.18);
    border-radius: 14px;
    padding: 18px 16px;
}

.content section h2 {
    margin-bottom: 8px;
}

.content .manual-spotlight {
    background: linear-gradient(125deg, rgba(33, 22, 55, 0.96), rgba(62, 25, 96, 0.95));
    border: 1px solid rgba(255, 220, 130, 0.45);
    box-shadow: 0 12px 28px rgba(80, 20, 120, 0.35);
    padding: 24px 22px;
}

.manual-spotlight h2 {
    color: #ffe7a3;
}

.manual-spotlight p {
    max-width: 70ch;
    margin: 0 auto;
    line-height: 1.72;
}

.manual-spotlight-btn {
    display: inline-block;
    margin-top: 8px;
    text-decoration: none;
}

/* ===== SIDEBAR WRAPPER ===== */
.sidebar-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    z-index: 100;
    transition: width 0.3s ease;
}

.sidebar-wrapper.open {
    width: 200px;
}

/* ===== SIDEBAR ===== */
.sidebar {
    height: 100%;
    width: 25px;
    padding: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);

    border-right: 1px solid rgba(255,255,255,0.1);

    overflow: hidden;
    transition: width 0.3s ease;
}

.sidebar-wrapper.open .sidebar {
    width: 200px;
    align-items: flex-start;
}

/* ===== BUTTONS ===== */
.sidebar .btn {
    display: none;
}

.sidebar .btn:hover {
    background: rgba(255,255,255,0.1);
}

.sidebar-wrapper.open .sidebar .btn {
    display: flex;
    width: 100%;
    height: 48px;
    min-height: 48px;
    border-radius: 12px;
    text-decoration: none;
    color: white;
    background: rgba(255,255,255,0.06);
    transition: 0.2s;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    gap: 8px;
    margin-bottom: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
}

.btn.primary {
    background: rgba(255,255,255,0.2);
}

.btn.secondary {
    border-color: rgba(255,255,255,0.4);
}

.menu {
    display: none;
    width: 100%;
}

.sidebar-wrapper.open .sidebar .menu {
    display: block;
}

.dot-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 0;
}

.dot-column span {
    display: none;
}

.dot-column span:first-child {
    width: 11px;
    height: 11px;
    background: radial-gradient(circle at 30% 30%, #ffe9b3 0%, #e7c56f 45%, #a97826 100%);
    border-radius: 50%;
    box-shadow:
        0 0 0 2px rgba(214, 177, 95, 0.24),
        0 0 11px rgba(214, 177, 95, 0.52),
        inset 0 1px 2px rgba(255, 244, 200, 0.72),
        0 -36px 0 0 #d6b15f,
        0 -18px 0 0 #d6b15f,
        0 18px 0 0 #d6b15f,
        0 36px 0 0 #d6b15f;
    opacity: 1;
    display: block;
}

/* HIDE DOTS WHEN OPEN */
.sidebar-wrapper.open .sidebar .dot-column {
    display: none;
}

/* ===== FOOTER ===== */
.footer {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: white;
    padding: 0;
    font-family: Arial, sans-serif;
    margin-left: 25px;
    transition: margin-left 0.3s ease;
}

.sidebar-wrapper.open ~ .footer,
.sidebar-wrapper:hover ~ .footer {
    margin-left: 200px;
}

.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(214,177,95,0.45);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #e3e5ff;
}

.newsletter-btn {
    background: #7c3aed;
    color: white;
    border: 1px solid rgba(255,255,255,0.35);
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.newsletter-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    background: #6226d8;
}

.footer-bottom {
    padding: 12px 24px;
    text-align: center;
    font-size: 0.9rem;
    color: #f2d188;
}

@media (max-width: 700px) {
    .footer {
        margin-left: 0;
    }

    .footer-top {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-links {
        justify-content: center;
        gap: 14px;
        margin-bottom: 10px;
    }

    .newsletter-btn {
        width: 100%;
        text-align: center;
    }
}

/* Story Box (login-style) */
.story-box {
    background: rgba(20, 20, 30, 0.97);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(124,58,237,0.18);
    padding: 36px 32px 28px 32px;
    margin: 42px auto 0 auto;
    max-width: 480px;
    text-align: center;
    font-size: 1.13rem;
    border: 1.5px solid rgba(124,58,237,0.18);
}

.story-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.story-content p {
    margin: 12px 0 0 0;
}

.story-divider {
    border: none;
    border-top: 2px dashed #a855f7;
    margin: 18px 0 18px 0;
}

.story-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 10px 0;
}

.story-list li {
    margin: 8px 0;
    font-size: 1.08rem;
    background: rgba(124,58,237,0.08);
    border-radius: 8px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.story-bottom {
    margin-top: 18px;
    font-weight: bold;
    color: #ffe066;
    font-size: 1.1rem;
}

.highlight {
    color: #ffe066;
    font-weight: bold;
}
