.public-shell {
    position: relative;
    color: #e2e8f0;
    background: linear-gradient(180deg, #020617 0%, #0f172a 48%, #020617 100%);
    overflow: hidden;
}

.public-shell::before,
.public-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(72px);
    opacity: 0.32;
    pointer-events: none;
}

.public-shell::before {
    width: 42rem;
    height: 42rem;
    top: -15rem;
    left: 50%;
    transform: translateX(-50%);
    background: #3b82f6;
}

.public-shell::after {
    width: 20rem;
    height: 20rem;
    top: 12rem;
    right: 4%;
    background: #22d3ee;
}

.public-container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
}

.public-panel {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1.2rem;
    background: rgba(15, 23, 42, 0.68);
    box-shadow: 0 20px 60px rgba(2, 6, 23, 0.45);
    backdrop-filter: blur(8px);
}

.public-muted {
    color: rgba(226, 232, 240, 0.78);
}

.public-eyebrow {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: #bae6fd;
    font-weight: 700;
}

.public-feature-card {
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.88);
    padding: 1.2rem;
    height: 100%;
}

.public-feature-card h3,
.public-feature-card h2 {
    color: #f8fafc;
    font-size: 1.1rem;
}

.public-bullet-list {
    margin: 0;
    padding-left: 1.1rem;
}

.public-bullet-list li {
    margin-bottom: 0.5rem;
    color: rgba(226, 232, 240, 0.82);
}

.public-btn-light {
    display: inline-block;
    padding: 0.7rem 1.2rem;
    border-radius: 0.7rem;
    background: #f8fafc;
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
}

.public-btn-light:hover {
    background: #e2e8f0;
}

.public-btn-outline {
    display: inline-block;
    padding: 0.7rem 1.2rem;
    border-radius: 0.7rem;
    border: 1px solid rgba(226, 232, 240, 0.35);
    color: #f8fafc;
    text-decoration: none;
    font-weight: 600;
}

.public-btn-outline:hover {
    background: rgba(226, 232, 240, 0.08);
}

.public-input,
.public-textarea {
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(2, 6, 23, 0.55);
    color: #f8fafc;
}

.public-input:focus,
.public-textarea:focus {
    border-color: rgba(56, 189, 248, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(56, 189, 248, 0.18);
    background: rgba(2, 6, 23, 0.7);
    color: #f8fafc;
}
