body.pt-page {
    margin: 0;
}

.pt-no-period,
.pt-no-period * {
    box-sizing: border-box;
}

.pt-no-period {
    align-items: center;
    background:
        radial-gradient(circle at top, #ffffff 0, #f6f8fb 52%, #edf2f7 100%);
    color: #23243a;
    display: flex;
    font-family:
        Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", sans-serif;
    justify-content: center;
    min-height: 100vh;
    min-height: 100svh;
    padding: clamp(1rem, 5vw, 3rem);
}

.pt-no-period-panel {
    background: #ffffff;
    border: 1px solid #d7deea;
    border-left: 0.3rem solid #333652;
    border-radius: 0.5rem;
    box-shadow: 0 1.25rem 3rem rgb(51 54 82 / 12%);
    max-width: 42rem;
    padding: clamp(1.75rem, 5vw, 3rem);
    text-align: center;
    width: 100%;
}

.pt-no-period-icon {
    align-items: center;
    background: #333652;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    height: 3.5rem;
    justify-content: center;
    margin-bottom: 1.25rem;
    width: 3.5rem;
}

.pt-no-period-icon svg {
    height: 1.8rem;
    width: 1.8rem;
}

.pt-no-period-kicker {
    color: #536179;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 0.55rem;
    text-transform: uppercase;
}

.pt-no-period h1 {
    color: #23243a;
    font-size: clamp(1.65rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.pt-no-period-copy,
.pt-no-period-note {
    color: #536179;
    font-size: 1rem;
    line-height: 1.65;
    margin: 1rem auto 0;
    max-width: 34rem;
}

.pt-no-period-note {
    color: #667085;
    font-size: 0.92rem;
    margin-top: 0.75rem;
}

@media (max-width: 34rem) {
    .pt-no-period {
        padding: 0.85rem;
    }

    .pt-no-period-panel {
        padding: 1.5rem;
    }
}
