
.page-restrictions {
    --turquoise: #24b6c9;
    --turquoise-deep: #0f8fa0;
    --turquoise-pale: #e6f8fa;
    --turquoise-line: #bfe9ef;
    --ink: #1f2d3d;
    --ink-soft: #5b6b7a;
    --line: #e3e8ea;
    --bg: #ffffff;
    --card: #f7fbfc;
}

.page-restrictions * {
    box-sizing: border-box;
}

.page-restrictions {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    /*
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
     */
}

.page-restrictions .wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px 56px;
}

.page-restrictions header.hero {
    /*background:var(--turquoise-pale);*/
    padding: 36px 24px 30px;
    border-bottom: 3px solid var(--turquoise);
}

.page-restrictions .hero-inner {
    max-width: 760px;
    margin: 0 auto;
}

.page-restrictions .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--turquoise-deep);
    font-weight: 700;
    margin: 0 0 12px;
    background: #fff;
    border: 1px solid var(--turquoise-line);
    padding: 5px 12px;
    border-radius: 20px;
}

.page-restrictions h1 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.35;
    color: var(--ink);
}

.page-restrictions .hero p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 15px;
    max-width: 56ch;
}

.page-restrictions section {
    padding: 34px 0 0;
}

.page-restrictions h2 {
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-restrictions h2 .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--turquoise);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    flex: none;
}

.page-restrictions p {
    margin: 0 0 14px;
    color: var(--ink-soft);
    font-size: 15px;
}

.page-restrictions strong {
    color: var(--ink);
}

.page-restrictions .card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 22px 24px;
}

.page-restrictions ul.rules {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-restrictions ul.rules li {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
    color: var(--ink-soft);
}

.page-restrictions ul.rules li:last-child {
    border-bottom: none;
}

.page-restrictions ul.rules li .tag {
    flex: none;
    width: 78px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: var(--turquoise-deep);
    padding-top: 2px;
}

.page-restrictions .cal-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 14px;
}

.page-restrictions .cal-strip {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    gap: 8px;
}

.page-restrictions .cal-day {
    background: #fff;
    border: 1px solid var(--turquoise-line);
    border-radius: 10px;
    text-align: center;
    padding: 12px 4px 10px;
}

.page-restrictions .cal-day .d {
    font-size: 18px;
    font-weight: 700;
    color: var(--turquoise-deep);
    line-height: 1;
}

.page-restrictions .cal-day .m {
    font-size: 10px;
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-top: 4px;
}

.page-restrictions .cal-note {
    margin-top: 12px;
    font-size: 13px;
    color: var(--ink-soft);
}

.page-restrictions .callout {
    background: var(--turquoise-pale);
    border: 1px solid var(--turquoise-line);
    border-left: 4px solid var(--turquoise);
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
    margin: 0 0 16px;
}

.page-restrictions .callout p {
    margin: 0;
    color: var(--ink);
}

.page-restrictions .callout p strong {
    color: var(--turquoise-deep);
}

.page-restrictions .timeline {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
}

.page-restrictions .t-row {
    display: flex;
    gap: 16px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--line);
    align-items: center;
    font-size: 14px;
    background: #fff;
}

.page-restrictions .t-row:last-child {
    border-bottom: none;
}

.page-restrictions .t-row.stop {
    background: var(--turquoise-pale);
}

.page-restrictions .t-when {
    flex: none;
    width: 150px;
    font-weight: 700;
    color: var(--ink);
}

.page-restrictions .t-what {
    color: var(--ink-soft);
}

.page-restrictions .t-row.stop .t-when {
    color: var(--turquoise-deep);
}

.page-restrictions .t-row.stop .t-what {
    color: var(--ink);
}

.page-restrictions .cta {
    display: inline-block;
    background: var(--turquoise);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 24px;
    margin-top: 6px;
}

.page-restrictions .cta:hover {
    background: var(--turquoise-deep);
}

.page-restrictions footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    font-size: 12px;
    color: #8a94a3;
    text-align: center;
}

@media (max-width: 600px) {
    .page-restrictions .cal-strip {
        grid-template-columns:repeat(4, 1fr);
    }

    .page-restrictions .t-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .page-restrictions .t-when {
        width: auto;
    }
}
