.ps-grid-wrapper-67e7072e {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    padding: 30px 0;
    margin: 0 auto;
    transition: max-width 0.3s ease;
}

.ps-fw-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.ps-boxed-container {
    max-width: 1200px !important;
}

.ps-pillars-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.ps-pillar-btn {
    background: #f4f8fa;
    border: 1px solid #dbe6eb;
    color: #445b65;
    padding: 14px 24px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ps-pillar-btn:hover {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.ps-pillar-btn.active {
    color: #ffffff !important;
}

.ps-pillar-content {
    display: none;
}

.ps-pillar-content.active {
    display: block;
}

.ps-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 30px;
}

.ps-service-card {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
}

.ps-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #d8edf3;
}

.ps-card-img-placeholder {
    height: 220px;
    background: #eef5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0c9cf;
    font-size: 40px;
}

.ps-card-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ps-header-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.ps-card-num {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    display: inline-block;
}

.ps-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.ps-card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 18px;
}

.ps-pricing-badge {
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
}

.ps-details-section {
    font-size: 13px;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
    color: #475569;
    margin-bottom: 20px;
}

.ps-details-section strong {
    display: block;
    margin-bottom: 8px;
    color: #1e293b;
}

.ps-details-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ps-details-section li {
    margin-bottom: 6px;
    line-height: 1.4;
    position: relative;
    padding-left: 16px;
}

.ps-details-section li::before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.ps-btn-book {
    display: block;
    text-align: center;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.ps-btn-book:hover {
    filter: brightness(0.9) contrast(1.1);
    transform: scale(1.02);
}
