
.rpet-section {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 50px 20px;
    background: #ffffff;
    color: #333333;
    box-sizing: border-box;
}
.rpet-section.alt {
    background: #f5f5f5;
}
.rpet-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.rpet-section-title {
    color: #0f403f;
    font-size: 28px !important;
    line-height: 1.25;
    text-align: center;
    margin: 0 0 18px;
}
.rpet-section-copy {
    max-width: 980px;
    margin: 0 auto 26px;
    color: #555555;
    font-size: 16px;
    line-height: 1.65;
    text-align: center;
}
.rpet-grid-2,
.rpet-grid-3,
.rpet-guides-grid {
    display: grid;
    gap: 20px;
}
.rpet-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rpet-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rpet-guides-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rpet-card,
.rpet-route-group,
.rpet-checklist {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 22px;
    box-sizing: border-box;
}
.rpet-card h3,
.rpet-route-group h3 {
    color: #0f403f;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 12px;
}
.rpet-card p,
.rpet-route-group p,
.rpet-checklist p,
.rpet-card li,
.rpet-route-group li,
.rpet-checklist li {
    color: #555555;
    font-size: 15px;
    line-height: 1.65;
}
.rpet-card ul,
.rpet-route-group ul,
.rpet-checklist ul,
.rpet-route-group ol {
    margin: 0;
    padding-left: 20px;
}
.rpet-route-group a,
.rpet-card a,
.rpet-checklist a,
.rpet-public-info a,
.rpet-guide-link {
    color: #0f403f;
    overflow-wrap: anywhere;
}
.rpet-guide-link {
    display: block;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
}
.rpet-cta-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.rpet-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 5px;
    background: #0f403f;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    overflow-wrap: anywhere;
    text-align: center;
}
.rpet-public-info {
    text-align: center;
    color: #555555;
    line-height: 1.7;
}
.rpet-review-note {
    margin: 26px auto 0;
    padding-top: 18px;
    border-top: 1px solid #e0e0e0;
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}
.rpet-review-note a {
    color: #0f403f;
    font-weight: 600;
}
@media (max-width: 900px) {
    .rpet-grid-3,
    .rpet-guides-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .rpet-section {
        padding: 36px 14px;
    }
    .rpet-grid-2,
    .rpet-grid-3,
    .rpet-guides-grid {
        grid-template-columns: 1fr;
    }
    .rpet-section-title {
        font-size: 28px !important;
    }
}
